summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.8v3.12.8Thomas Wouters2024-12-03106-235/+1101
* [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...Miss Islington (bot)2024-12-031-0/+5
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Miss Islington (bot)2024-12-021-0/+1
* [3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...Miss Islington (bot)2024-12-021-0/+2
* [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)Sergey B Kirpichev2024-12-021-0/+2
* [3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...Miss Islington (bot)2024-12-021-0/+1
* [3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-301-0/+2
* [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)Miss Islington (bot)2024-11-292-0/+2
* [3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#127363)Victor Stinner2024-11-281-0/+2
* [3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-271-0/+2
* [3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...Miss Islington (bot)2024-11-251-0/+2
* [3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes...Miss Islington (bot)2024-11-241-0/+2
* [3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...Serhiy Storchaka2024-11-221-0/+1
* [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Serhiy Storchaka2024-11-221-0/+4
* [3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...Miss Islington (bot)2024-11-221-0/+2
* [3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...Miss Islington (bot)2024-11-221-0/+2
* [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)Serhiy Storchaka2024-11-211-0/+3
* [3.12] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...Miss Islington (bot)2024-11-211-0/+3
* [3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...Miss Islington (bot)2024-11-191-0/+4
* [3.12] gh-126911: Update credits output (GH-126913) (#126974)Miss Islington (bot)2024-11-181-0/+1
* [3.12] gh-126909: Fix running xattr tests on systems with lower limits (GH-12...Miss Islington (bot)2024-11-181-0/+2
* [3.12] gh-101955: Fix SystemError in possesive quantifier with alternative an...Miss Islington (bot)2024-11-181-0/+2
* [3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...Serhiy Storchaka2024-11-181-0/+2
* [3.12] gh-124452: Fix header mismatches when folding/unfolding with email mes...Miss Islington (bot)2024-11-171-0/+4
* [3.12] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-171-0/+4
* [3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the...Miss Islington (bot)2024-11-151-0/+2
* [3.12] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-1...Miss Islington (bot)2024-11-152-0/+2
* [3.12] GH-126766: `url2pathname()`: handle empty authority section. (GH-12676...Miss Islington (bot)2024-11-141-0/+2
* [3.12] gh-126807: pygettext: Do not attempt to extract messages from function...Miss Islington (bot)2024-11-141-0/+2
* [3.12] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (GH-125...Miss Islington (bot)2024-11-141-0/+1
* [3.12] gh-126188: Update bundled pip to 24.3.1 (gh-126805) (gh-126813)Stéphane Bidoul2024-11-131-0/+1
* [3.12] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126810)Miss Islington (bot)2024-11-131-0/+3
* [3.12] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Miss Islington (bot)2024-11-132-11/+12
* [3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-...Miss Islington (bot)2024-11-131-0/+1
* [3.12] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktra...Miss Islington (bot)2024-11-131-0/+2
* [3.12] gh-104745: Limit starting a patcher more than once without stopping it...Miss Islington (bot)2024-11-131-0/+3
* [3.12] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (...Miss Islington (bot)2024-11-121-0/+2
* [3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...Bénédikt Tran2024-11-121-0/+2
* [3.12] gh-126451: Revert backports of ABC registrations for contextvars.Conte...Alex Waygood2024-11-123-6/+0
* [3.12] gh-126505: Fix bugs in compiling case-insensitive character classes (G...Miss Islington (bot)2024-11-111-0/+4
* [3.12] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126669)Miss Islington (bot)2024-11-111-3/+3
* [3.12] gh-126565: Skip `zipfile.Path.exists` check in write mode (GH-126576) ...Miss Islington (bot)2024-11-101-0/+1
* [3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance...Gregory P. Smith2024-11-101-0/+17
* [3.12] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) ...Miss Islington (bot)2024-11-081-0/+3
* [3.12] gh-125679: multiprocessing Lock and RLock - fix invalid representation...Miss Islington (bot)2024-11-071-0/+2
* [3.12] gh-126451: Register contextvars.Context to collections.abc.Mapping (GH...Miss Islington (bot)2024-11-061-0/+2
* [3.12] gh-126489: Do not call persistent_id() for a persistent id in Python p...Serhiy Storchaka2024-11-061-0/+3
* [3.12] gh-70764: inspect.getclosurevars now identifies global variables with ...Miss Islington (bot)2024-11-061-0/+1
* [3.12] gh-89640: harden float word ordering (#125571 and #126387) (#126430)Erlend E. Aasland2024-11-052-0/+3
* [3.12] gh-126417: Register multiprocessing proxy types to an appropriate coll...Alex Waygood2024-11-052-0/+4