Python 3.13.0a4
  1. 9d34f60 Python 3.13.0a4 by Thomas Wouters · 1 year, 6 months ago v3.13.0a4
  2. b0e5c35 gh-115490: Work around test.support.interpreters.channels not handling unloading (#115515) by T. Wouters · 1 year, 6 months ago
  3. a0149fa gh-113317: Argument Clinic: remove global clinic instance (#115517) by Erlend E. Aasland · 1 year, 6 months ago
  4. 7f074a7 gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115510) by Erlend E. Aasland · 1 year, 6 months ago
  5. 98ee4ec gh-113317: Argument Clinic: don't use fail() in CLI (#115513) by Erlend E. Aasland · 1 year, 6 months ago
  6. edb59d5 bpo-38364: unwrap partialmethods just like we unwrap partials (#16600) by Martijn Pieters · 1 year, 6 months ago
  7. 9e3729b gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627) by David Hewitt · 1 year, 6 months ago
  8. 32f8ab1 gh-114258: Refactor Argument Clinic function name parser (#114930) by Erlend E. Aasland · 1 year, 6 months ago
  9. dc978f6 gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830) by mpage · 1 year, 6 months ago
  10. 4742047 docs: use consistent .append() in dis.rst (#115434) by Ned Batchelder · 1 year, 6 months ago
  11. 4ebf8fb gh-115480: Type and constant propagation for int BINARY_OPs (GH-115478) by Ken Jin · 1 year, 6 months ago
  12. ed23839 Trigger JIT CI with optimizer files (#115483) by Ken Jin · 1 year, 6 months ago
  13. 18343c0 GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) by Brett Cannon · 1 year, 6 months ago
  14. 4684301 gh-115482: Assume the Main Interpreter is Always Running "main" (gh-115484) by Eric Snow · 1 year, 6 months ago
  15. 3e7b7df gh-114570: Add PythonFinalizationError exception (#115352) by Victor Stinner · 1 year, 6 months ago
  16. 326119d gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488) by Sam Gross · 1 year, 6 months ago
  17. a95b1a5 gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046) by mpage · 1 year, 6 months ago
  18. d9f4cbe Add myself to various CODEOWNERS (GH-115481) by Ken Jin · 1 year, 6 months ago
  19. 889cc43 gh-112302: Move pip SBOM discovery to release-tools (#115360) by Seth Michael Larson · 1 year, 6 months ago
  20. 49e8fdc Docs: spell out sentence about ndbm/gdbm file formats (#115470) by Erlend E. Aasland · 1 year, 6 months ago
  21. 17773fc gh-115441: Fix missing braces warning (#115460) by Sam Gross · 1 year, 6 months ago
  22. a2d4281 gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843) by Donghee Na · 1 year, 6 months ago
  23. 4b2d178 gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431) by Seth Michael Larson · 1 year, 6 months ago
  24. 6713601 gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) by kcatss · 1 year, 6 months ago
  25. 81e140d Docs: reword sentences about dbm submodule traits (#114609) by Erlend E. Aasland · 1 year, 6 months ago
  26. bb791c7 gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440) by Brian Schubert · 1 year, 6 months ago
  27. 6755c4e gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452) by Stanislav Lyu · 1 year, 6 months ago
  28. 6d9141e gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447) by Erlend E. Aasland · 1 year, 6 months ago
  29. ec8909a gh-115450: Fix direct invocation of `test_desctut` (#115451) by Nikita Sobolev · 1 year, 6 months ago
  30. 029ec91 gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable (#115449) by Erlend E. Aasland · 1 year, 6 months ago
  31. dd5e4d9 gh-100414: Add SQLite backend to dbm (#114481) by Erlend E. Aasland · 1 year, 6 months ago
  32. 57e4c81 gh-114058: Fix flaky globals to constant test (#115423) by Ken Jin · 1 year, 6 months ago
  33. 3fd2ad8 ftplib docs: `timeout` doesn't have to be a whole number (#115443) by Alex Waygood · 1 year, 6 months ago
  34. 46245b0 Docs: Use substitutions instead of manual version updates (#115416) by Hugo van Kemenade · 1 year, 6 months ago
  35. f15795c gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329) by Donghee Na · 1 year, 6 months ago
  36. 518af37 gh-115421: Update the list of installed test subdirectories. (#115422) by T. Wouters · 1 year, 6 months ago
  37. 514b1c9 gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424) by Eric Snow · 1 year, 6 months ago
  38. 206f73d gh-115391: Fix compiler warning in `Objects/longobject.c` (GH-115368) by Kirill Podoprigora · 1 year, 6 months ago
  39. 4deb705 gh-115383: Use runner version to compute config.cache key (#115409) by Sam Gross · 1 year, 6 months ago
  40. 225cd55 gh-115417: Remove accidentally left debugging print (#115418) by Kirill Podoprigora · 1 year, 6 months ago
  41. 02b6323 Remove more stray backticks from NEWS files (#115374) by Ezio Melotti · 1 year, 6 months ago
  42. 681778c GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248) by Mark Shannon · 1 year, 6 months ago
  43. de07941 gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411) by Christophe Papazian · 1 year, 6 months ago
  44. 5719aa2 gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) by qqwqqw689 · 1 year, 6 months ago
  45. f9f6156 GH-113710: Backedge counter improvements. (GH-115166) by Mark Shannon · 1 year, 6 months ago
  46. 7cce857 gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085) by Ken Jin · 1 year, 6 months ago
  47. ccc76c3 gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` package (#114506) by Nikita Sobolev · 1 year, 6 months ago
  48. ca3604a gh-115252: Fix test_enum with -OO mode again (GH-115334) by Serhiy Storchaka · 1 year, 6 months ago
  49. d823c23 gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` retry. (GH-115303) by Mariusz Felisiak · 1 year, 6 months ago
  50. 0a6e1a4 Update "Using Python on a Mac" (#115024) by Hugo van Kemenade · 1 year, 6 months ago
  51. ea25f32 gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873) by Steve Dower · 1 year, 6 months ago
  52. 2f07786 gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks (#115120) by Russell Keith-Magee · 1 year, 6 months ago
  53. 10756b1 gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375) by Steve Dower · 1 year, 6 months ago
  54. 341d787 gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324) by Hugo van Kemenade · 1 year, 6 months ago
  55. bee2a11 gh-115258: Temporarily skip some `queue` tests on all platforms (#115361) by Kirill Podoprigora · 1 year, 6 months ago
  56. 7861dfd gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886) by Steve Dower · 1 year, 6 months ago
  57. a82fbc1 Remove stray backtick in NEWS entry (#115356) by Ezio Melotti · 1 year, 6 months ago
  58. 4297d73 gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286) by Nikita Sobolev · 1 year, 6 months ago
  59. de7d67b gh-114271: Make `PyInterpreterState.threads.count` thread-safe in free-threaded builds (gh-115093) by mpage · 1 year, 6 months ago
  60. 879f454 gh-110850: Add PyTime_t C API (GH-115215) by Petr Viktorin · 1 year, 6 months ago
  61. c39272e gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185) by Steve Dower · 1 year, 6 months ago
  62. 91bf01d gh-87804: Fix the refleak in error handling of `_pystatvfs_fromstructstatfs` (#115335) by Nikita Sobolev · 1 year, 6 months ago
  63. 9182201 gh-115233: Fix an example in the Logging Cookbook (GH-115325) by Serhiy Storchaka · 1 year, 6 months ago
  64. 8144661 GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221) by Mark Shannon · 1 year, 6 months ago
  65. 93ac78a gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` (GH-115128) by Kirill Podoprigora · 1 year, 6 months ago
  66. 95ebd45 Remove outdated comment about py3.6 in `test_typing` (#115318) by Nikita Sobolev · 1 year, 6 months ago
  67. dc8893a Add missing sections to blurbs (#114553) by Hugo van Kemenade · 1 year, 6 months ago
  68. 46190d9 gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) by Eugene Toder · 1 year, 6 months ago
  69. 92483b2 gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319) by Hugo van Kemenade · 1 year, 6 months ago
  70. 705c76d gh-114785: Remove content from `Porting from Python2` how-to (#114805) by Nikita Sobolev · 1 year, 6 months ago
  71. 72340d1 gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) by John Belmonte · 1 year, 6 months ago
  72. 235cacf GH-114695: Add `sys._clear_internal_caches` (GH-115152) by Brandt Bucher · 1 year, 6 months ago
  73. 54bde5d gh-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115236) by Nikita Sobolev · 1 year, 6 months ago
  74. e1552fd gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) by Skip Montanaro · 1 year, 6 months ago
  75. cc573c7 gh-115282: Fix direct invocation of `test_traceback.py` (#115283) by Nikita Sobolev · 1 year, 6 months ago
  76. 2939ad0 gh-97959: Fix rendering of routines in pydoc (GH-113941) by Serhiy Storchaka · 1 year, 6 months ago
  77. b104360 gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760) by Serhiy Storchaka · 1 year, 6 months ago
  78. d9d6909 gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029) by Serhiy Storchaka · 1 year, 6 months ago
  79. d2c4baa gh-97928: Partially restore the behavior of tkinter.Text.count() by default (GH-115031) by Serhiy Storchaka · 1 year, 6 months ago
  80. 5d2794a gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082) by Serhiy Storchaka · 1 year, 6 months ago
  81. bf75f1b gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985) by Soumendra Ganguly · 1 year, 6 months ago
  82. aeffc7f gh-79382: Fix recursive glob() with trailing "**" (GH-115134) by Serhiy Storchaka · 1 year, 6 months ago
  83. 573acb3 gh-115172: Fix explicit index extries for the C API (GH-115173) by Serhiy Storchaka · 1 year, 6 months ago
  84. 4a08e7b gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) by Serhiy Storchaka · 1 year, 6 months ago
  85. 4b75032 gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is missing (#114808) by Hood Chatham · 1 year, 6 months ago
  86. 1b89591 gh-101100: Fix dangling refs in bdb.rst (#114983) by Skip Montanaro · 1 year, 6 months ago
  87. f8e9c57 gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275) by Nikita Sobolev · 1 year, 6 months ago
  88. 1f23837 gh-115249: Fix `test_descr` with `-OO` mode (#115250) by Nikita Sobolev · 1 year, 6 months ago
  89. 1a6e213 gh-115258: Temporarily disable test on Windows (#115269) by Sam Gross · 1 year, 6 months ago
  90. 4821f08 gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786) by Nikita Sobolev · 1 year, 6 months ago
  91. b70a68f gh-115254: Fix `test_property` with `-00` mode (#115255) by Nikita Sobolev · 1 year, 6 months ago
  92. 3a5b38e gh-114670: Fix `_testbuffer` module initialization (#114672) by Nikita Sobolev · 1 year, 6 months ago
  93. 33f56b7 gh-115252: Fix `test_enum` with `-OO` mode (GH-115253) by Nikita Sobolev · 1 year, 6 months ago
  94. 6f93b4d GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matching (#115061) by Barney Gale · 1 year, 6 months ago
  95. 9d1a353 gh-114894: add array.array.clear() method (#114919) by Mike Zimin · 1 year, 6 months ago
  96. 5319c66 gh-102840: Fix confused traceback when floordiv or mod operations happens between Fraction and complex objects (GH-102842) by Kirill Podoprigora · 1 year, 6 months ago
  97. 597fad0 gh-115059: Remove debugging code in test_io (GH-115240) by Serhiy Storchaka · 1 year, 6 months ago
  98. e2c4038 gh-76763: Make chr() always raising ValueError for out-of-range values (GH-114882) by Serhiy Storchaka · 1 year, 6 months ago
  99. 6e222a5 GH-87804: Fix counter overflow in statvfs on macOS (#99570) by Ronald Oussoren · 1 year, 6 months ago
  100. e19103a gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662) by Nikita Sobolev · 1 year, 6 months ago