Python 3.13.3
  1. 6280bb5 Python 3.13.3 by Thomas Wouters · 4 months ago v3.13.3
  2. 67c7de4 [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132263) by Miss Islington (bot) · 4 months ago
  3. 5911768 [3.13] gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (GH-132000) (#132262) by Peter Bierma · 4 months ago
  4. a9bb009 [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) by Serhiy Storchaka · 4 months ago
  5. d2ec87f [3.13] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119285) by Miss Islington (bot) · 4 months ago
  6. 5c658c1 [3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-130271) by Miss Islington (bot) · 4 months ago
  7. 5aa7aeb [3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132255) by Miss Islington (bot) · 4 months ago
  8. 7a83644 [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243) by sobolevn · 4 months ago
  9. ed28f2f [3.13] gh-132174: Fix function name in error message of `_interpreters.run_string` (GH-132175) (#132209) by Miss Islington (bot) · 4 months ago
  10. 7e9c577 [3.13] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131676) by Miss Islington (bot) · 4 months ago
  11. 53b9370 [3.13] Add psfhosted Plausible instance to analytics (GH-132252) (#132253) by Miss Islington (bot) · 4 months ago
  12. bde7283 [3.13] GH-130673: Gracefully handle missing sections in JIT build (GH-131749) by Miss Islington (bot) · 4 months ago
  13. ac9d7c6 [3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236) by Miss Islington (bot) · 4 months ago
  14. bf5471f [3.13] Docs HTML: Remove self-closing tags (GH-132220) (#132228) by Hugo van Kemenade · 4 months ago
  15. 53555f2 [3.13] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#132239) by Miss Islington (bot) · 4 months ago
  16. 3f38632 [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127) by Mark Shannon · 4 months ago
  17. 1fcf409 [3.13] gh-131988: Fix a multithreaded scaling regression (#131989) by Sam Gross · 4 months ago
  18. bd2f518 [3.13] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (GH-132222) (#132226) by Miss Islington (bot) · 4 months ago
  19. 3b60cd8 [3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217) by Miss Islington (bot) · 4 months ago
  20. 6afab81 [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH-132173) (#132219) by Miss Islington (bot) · 4 months ago
  21. 71b5375 [3.13] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201) (#132207) by Miss Islington (bot) · 4 months ago
  22. 07483c2 [3.13] gh-131912: Improve description of grouping options in the format specification docs (GH-132030) (#132123) by Prometheus3375 · 4 months ago
  23. 68bbdd9 [3.13] gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184) (#132191) by Miss Islington (bot) · 4 months ago
  24. 2452e0a [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190) by Miss Islington (bot) · 4 months ago
  25. 0fbcfa5 [3.13] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189) by Miss Islington (bot) · 4 months ago
  26. 2458f1c [3.13] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990) by Miss Islington (bot) · 4 months ago
  27. 2f1fc0f [3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179) by Miss Islington (bot) · 4 months ago
  28. 5fb9fe0 [3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-132018) (#132161) by sobolevn · 4 months ago
  29. 83070aa [3.13] gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings.deprecated` (GH-132160) (#132163) by Miss Islington (bot) · 4 months ago
  30. f7ab4eb [3.13] gh-132038: Make perf version check in test_perf_profiler more robust (GH-132039) (#132058) by Miss Islington (bot) · 4 months ago
  31. 832a691 [3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132150) by Miss Islington (bot) · 4 months ago
  32. d9def7a [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132144) by Miss Islington (bot) · 4 months ago
  33. 7e154be [3.13] Fix numbered list syntax in programming.rst (GH-130158) (#132140) by Miss Islington (bot) · 4 months ago
  34. 6074017 [3.13] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072) (GH-132125) by Miss Islington (bot) · 4 months ago
  35. a5ed920 [3.13] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023) (GH-132071) by Serhiy Storchaka · 4 months ago
  36. 9de2823 [3.13] gh-131015: Add test for bytes formatting errors (#131881) (#132115) by Bénédikt Tran · 5 months ago
  37. 65181de [3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116) by Miss Islington (bot) · 5 months ago
  38. 240c200 [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089) by Miss Islington (bot) · 5 months ago
  39. 53752d2 [3.13] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132095) by Miss Islington (bot) · 5 months ago
  40. 900dc2b [3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744) (#132085) by Tomasz Pytel · 5 months ago
  41. d8986b7 [3.13] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132079) by Miss Islington (bot) · 5 months ago
  42. 2c05ebd [3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132077) by Miss Islington (bot) · 5 months ago
  43. 093c587 [3.13] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132084) by Miss Islington (bot) · 5 months ago
  44. 0c0ffbe [3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132086) by Miss Islington (bot) · 5 months ago
  45. d30052a gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051) by Miss Islington (bot) · 5 months ago
  46. 2d909c3 [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032) by Tomas R. · 5 months ago
  47. 75d453b [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019) by Miss Islington (bot) · 5 months ago
  48. b1cd14b [3.13] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132009) by Miss Islington (bot) · 5 months ago
  49. 57e4f08 [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132007) by Miss Islington (bot) · 5 months ago
  50. 24bee4e [3.13] Backport miscellaneous Android testbed changes (#131985) by Malcolm Smith · 5 months ago
  51. c318a03 [3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977) by Victor Stinner · 5 months ago
  52. 05e7fa2 [3.13] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131967) by Miss Islington (bot) · 5 months ago
  53. 6ec9c75 [3.13] Minor improvements to the programming FAQ (GH-127261) (#131964) by Miss Islington (bot) · 5 months ago
  54. 2745984 [3.13] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131962) by Miss Islington (bot) · 5 months ago
  55. 38943be [3.13] gh-131531: Add `android.py package` command (GH-131532) (#131960) by Miss Islington (bot) · 5 months ago
  56. 67087d9 [3.13] gh-129917: Update installers to use SQLite 3.49.1 (GH-131025) (#131957) by Miss Islington (bot) · 5 months ago
  57. 4913b6f [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784) (gh-131954) by Miss Islington (bot) · 5 months ago
  58. 29b958a [3.13] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (GH-131866) (#131950) by Miss Islington (bot) · 5 months ago
  59. d52371c [3.13] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (GH-131945) (#131949) by Miss Islington (bot) · 5 months ago
  60. b41c8cc [3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131929) by Miss Islington (bot) · 5 months ago
  61. 588bb6d [3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when current mutations happen (#127964) (#131931) by Bénédikt Tran · 5 months ago
  62. 1918799 [3.13] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131890) by Miss Islington (bot) · 5 months ago
  63. 2570896 [3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131893) by Miss Islington (bot) · 5 months ago
  64. 07d4c7e [3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802) by Thomas Grainger · 5 months ago
  65. 5c2c817 [3.13] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131874) by Miss Islington (bot) · 5 months ago
  66. 9ffa80f [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869) by Miss Islington (bot) · 5 months ago
  67. 1059b0c [3.13] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131845) by Miss Islington (bot) · 5 months ago
  68. 3e45b1f [3.13] gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (GH-131836) (#131841) by Miss Islington (bot) · 5 months ago
  69. de8bc17 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  70. e460602 [3.13] gh-117174: Adapt test_multiple_statements_fail_early now that we have always source (GH-131065) (#131850) by Miss Islington (bot) · 5 months ago
  71. 924a6ce [3.13] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131805) by Miss Islington (bot) · 5 months ago
  72. 7f7fc54 [3.13] gh-118518: Minor improvements to perf docs (GH-130866) (#131059) by Miss Islington (bot) · 5 months ago
  73. 8f6a9aa [3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) (#130513) by Miss Islington (bot) · 5 months ago
  74. 2ccb84a [3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705) by Miss Islington (bot) · 5 months ago
  75. 5547c89 [3.13] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131822) by Miss Islington (bot) · 5 months ago
  76. 9118cf7 [3.13] Fix typo in importlib.metadata.rst (gh-131596) (#131630) by Miss Islington (bot) · 5 months ago
  77. 5c0be8c [3.13] gh-131712: Build _suggestions extension on Windows (GH-131759) (#131790) by Miss Islington (bot) · 5 months ago
  78. b0f3876 [3.13] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131774) by Miss Islington (bot) · 5 months ago
  79. 9d3f538 [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-131754) by Donghee Na · 5 months ago
  80. 5bcb476 [3.13] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (#131766) by Brian Schubert · 5 months ago
  81. 28d0286 [3.13] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131767) by Miss Islington (bot) · 5 months ago
  82. b4fa4c2 [3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#131760) by Miss Islington (bot) · 5 months ago
  83. 91ae330 [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901) (#131734) by Miss Islington (bot) · 5 months ago
  84. 9c7ef0c [3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) (gh-131722) by Miss Islington (bot) · 5 months ago
  85. c22eef4 [3.13] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131692) by Miss Islington (bot) · 5 months ago
  86. 3492098 [3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131686) by Miss Islington (bot) · 5 months ago
  87. 9f36dff [3.13] gh-131645: fix ResourceWarnings in `test_asyncio.test_events` (#131646) (#131661) by Thomas Grainger · 5 months ago
  88. 478eb73 [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131465) by Petr Viktorin · 5 months ago
  89. b3dccc0 [3.13] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131167) by Miss Islington (bot) · 5 months ago
  90. f577a43 [3.13] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131626) by Miss Islington (bot) · 5 months ago
  91. 4af3d0e [3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131620) by Miss Islington (bot) · 5 months ago
  92. 5e3f93a [3.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131623) by Miss Islington (bot) · 5 months ago
  93. 856bb54 [3.13] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131601) by Miss Islington (bot) · 5 months ago
  94. eedaa4e [3.13] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131575) by Miss Islington (bot) · 5 months ago
  95. 94fbe97 [3.13] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561) (#131564) by Miss Islington (bot) · 5 months ago
  96. 55fb3a7 [3.13] gh-131507: Refactor screen and cursor position calculations (GH-131547) (GH-131557) by Miss Islington (bot) · 5 months ago
  97. 095c126 [3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) (GH-131546) by Łukasz Langa · 5 months ago
  98. 0a22407 [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131518) by Miss Islington (bot) · 5 months ago
  99. d256cfe [3.13] gh-131441: Add a set of asserts to test.test_capi.test_list (GH-131442) (#131523) by Miss Islington (bot) · 5 months ago
  100. 646b453 [3.13] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131516) by Miss Islington (bot) · 5 months ago