summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-1531-68/+63
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-0/+5
* [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...Miss Islington (bot)2024-04-151-0/+1
* [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...Miss Islington (bot)2024-04-111-0/+3
* [3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin...Miss Islington (bot)2024-04-101-0/+2
* [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...Miss Islington (bot)2024-04-092-0/+3
* Python 3.12.3v3.12.3Thomas Wouters2024-04-09106-245/+1101
* [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...Grigoriev Semyon2024-04-041-0/+2
* [3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...Miss Islington (bot)2024-04-041-0/+2
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-031-0/+5
* [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-291-0/+1
* [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-0/+4
* [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-281-0/+2
* [3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...Miss Islington (bot)2024-03-271-4/+4
* [3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)Miss Islington (bot)2024-03-261-0/+4
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-263-0/+7
* [3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)Miss Islington (bot)2024-03-261-0/+1
* [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...Gregory P. Smith2024-03-262-32/+38
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-251-0/+1
* [3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-221-0/+2
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+1
* [3.12] gh-116333: Relax error string text expectations in SSL-related tests (...Miss Islington (bot)2024-03-211-0/+3
* [3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118)Hugo van Kemenade2024-03-212-4/+4
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-0/+1
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+2
* [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...Sam Gross2024-03-191-0/+2
* [3.12] gh-116957: configparser: Do post-process values after DuplicateOptionE...David Röthlisberger2024-03-191-0/+3
* [3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#11...Tian Gao2024-03-191-0/+1
* [3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)Miss Islington (bot)2024-03-191-0/+2
* [3.12] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...Victor Stinner2024-03-191-0/+3
* [3.12] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-191-0/+1
* [3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-181-0/+3
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-0/+2
* [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)Antoine Pitrou2024-03-171-0/+1
* [3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-161-0/+3
* [3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-161-0/+4
* [3.12] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...Jason R. Coombs2024-03-151-0/+2
* [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-0/+1
* [3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...Tian Gao2024-03-141-0/+1
* [3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Miss Islington (bot)2024-03-131-0/+1
* [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-131-0/+2
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-121-0/+3
* [3.12] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116...Miss Islington (bot)2024-03-121-0/+3
* [3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-121-0/+1
* [3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629)Miss Islington (bot)2024-03-121-0/+1
* [3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-1...Ethan Furman2024-03-071-0/+1
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-062-2/+10
* [3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...Miss Islington (bot)2024-03-061-0/+3
* [3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previ...Brett Cannon2024-03-051-0/+1
* [3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...Miss Islington (bot)2024-03-051-0/+3