Python 3.13.0a3
  1. 4a32275 gh-72284: Revise lists in IDLE doc (#114174) by Terry Jan Reedy · 1 year, 7 months ago
  2. 8d26db4 gh-112043: Align concurrent.futures.Executor.map docs with implementation (#114153) by Erlend E. Aasland · 1 year, 7 months ago
  3. 05008c2 gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404) by Steffen Zeile · 1 year, 7 months ago
  4. 45e527d GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312) by Barney Gale · 1 year, 7 months ago
  5. 1d6989f Fix typo in c_annotations.py comment (#108773) by Kuan-Wei Chiu · 1 year, 7 months ago
  6. 6e84f3b gh-94220: Align fnmatch docs with the implementation and amend markup (#114152) by Erlend E. Aasland · 1 year, 7 months ago
  7. 7092b3f GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036) by Barney Gale · 1 year, 7 months ago
  8. c86571e Update copyright years to 2024. (GH-113608) by solya0x · 1 year, 7 months ago
  9. b1db627 Docs: Improve multiprocessing.SharedMemory reference (#114093) by Erlend E. Aasland · 1 year, 7 months ago
  10. 31a2543 gh-114069: Revise Tutorial Methods paragraph (#114127) by Terry Jan Reedy · 1 year, 7 months ago
  11. d2d8332 gh-113626: Add allow_code parameter in marshal functions (GH-113648) by Serhiy Storchaka · 1 year, 7 months ago
  12. a482bc6 gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) by AN Long · 1 year, 7 months ago
  13. af85274 Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103) by Erlend E. Aasland · 1 year, 7 months ago
  14. 8fd287b gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425) by Zackery Spytz · 1 year, 7 months ago
  15. 4f24b92 gh-114070: correct the specification of ``digit`` in the float() docs (#114080) by Sergey B Kirpichev · 1 year, 7 months ago
  16. 0f2fa61 gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647) by Sergey B Kirpichev · 1 year, 7 months ago
  17. 2010d45 gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667) by Ronald Oussoren · 1 year, 7 months ago
  18. c280843 gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060) by Hugo van Kemenade · 1 year, 7 months ago
  19. e4ff131 GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829) by Barney Gale · 1 year, 7 months ago
  20. 3aa4b83 gh-89159: Document missing TarInfo members (#91564) by Stanley · 1 year, 7 months ago
  21. a47353d datamodel: Fix a typo in ``object.__init_subclass__`` (#111599) by InSync · 1 year, 7 months ago
  22. e97da86 Link to the glossary for "magic methods" in ``MagicMock`` (#111292) by Pierre Equoy · 1 year, 7 months ago
  23. 32f3684 Tutorial: Clarify 'nonzero exit status' in the appendix (#112039) by Andrew Zipperer · 1 year, 7 months ago
  24. dce30c9 gh-95649: Document that asyncio contains uvloop code (#107536) by Alois Klink · 1 year, 7 months ago
  25. b44b9d9 gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969) by Gregory P. Smith · 1 year, 7 months ago
  26. 7997079 gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869) by Ronald Oussoren · 1 year, 7 months ago
  27. e68806c Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970) by Ned Batchelder · 1 year, 7 months ago
  28. 53d2e1f Improve kde graph with better caption and number formatting (gh-113967) by Raymond Hettinger · 1 year, 7 months ago
  29. c9b8a22 GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679) by Adam Turner · 1 year, 7 months ago
  30. b4d4aa9 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Zackery Spytz · 1 year, 7 months ago
  31. 2f126a7 Update KDE recipe to match the standard use of the h parameter (gh-#113958) by Raymond Hettinger · 1 year, 7 months ago
  32. ec23e90 gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421) by AN Long · 1 year, 7 months ago
  33. 1d75fa4 gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817) by Victor Stinner · 1 year, 7 months ago
  34. 901a971 gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894) by Raymond Hettinger · 1 year, 7 months ago
  35. 89cee94 gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579) by Serhiy Storchaka · 1 year, 7 months ago
  36. a862981 gh-113664: Improve style of Big O notation (GH-113695) by Serhiy Storchaka · 1 year, 7 months ago
  37. 3a9096c GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856) by Stefano Rivera · 1 year, 7 months ago
  38. 2fd2e74 Simplify binomial approximation example with random.binomialvariate() (gh-113871) by Raymond Hettinger · 1 year, 7 months ago
  39. 2e17cad gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752) by Hugo van Kemenade · 1 year, 7 months ago
  40. f3d5d4a Docs: Link tokens in the format string grammars (#108184) by William Andrea · 1 year, 7 months ago
  41. c6ca562 gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792) by Ronald Oussoren · 1 year, 7 months ago
  42. aef375f Minor algebraic simplification for the totient() recipe (gh-113822) by Raymond Hettinger · 1 year, 7 months ago
  43. 35fa13d gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756) by Erlend E. Aasland · 1 year, 7 months ago
  44. 61dd77b gh-113391: fix outdated PyObject_HasAttr docs (#113420) by Sergey B Kirpichev · 1 year, 7 months ago
  45. f19b93f gh-73965: New environment variable PYTHON_HISTORY (#13208) by Zackery Spytz · 1 year, 7 months ago
  46. bbf214d gh-113537: support loads str in plistlib.loads (#113582) by AN Long · 1 year, 7 months ago
  47. d99d871 gh-113360: Fix the documentation of module's attribute __test__ (GH-113393) by Serhiy Storchaka · 1 year, 7 months ago
  48. eb53750 gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739) by Hugo van Kemenade · 1 year, 8 months ago
  49. e56c533 gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) by Hugo van Kemenade · 1 year, 8 months ago
  50. 1ae7ceb gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (#113697) by Jamie Phan · 1 year, 8 months ago
  51. f1f8392 Document the `co_lines` method on code objects (#113682) by Alex Waygood · 1 year, 8 months ago
  52. fab7ad6 gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) by Hugo van Kemenade · 1 year, 8 months ago
  53. 4de468c `functools.partial` docs: Use the more common spelling for "referenceable" (#113675) by Rodrigo Girão Serrão · 1 year, 8 months ago
  54. ea978c6 gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638) by Ege Akman · 1 year, 8 months ago
  55. 8ff44f8 gh-81094: Refer to PEP 318 in compound_statements.rst (#113588) by John D. McDonald · 1 year, 8 months ago
  56. 7595380 gh-101100: Fix Sphinx warnings from removed `~!` references (#113629) by Hugo van Kemenade · 1 year, 8 months ago
  57. b4b2cc1 gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363) by AN Long · 1 year, 8 months ago
  58. d0b0e3d gh-113536: Expose `os.waitid` on macOS (#113542) by Ronald Oussoren · 1 year, 8 months ago
  59. 9ce6c01 # gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (#113609) by Parth Doshi · 1 year, 8 months ago
  60. 2849cbb gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the error indicator is not set (#113369) by Irit Katriel · 1 year, 8 months ago
  61. 30a6d79 gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598) by Hugo van Kemenade · 1 year, 8 months ago
  62. 471aa75 Update ConfigParser docs defining valid section name (#110506) by Delgan · 1 year, 8 months ago
  63. f48a1bc gh-89414: Document that SIGCLD is not available on macOS (#113580) by Ronald Oussoren · 1 year, 8 months ago
  64. 88cb972 gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) by Samet YASLAN · 1 year, 8 months ago
  65. db1c882 Doc/library/os.rst: `os.waitid` absent on MacOS (#104558) by John Hawkinson · 1 year, 8 months ago
  66. 8e5d70f gh-101100: Fix Sphinx warnings in library/random.rst (#112981) by Hugo van Kemenade · 1 year, 8 months ago
  67. bfee2f7 gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729) by Inada Naoki · 1 year, 8 months ago
  68. 0651936 gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile stream (GH-31610) by Stanley · 1 year, 8 months ago
  69. 1ddd773 gh-64020: Deprecate pydoc.ispackage() (GH-20908) by Zackery Spytz · 1 year, 8 months ago
  70. 4acf825 gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502) by Hugo van Kemenade · 1 year, 8 months ago
  71. fb02b66 gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500) by Hugo van Kemenade · 1 year, 8 months ago
  72. 00cdd41 gh-113350: Improve the wording of python logging docs to remove an ambiguity around use of the word "higher". (GH-113491) by Vaishnavi Maheshwari · 1 year, 8 months ago
  73. 2b53c76 gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496) by Hugo van Kemenade · 1 year, 8 months ago
  74. 4e67644 gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493) by Hugo van Kemenade · 1 year, 8 months ago
  75. 36adc79 Docs: make htmllive: open browser when ready (#113288) by Hugo van Kemenade · 1 year, 8 months ago
  76. e87cadc gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH-804) by Serhiy Storchaka · 1 year, 8 months ago
  77. b5dc0f8 Misc minor improvements to the itertools recipes (gh-113477) by Raymond Hettinger · 1 year, 8 months ago
  78. 3f5eb3e bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833) by Zackery Spytz · 1 year, 8 months ago
  79. f7c5a7a fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461) by denballakh · 1 year, 8 months ago
  80. 1f06bae gh-113191: Add support of os.fchmod() on Windows (GH-113192) by Serhiy Storchaka · 1 year, 8 months ago
  81. 593b4d8 gh-74573: document that ndbm can silently corrupt databases on macOS (#113354) by Ronald Oussoren · 1 year, 8 months ago
  82. bdc8d66 gh-112925: Fix error in example of `datetime.time.fromisoformat` and add doctest marker (GH-112931) by F-park · 1 year, 8 months ago
  83. 4a3d241 gh-113212: Improve error message & document zero-arg super inside nested functions and generator expressions (GH-113307) by Yan Yanchii · 1 year, 8 months ago
  84. 6a5b473 gh-113313: Note that slice support is not required for all sequences. (gh-113377) by Raymond Hettinger · 1 year, 8 months ago
  85. 2d91409 gh-113174: Sync with importlib_metadata 7.0 (#113175) by Jason R. Coombs · 1 year, 8 months ago
  86. 24f8ff2 Docs: OpenSSL wording ambiguity (#113296) by Jan Brasna · 1 year, 8 months ago
  87. 11ee912 gh-113255: Clarify docs for `typing.reveal_type` (#113286) by Kir · 1 year, 8 months ago
  88. 5a7cc66 Fix typo in datamodel docs (#113314) by Rodrigo Girão Serrão · 1 year, 8 months ago
  89. 22b8945 Fix typo in collections.abc docs example (#113310) by David Greaves · 1 year, 8 months ago
  90. 76bef38 gh-101100: Fix Sphinx warnings in `library/ast.rst` (#113289) by Hugo van Kemenade · 1 year, 8 months ago
  91. 76d757b gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236) by ryan-duve · 1 year, 8 months ago
  92. d71fcde gh-113208: Mention namespace packages don't require __init__.py (#113209) by Unique-Usman · 1 year, 8 months ago
  93. 59f0766 gh-108113: [docs] mention PyCF_OPTIMIZED_AST in ast Compiler Flags (#113241) by dreamflow · 1 year, 8 months ago
  94. f428c4d gh-101100: Fix Sphinx warnings in library/tarfile.rst (#113237) by Hugo van Kemenade · 1 year, 8 months ago
  95. 2b93f52 gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118) by Jakub Kulík · 1 year, 8 months ago
  96. 32d87a8 Docs: Add label to grammar spec for linking from PEPs (#113235) by Hugo van Kemenade · 1 year, 8 months ago
  97. 21d52995 gh-112890: `unittest` Test Discovery page updated "`unittest` dropped the namspace packages support" (GH-113195) by Taylor Packard · 1 year, 8 months ago
  98. 48c907a gh-113119 fix environment handling in subprocess.Popen when posix_spawn is used (#113120) by Jakub Kulík · 1 year, 8 months ago
  99. 1583c40 gh-113202: Add a strict option to itertools.batched() (gh-113203) by Raymond Hettinger · 1 year, 8 months ago
  100. fe479fb gh-67790: Support basic formatting for Fraction (#111320) by Mark Dickinson · 1 year, 8 months ago