summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.1v3.13.1Thomas Wouters2024-12-03182-392/+1882
* [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...Miss Islington (bot)2024-12-031-0/+3
* [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#...Miss Islington (bot)2024-12-031-0/+2
* [3.13] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...Miss Islington (bot)2024-12-031-0/+3
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Miss Islington (bot)2024-12-021-0/+1
* [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...Miss Islington (bot)2024-12-021-0/+2
* [3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...Miss Islington (bot)2024-12-021-0/+1
* [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-12573...Miss Islington (bot)2024-12-021-0/+1
* [3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)Peter Bierma2024-12-021-0/+1
* [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF pa...Miss Islington (bot)2024-12-021-0/+2
* [3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)Miss Islington (bot)2024-12-021-0/+2
* [3.13] gh-127321: Avoid stopping at an opcode without an associated line numb...Tian Gao2024-12-011-0/+1
* [3.13] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-301-0/+2
* [3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362)Miss Islington (bot)2024-11-301-0/+2
* [3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes...Miss Islington (bot)2024-11-301-0/+2
* [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)Miss Islington (bot)2024-11-302-0/+2
* [3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395)Miss Islington (bot)2024-11-291-0/+1
* [3.13] gh-122273: Support PyREPL history on Windows (#127141) (#127289)Victor Stinner2024-11-261-0/+1
* [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...Victor Stinner2024-11-261-0/+2
* [3.13] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...Miss Islington (bot)2024-11-251-0/+2
* [3.13] Fix a few typos found in the docs (GH-127126) (GH-127181)Miss Islington (bot)2024-11-231-1/+1
* [3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on...Serhiy Storchaka2024-11-221-0/+1
* [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-221-0/+2
* [3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Miss Islington (bot)2024-11-221-0/+4
* [3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH...Miss Islington (bot)2024-11-221-0/+2
* [3.13] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...Miss Islington (bot)2024-11-221-0/+2
* [3.13] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...Miss Islington (bot)2024-11-221-0/+2
* [3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-12...Miss Islington (bot)2024-11-211-0/+4
* gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)Miss Islington (bot)2024-11-211-0/+1
* [3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097)Serhiy Storchaka2024-11-211-0/+3
* [3.13] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...Miss Islington (bot)2024-11-211-0/+3
* [3.13] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...Miss Islington (bot)2024-11-201-0/+4
* [3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (G...sobolevn2024-11-191-0/+3
* [3.13] gh-126911: Update credits output (GH-126913) (#126973)Miss Islington (bot)2024-11-181-0/+1
* [3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-12...Miss Islington (bot)2024-11-181-0/+2
* [3.13] gh-101955: Fix SystemError in possesive quantifier with alternative an...Miss Islington (bot)2024-11-181-0/+2
* [3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...Serhiy Storchaka2024-11-181-0/+2
* [3.13] gh-126167: Modify iOS Testbed to read arguments from Info.plist (GH-12...Miss Islington (bot)2024-11-181-0/+2
* [3.13] Docs: re-create pages for removed modules to document their removal. (...Miss Islington (bot)2024-11-171-0/+3
* [3.13] gh-124452: Fix header mismatches when folding/unfolding with email mes...Miss Islington (bot)2024-11-171-0/+4
* [3.13] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (#12...Miss Islington (bot)2024-11-171-0/+2
* [3.13] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-171-0/+4
* [3.13] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the...Miss Islington (bot)2024-11-151-0/+2
* [3.13] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-1...Miss Islington (bot)2024-11-152-0/+2
* [3.13] gh-126312: Don't traverse frozen objects on the free-threaded build (G...Peter Bierma2024-11-151-0/+2
* gh-118973: Add _tkinter to freethreaded MSI (GH-126768)Miss Islington (bot)2024-11-151-0/+3
* [3.13] GH-126766: `url2pathname()`: handle empty authority section. (GH-12676...Miss Islington (bot)2024-11-141-0/+2
* [3.13] gh-126807: pygettext: Do not attempt to extract messages from function...Miss Islington (bot)2024-11-141-0/+2
* [3.13] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (GH-125...Miss Islington (bot)2024-11-141-0/+1
* [3.13] GH-118289: Fix handling of non-directories in `posixpath.realpath()` ...Barney Gale2024-11-131-0/+2