Python 3.13.0a2
  1. 9c4347e Python 3.13.0a2 by Thomas Wouters · 1 year, 9 months ago v3.13.0a2
  2. 4fa376b gh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED in sysconfig (gh-112307) by Donghee Na · 1 year, 9 months ago
  3. 9d70831 gh-110745: add a newline argument to pathlib.Path.read_text (#110880) by Junya Okabe · 1 year, 9 months ago
  4. e1540ae gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) by James Turk · 1 year, 9 months ago
  5. 44aa603 gh-57879: Increase test coverage for pstats.py (gh-111447) by Liu, An-Chi · 1 year, 9 months ago
  6. 1995955 gh-106529: Make FOR_ITER a viable uop (#112134) by Guido van Rossum · 1 year, 9 months ago
  7. d59feb5 gh-112243: Don't include comments in f-string debug expressions (#112284) by Pablo Galindo Salgado · 1 year, 9 months ago
  8. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  9. 1c8f912 bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513) by Crowthebird · 1 year, 9 months ago
  10. ce1096f9 gh-73561: Omit interface scope from IPv6 when used as Host header (#93324) by Michael · 1 year, 9 months ago
  11. f812914 gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (#112268) by Nikita Sobolev · 1 year, 9 months ago
  12. 14fd86a IDLE: Fix test_debugger bug and buildbot failures (#112258) by Terry Jan Reedy · 1 year, 9 months ago
  13. adedcfa gh-79871: IDLE - Fix and test debugger module (#11451) by Anthony Shaw · 1 year, 9 months ago
  14. 18c6929 gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187) by DPR · 1 year, 9 months ago
  15. e52cc80 gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232) by Donghee Na · 1 year, 9 months ago
  16. 607b5e3 GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242) by Barney Gale · 1 year, 9 months ago
  17. 9c7c8ba GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()` (#112239) by Barney Gale · 1 year, 9 months ago
  18. 43b1c33 gh-111810: Fix `test_repr_deep` from `test_userlist` on WASI (#112197) by Nikita Sobolev · 1 year, 9 months ago
  19. f489ace GH-111808: Make the default value for `test.support.infinite_recursion()` conditional on compiler optimizations (GH-112223) by Brett Cannon · 1 year, 9 months ago
  20. 949b2cc gh-112194: Convert more examples to doctests in `typing.py` (#112195) by Nikita Sobolev · 1 year, 9 months ago
  21. 9fb0f2d GH-110109: Speed up `pathlib._PathBase.resolve()` (#110412) by Barney Gale · 1 year, 9 months ago
  22. 2dbb2e0 GH-110109: Churn `pathlib.PurePath` methods (#112012) by Barney Gale · 1 year, 9 months ago
  23. f92ea63 gh-111799: Fix `testRecursiveRepr` from `test_fileio` on WASI (GH-112181) by Nikita Sobolev · 1 year, 9 months ago
  24. 974847b gh-111800: Fix `test_recursive_repr` from `test_io` under WASI to not recurse so deeply (GH-112150) by Nikita Sobolev · 1 year, 9 months ago
  25. f66afa3 gh-111881: Import lazily zipfile in support.script_helper (#112172) by Victor Stinner · 1 year, 9 months ago
  26. 7680da4 gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156) by Nikita Sobolev · 1 year, 9 months ago
  27. 12c7e9d GH-112152: Fix typo in `typing.override` docstring (#112158) by Qua27 · 1 year, 9 months ago
  28. bd89bca gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124) by Victor Stinner · 1 year, 9 months ago
  29. 7218bac gh-111811: Fix test_recursive_repr for WASI (#112130) by Kushal Das · 1 year, 9 months ago
  30. 422c0f0 gh-108303: Delete `imp_dummy` test file (#112110) by Nikita Sobolev · 1 year, 9 months ago
  31. 55f3cce gh-111545: Test PyHash_GetFuncDef() function (#112098) by Victor Stinner · 1 year, 9 months ago
  32. e0f5127 gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (#111983) by DPR · 1 year, 9 months ago
  33. 9302f05 gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061) by Serhiy Storchaka · 1 year, 9 months ago
  34. ee06fff gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) by Serhiy Storchaka · 1 year, 9 months ago
  35. a519b87 GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) by Mark Shannon · 1 year, 9 months ago
  36. 4f04172 gh-111262: Add PyDict_Pop() function (#112028) by Victor Stinner · 1 year, 9 months ago
  37. f44d6ff gh-110944: Make pdb completion work for alias and convenience vars (GH-110945) by Tian Gao · 1 year, 9 months ago
  38. 324531d gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904) by Sam Gross · 1 year, 9 months ago
  39. b28bb13 gh-112007: Re-organize help utility intro message (#112017) by Terry Jan Reedy · 1 year, 9 months ago
  40. cf67ebf GH-72904: Add `glob.translate()` function (#106703) by Barney Gale · 1 year, 9 months ago
  41. babb787 gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) by Victor Stinner · 1 year, 9 months ago
  42. 1c7ed7e gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826) by Tian Gao · 1 year, 9 months ago
  43. c61de45 gh-102837: more tests for the math module (GH-111930) by Sergey B Kirpichev · 1 year, 9 months ago
  44. 1d75ef6 gh-111999: Add signatures and improve docstrings for builtins (GH-112000) by Serhiy Storchaka · 1 year, 9 months ago
  45. d7cef7b GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431) by Barney Gale · 1 year, 9 months ago
  46. b2af50c gh-111969: refactor to make it easier to construct a dis.Instruction object (#111970) by Irit Katriel · 1 year, 9 months ago
  47. 40752c1 gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002) by Serhiy Storchaka · 1 year, 9 months ago
  48. 38035fe gh-90890: New methods to access mailbox.Maildir message info and flags (#103905) by Stephen Gildea · 1 year, 9 months ago
  49. ae8116c gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#107433) by Nikita Sobolev · 1 year, 9 months ago
  50. 148af38 gh-80731: Avoid executing code in except block in cmd (GH-111740) by Tian Gao · 1 year, 9 months ago
  51. 3932b0f gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710) by Łukasz Langa · 1 year, 9 months ago
  52. 0b06d24 gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) by Serhiy Storchaka · 1 year, 9 months ago
  53. d61313b gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910) by Zac Hatfield-Dodds · 1 year, 9 months ago
  54. 64fea32 gh-111912: Run test_posix on Windows (GH-111913) by Serhiy Storchaka · 1 year, 9 months ago
  55. baeb771 gh-111356: io: Add missing documented objects to io.__all__ (#111370) by Nicolas Tessore · 1 year, 9 months ago
  56. b9f814c gh-111881: Import _sha2 lazily in random (#111889) by Victor Stinner · 1 year, 9 months ago
  57. a5f29c9 gh-110875: Handle '.' properties in logging formatter configuration c… (GH-110943) by Vinay Sajip · 1 year, 9 months ago
  58. 6f09f69 gh-111881: Import doctest lazily in libregrtest (#111884) by Victor Stinner · 1 year, 9 months ago
  59. 0c42f73 gh-108303: Move more files to `Lib/test/test_module` (#111880) by Nikita Sobolev · 1 year, 9 months ago
  60. 0372e3b gh-111881: Use lazy import in test.support (#111885) by Victor Stinner · 1 year, 9 months ago
  61. cc18b88 gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879) by Nikita Sobolev · 1 year, 9 months ago
  62. 25c4956 GH-109369: Exit tier 2 if executor is invalid (GH-111657) by Mark Shannon · 1 year, 9 months ago
  63. 6046aec gh-111835: Add seekable method to mmap.mmap (gh-111852) by Donghee Na · 1 year, 9 months ago
  64. 0b718e6 gh-110543: Fix CodeType.replace in presence of comprehensions (#110586) by Jelle Zijlstra · 1 year, 9 months ago
  65. a3903c8 gh-111495: Add tests for PyList C API (#111562) by Kalyan · 1 year, 9 months ago
  66. 005d1e8 gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) by Serhiy Storchaka · 1 year, 9 months ago
  67. 74b868f gh-111246: Remove listening Unix socket on close (#111483) by Pierre Ossman (ThinLinc team) · 1 year, 9 months ago
  68. f88caab gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770) by Stefan · 1 year, 9 months ago
  69. 82e36db gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111825) by Nikita Sobolev · 1 year, 9 months ago
  70. 06efb60 GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_IF instead of jumps. (GH-111849) by Mark Shannon · 1 year, 9 months ago
  71. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 9 months ago
  72. ea970fb gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()*` (GH-111785) by Romuald Brunet · 1 year, 9 months ago
  73. f115a55 gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830) by Nikita Sobolev · 1 year, 9 months ago
  74. 0e83d94 gh-111808: Fix recursion error on WASM in `test_typing` (GH-111819) by Nikita Sobolev · 1 year, 9 months ago
  75. 2f9cb7e gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823) by Irit Katriel · 1 year, 9 months ago
  76. 178861b gh-111623: Add Support for Cross-interpreter tuples (gh-111628) by Anthony Shaw · 1 year, 9 months ago
  77. 70afb8d gh-85098: Implement functional CLI of symtable (#109112) by Serhiy Storchaka · 1 year, 9 months ago
  78. f55cb44 gh-106672: C API: Report indiscriminately ignored errors (GH-106674) by Serhiy Storchaka · 1 year, 9 months ago
  79. a077b2f gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-111766) by Sergey B Kirpichev · 1 year, 9 months ago
  80. 931f443 GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111697) by Mark Shannon · 1 year, 9 months ago
  81. 13405ec gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792) by Irit Katriel · 1 year, 9 months ago
  82. d2ddfcc gh-110395: test: assert after the child dies. (#111816) by Gregory P. Smith · 1 year, 10 months ago
  83. 5e5762a gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764) by Dennis Sweeney · 1 year, 10 months ago
  84. c8faa35 gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) by Masayuki Moriyama · 1 year, 10 months ago
  85. ba8aa1f gh-109466: Add ipv6_mapped property to IPv4Address (#109467) by Charles Machalow · 1 year, 10 months ago
  86. 24b5cbd gh-111495: Add tests for PyComplex C API (GH-111591) by Sergey B Kirpichev · 1 year, 10 months ago
  87. b452202 gh-111495: Add tests for PyFloat C API (GH-111624) by Sergey B Kirpichev · 1 year, 10 months ago
  88. 853b4b5 gh-111719: Add extra check for alias command (#111720) by Tian Gao · 1 year, 10 months ago
  89. a6c1c04 gh-110395: invalidate open kqueues after fork (#110517) by Davide Rizzo · 1 year, 10 months ago
  90. cd6b2ce gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#110881) by Tian Gao · 1 year, 10 months ago
  91. 9573d14 gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906) by CF Bolz-Tereick · 1 year, 10 months ago
  92. 0e9c364 GH-110829: Ensure Thread.join() joins the OS thread (#110848) by Antoine Pitrou · 1 year, 10 months ago
  93. 890ef1b gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549) by Nikita Sobolev · 1 year, 10 months ago
  94. 18c9548 gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111541) by Nikita Sobolev · 1 year, 10 months ago
  95. a8e1f47 gh-111495: Test C API functions with extreme sizes and indices (GH-111631) by Serhiy Storchaka · 1 year, 10 months ago
  96. ac01e22 gh-111644: Fix asyncio test_unhandled_exceptions() (#111713) by Victor Stinner · 1 year, 10 months ago
  97. f62c7cc gh-111644: Fix support threading_cleanup() (#111714) by Victor Stinner · 1 year, 10 months ago
  98. 244e37b gh-109649: Fix test_os.test_process_cpu_count_affinity() (#111689) by Victor Stinner · 1 year, 10 months ago
  99. 20cfab9 gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) by Victor Stinner · 1 year, 10 months ago
  100. e0afed7 gh-103615: Use local events for opcode tracing (GH-109472) by Tian Gao · 1 year, 10 months ago