Python 3.13.0a1
  1. b7f9661 Fix the pyspecific SOURCE_URI (#110811) by T. Wouters · 1 year, 10 months ago
  2. 2c472a8 Remove unnecessary escape in Doc/library/enum.rst (GH-110780) by InSync · 1 year, 10 months ago
  3. 8c6c14b gh-94597: Add asyncio.EventLoop (#110723) by Thomas Grainger · 1 year, 10 months ago
  4. 88ecb19 gh-85283: _stat extension now uses the limited C API (#110711) by Victor Stinner · 1 year, 10 months ago
  5. 41d8ec5 gh-110631: Fix reST indentation in `Doc/reference` (#110708) by Ezio Melotti · 1 year, 10 months ago
  6. 6f4a499 gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725) by Victor Stinner · 1 year, 10 months ago
  7. 718391f gh-110631: Fix reST indentation (#110724) by Ezio Melotti · 1 year, 10 months ago
  8. bb7923f gh-110631: Fix reST indentation in `Doc/library` (#110685) by Ezio Melotti · 1 year, 10 months ago
  9. eb50cd3 gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297) by Serhiy Storchaka · 1 year, 10 months ago
  10. d1f7fae GH-107518: Remove the Argument Clinic How-To (#109900) by Adam Turner · 1 year, 10 months ago
  11. 3dd593e gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632) by Ezio Melotti · 1 year, 10 months ago
  12. 0d805b9 gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) by Radislav Chugunov · 1 year, 10 months ago
  13. 756062b gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207) by Nikita Sobolev · 1 year, 10 months ago
  14. 0362cbf gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) by Donghee Na · 1 year, 10 months ago
  15. bdbe43c Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570) by Ezio Melotti · 1 year, 10 months ago
  16. 5e7edac gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110498) by Nikita Sobolev · 1 year, 10 months ago
  17. 0df772f Remove unused imports in multiprocessing docs example (#109984) by Albert Villanova del Moral · 1 year, 10 months ago
  18. 892ee72 gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535) by partev · 1 year, 10 months ago
  19. d96a8cd gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508) by Serhiy Storchaka · 1 year, 10 months ago
  20. 8e56d55 Update floatingpoint.rst (#110509) by zipperer · 1 year, 10 months ago
  21. de2a403 gh-108277: Add os.timerfd_create() function (#108382) by Masaru Tsuchiyama · 1 year, 11 months ago
  22. 64f158e gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) by Victor Stinner · 1 year, 11 months ago
  23. 02cdaef Fix typo in Doc/library/textwrap.rst (#110328) by InSync · 1 year, 11 months ago
  24. bb057b3 gh-85283: Add PySys_AuditTuple() function (#108965) by Victor Stinner · 1 year, 11 months ago
  25. d257479 gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434) by Bradley Reynolds · 1 year, 11 months ago
  26. a136206 Fix env var typo in perf profiling docs (#110404) by Harmen Stoppels · 1 year, 11 months ago
  27. a973bf0 gh-110383 TimeIt Docs Spelling Fix (#110407) by Towster15 · 1 year, 11 months ago
  28. d33aa18 gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298) by 박문식 · 1 year, 11 months ago
  29. 313aa86 Remove duplicate word. (#110376) by Benjamin Peterson · 1 year, 11 months ago
  30. f786029 Add back bltin-boolean-values ref tag (#110371) by P. L. Lim · 1 year, 11 months ago
  31. f02f26e gh-85984: Document change in return type of tty functions (#110028) by Jelle Zijlstra · 1 year, 11 months ago
  32. 77e9aae Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292) by Adam Turner · 1 year, 11 months ago
  33. d735016 gh-108867: Add PyThreadState_GetUnchecked() function (#108870) by Victor Stinner · 1 year, 11 months ago
  34. 6ab6040 gh-110276: No longer ignore PROFILE_TASK failure silently (#110295) by Victor Stinner · 1 year, 11 months ago
  35. eeb4e97 gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291) by Victor Stinner · 1 year, 11 months ago
  36. 4227bfa Enhanced sqlite3 connection context management documentation with contextlib.closing gh-109234 (#109322) by Lincoln · 1 year, 11 months ago
  37. f1663a4 Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278) by Alex Waygood · 1 year, 11 months ago
  38. 8c07137 Fix typo in py312 whatsnew: add missing closing paren (#110255) by Lele Gaifax · 1 year, 11 months ago
  39. fc2cb86 gh-107073: Make PyObject_VisitManagedDict() public (#108763) by Victor Stinner · 1 year, 11 months ago
  40. 4d0d1c3 gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217) by Victor Stinner · 1 year, 11 months ago
  41. 8d92b6e 3.12 What's New: Remove duplicate "up to" (#110219) by numbermaniac · 1 year, 11 months ago
  42. 1b3bc61 gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101) by Steve Dower · 1 year, 11 months ago
  43. 6139bf5 GH-109190: Announce final release in What's New in Python 3.12 (#110117) by Adam Turner · 1 year, 11 months ago
  44. f16e81f GH-92584: Move installation schemes overview to sysconfig docs (#108018) by Adam Turner · 1 year, 11 months ago
  45. 9cb8927 Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208) by Hugo van Kemenade · 1 year, 11 months ago
  46. 29b875b gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on executable files (GH-109995) by Charles Machalow · 1 year, 11 months ago
  47. 29c3a44 fix misaligned versionchanged blocks in sqlite3 docs (GH-110191) by Ned Batchelder · 1 year, 11 months ago
  48. adf0f15 gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (#110142) by Quentin Agren · 1 year, 11 months ago
  49. 31097df gh-101100: Fix sphinx warnings in `library/site.rst` (#110144) by Nikita Sobolev · 1 year, 11 months ago
  50. 15de493 GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640) by Barney Gale · 1 year, 11 months ago
  51. 62405c7 gh-110150: Fix base case handling in quantiles() (gh-110151) by Raymond Hettinger · 1 year, 11 months ago
  52. a46e960 gh-109649: Use os.process_cpu_count() (#110165) by Victor Stinner · 1 year, 11 months ago
  53. c815210 gh-109649: Add os.process_cpu_count() function (#109907) by Victor Stinner · 1 year, 11 months ago
  54. 7513994 gh-110014: Include explicitly <unistd.h> header (#110155) by Victor Stinner · 1 year, 11 months ago
  55. 74e425e gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) by Victor Stinner · 1 year, 11 months ago
  56. 0449fe9 GH-101100: Fix reference warnings for ``gettext`` (#110115) by Adam Turner · 1 year, 11 months ago
  57. cbdacc7 GH-101100: Fix reference warnings for ``namedtuple`` (#110113) by Adam Turner · 1 year, 11 months ago
  58. 613c0d4 Add example for linear_regression() with proportional=True. (gh-110133) by Raymond Hettinger · 1 year, 11 months ago
  59. 501939c gh-105323: Update readline module to detect apple editline variant (gh-108665) by Donghee Na · 1 year, 11 months ago
  60. e27adc6 gh-109634: Fix `:samp:` syntax (GH-110073) by Jacob Coffee · 1 year, 11 months ago
  61. bfd94ab gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib2.rst`` (#107966) by Yuki K · 1 year, 11 months ago
  62. 8898a86 gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424) by Maciej Olko · 1 year, 11 months ago
  63. f1b1680 gh-109961: Use proper `module` for `copy` method docs (#110027) by Nikita Sobolev · 1 year, 11 months ago
  64. d102d39 gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074) by Nikita Sobolev · 1 year, 11 months ago
  65. 7dc2c50 gh-110045: Update symtable module for PEP 695 (#110066) by Jelle Zijlstra · 1 year, 11 months ago
  66. c4eda57 Whitespace fix in asyncio-stream.rst (#110015) by Davide Rizzo · 1 year, 11 months ago
  67. 0baf726 gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109968) by Nikita Sobolev · 1 year, 11 months ago
  68. 526380e GH-109190: Copyedit 3.12 What's New: Bytecode (#109821) by Adam Turner · 1 year, 11 months ago
  69. 99fba5f gh-109812: Fix phrasing for `collections.Counter` (gh-109813) by Jacob Coffee · 1 year, 11 months ago
  70. f49958c Enhance TypedDict docs around required/optional keys (#109547) by Jelle Zijlstra · 1 year, 11 months ago
  71. 773614e gh-109740: Use 't' in `--disable-gil` SOABI (#109922) by Sam Gross · 1 year, 11 months ago
  72. b35f084 GH-109190: Copyedit 3.12 What's New: Release highlights (#109770) by Adam Turner · 1 year, 11 months ago
  73. d9809e8 gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963) by Nikita Sobolev · 1 year, 11 months ago
  74. 0e28d0f GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927) by Adam Turner · 1 year, 11 months ago
  75. 3538930 gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931) by Victor Stinner · 1 year, 11 months ago
  76. 87ddfa7 GH-109190: Copyedit 3.12 What's New: Deprecations (#109766) by Adam Turner · 1 year, 11 months ago
  77. b1e4f6e gh-109276, gh-109508: Fix libregrtest stdout (#109903) by Victor Stinner · 1 year, 11 months ago
  78. ecd813f GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192) by Barney Gale · 1 year, 11 months ago
  79. 859618c gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570) by Victor Stinner · 1 year, 11 months ago
  80. 8100612 no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902) by lohaswinner · 1 year, 11 months ago
  81. 7c61a36 gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881) by Nikita Sobolev · 1 year, 11 months ago
  82. 88a6137 gh-109599: Add types.CapsuleType (#109600) by Antoine Pitrou · 1 year, 11 months ago
  83. 86e7c61 GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836) by Adam Turner · 1 year, 11 months ago
  84. 64ab9f7 GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (#109844) by Adam Turner · 1 year, 11 months ago
  85. bccc1b7 GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (#109751) by Adam Turner · 1 year, 11 months ago
  86. 4e47853 GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754) by Adam Turner · 1 year, 11 months ago
  87. f08772c GH-109190: Copyedit 3.12 What's New: Trivia (#109760) by Adam Turner · 1 year, 11 months ago
  88. 7495a93 GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753) by Adam Turner · 1 year, 11 months ago
  89. f2eaa92 gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814) by Nikita Sobolev · 1 year, 11 months ago
  90. 7b8bfe1 GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#109755) by Adam Turner · 1 year, 11 months ago
  91. 09a73d5 GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (#109768) by Adam Turner · 1 year, 11 months ago
  92. e81bd3f Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807) by Gregory P. Smith · 1 year, 11 months ago
  93. 8d365b6 GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756) by Adam Turner · 1 year, 11 months ago
  94. 649768f gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#109799) by Nikita Sobolev · 1 year, 11 months ago
  95. 92af0cc gh-109634: Use :samp: role (GH-109635) by Serhiy Storchaka · 1 year, 11 months ago
  96. 5e7ea95 gh-100228: Document the os.fork threads DeprecationWarning. (#109767) by Gregory P. Smith · 1 year, 11 months ago
  97. b10de68 GH-95913: Add the release date for Python 3.11 (#109750) by Adam Turner · 1 year, 11 months ago
  98. 612400d Fix indentation in 3.13 What's New (#109769) by Jelle Zijlstra · 1 year, 11 months ago
  99. 8a82bff Docs: Update Donghee Na's name (#109743) by Hugo van Kemenade · 1 year, 11 months ago
  100. c32abf1 GH-109190: Copyedit 3.12 What's New: asyncio (#109661) by Adam Turner · 1 year, 11 months ago