Python 3.12.0a1
  1. e3b9dd8 gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (#98508) by Nikita Sobolev · 2 years, 10 months ago
  2. 2fdcc6f GH-91635: clarify docs about closing of transport in asyncio (#98563) by Kumar Aditya · 2 years, 10 months ago
  3. 1a217f9 gh-98500: Fix typing docs for `*View` classes (#98511) by Nikita Sobolev · 2 years, 10 months ago
  4. c5a9d3f gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604) by Jelle Zijlstra · 2 years, 10 months ago
  5. c237076 gh-97909: Mark up members of PyMemberDef (GH-98473) by Johnny11502 · 2 years, 10 months ago
  6. e19c2b9 gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583) by C.A.M. Gerlach · 2 years, 10 months ago
  7. f3f8b6f gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312) by C.A.M. Gerlach · 2 years, 10 months ago
  8. dfb5d27 gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581) by C.A.M. Gerlach · 2 years, 10 months ago
  9. 22739a0 gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559) by C.A.M. Gerlach · 2 years, 10 months ago
  10. e81fad6 gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588) by C.A.M. Gerlach · 2 years, 10 months ago
  11. 43bef54 gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585) by C.A.M. Gerlach · 2 years, 10 months ago
  12. 8dbec4d gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (#98584) by C.A.M. Gerlach · 2 years, 10 months ago
  13. e2dc223 gh-95913 Add string section to Whatsnew with new Template methods (#98311) by C.A.M. Gerlach · 2 years, 10 months ago
  14. 75a6fad gh-91524: Speed up the regular expression substitution (#91525) by Serhiy Storchaka · 2 years, 10 months ago
  15. b6d5d5b gh-98561: Fix a typo in typing (GH-98562) by Omkaar · 2 years, 10 months ago
  16. 833f275 no-issue: typo fix in c-api/tuple.rst (gh-98560) by wim glenn · 2 years, 10 months ago
  17. f58631b gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (#98426) by C.A.M. Gerlach · 2 years, 10 months ago
  18. 8f30267 gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304) by C.A.M. Gerlach · 2 years, 10 months ago
  19. 327fc1c [Enum docs]: fix order of arguments to isinstance() (#98542) by Clément Robert · 2 years, 10 months ago
  20. d9407b1 gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (#94370) by Stanley · 2 years, 10 months ago
  21. 4c1145b bpo-2716: add license for audioop module (#19972) by Furkan Onder · 2 years, 10 months ago
  22. 3e95ffc gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) by Ethan Furman · 2 years, 10 months ago
  23. 82ccbf6 gh-91051: allow setting a callback hook on PyType_Modified (GH-97875) by Carl Meyer · 2 years, 10 months ago
  24. 8367ca1 gh-98172: [doc] mention that except* handles naked exceptions (GH-98496) by Irit Katriel · 2 years, 10 months ago
  25. a956c2f [doc] Improve logging cookbook example. (GH-98481) by Vinay Sajip · 2 years, 10 months ago
  26. a371a7e gh-95023: Added os.setns and os.unshare functions (#95046) by Noam Cohen · 2 years, 10 months ago
  27. 52fcba6 Doc: Remove title text from internal links (#98409) by Rafael Fontenelle · 2 years, 10 months ago
  28. 1a6bacb [doc] Refresh the venv introduction documentation, and correct the statement about VIRTUAL_ENV (GH-98350) by Phil Elson · 2 years, 10 months ago
  29. 5055300 Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441) by Hugo van Kemenade · 2 years, 10 months ago
  30. ed827d5 gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314) by C.A.M. Gerlach · 2 years, 10 months ago
  31. 251b8cc gh-95913: Add WhatsNew section for new logging APIs (#98320) by C.A.M. Gerlach · 2 years, 10 months ago
  32. a53f637 Fix markup indentation (GH-98424) by Raymond Hettinger · 2 years, 10 months ago
  33. fcae195 gh-95914: Add links to 3.11 WhatsNew Summary items (#98416) by C.A.M. Gerlach · 2 years, 10 months ago
  34. f4ead48 General improvements to the itertools docs (GH-98408) by Raymond Hettinger · 2 years, 10 months ago
  35. db03c80 gh-98393: os module reject bytes-like, only accept bytes (#98394) by Victor Stinner · 2 years, 10 months ago
  36. 2eb503e Doc: Found some remaining default roles. (GH-98392) by Julien Palard · 2 years, 10 months ago
  37. 0bbea54 Doc: missing underscore in hyperlink. (GH-98391) by Julien Palard · 2 years, 10 months ago
  38. 73e5180 gh-95913: Copyedit, xref and organize enum section (#98295) by C.A.M. Gerlach · 2 years, 10 months ago
  39. 0a0c7e5 gh-95913: Prepare remaining Whatsnew sections for editing (#98342) by C.A.M. Gerlach · 2 years, 10 months ago
  40. de3ece7 GH-98363: Add itertools.batched() (GH-98364) by Raymond Hettinger · 2 years, 10 months ago
  41. 70732d8 Move random selection recipes from itertools.rst to random.rst (GH-98369) by Raymond Hettinger · 2 years, 10 months ago
  42. 5fe0431 gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345) by C.A.M. Gerlach · 2 years, 10 months ago
  43. aafc53c gh-95914: Add What's New item describing PEP 670 changes (#98315) by C.A.M. Gerlach · 2 years, 10 months ago
  44. 1863302 gh-97669: Create Tools/build/ directory (#97963) by Victor Stinner · 2 years, 10 months ago
  45. bb38b39 gh-95913: Forward-port int/str security change to 3.11 What's New in main (#98344) by C.A.M. Gerlach · 2 years, 10 months ago
  46. ae19217 GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336) by Raymond Hettinger · 2 years, 10 months ago
  47. 5c9302d gh-85525: Remove extra row in doc (#98337) by Joannah Nanjekye · 2 years, 10 months ago
  48. 79fd6cc gh-85299: Add note warning about entry point guard for asyncio example (#93457) by Stanley · 2 years, 10 months ago
  49. f6b1e40 gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319) by Vinay Sajip · 2 years, 10 months ago
  50. 660f102 GH-94597: Deprecate child watcher getters and setters (#98215) by Kumar Aditya · 2 years, 10 months ago
  51. 3a639bb Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294) by Raymond Hettinger · 2 years, 10 months ago
  52. 11c25a4 [doc] Update logging cookbook with an example of custom handling of levels. (GH-98290) by Vinay Sajip · 2 years, 10 months ago
  53. 0238965 docs(typing): harmonize "See PEP x for more details" (#97927) by Simon Legner · 2 years, 10 months ago
  54. f437031 Faster sieve() recipe (#98287) by Raymond Hettinger · 2 years, 10 months ago
  55. 146f168 gh-98227: executionmodel.rst: except* can also bind names (#98256) by BiscuitCandy · 2 years, 10 months ago
  56. 4e2bd58 gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259) by QuakeIV · 2 years, 10 months ago
  57. bf786e6 gh-85455: Add missing doc strings and improve docs (#21573) by Joannah Nanjekye · 2 years, 10 months ago
  58. 05c042e gh-85525: Indicate supported sound header formats (#21575) by Joannah Nanjekye · 2 years, 10 months ago
  59. 3c4cbd1 gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-96579) by Julien Palard · 2 years, 10 months ago
  60. 4414586 Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189) by Nikita Sobolev · 2 years, 10 months ago
  61. e9569ec gh-96265: Formatting changes for faq/general (#98129) by Stanley · 2 years, 10 months ago
  62. 5f8ca1b tutorial: remove "with single quotes" (#98204) by Jelle Zijlstra · 2 years, 10 months ago
  63. c39a0c3 gh-65046: Link to logging cookbook from asyncio docs (#98207) by Shantanu · 2 years, 10 months ago
  64. 3b33c20 Formatting fixes in contextlib docs (#98111) by Stanley · 2 years, 10 months ago
  65. e3bf125 gh-95276: Add callable entry to the glossary (#95738) by MonadChains · 2 years, 10 months ago
  66. ed6344e gh-96130: Rephrase use of "typecheck" verb for clarity (#98144) by Shantanu · 2 years, 10 months ago
  67. 5ecf961 gh-98172: Fix formatting in `except*` docs (#98173) by Jelle Zijlstra · 2 years, 10 months ago
  68. 4067c6d gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179) by Julien Palard · 2 years, 10 months ago
  69. f0a6800 gh-71616: Add note to warn against general translation of saxutils.escape() (#93450) by Stanley · 2 years, 10 months ago
  70. 6a757da gh-88452: Add a warning about non-portability of environments. (GH-98155) by Vinay Sajip · 2 years, 10 months ago
  71. 187e853 gh-83940: os docs: Improve wording for getenv/getenvb (#98113) by Stanley · 2 years, 10 months ago
  72. 571e23d doc: remove a misleading statement. (GH-98093) by Julien Palard · 2 years, 10 months ago
  73. c459fed Fix types in buffer/memoryview docs (#98118) by da-woods · 2 years, 10 months ago
  74. 281a3f1 gh-56133: copyreg docs: Clarify function/constructor parameter (#95497) by Stanley · 2 years, 10 months ago
  75. f187969 Update whatsnew instructions for GitHub (#98124) by Carl Meyer · 2 years, 10 months ago
  76. 2d2e01a Minor edits to the Descriptor HowTo Guide (GH-24901) by Géry Ogam · 2 years, 10 months ago
  77. d876528 GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChildWatcher` child watchers (#98089) by Kumar Aditya · 2 years, 10 months ago
  78. 83eb827 gh-97922: Run the GC only on eval breaker (#97920) by Pablo Galindo Salgado · 2 years, 10 months ago
  79. 2963130 gh-97913 Docs: Add walrus operator to the index (#97921) by Hugo van Kemenade · 2 years, 10 months ago
  80. 840fd19 [doc] Fix broken links to C extensions accelerating stdlib modules (#96914) by partev · 2 years, 11 months ago
  81. 6b48562 gh-97822: Fix http.server documentation reference to test() function (#98027) by JasonYZ · 2 years, 11 months ago
  82. e82d977 gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055) by Carl Meyer · 2 years, 11 months ago
  83. 0f498f1 gh-57179: Add note on symlinks for os.walk (#94799) by Stanley · 2 years, 11 months ago
  84. 5eaf4d6 gh-61105: Add default param, note on using cookiejar subclass (#95427) by Stanley · 2 years, 11 months ago
  85. 0f111f5 gh-96073: fix backticks in NEWS entry (GH-98056) by Jelle Zijlstra · 2 years, 11 months ago
  86. eed8045 gh-91708: Revert params note in urllib.parse.urlparse table (#96699) by Stanley · 2 years, 11 months ago
  87. 3a7e955 gh-96265: Fix some formatting in faq/design.rst (#96924) by Stanley · 2 years, 11 months ago
  88. fde74be gh-73196: Add namespace/scope clarification for inheritance section (#92840) by Stanley · 2 years, 11 months ago
  89. 586cfb0 gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957) by Nikita Sobolev · 2 years, 11 months ago
  90. c81c64c gh-96959: Update HTTP links which are redirected to HTTPS (#98039) by 180909 · 2 years, 11 months ago
  91. c7b2204 Add a warning message about PyOS_snprintf (#95993) by Eric Wieser · 2 years, 11 months ago
  92. 676d8ef gh-65496: Correct wording on csv's skipinitialspace argument (#96170) by Stanley · 2 years, 11 months ago
  93. 4a74e6a gh-64921: Clarify wording for open()'s newline arg (#96171) by Stanley · 2 years, 11 months ago
  94. 002252c gh-97669: Move difflib examples to Doc/includes/ (#97964) by Victor Stinner · 2 years, 11 months ago
  95. 6592a62 gh-71316: Update dis documentation to include changes to jump arguments (GH-95798) by Christopher Chianelli · 2 years, 11 months ago
  96. e500cc0 Misc updates to the itertools recipes and tests (GH-98018) by Raymond Hettinger · 2 years, 11 months ago
  97. 66cc46b Doc: sphinx-lint finds two other default roles. (GH-98019) by Julien Palard · 2 years, 11 months ago
  98. 13d4489 gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803) by Barry Warsaw · 2 years, 11 months ago
  99. fa2d43e Docs: Fix backtick errors found by sphinx-lint (#97998) by Hugo van Kemenade · 2 years, 11 months ago
  100. 27025e1 gh-97850: Remove deprecated functions from `importlib.utils` (#97898) by Nikita Sobolev · 2 years, 11 months ago