Python 3.13.4
  1. 8a526ec Python 3.13.4 by Thomas Wouters · 2 months ago v3.13.4
  2. aa9eb5f [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064) by T. Wouters · 3 months ago
  3. f67dede [3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047) by Miss Islington (bot) · 3 months ago
  4. 3e1b8d6 [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965) by Serhiy Storchaka · 3 months ago
  5. a9b8ffd [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040) by Sam Gross · 3 months ago
  6. 7ca17ed [3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020) by Miss Islington (bot) · 3 months ago
  7. 2c325e2 [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962) by Bénédikt Tran · 3 months ago
  8. 379c4a2 [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134981) by Miss Islington (bot) · 3 months ago
  9. 681856c [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936) by Serhiy Storchaka · 3 months ago
  10. dcfb229 [3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856) by Miss Islington (bot) · 3 months ago
  11. 07d4b63 [3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134852) by Miss Islington (bot) · 3 months ago
  12. a0287bf [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846) by Miss Islington (bot) · 3 months ago
  13. 5511533 [3.13] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (GH-134839) (#134843) by Miss Islington (bot) · 3 months ago
  14. 7410402 [3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798) by Miss Islington (bot) · 3 months ago
  15. 814ac0d [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788) by Mark Shannon · 3 months ago
  16. 08e1ba8 [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677) by Miss Islington (bot) · 3 months ago
  17. e483dcf [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685) by Sergey B Kirpichev · 3 months ago
  18. 44d1849 [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) by Miss Islington (bot) · 3 months ago
  19. 2e30341 [3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134611) by Miss Islington (bot) · 3 months ago
  20. e4c4ecc [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597) by Miss Islington (bot) · 3 months ago
  21. 0308612 [3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592) by Serhiy Storchaka · 3 months ago
  22. 5987ebc [3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562) by Miss Islington (bot) · 3 months ago
  23. ba9f533 [3.13] gh-71339: Use new assertion methods in the http tests (GH-129058) (GH-132500) by Miss Islington (bot) · 3 months ago
  24. 6126b7c [3.13] gh-71339: Use new assertion methods in the urllib tests (GH-129056) (GH-132499) by Miss Islington (bot) · 3 months ago
  25. 34d3495 [3.13] gh-71339: Use new assertion methods in the email tests (GH-129055) (GH-132501) by Miss Islington (bot) · 3 months ago
  26. 044fe0b [3.13] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134490) by Miss Islington (bot) · 3 months ago
  27. e0822d8 [3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134477) by Miss Islington (bot) · 3 months ago
  28. 2d11f3e [3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436) by Miss Islington (bot) · 3 months ago
  29. e1e8533 [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134434) by Miss Islington (bot) · 3 months ago
  30. 046125e [3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431) by Miss Islington (bot) · 3 months ago
  31. de6d199 [3.13] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134429) by Miss Islington (bot) · 3 months ago
  32. f5de063 [3.13] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134414) by Miss Islington (bot) · 3 months ago
  33. 7ada439 [3.13] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134404) by Miss Islington (bot) · 3 months ago
  34. b41e7b1 [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134386) by Łukasz Langa · 3 months ago
  35. 4c22fa6 [3.13] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134379) by Miss Islington (bot) · 3 months ago
  36. aebbbaf [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361) by Noam Cohen · 3 months ago
  37. 6279eb8 [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) by Serhiy Storchaka · 3 months ago
  38. edf2de0 [3.13] Clean up test_posixpath (GH-134315) (GH-134317) by Miss Islington (bot) · 3 months ago
  39. 783675e [3.13] gh-133940: test_strftime incorrectly calculates expected week (GH-134281) (#134302) by Miss Islington (bot) · 3 months ago
  40. da506b2 [3.13] gh-117596: Add more tests for os.path with invalid paths (GH-134189) (GH-134266) by Miss Islington (bot) · 3 months ago
  41. c1e4770 [3.13] gh-125225: Fix column misalignment in help('topics') output (gh-125226) (#134226) by Miss Islington (bot) · 3 months ago
  42. 08c9ba5 [3.13] gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) (gh-134221) by Miss Islington (bot) · 3 months ago
  43. 06a8c06 [3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196) by Serhiy Storchaka · 3 months ago
  44. ea9c962 [3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) (GH-134204) by Miss Islington (bot) · 3 months ago
  45. 821a87e [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134191) by Miss Islington (bot) · 3 months ago
  46. 5230244 [3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134172) by Miss Islington (bot) · 3 months ago
  47. fd6a602 [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) by Thomas Grainger · 3 months ago
  48. bc0dc9d [3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134124) by Miss Islington (bot) · 3 months ago
  49. 6dae082 [3.13] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134122) by Miss Islington (bot) · 3 months ago
  50. 510e28e [3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134113) by Miss Islington (bot) · 3 months ago
  51. f81f1bb [3.13] Test also error messages in test_limit_int. (GH-134018) (GH-134032) by Miss Islington (bot) · 3 months ago
  52. f474264 [3.13] Improve tests for str to Fraction conversion (GH-134010) (GH-134017) by Miss Islington (bot) · 3 months ago
  53. e1cc789 gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700) by Sam Gross · 3 months ago
  54. 50b45c4 [3.13] GH-133543: Maintain tracking for materialized instance dictionaries (GH-133617) by Brandt Bucher · 3 months ago
  55. d9d8e9a [3.13] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-133939) by Serhiy Storchaka · 3 months ago
  56. 5ce47b9 [3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) (#133917) by Victor Stinner · 3 months ago
  57. 8e923f3 [3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133898) by Miss Islington (bot) · 3 months ago
  58. 5cd56b2 [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446) by Victor Stinner · 3 months ago
  59. f0a88e2 gh-133703: dict: fix calculate_log2_keysize() (GH-133809) by Inada Naoki · 3 months ago
  60. 26b6ab4 [3.13] Add classmethod to setUpClass in test_pdb (GH-133840) (#133847) by Miss Islington (bot) · 3 months ago
  61. e76ff56 [3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133845) by Miss Islington (bot) · 3 months ago
  62. 18501a1 [3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133836) by Miss Islington (bot) · 3 months ago
  63. aa0c3d1 [3.13] gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295) (GH-133834) by Miss Islington (bot) · 3 months ago
  64. 9718880 [3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133806) by Miss Islington (bot) · 3 months ago
  65. 57efb77 [3.13] Update HTTP links in the _pydatetime docstrings (GH-133025) (GH-133782) by Miss Islington (bot) · 3 months ago
  66. ddd6ca1 [3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777) by Miss Islington (bot) · 3 months ago
  67. d14a1b7 [3.13] gh-130197: Test pygettext --output option (GH-133041) (GH-133266) by Miss Islington (bot) · 3 months ago
  68. 3e55441 [3.13] gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215) (GH-133586) by Miss Islington (bot) · 3 months ago
  69. 6ab4a4a [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133686) by Sam Gross · 3 months ago
  70. 8e334f4 [3.13] gh-131031: Fix test_pickle when invoked directly (GH-133356) (GH-133675) by Serhiy Storchaka · 3 months ago
  71. fabe89b [3.13] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133664) by Miss Islington (bot) · 3 months ago
  72. a719e5f [3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133615) by TERESH1 · 3 months ago
  73. a0dd4f0 [3.13] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (GH-133640) (#133647) by Miss Islington (bot) · 3 months ago
  74. 1dfe5de [3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470) by Stan Ulbrych · 3 months ago
  75. 891232f [3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468) by Łukasz Langa · 3 months ago
  76. 76f52c4 [3.13] gh-130804: Fix support of typing unicode chars in pyrepl (GH-130805) (GH-133462) by Łukasz Langa · 3 months ago
  77. e4d6848 [3.13] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440) (GH-133460) by Łukasz Langa · 3 months ago
  78. a2bf7a0 [3.13] gh-124096: Enable REPL virtual terminal support on Windows (GH-124119) (GH-133457) by Miss Islington (bot) · 3 months ago
  79. d84a762 [3.13] gh-63882: Break down `and` tests in `test_minidom` (GH-133026) (#133451) by Miss Islington (bot) · 3 months ago
  80. 87b14c8 [3.13] gh-131878: Handle top level exceptions in new pyrepl and prevent of closing it (GH-131910) (GH-133445) by Łukasz Langa · 3 months ago
  81. f371b23 [3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432) by Miss Islington (bot) · 3 months ago
  82. df1669e [3.13] Bump mypy to 1.15 (GH-133405) (#133429) by Miss Islington (bot) · 3 months ago
  83. e89ca39 [3.13] [tests] test_subprocess maybe avoid a timeout race condition? (GH-133420) (#133421) by Miss Islington (bot) · 3 months ago
  84. 3d1b8e2 [3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103) (#133418) by Miss Islington (bot) · 3 months ago
  85. 5daeebb [3.13] gh-109700: Improve stress tests for interpreter creation (GH-109946) (GH-133391) by Miss Islington (bot) · 3 months ago
  86. 973e2d3 [3.13] gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628) (GH-133381) by Serhiy Storchaka · 3 months ago
  87. 3c9d177 [3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370) by Serhiy Storchaka · 4 months ago
  88. e090f8e [3.13] gh-133210: Fix `test_rlcompleter` in `--without-doc-strings` mode (GH-133332) (#133348) by Miss Islington (bot) · 4 months ago
  89. 8525223 [3.13] gh-133117: Enable stricter mypy checks for `tomllib` (GH-133206) (#133343) by Miss Islington (bot) · 4 months ago
  90. c9c0beb [3.13] gh-114713: Revert gh-114731 (GH-133330) (#133331) by Miss Islington (bot) · 4 months ago
  91. 8a05dbe [3.13] gh-132995: Upgrade bundled pip to 25.1.1 (gh-133308) by Miss Islington (bot) · 4 months ago
  92. e2ad2c8 [3.13] gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598) (GH-133310) by Miss Islington (bot) · 4 months ago
  93. e75f528 [3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295) by Miss Islington (bot) · 4 months ago
  94. 16e9e74 [3.13] gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (GH-132387) (#133297) by Miss Islington (bot) · 4 months ago
  95. 6a919d0 [3.13] gh-133210: Fix `test_descr` in `--without-doc-strings` mode (GH-133294) (#133298) by Miss Islington (bot) · 4 months ago
  96. b64cc74 [3.13] gh-133210: Fix `test_pydoc` in `--without-doc-strings` mode (GH-133271) (#133288) by Miss Islington (bot) · 4 months ago
  97. ae775dc [3.13] gh-130197: Improve test coverage of msgfmt.py (GH-133048) (GH-133255) by Tomas R. · 4 months ago
  98. 766c5f7 [3.13] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (GH-132055) (#133277) by Miss Islington (bot) · 4 months ago
  99. f7d1109 [3.13] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (GH-133250) (#133263) by Miss Islington (bot) · 4 months ago
  100. 90c786e [3.13] gh-130655: Add a test for big-endian MO files in gettext (GH-132469) (GH-133248) by Miss Islington (bot) · 4 months ago