Python 3.12.0a3
  1. b6bd7ff Python 3.12.0a3 by Thomas Wouters · 2 years, 9 months ago v3.12.0a3
  2. fd38a2f gh-93453: No longer create an event loop in get_event_loop() (#98440) by Serhiy Storchaka · 2 years, 9 months ago
  3. b72014c GH-99729: Unlink frames before clearing them (GH-100030) by Brandt Bucher · 2 years, 9 months ago
  4. 85d5a7e bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852) by Ashwin Ramaswami · 2 years, 9 months ago
  5. 5837e5f gh-100008: VS 2017 is required since Python 3.11 (#100045) by Victor Stinner · 2 years, 9 months ago
  6. 9dc787e GH-100026: Include the number of raw input files in summarize_stats.py (GH-100027) by Michael Droettboom · 2 years, 9 months ago
  7. 5c19050 gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958) by Erik De Bonte · 2 years, 9 months ago
  8. bed15f8 gh-100001: Remove doc typo, add versionadded (#100042) by Gregory P. Smith · 2 years, 9 months ago
  9. 7e29398 gh-100001: Also escape \s in http.server log messages. (#100038) by Gregory P. Smith · 2 years, 9 months ago
  10. e9e63ad gh-99984: Fix Compiler Warnings (#100036) by Eric Snow · 2 years, 9 months ago
  11. f49c735 Use sphinxext-opengraph to generate OpenGraph metadata (#99931) by Hugo van Kemenade · 2 years, 9 months ago
  12. d8ab0a4 gh-100001: Omit control characters in http.server stderr logs. (#100002) by Gregory P. Smith · 2 years, 9 months ago
  13. 530cc9d gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99742) by Eric Snow · 2 years, 9 months ago
  14. 51ee0a2 dataclasses.rst: Prevent horizontal scrolling (gh-100025) by Ram Rachum · 2 years, 9 months ago
  15. 124ecd6 bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) by Michael Förderer · 2 years, 9 months ago
  16. f247387 gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018) by Petr Viktorin · 2 years, 9 months ago
  17. 922a6cf gh-60203: Revert changes in cycle.__setstate__ (#99982) by Serhiy Storchaka · 2 years, 9 months ago
  18. 2488c1e gh-99892: test_unicodedata: skip test on download failure (#100011) by Victor Stinner · 2 years, 9 months ago
  19. 5ea052b gh-100008: Document Python build requirements (#100009) by Victor Stinner · 2 years, 9 months ago
  20. 038b151 gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006) by Victor Stinner · 2 years, 9 months ago
  21. e3a3863 gh-93464: [Enum] Add versionchanged tag (#99997) by Ethan Furman · 2 years, 9 months ago
  22. bdc93b8 no-issue: Fix typo in pycore_object.h (gh-99994) by Ikko Ashimine · 2 years, 9 months ago
  23. 854a878 gh-98248: Normalizing the error messages in function struct.pack (GH-98252) by Felix Ye · 2 years, 9 months ago
  24. 2ae894b [Enum] Fix typos in the documentation (GH-99960) by Géry Ogam · 2 years, 9 months ago
  25. 72ec518 gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (#98459) by AlexTate · 2 years, 9 months ago
  26. 1012dc1 GH-91054: Reset static events counts in code watchers tests (#99978) by Itamar Ostricher · 2 years, 9 months ago
  27. 76f43fc gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) by Serhiy Storchaka · 2 years, 9 months ago
  28. bf26bdf gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (#99784) by Brian Skinn · 2 years, 9 months ago
  29. a87c46e bpo-15999: Accept arbitrary values for boolean parameters. (#15609) by Serhiy Storchaka · 2 years, 9 months ago
  30. c68573b gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935) by Alexander Kanavin · 2 years, 9 months ago
  31. ee60156 GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-99963) by Kumar Aditya · 2 years, 9 months ago
  32. acf9184 GH-98831: Support cache effects in super- and macro instructions (#99601) by Guido van Rossum · 2 years, 9 months ago
  33. 0547a98 gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940) by Eric Snow · 2 years, 9 months ago
  34. ab02262 gh-99955: standardize return values of functions in assembler and optimizer. (#99956) by Irit Katriel · 2 years, 9 months ago
  35. b4f3505 gh-99741: Fix the Cross-Interpreter Data API (gh-99939) by Eric Snow · 2 years, 9 months ago
  36. 3c137dc GH-91054: Add code object watchers API (GH-99859) by Itamar Ostricher · 2 years, 9 months ago
  37. 0563be2 gh-99894: Ensure the local names don't collide with the test file in traceback suggestion error checking (#99895) by Pablo Galindo Salgado · 2 years, 9 months ago
  38. f08e52c gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) by Serhiy Storchaka · 2 years, 9 months ago
  39. d460c8e Doc: Add summary line to isolation_level & autocommit sqlite3.connect params (#99917) by C.A.M. Gerlach · 2 years, 9 months ago
  40. e0f91de GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) by ram vikram singh · 2 years, 9 months ago
  41. 7877642 gh-89189: More compact range iterator (GH-27986) by Serhiy Storchaka · 2 years, 9 months ago
  42. 9628136 bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491) by Géry Ogam · 2 years, 9 months ago
  43. bf94c65 GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906) by Michael Droettboom · 2 years, 9 months ago
  44. 131801d gh-99845: PEP 670: Convert PyObject macros to functions (#99850) by Victor Stinner · 2 years, 9 months ago
  45. 85dd6cb gh-99845: Use size_t type in __sizeof__() methods (#99846) by Victor Stinner · 2 years, 9 months ago
  46. 18a6967 GH-99877) by Irit Katriel · 2 years, 9 months ago
  47. a694b82 Fix typo in exception message in `multiprocessing.pool` (#99900) by Arne de Laat · 2 years, 9 months ago
  48. ac12e39 gh-87092: move all localsplus preparation into separate function called from assembler stage (GH-99869) by Irit Katriel · 2 years, 9 months ago
  49. 417206a gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) by Pablo Galindo Salgado · 2 years, 9 months ago
  50. 19c3880 gh-99824: Document that sqlite3.connect implicitly open a transaction if autocommit=False (#99825) by Géry Ogam · 2 years, 9 months ago
  51. fe17d35 GH-81057: remove static state from suggestions.c (#99411) by Kumar Aditya · 2 years, 9 months ago
  52. 59665d0 Improve zip64 limit error message (#95892) by dmjohnsson23 · 2 years, 9 months ago
  53. c314198 gh-98253: Break potential reference cycles in external code worsened by typing.py lru_cache (#98591) by Wenzel Jakob · 2 years, 9 months ago
  54. 8bb2303 gh-99127: Allow some features of syslog to the main interpreter only (gh-99128) by Dong-hee Na · 2 years, 9 months ago
  55. ed39109 gh-82836: fix private network check (#97733) by Pete Wicken · 2 years, 9 months ago
  56. 052bc12 Docs: improve accuracy of socketserver reference (#24767) by Géry Ogam · 2 years, 9 months ago
  57. d74a588 whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853) by Yilei "Dolee" Yang · 2 years, 9 months ago
  58. 05dfc53 gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187) by Sam Ezeh · 2 years, 9 months ago
  59. 74d5f61 gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847) by Victor Stinner · 2 years, 9 months ago
  60. 4246fe9 gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848) by Victor Stinner · 2 years, 9 months ago
  61. 4cfc1b8 GH-91375: Port `_asyncio` static types to heap types and module state (#99122) by Kumar Aditya · 2 years, 9 months ago
  62. deaa8de gh-99593: Add tests for Unicode C API (part 1) (GH-99651) by Serhiy Storchaka · 2 years, 9 months ago
  63. 8f2fb7d gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412) by Serhiy Storchaka · 2 years, 9 months ago
  64. 1d1bb95 gh-99811: Use correct variable to search for time in format string (GH-99812) by cemysce · 2 years, 9 months ago
  65. ca3e611 `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819) by Matthew Hughes · 2 years, 9 months ago
  66. 7bae15c Use _Py_RVALUE() in macros (#99844) by Victor Stinner · 2 years, 9 months ago
  67. 6541798 Grammatical improvements for ctypes 'winmode' documentation (GH-19167) by David Miguel Susano Pinto · 2 years, 9 months ago
  68. 02f72b8 gh-89653: PEP 670: Convert macros to functions (#99843) by Victor Stinner · 2 years, 9 months ago
  69. 53eef27 bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640) by Zackery Spytz · 2 years, 9 months ago
  70. 492dc02 bpo-41825: restructure docs for the os.wait*() family (GH-22356) by Georg Brandl · 2 years, 9 months ago
  71. 219696a gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) by Petr Viktorin · 2 years, 9 months ago
  72. 594de16 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629) by Furkan Onder · 2 years, 9 months ago
  73. 276643e Docs: both sqlite3 "point examples" now adapt to str (#99823) by Erlend E. Aasland · 2 years, 9 months ago
  74. dfc2732 gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339) by Sam Ezeh · 2 years, 9 months ago
  75. 969620d Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396) by Hugo van Kemenade · 2 years, 9 months ago
  76. 2653b82 gh-99677: Deduplicate self-type in `mro` in `inspect._getmembers` (#99678) by Nikita Sobolev · 2 years, 9 months ago
  77. ac115b5 gh-99815: remove unused 'invalid' sentinel value and code that checks for it in inspect.signature parsing (GH-21104) by Anthony Sottile · 2 years, 9 months ago
  78. d08fb25 GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#99768) by Ronald Oussoren · 2 years, 9 months ago
  79. 9c9f085 Remove unused local variables in inspect.py (#24218) by Yonatan Goldschmidt · 2 years, 9 months ago
  80. 6562939 gh-85988: Change documentation for sys.float_info.rounds (GH-99675) by Brad Wolfe · 2 years, 9 months ago
  81. 22860db doc: Remove backslashes in doctest grammar docs (#29346) by George Zhang · 2 years, 9 months ago
  82. 62a5dc1 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659) by Zackery Spytz · 2 years, 9 months ago
  83. 191708c GH-66285: fix forking in asyncio (#99769) by Kumar Aditya · 2 years, 9 months ago
  84. 024ac54 bpo-45975: Simplify some while-loops with walrus operator (GH-29347) by Nick Drozd · 2 years, 9 months ago
  85. 25bc115 gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a bool (GH-29043) by Ivan Savov · 2 years, 9 months ago
  86. 7f00574 gh-88330: Add more detail about what is a resource. (#99801) by Jason R. Coombs · 2 years, 9 months ago
  87. 93f22d3 gh-98108: Add limited pickleability to zipfile.Path (GH-98109) by Jason R. Coombs · 2 years, 9 months ago
  88. 5f88982 gh-99795: Fix typo in importlib.resources.abc (GH-99796) by busywhitespace · 2 years, 9 months ago
  89. 003f341 Fix zipfile packaging after GH-98103 (GH-99797) by Jason R. Coombs · 2 years, 9 months ago
  90. 78365b8 gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850) by Sam Ezeh · 2 years, 9 months ago
  91. 7796d31 gh-98098: Create packages from zipfile and test_zipfile (gh-98103) by Jason R. Coombs · 2 years, 9 months ago
  92. dc063a2 gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343) by Jason R. Coombs · 2 years, 9 months ago
  93. e35ca41 gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings in configure.ac (#99406) by Sam James · 2 years, 9 months ago
  94. 47d673d gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) by Nikita Sobolev · 2 years, 9 months ago
  95. ec2b76a GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (#95897) by TheShermanTanker · 2 years, 9 months ago
  96. a86d854 Fix typo in `__match_args__` doc (#99785) by Terry Jan Reedy · 2 years, 9 months ago
  97. 5556d3e gh-98724: Fix warnings on Py_SETREF() usage (#99781) by Victor Stinner · 2 years, 9 months ago
  98. ae234fb gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (GH-99031) by Barney Gale · 2 years, 9 months ago
  99. 7d2dcc5 gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116) by Stanley · 2 years, 9 months ago
  100. 5d4d831 Fix typo on inline comment for email.generator (GH-98210) by Gary Donovan · 2 years, 9 months ago