Python 3.13.0
  1. 60403a5 Python 3.13.0 by Thomas Wouters · 10 months ago v3.13.0
  2. b30da22 [3.13] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013) (#125020) by Miss Islington (bot) · 11 months ago
  3. b87aea6 [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952) (#124977) by Miss Islington (bot) · 11 months ago
  4. ff0ab0e [3.13] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (GH-121983) (#124926) by Miss Islington (bot) · 11 months ago
  5. aa6cf9b [3.13] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing directly (GH-124845) (#124884) by Miss Islington (bot) · 11 months ago
  6. fae84c7 Python 3.13.0rc3 by Thomas Wouters · 11 months ago v3.13.0rc3
  7. b99c662 [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492) (#124738) by Jelle Zijlstra · 11 months ago
  8. e0eb44a [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) by T. Wouters · 11 months ago
  9. 4f3e96f [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797) by Miss Islington (bot) · 11 months ago
  10. 243db20 [3.13] gh-123811: test that round() can return signed zero (GH-123829) (#123938) by Miss Islington (bot) · 11 months ago
  11. 5bf32d1 [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613) (#124735) by Serhiy Storchaka · 11 months ago
  12. ce0eaa6 [3.13] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769) (#124777) by Miss Islington (bot) · 11 months ago
  13. 62e54dd [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) (#123840) by Sergey B Kirpichev · 11 months ago
  14. 25a23cb [3.13] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824) (#123864) by Miss Islington (bot) · 11 months ago
  15. 601ef40 [3.13] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123886) (#123890) by Miss Islington (bot) · 11 months ago
  16. 4c3d537 [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (#123936) by Miss Islington (bot) · 11 months ago
  17. 793cb77 [3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (GH-123943) (#123955) by Miss Islington (bot) · 11 months ago
  18. 40b27d0 [3.13] gh-121735: Fix module-adjacent references in zip files (GH-123037) (#123986) by Miss Islington (bot) · 11 months ago
  19. d002e1f [3.13] gh-116622: Mock the passage of time in Android logcat rate limit tests (GH-124015) (#124035) by Miss Islington (bot) · 11 months ago
  20. 5e27117 [3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124161) by Miss Islington (bot) · 11 months ago
  21. 99dc089 [3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-122161) (#124214) by Miss Islington (bot) · 11 months ago
  22. 32acfdb [3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211) (#124226) by Miss Islington (bot) · 11 months ago
  23. 0a868db [3.13] gh-123934: Fix `MagicMock` not to reset magic method return values (GH-124038) (#124231) by Miss Islington (bot) · 11 months ago
  24. dceac5b [3.13] gh-124245: Fix UserWarning in test_argparse (GH-124246) (#124255) by Miss Islington (bot) · 11 months ago
  25. dbfc37a [3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-123806) (#124270) by Miss Islington (bot) · 11 months ago
  26. dddae66 [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277) by Miss Islington (bot) · 11 months ago
  27. 8d3a0fe [3.13] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (#124373) by Miss Islington (bot) · 11 months ago
  28. 67aa68f [3.13] Bump Ruff to 0.6.7 (#124384) (#124389) by Alex Waygood · 11 months ago
  29. 6425443 [3.13] bpo-44864: Do not translate user-provided strings in ArgumentParser.add_subparsers() (GH-27667) (#124506) by Miss Islington (bot) · 11 months ago
  30. 0a57fe3 [3.13] gh-116622: Make test_unzip_zipfile recognize Android error message format (GH-124462) (#124516) by Miss Islington (bot) · 11 months ago
  31. 62f691f [3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539) by Miss Islington (bot) · 11 months ago
  32. c7f9332 [3.13] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542) (#124544) by Miss Islington (bot) · 11 months ago
  33. e20505c [3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603) by Miss Islington (bot) · 11 months ago
  34. 6b847be [3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (#124678) by Bénédikt Tran · 11 months ago
  35. 80de976 [3.13] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627) (#124714) by Miss Islington (bot) · 11 months ago
  36. 0a125d9 [3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713) by Emily Morehouse · 11 months ago
  37. 4a58bdb [3.13] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) (#122740) by Miss Islington (bot) · 11 months ago
  38. 2df77c8 [3.13] Backport idlelib typos (#124325) by Terry Jan Reedy · 11 months ago
  39. 845e039 [3.13] gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous output. (GH-124310) (#124318) by Miss Islington (bot) · 11 months ago
  40. 862ec8b [3.13] gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (GH-124629) (#124638) by Miss Islington (bot) · 11 months ago
  41. c6c3d97 [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507) by Miss Islington (bot) · 11 months ago
  42. dff48e1 [3.13] gh-124682: Disable test that is prone to intermittent failure on iOS. (GH-124683) (#124687) by Miss Islington (bot) · 11 months ago
  43. caaf939 [3.13] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#124654) by Miss Islington (bot) · 11 months ago
  44. 8169d29 [3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467) (#124674) by Miss Islington (bot) · 11 months ago
  45. 22dee7b [3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object (GH-124559) (#124588) by Miss Islington (bot) · 11 months ago
  46. 6328446 [3.13] gh-124402: Speed up test_free_threading and test_super (#124491) (#124585) by Victor Stinner · 11 months ago
  47. 9fc8771 [3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after using a history search (GH-124396) (#124530) by Miss Islington (bot) · 11 months ago
  48. 2f25d85 [3.13] gh-124402: Require cpu resource in test_super slow method (GH-124434) (#124468) by Miss Islington (bot) · 11 months ago
  49. 5615351 [3.13] gh-124402: Require cpu resource in test_free_threading (#124438) (#124439) by Victor Stinner · 11 months ago
  50. a573b23 [3.13] Further revise idlelib/Icons/README.text (GH-123364) (#123608) by Miss Islington (bot) · 11 months ago
  51. 7c9bbaa [3.13] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (GH-123981) (#123988) by Miss Islington (bot) · 11 months ago
  52. 2cf67d3 [3.13] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084) (#124223) by Miss Islington (bot) · 11 months ago
  53. 9a1e9dd [3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007) (#124048) by Miss Islington (bot) · 11 months ago
  54. 06a1b0c [3.13] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031) (#124063) by Miss Islington (bot) · 11 months ago
  55. 3b20303 [3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124146) by Miss Islington (bot) · 11 months ago
  56. 7b8affa [3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) (#124009) by Miss Islington (bot) · 11 months ago
  57. 9649af5 [3.13] gh-124040: Adjust few tests in testHypot/testDist to get exactly computed results (GH-124042) (#124235) by Miss Islington (bot) · 11 months ago
  58. de8dc92 [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273) by Miss Islington (bot) · 11 months ago
  59. 4cd4bf1 [3.13] gh-122957: Fix test flakiness in asyncio test in free-thread build (GH-124039) (#124067) by Miss Islington (bot) · 11 months ago
  60. 112b170 [3.13] gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (GH-124028) (#124029) by Miss Islington (bot) · 11 months ago
  61. ec61006 Python 3.13.0rc2 by Thomas Wouters · 11 months ago v3.13.0rc2
  62. 72cdd2a [3.13] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (#123781) by Miss Islington (bot) · 11 months ago
  63. 9052888 [3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (GH-123690) (#123798) by Miss Islington (bot) · 11 months ago
  64. 5c3078d [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123799) by Miss Islington (bot) · 11 months ago
  65. 2cc1899 [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#123784) by Miss Islington (bot) · 12 months ago
  66. c787a51 [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123607) (GH-123773) by Miss Islington (bot) · 12 months ago
  67. b221c5b [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-123196) (GH-123764) by Miss Islington (bot) · 12 months ago
  68. fb50266 [3.13] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) (gh-123755) by Miss Islington (bot) · 12 months ago
  69. 5e03734 [3.13] gh-123240: Raise input audit events in the new REPL (GH-123274) (#123737) by Miss Islington (bot) · 12 months ago
  70. 9193d29 [3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123676) by Miss Islington (bot) · 12 months ago
  71. 6785120 [3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (#123632) by Miss Islington (bot) · 12 months ago
  72. 4894139 [3.13] gh-121804: always show error location for SyntaxError's in basic repl (GH-123202) (#123631) by Miss Islington (bot) · 12 months ago
  73. 7761ddc [3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (#123606) by Miss Islington (bot) · 12 months ago
  74. 59e2a09 [3.13] Rewrite idlelib/Icons/README.txt (GH-123329) (#123330) by Miss Islington (bot) · 12 months ago
  75. 80e0326 [3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-120763) (#120786) by Miss Islington (bot) · 12 months ago
  76. 494181e [3.13] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123604) by Miss Islington (bot) · 12 months ago
  77. 3b3a1a8 [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572) (#123601) by Miss Islington (bot) · 12 months ago
  78. b76a4a5 [3.13] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) (#122814) by Miss Islington (bot) · 12 months ago
  79. 3906181 [3.13] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122738) by Miss Islington (bot) · 12 months ago
  80. ed3a49e [3.13] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123542) by Miss Islington (bot) · 12 months ago
  81. ffb7abe [3.13] gh-123309: Add more tests for the pickletools module (GH-123355) (#123533) by Miss Islington (bot) · 12 months ago
  82. bf0d8bb [3.13] gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011) (#123527) by Miss Islington (bot) · 12 months ago
  83. ab29053 [3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123459) by Miss Islington (bot) · 12 months ago
  84. 14a899f [3.13] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >= 6.10 (GH-120227) (#123421) by Miss Islington (bot) · 12 months ago
  85. 7e8883a [3.13] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123410) by Miss Islington (bot) · 12 months ago
  86. cbcb9e1 [3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375) by Miss Islington (bot) · 12 months ago
  87. d9e4c4b [3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123257) by Miss Islington (bot) · 12 months ago
  88. 4ea9c5b [3.13] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) (#123187) by Miss Islington (bot) · 12 months ago
  89. 2b4c31d [3.13] gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001) (#123182) by Miss Islington (bot) · 12 months ago
  90. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  91. 60e4c3f [3.13] gh-122798: Make tests for warnings in the re module more strict (GH-122799) (#122804) by Miss Islington (bot) · 12 months ago
  92. f1a6d22 [3.13] gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mutually exclusive groups (GH-121159) (#122777) by Miss Islington (bot) · 12 months ago
  93. 8c01b34 [3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740) (#122768) by Miss Islington (bot) · 12 months ago
  94. 29733b0 [3.13] gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (GH-120605) (#122739) by Miss Islington (bot) · 12 months ago
  95. 57ba3b0 [3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122625) by Miss Islington (bot) · 12 months ago
  96. 3455d85 [3.13] Fix typos in docs, error messages and comments (#122502) (#122606) by Alex Waygood · 12 months ago
  97. cfdf376 [3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123568) by Miss Islington (bot) · 12 months ago
  98. dc06b3d [3.13] gh-123494: Improve documentation for ``webbrowser`` return types (GH-123495) (#123548) by Miss Islington (bot) · 12 months ago
  99. ada13a8 [3.13] gh-122136: test_asyncio: Don't fail if the kernel buffers more data than advertised (GH-123423) (#123443) by Miss Islington (bot) · 12 months ago
  100. d379a92 [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123435) by Irit Katriel · 12 months ago