Python 3.13.0a6
  1. 57aee2a Python 3.13.0a6 by Thomas Wouters · 1 year, 4 months ago v3.13.0a6
  2. 5718324 gh-107674: Remove some unnecessary code in instrumentation code (GH-117393) by Tian Gao · 1 year, 4 months ago
  3. 99852d9 gh-117648: Improve performance of os.join (#117654) by Nice Zombies · 1 year, 4 months ago
  4. 19a2202 gh-117182: Allow lazily loaded modules to modify their own __class__ by Chris Markiewicz · 1 year, 4 months ago
  5. ac45766 gh-117645: Skip test_dynamic global specialization on WASI (#117646) by Victor Stinner · 1 year, 4 months ago
  6. ed785c0 Enhance regrtest get_signal_name(): support shell exit code (#117647) by Victor Stinner · 1 year, 4 months ago
  7. 775912a gh-81322: support multiple separators in StreamReader.readuntil (#16429) by Bruce Merry · 1 year, 4 months ago
  8. 24a2bd0 gh-117642: Fix PEP 737 implementation (GH-117643) by Serhiy Storchaka · 1 year, 4 months ago
  9. 1a6594f gh-117439: Make refleak checking thread-safe without the GIL (#117469) by Sam Gross · 1 year, 4 months ago
  10. 2067da2 gh-117547: Fix mimalloc compile error on OpenBSD (#117548) by Sam Gross · 1 year, 4 months ago
  11. df73179 gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) by mpage · 1 year, 4 months ago
  12. e16062d gh-96471: Correct documentation for asyncio queue shutdown (#117621) by Laurie O · 1 year, 4 months ago
  13. 26a680a gh-117293: Fix race condition in run_workers.py (#117298) by Sam Gross · 1 year, 4 months ago
  14. 59864ed gh-117552: Add timeout in HTTPHandlerTest (#117553) by Sam Gross · 1 year, 4 months ago
  15. ca62ffd gh-116303: Skip tests if C recursion limit is unavailable (GH-117368) by Erlend E. Aasland · 1 year, 4 months ago
  16. 9a12f5d gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) by Victor Stinner · 1 year, 4 months ago
  17. a770266 gh-111726: Explicitly close database connections in sqlite3 doctests (#111730) by Nikita Sobolev · 1 year, 4 months ago
  18. e338e1a gh-111726: Remove some doctests from sqlite3 docs (#117623) by Erlend E. Aasland · 1 year, 4 months ago
  19. e1eeb99 gh-113317: Remove unused INVALID constant in Argument Clinic (#117624) by Victor Stinner · 1 year, 4 months ago
  20. a453f5e gh-111726: Cleanup test files after running sqlite3 doctest (#117604) by Hugo van Kemenade · 1 year, 4 months ago
  21. 784623c gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595) by Donghee Na · 1 year, 4 months ago
  22. fd36790 Fix reference in code.rst (#117615) by Anita Hammer · 1 year, 4 months ago
  23. 375425a Cases generator: Remove type_prop and passthrough (#117614) by Ken Jin · 1 year, 4 months ago
  24. 733e56e gh-117584: Raise TypeError for non-paths in posixpath.relpath() (GH-117585) by Nice Zombies · 1 year, 4 months ago
  25. 62aeb0e GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527) by Brandt Bucher · 1 year, 4 months ago
  26. df4d84c gh-96471: Add asyncio queue shutdown (#104228) by Laurie O · 1 year, 4 months ago
  27. 1d3225a gh-116622: Test updates for Android (#117299) by Malcolm Smith · 1 year, 4 months ago
  28. 6150bb2 GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311) by Barney Gale · 1 year, 4 months ago
  29. 4d4a6f1 gh-116608: Ignore UTF-16 BOM in importlib.resources._functional tests (GH-117569) by Petr Viktorin · 1 year, 4 months ago
  30. 6876168 gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianness* (GH-116053) by Steve Dower · 1 year, 4 months ago
  31. abfa16b GH-114847: Speed up `posixpath.realpath()` (#114848) by Barney Gale · 1 year, 4 months ago
  32. 9ceaee7 gh-116608: importlib.resources: Un-deprecate functional API & add subdirectory support (GH-116609) by Petr Viktorin · 1 year, 4 months ago
  33. 757b624 gh-117457: Regen executor cases post PR #117477 (#117559) by Erlend E. Aasland · 1 year, 4 months ago
  34. 9c1dfe2 gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules is given (#117554) by Erlend E. Aasland · 1 year, 4 months ago
  35. 0edde64 GH-117457: Correct pystats uop "miss" counts (GH-117477) by Michael Droettboom · 1 year, 4 months ago
  36. b5e6091 gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551) by Michael Droettboom · 1 year, 4 months ago
  37. 63998a1 gh-117474: Skip GIL test in free-threaded build (#117475) by Sam Gross · 1 year, 5 months ago
  38. 434bc59 gh-112075: Make _PyDict_LoadGlobal thread safe (#117529) by Dino Viehland · 1 year, 5 months ago
  39. 4220514 gh-117478: Add `@support.requires_gil_enabled` decorator (#117479) by Sam Gross · 1 year, 5 months ago
  40. de5ca0b gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436) by Sam Gross · 1 year, 5 months ago
  41. 04697bc gh-117494: extract the Instruction Sequence data structure into a separate file (#117496) by Irit Katriel · 1 year, 5 months ago
  42. 060a96f gh-116968: Reimplement Tier 2 counters (#117144) by Guido van Rossum · 1 year, 5 months ago
  43. 63bbe77 gh-109802: Add coverage test for complex_abs() (GH-117449) by Sergey B Kirpichev · 1 year, 5 months ago
  44. df912c9 [doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541) by Vinay Sajip · 1 year, 5 months ago
  45. b32789c gh-117521: Improve typing.TypeGuard docstring (#117522) by Jelle Zijlstra · 1 year, 5 months ago
  46. 3f5bcc8 gh-117467: Add preserving of mailbox owner on flush (GH-117510) by Tony Mountifield · 1 year, 5 months ago
  47. dc54714 gh-113317: Finish splitting Argument Clinic into sub-files (#117513) by Victor Stinner · 1 year, 5 months ago
  48. 8584334 gh-117459: Keep the traceback in _convert_future_exc (#117460) by rsp4jack · 1 year, 5 months ago
  49. b4fe02f gh-117205: Increase chunksize when compiling pyc in parallel (#117206) by Shantanu · 1 year, 5 months ago
  50. 985917d gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time during deprecation period (GH-117354) by Steve Dower · 1 year, 5 months ago
  51. 2057c92 gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520) by Victor Stinner · 1 year, 5 months ago
  52. c43f6a4 gh-113317: Argument Clinic: Add libclinic.clanguage (#117455) by Victor Stinner · 1 year, 5 months ago
  53. 1c43468 gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242) by Peter Lazorchak · 1 year, 5 months ago
  54. 976bcb2 gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489) by Eric Snow · 1 year, 5 months ago
  55. 7ecd55d gh-117431: Adapt str.find and friends to Argument Clinic (#117468) by Erlend E. Aasland · 1 year, 5 months ago
  56. 345194d GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#117481) by Barney Gale · 1 year, 5 months ago
  57. 03f7aaf gh-117215 Make the fromskey() signature match dict.fromkeys(). (gh-117493) by Raymond Hettinger · 1 year, 5 months ago
  58. fc5f68e gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) by Zackery Spytz · 1 year, 5 months ago
  59. ea94b3b gh-116303: Skip test module dependent tests if test modules are unavailable (#117341) by Erlend E. Aasland · 1 year, 5 months ago
  60. 2ec6bb4 gh-117381: Improve error messages for ntpath.commonpath() (GH-117382) by Nice Zombies · 1 year, 5 months ago
  61. a214f55 gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tls13` (GH-117484) by Sam Gross · 1 year, 5 months ago
  62. 33ee5cb GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107) by Gregory P. Smith · 1 year, 5 months ago
  63. 595bb49 gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argument Clinic (#117495) by Erlend E. Aasland · 1 year, 5 months ago
  64. 1dc1521 gh-117431: Fix str.endswith docstring (#117499) by Erlend E. Aasland · 1 year, 5 months ago
  65. 8ef9892 gh-117281: Change weakref repr() to fully qualified name (#117285) by Victor Stinner · 1 year, 5 months ago
  66. 8987a5c gh-91565: Update issue tracker URL in error message. (#117450) by Ezio Melotti · 1 year, 5 months ago
  67. 444156e gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466) by Erlend E. Aasland · 1 year, 5 months ago
  68. 65524ab gh-76785: Fix a Refleak in _interpreters.new_config() (gh-117491) by Eric Snow · 1 year, 5 months ago
  69. 857d315 gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485) by Eric Snow · 1 year, 5 months ago
  70. f341d60 gh-76785: Add PyInterpreterConfig Helpers (gh-117170) by Eric Snow · 1 year, 5 months ago
  71. cae4cdd gh-117349: Micro-optimize a few `os.path` functions (#117350) by Nice Zombies · 1 year, 5 months ago
  72. 8eda146 Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471) by Guido van Rossum · 1 year, 5 months ago
  73. 027fa2e gh-112087: Make `list.extend(dict)` behave atomically (#117438) by Sam Gross · 1 year, 5 months ago
  74. 954d616 gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441) by Sam Gross · 1 year, 5 months ago
  75. e569f91 gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113) by Petr Viktorin · 1 year, 5 months ago
  76. 52f5b7f gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076) by AN Long · 1 year, 5 months ago
  77. e3b6f28 gh-113317: Argument Clinic: Add libclinic.return_converters (#117451) by Victor Stinner · 1 year, 5 months ago
  78. c32dc47 GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115) by Mark Shannon · 1 year, 5 months ago
  79. c97d3af gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444) by Grigoriev Semyon · 1 year, 5 months ago
  80. 1d5479b gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412) by Irit Katriel · 1 year, 5 months ago
  81. 5fd1897 gh-113317: Argument Clinic: Add libclinic.converters module (#117315) by Victor Stinner · 1 year, 5 months ago
  82. 9dae05e Docs: specify XML document name in xml.etree.elementtree example (#24223) by Moshe Kaplan · 1 year, 5 months ago
  83. fc20716 Docs: add more links to PIPE in subprocess docs (#25416) by Matthew Davis · 1 year, 5 months ago
  84. fc8007e GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371) by Barney Gale · 1 year, 5 months ago
  85. c741ad3 gh-77714: Provide an async iterator version of as_completed (GH-22491) by Justin Turner Arthur · 1 year, 5 months ago
  86. ddf814d Silence compiler warnings in gc.c (#117422) by Guido van Rossum · 1 year, 5 months ago
  87. 179869a gh-94808: Fix refcounting in PyObject_Print tests (GH-117421) by Petr Viktorin · 1 year, 5 months ago
  88. dd44ab9 gh-117142: ctypes: Unify meta tp slot functions (GH-117143) by neonene · 1 year, 5 months ago
  89. 3de09ca gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) by Steve (Gadget) Barnes · 1 year, 5 months ago
  90. 90c3c68 gh-94808:Improve coverage of PyObject_Print (GH-98749) by MonadChains · 1 year, 5 months ago
  91. 348cf6e Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418) by dependabot[bot] · 1 year, 5 months ago
  92. 9b403fb build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /Tools (#117417) by dependabot[bot] · 1 year, 5 months ago
  93. 93c7d9d build(deps-dev): bump types-setuptools from 69.1.0.20240301 to 69.2.0.20240317 in /Tools (#117419) by dependabot[bot] · 1 year, 5 months ago
  94. 3bb12e4 build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415) by dependabot[bot] · 1 year, 5 months ago
  95. 56e9930 Doc: printf-style library/stdtype improvements (#16741) by Adorilson Bezerra · 1 year, 5 months ago
  96. 18e1264 gh-117387 Remove hash mark from introductory text (#117409) by Raymond Hettinger · 1 year, 5 months ago
  97. a32d693 gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195) by Deborah · 1 year, 5 months ago
  98. 2624453 Link to the Python type system specification (#117400) by Shantanu · 1 year, 5 months ago
  99. 752e183 GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513) by Barney Gale · 1 year, 5 months ago
  100. bfc57d4 gh-117303: Don't detach in `PyThreadState_DeleteCurrent()` (#117304) by Sam Gross · 1 year, 5 months ago