aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add more details in test_unittest (GH-99626)Miss Islington (bot)2022-11-212-35/+67
* gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)2022-11-213-1/+35
* [3.11] GH-95815: Document less specific error for os.remove (GH-99571) (#99641)Miss Islington (bot)2022-11-211-1/+1
* [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)Miss Islington (bot)2022-11-217-9/+54
* gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...Miss Islington (bot)2022-11-203-1/+25
* [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (G...Lysandros Nikolaou2022-11-203-674/+718
* [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...Serhiy Storchaka2022-11-202-461/+474
* Doc: Make functions.html readable again. (GH-99476)Miss Islington (bot)2022-11-191-60/+60
* [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...Miss Islington (bot)2022-11-193-0/+36
* Doc: Replace question mark with fullstop (GH-99558)Miss Islington (bot)2022-11-181-1/+1
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Miss Islington (bot)2022-11-183-51/+44
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Miss Islington (bot)2022-11-184-5/+37
* gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObje...Miss Islington (bot)2022-11-161-1/+1
* gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...Miss Islington (bot)2022-11-161-1/+3
* [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...Hood Chatham2022-11-161-3/+3
* gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943)Miss Islington (bot)2022-11-162-4/+4
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-154-0/+20
* GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464)Miss Islington (bot)2022-11-151-1/+1
* gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)Miss Islington (bot)2022-11-141-51/+60
* [3.11] gh-99357: Close the event loop when it is no longer used in test_uncan...Miss Islington (bot)2022-11-141-21/+24
* gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Miss Islington (bot)2022-11-144-2/+99
* [Enum] update version TODO comment (GH-99458)Miss Islington (bot)2022-11-131-1/+1
* [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)Gregory P. Smith2022-11-133-9/+11
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)Miss Islington (bot)2022-11-133-1/+15
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Miss Islington (bot)2022-11-133-1/+21
* [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no ...Erlend E. Aasland2022-11-134-7/+11
* gh-99392: Fix sqlite3 converter recipes (GH-99393)Miss Islington (bot)2022-11-121-3/+22
* [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-...Miss Islington (bot)2022-11-122-15/+73
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-126-0/+9
* gh-80448: argparse: Fix IndexError on store_true action (GH-15656)Miss Islington (bot)2022-11-113-2/+7
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Miss Islington (bot)2022-11-111-0/+9
* [3.11] GH-99298: Don't perform jumps before error handling (GH-99343)Brandt Bucher2022-11-112-3/+13
* gh-84522: Add for-loop to apply-method-to-sequence FAQ (GH-94660)Miss Islington (bot)2022-11-101-3/+15
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)Miss Islington (bot)2022-11-101-4/+4
* GH-99183: Document behavior of count() for empty substrings (GH-99339)Miss Islington (bot)2022-11-101-0/+6
* [3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280)...Miss Islington (bot)2022-11-102-6/+1
* gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)Miss Islington (bot)2022-11-103-0/+54
* [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)Miss Islington (bot)2022-11-103-0/+78
* gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)Miss Islington (bot)2022-11-103-3/+12
* gh-99320: remove tests for old-style class from `test_complex` (GH-99321)Miss Islington (bot)2022-11-101-6/+1
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Miss Islington (bot)2022-11-092-0/+10
* Update reference to the size of PyPI (GH-99076)Miss Islington (bot)2022-11-091-2/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)Victor Stinner2022-11-094-27/+126
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Miss Islington (bot)2022-11-081-1/+1
* gh-94445: add compiler test for another case of excessive stack use (GH-99237)Miss Islington (bot)2022-11-081-0/+7
* gh-99238: clarify the type of the env dict. (GH-99253)Miss Islington (bot)2022-11-081-3/+7
* gh-99248: [Enum] fix negative number infinite loop (GH-99256)Miss Islington (bot)2022-11-083-2/+23
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Miss Islington (bot)2022-11-081-1/+1
* gh-99181: fix except* on unhashable exceptions (GH-99192)Miss Islington (bot)2022-11-083-17/+226
* gh-92119: ctypes: Print exception class name instead of its representation (G...Miss Islington (bot)2022-11-074-6/+11