Python 3.13.0a5
  1. 076d169 Python 3.13.0a5 by Thomas Wouters · 1 year, 5 months ago v3.13.0a5
  2. f6e7a6c gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658) by Victor Stinner · 1 year, 5 months ago
  3. df4784b gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350) by Nikita Sobolev · 1 year, 5 months ago
  4. 02918aa gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628) by Pablo Galindo Salgado · 1 year, 5 months ago
  5. d308d33 gh-89547: Support for nesting special forms like Final (#116096) by Mehdi Drissi · 1 year, 5 months ago
  6. ba13215 gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632) by Guido van Rossum · 1 year, 5 months ago
  7. 06e29a2 gh-116600: [Enum] fix global Flag repr (GH-116615) by Ethan Furman · 1 year, 5 months ago
  8. 44f9a84 gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496) by Tian Gao · 1 year, 5 months ago
  9. 3c0dcef gh-116040: [Enum] fix test_empty_names test (GH-116508) by Ethan Furman · 1 year, 5 months ago
  10. 34920f3 gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423) by Malcolm Smith · 1 year, 5 months ago
  11. 1d0d49a gh-113538: Add asycio.Server.{close,abort}_clients (#114432) by Pierre Ossman (ThinLinc team) · 1 year, 5 months ago
  12. 872c071 gh-71052: Change Android's `sys.platform` from "linux" to "android" by Malcolm Smith · 1 year, 5 months ago
  13. 2731913 gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338) by Brett Simmers · 1 year, 5 months ago
  14. 1cc02ca gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) by Victor Stinner · 1 year, 5 months ago
  15. d8712fa gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) by Serhiy Storchaka · 1 year, 5 months ago
  16. 8d7fde6 gh-116417: Argument Clinic: test generated Limited C API code for float args (#116573) by Erlend E. Aasland · 1 year, 5 months ago
  17. 2339e7c gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() (#116058) by Malcolm Smith · 1 year, 5 months ago
  18. b9cb855 gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not available (#116507) by Kirill Podoprigora · 1 year, 5 months ago
  19. 735fc2c gh-75988: Fix issues with autospec ignoring wrapped object (#115223) by infohash · 1 year, 5 months ago
  20. 6183158 Replace stat.ST_xxx usage with os.stat().st_xxx (#116501) by Victor Stinner · 1 year, 5 months ago
  21. 7cee276 gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494) by Nikita Sobolev · 1 year, 5 months ago
  22. 0b64714 gh-116349: Deprecate `platform.java_ver` function (#116471) by Nikita Sobolev · 1 year, 5 months ago
  23. 4d95273 gh-116485: Fixed the typo (#116486) by Varun Gole · 1 year, 5 months ago
  24. 13ffd4b gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1, 0) (GH-116072) by Ethan Furman · 1 year, 5 months ago
  25. d9bcdda gh-116417: Add _testlimitedcapi C extension (#116419) by Victor Stinner · 1 year, 5 months ago
  26. 41457c7 gh-116381: Remove bad specializations, add fail stats (GH-116464) by Ken Jin · 1 year, 5 months ago
  27. 72dbea2 gh-115421: Test that our Makefile has all needed test folders (GH-115813) by Nikita Sobolev · 1 year, 5 months ago
  28. 68b8fff gh-109653: Reduce import overhead of uuid module on Linux (#115160) by Shantanu · 1 year, 5 months ago
  29. 0876b92 gh-107361: strengthen default SSL context flags (#112389) by William Woodruff · 1 year, 5 months ago
  30. ea1803e gh-88118: Fix some test_multiprocessing flakiness. (#116434) by Gregory P. Smith · 1 year, 5 months ago
  31. ce0ae1d gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009) by Jason Zhang · 1 year, 5 months ago
  32. 7114cf2 gh-116381: Specialize CONTAINS_OP (GH-116385) by Ken Jin · 1 year, 5 months ago
  33. 02ee475 gh-116143: Fix race condition in pydoc _start_server (#116144) by Itamar Oren · 1 year, 5 months ago
  34. e800265 gh-107625: configparser: Raise error if a missing value is continued (GH-107651) by Prince Roshan · 1 year, 5 months ago
  35. 2b37996 gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359) by Victor Stinner · 1 year, 5 months ago
  36. 990a5f1 gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371) by Nikita Sobolev · 1 year, 6 months ago
  37. edc9d85 gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822) by Nikita Sobolev · 1 year, 6 months ago
  38. e7ba6e9 chore: fix typos (#116345) by cui fliter · 1 year, 6 months ago
  39. 4402b3c gh-76785: Minor Improvements to "interpreters" Module (gh-116328) by Eric Snow · 1 year, 6 months ago
  40. bdba8ef gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) by Serhiy Storchaka · 1 year, 6 months ago
  41. f97f25e gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) by Serhiy Storchaka · 1 year, 6 months ago
  42. 0c81ce1 GH-115819: Eliminate Boolean guards when value is known (GH-116355) by Mark Shannon · 1 year, 6 months ago
  43. a29998a gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (#116341) by Nikita Sobolev · 1 year, 6 months ago
  44. 6cddc73 gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233) by Donghee Na · 1 year, 6 months ago
  45. eb22e2b gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493) by Eric Snow · 1 year, 6 months ago
  46. 60743a9 gh-57141: Add dircmp shallow option (GH-109499) by Tobias Rautenkranz · 1 year, 6 months ago
  47. 0adfa84 gh-115832: Fix instrumentation version mismatch during interpreter shutdown (#115856) by Brett Simmers · 1 year, 6 months ago
  48. 0dfa7ce gh-115256: Remove refcycles from tarfile writing (GH-115257) by pan324 · 1 year, 6 months ago
  49. cfbdce7 gh-114258: Argument Clinic: refactor getset implementation (#116170) by Erlend E. Aasland · 1 year, 6 months ago
  50. 1dce007 pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293) by Barney Gale · 1 year, 6 months ago
  51. 87faec2 gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812) by Serhiy Storchaka · 1 year, 6 months ago
  52. 140d9ec gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731) by Marco Trevisan · 1 year, 6 months ago
  53. 9e88173 gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (GH-115190) by mpage · 1 year, 6 months ago
  54. ff96b81 gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710) by Ken Jin · 1 year, 6 months ago
  55. b5949ea gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517) by Rémi Lapeyre · 1 year, 6 months ago
  56. cc6f807 gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods (#116172) by Erlend E. Aasland · 1 year, 6 months ago
  57. 936d461 gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166) by Eric Snow · 1 year, 6 months ago
  58. a7549b0 gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283) by Nikita Sobolev · 1 year, 6 months ago
  59. fee86fd gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) by Serhiy Storchaka · 1 year, 6 months ago
  60. 59167c9 gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) by Serhiy Storchaka · 1 year, 6 months ago
  61. 4a63098 gh-116159: argparse: performance improvement parsing large number of options (#116162) by Amethyst Reese · 1 year, 6 months ago
  62. 0704166 gh-65824: Improve the "less" prompt in pydoc (GH-116050) by Serhiy Storchaka · 1 year, 6 months ago
  63. 339c8e1 gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013) by Brett Simmers · 1 year, 6 months ago
  64. 6a95676 gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) by Sebastian Pipping · 1 year, 6 months ago
  65. fa1d675 gh-71052: Fix several Android build issues (#115955) by Malcolm Smith · 1 year, 6 months ago
  66. ccfc042 gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141) by Tian Gao · 1 year, 6 months ago
  67. 41d5391 gh-71052: Add test exclusions to support running the test suite on Android (#115918) by Malcolm Smith · 1 year, 6 months ago
  68. 0656509 gh-116088: Insert bottom checks after all sym_set_...() calls (#116089) by Guido van Rossum · 1 year, 6 months ago
  69. 04d1000 gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312) by Michael Felt · 1 year, 6 months ago
  70. 6a86030 gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#116101) by Kirill Podoprigora · 1 year, 6 months ago
  71. 186fa93 gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105) by Petr Viktorin · 1 year, 6 months ago
  72. 86e5e06 gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#116077) by Guido van Rossum · 1 year, 6 months ago
  73. 479ac5c gh-115859: Fix test_type_inconsistency() when run multiple times (#116079) by Guido van Rossum · 1 year, 6 months ago
  74. 3ea78fd gh-115821: [Enum] better error message for calling super().__new__() (GH-116063) by Ethan Furman · 1 year, 6 months ago
  75. e80abd5 gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566) by Eric Snow · 1 year, 6 months ago
  76. 3409bc2 gh-115859: Re-enable T2 optimizer pass by default (#116062) by Guido van Rossum · 1 year, 6 months ago
  77. c43b26d gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) by Weii Wang · 1 year, 6 months ago
  78. 647053f doc: Use super() in subclassed JSONEncoder examples (GH-115565) by Jan Max Meyer · 1 year, 6 months ago
  79. 7acf1fb gh-114911: Add CPUStopwatch test helper (GH-114912) by Petr Viktorin · 1 year, 6 months ago
  80. 3b63d07 gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031) by Kirill Podoprigora · 1 year, 6 months ago
  81. 1752b51 gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774) by Pablo Galindo Salgado · 1 year, 6 months ago
  82. e72576c gh-115961: Improve tests for compressed file-like objects (GH-115963) by Serhiy Storchaka · 1 year, 6 months ago
  83. ed4dfd8 gh-105858: Improve AST node constructors (#105880) by Jelle Zijlstra · 1 year, 6 months ago
  84. 5a1559d gh-112997: Don't log arguments in asyncio unless debugging (#115667) by Pierre Ossman (ThinLinc team) · 1 year, 6 months ago
  85. a355f60 gh-114914: Avoid keeping dead StreamWriter alive (#115661) by Pierre Ossman (ThinLinc team) · 1 year, 6 months ago
  86. 686ec17 bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) by Miguel Brito · 1 year, 6 months ago
  87. 6ecfcfe GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987) by Mark Shannon · 1 year, 6 months ago
  88. 10fbcd6 GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953) by Mark Shannon · 1 year, 6 months ago
  89. af5f9d6 gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726) by Petr Viktorin · 1 year, 6 months ago
  90. 6087315 bpo-44865: Fix yet one missing translations in argparse (GH-27668) by Jérémie Detrey · 1 year, 6 months ago
  91. da382aa gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711) by Emmanuel Arias · 1 year, 6 months ago
  92. 72cff8d gh-113942: Show functions implemented as builtin methods (GH-115306) by Serhiy Storchaka · 1 year, 6 months ago
  93. 68c79d2 gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) by Serhiy Storchaka · 1 year, 6 months ago
  94. c0fdfba Rename tier 2 redundancy eliminator to optimizer (#115888) by Guido van Rossum · 1 year, 6 months ago
  95. 015b97d gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824) by Pablo Galindo Salgado · 1 year, 6 months ago
  96. b7383b8 gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935) by Nikita Sobolev · 1 year, 6 months ago
  97. 7a3518e gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) by Alex Waygood · 1 year, 6 months ago
  98. 92ce41c gh-71052: fix test_concurrent_futures wasi regression. (#115923) by Gregory P. Smith · 1 year, 6 months ago
  99. 6d34eb0 gh-115532: Add kernel density estimation to the statistics module (gh-115863) by Raymond Hettinger · 1 year, 6 months ago
  100. 8f5be78 gh-72249: Include the module name in the repr of partial object (GH-101910) by Furkan Onder · 1 year, 6 months ago