summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.4v3.13.4Thomas Wouters2025-06-0393-196/+951
* [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-031-0/+6
* [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...Serhiy Storchaka2025-06-021-0/+2
* [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-...Sam Gross2025-06-021-0/+1
* [3.13] gh-130999: Avoid exiting the new REPL when there are non-string candid...Miss Islington (bot)2025-06-021-0/+2
* [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors A...Bénédikt Tran2025-06-011-0/+5
* gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)Steve Dower2025-05-301-0/+3
* [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH...Serhiy Storchaka2025-05-301-0/+2
* [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-05-281-0/+1
* [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (bac...Mark Shannon2025-05-271-0/+2
* [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)Bénédikt Tran2025-05-271-0/+2
* [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_pt...Miss Islington (bot)2025-05-261-0/+2
* [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)Sergey B Kirpichev2025-05-261-0/+4
* [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...Miss Islington (bot)2025-05-241-0/+2
* [3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-05-241-0/+2
* [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after...Miss Islington (bot)2025-05-231-0/+1
* [3.13] gh-114177: avoid calling connection lost callbacks when loop is alread...Miss Islington (bot)2025-05-231-0/+1
* [3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-05-221-0/+3
* [3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436)Miss Islington (bot)2025-05-211-0/+2
* [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165...Miss Islington (bot)2025-05-211-0/+3
* [3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431)Miss Islington (bot)2025-05-211-0/+3
* GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)Miss Islington (bot)2025-05-201-0/+2
* [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh...Łukasz Langa2025-05-201-0/+3
* [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361)Noam Cohen2025-05-201-0/+2
* [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-05-201-0/+2
* [3.13] gh-134097: Print number of refs & blocks after each statement in new R...Miss Islington (bot)2025-05-191-0/+1
* [3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196)Serhiy Storchaka2025-05-191-0/+2
* [3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict ...Miss Islington (bot)2025-05-191-0/+1
* [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandl...Miss Islington (bot)2025-05-181-0/+3
* [3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (G...Miss Islington (bot)2025-05-181-0/+2
* [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)Thomas Grainger2025-05-181-0/+1
* [3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestH...Miss Islington (bot)2025-05-171-0/+2
* gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)Sam Gross2025-05-141-0/+2
* [3.13] GH-133543: Maintain tracking for materialized instance dictionaries (G...Brandt Bucher2025-05-121-0/+2
* [3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) ...Victor Stinner2025-05-121-0/+3
* [3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133...Miss Islington (bot)2025-05-121-0/+2
* [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)Victor Stinner2025-05-111-0/+2
* gh-133703: dict: fix calculate_log2_keysize() (GH-133809)Inada Naoki2025-05-111-0/+1
* [3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLPars...Miss Islington (bot)2025-05-101-0/+2
* [3.13] gh-117088: Fix AIX build (GH-132595) (GH-133839)Miss Islington (bot)2025-05-101-0/+1
* [3.13] gh-77057: Fix handling of invalid markup declarations in HTMLParser (G...Miss Islington (bot)2025-05-101-0/+2
* [3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH...Miss Islington (bot)2025-05-101-0/+3
* [3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (#133759)Miss Islington (bot)2025-05-091-2/+2
* [3.13] gh-69426: HTMLParser: only unescape properly terminated character enti...Miss Islington (bot)2025-05-091-0/+3
* gh-133626: Ensure the traditional Windows installer doesn't accidentally pick...Steve Dower2025-05-081-0/+2
* [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh...Sam Gross2025-05-081-0/+1
* [3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None`...TERESH12025-05-081-0/+2
* [3.13] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (...Miss Islington (bot)2025-05-081-0/+2
* gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Py...Steve Dower2025-05-071-0/+2
* [3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)Stan Ulbrych2025-05-051-0/+1