Python 3.11.0
  1. deaf509 Python 3.11.0 by Pablo Galindo · 2 years, 10 months ago v3.11.0
  2. 981b509 GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999) by Miss Islington (bot) · 2 years, 10 months ago
  3. f008392 gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-95253) by Miss Islington (bot) · 2 years, 10 months ago
  4. c184c67 gh-95913: Edit, link and sort 3.11 WhatsNew Build section (GH-98588) by Miss Islington (bot) · 2 years, 10 months ago
  5. cde4cf9 gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (GH-98585) by Miss Islington (bot) · 2 years, 10 months ago
  6. 7cdea80 gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (GH-98584) by Miss Islington (bot) · 2 years, 10 months ago
  7. c2cb04e gh-95913 Add string section to Whatsnew with new Template methods (GH-98311) by Miss Islington (bot) · 2 years, 10 months ago
  8. 965ce0d gh-95027: Fix regrtest stdout encoding on Windows (GH-98492) by Miss Islington (bot) · 2 years, 10 months ago
  9. a1f4e42 gh-90989: Clarify some installer text (GH-97668) by Steve Dower · 2 years, 10 months ago
  10. 38ade0d gh-97616: list_resize() checks for integer overflow (GH-97617) by Miss Islington (bot) · 2 years, 10 months ago
  11. 9c80b55 gh-97545: Make Semaphore run faster. (GH-97549) by Miss Islington (bot) · 2 years, 10 months ago
  12. 56145c6 gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222) by Miss Islington (bot) · 2 years, 10 months ago
  13. 67f5d24 gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) by Miss Islington (bot) · 2 years, 10 months ago
  14. 9e008fe gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927) by Miss Islington (bot) · 2 years, 10 months ago
  15. bac61bc gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) by Miss Islington (bot) · 2 years, 10 months ago
  16. 3ce43a2 gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755) by Miss Islington (bot) · 2 years, 10 months ago
  17. 9cb7324 [3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (GH-96588) (#96591) by Nikita Sobolev · 2 years, 10 months ago
  18. 84fd4a5 [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969) by Miss Islington (bot) · 2 years, 10 months ago
  19. 1a78891 gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528) by Miss Islington (bot) · 2 years, 10 months ago
  20. a969af4 Sync What's new for the current 3.11.0rc2+ branch with the 3.11.0 release branch by Pablo Galindo · 2 years, 10 months ago
  21. 1f192c3 gh-95913: Copyedit, xref and organize enum section (GH-98295) by Miss Islington (bot) · 2 years, 10 months ago
  22. 425bec3 gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314) by Miss Islington (bot) · 2 years, 10 months ago
  23. b0e3eaa gh-95913: Add WhatsNew section for new logging APIs (GH-98320) by Miss Islington (bot) · 2 years, 10 months ago
  24. f1ca2f6 [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) by C.A.M. Gerlach · 2 years, 10 months ago
  25. f8f0386 gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304) by Miss Islington (bot) · 2 years, 10 months ago
  26. a1e59b7 gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New (GH-96097) by Miss Islington (bot) · 2 years, 10 months ago
  27. 98eef50 gh-95913: Prepare remaining Whatsnew sections for editing (#98342) by C.A.M. Gerlach · 2 years, 10 months ago
  28. 25ebe35 gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416) by Miss Islington (bot) · 2 years, 10 months ago
  29. 92dc6ab [3.11] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (GH-98426) (#98554) by Miss Islington (bot) · 2 years, 10 months ago
  30. c954335 [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400) by Miss Islington (bot) · 2 years, 10 months ago
  31. 715b677 gh-95914: Add What's New item describing PEP 670 changes (GH-98315) by Miss Islington (bot) · 2 years, 10 months ago
  32. fc12762 gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460) by Miss Islington (bot) · 2 years, 10 months ago
  33. 585c95d [3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812) by Miss Islington (bot) · 2 years, 10 months ago
  34. 4e0fda5 gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments (GH-98462) by Miss Islington (bot) · 2 years, 10 months ago
  35. 4c0c1e2 [3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98502) by Miss Islington (bot) · 2 years, 10 months ago
  36. d0ab10f [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002) by Miss Islington (bot) · 2 years, 10 months ago
  37. 154b3cd GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018) by Miss Islington (bot) · 2 years, 10 months ago
  38. 886fd39 gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in examples (GH-96707) by Miss Islington (bot) · 2 years, 10 months ago
  39. 040bbd2 gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798) by Miss Islington (bot) · 2 years, 10 months ago
  40. 3e6f19b Add dataclass field default change to 3.11 what's new (GH-96790) by Miss Islington (bot) · 2 years, 10 months ago
  41. 6cce942 Itertools sieve() recipe (GH-96813) (GH-96814) by Miss Islington (bot) · 2 years, 10 months ago
  42. 99f5568 gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703) (#96788) by Miss Islington (bot) · 2 years, 10 months ago
  43. 746dad4 gh-96810: Clarify for which statements sqlite3 implicitly opens transactions (GH-96832) by Miss Islington (bot) · 2 years, 10 months ago
  44. a955ccc Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908) by Miss Islington (bot) · 2 years, 10 months ago
  45. 122a07c Simplify sieve() recipe. Add edge case tests. (GH-96892) by Miss Islington (bot) · 2 years, 10 months ago
  46. 1c345fa GH-96851: Add link to FAQ entry for caching method calls. (GH-96902) by Miss Islington (bot) · 2 years, 10 months ago
  47. 365f9b7 gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915) by Miss Islington (bot) · 2 years, 10 months ago
  48. 837c120 gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New (GH-96097) by Miss Islington (bot) · 2 years, 10 months ago
  49. 2a1e9b0 gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) by Miss Islington (bot) · 2 years, 10 months ago
  50. 6464096 [3.11] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) (GH-96950) by Miss Islington (bot) · 2 years, 10 months ago
  51. a592f84 gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96989) by Miss Islington (bot) · 2 years, 10 months ago
  52. 50c0a22 gh-96397: Document that keywords in calls need not be identifiers (GH-96393) by Miss Islington (bot) · 2 years, 10 months ago
  53. c10f8c8 gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765) by Miss Islington (bot) · 2 years, 10 months ago
  54. 00e8a27 gh-77171: Document that wave only supports simple PCM files (GH-97510) by Steve Dower · 2 years, 10 months ago
  55. 1281d35 gh-82530: Create blank function instead of invalid import for email example (GH-97529) by Miss Islington (bot) · 2 years, 10 months ago
  56. e65e6de GH-65046: Fix docs about logging in `asyncio` (GH-97559) by Miss Islington (bot) · 2 years, 10 months ago
  57. 50da78a gh-96959: Update more HTTP links (GH-97536) by Miss Islington (bot) · 2 years, 10 months ago
  58. 2b0b017 gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-97603) by Miss Islington (bot) · 2 years, 10 months ago
  59. 8de3533 [3.11] gh-65046: Add note about logging from async code. (GH-97602) (GH-97608) by Miss Islington (bot) · 2 years, 10 months ago
  60. edc3356 Fix docs on conditional expression grouping (GH-96447) (GH-97606) by Miss Islington (bot) · 2 years, 10 months ago
  61. f0cbc6c fixup policy docs (GH-97618) by Miss Islington (bot) · 2 years, 10 months ago
  62. 68b7a6a gh-52597: Add position-only markers for os functions (GH-94735) by Miss Islington (bot) · 2 years, 10 months ago
  63. 807d14b closes gh-97650: correct sphinx executable (gh-97651) by Miss Islington (bot) · 2 years, 10 months ago
  64. f20ad5e gh-96397: Document that attributes need not be identifiers (GH-96454) by Miss Islington (bot) · 2 years, 10 months ago
  65. 815ad02 [3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97666) by Miss Islington (bot) · 2 years, 10 months ago
  66. c12c993 gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) by Miss Islington (bot) · 2 years, 10 months ago
  67. b8afd5f Fix capitalization of Unix in documentation (GH-96913) by Miss Islington (bot) · 2 years, 10 months ago
  68. d79a412 gh-95975: Move except/*/finally ref labels to more precise locations (GH-95976) by Miss Islington (bot) · 2 years, 10 months ago
  69. eb5cdf6 gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652) by Miss Islington (bot) · 2 years, 10 months ago
  70. 1067baf [3.11] [docs] Update logging cookbook with recipe for using a logger like an output… (GH-97730) (GH-97735) by Miss Islington (bot) · 2 years, 10 months ago
  71. c8bdf33 GH-85447: Clarify docs about awaiting future multiple times (GH-97738) by Miss Islington (bot) · 2 years, 10 months ago
  72. 10818aa gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741) by Miss Islington (bot) · 2 years, 10 months ago
  73. 5e99363 gh-95913: Copyedit/improve New Modules What's New section (GH-97721) by Miss Islington (bot) · 2 years, 10 months ago
  74. 1729bec gh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739) by Miss Islington (bot) · 2 years, 10 months ago
  75. ce01c59 Fix typo in unittest docs (GH-97742) by Miss Islington (bot) · 2 years, 10 months ago
  76. 208701e multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625) by Miss Islington (bot) · 2 years, 10 months ago
  77. 4f254f6 Minor grammar changes to http.client docs (GH-96221) by Miss Islington (bot) · 2 years, 10 months ago
  78. fb0d931 Update http.client.rst (GH-24803) by Miss Islington (bot) · 2 years, 10 months ago
  79. d21bef5 gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771) by Miss Islington (bot) · 2 years, 10 months ago
  80. 4dda0c8 gh-97709: Included newline separator in Mandelbrot set (GH-97737) by Miss Islington (bot) · 2 years, 10 months ago
  81. 746fb3c Adjust stable ABI internal documentation (GH-96896) by Miss Islington (bot) · 2 years, 10 months ago
  82. e232e49 gh-97754: Update doc for default location of per-user installs on Windows (GH-97756) by Miss Islington (bot) · 2 years, 10 months ago
  83. c6bf822 GH-82604: fix docs about configuring selector (GH-97755) by Miss Islington (bot) · 2 years, 10 months ago
  84. 9d49bd4 GH-95913: Update what's new in 3.11 for asyncio (GH-97806) by Miss Islington (bot) · 2 years, 10 months ago
  85. 7ddd0d3 gh-90301: Doc: Add references to PEP 686 (GH-96816) by Miss Islington (bot) · 2 years, 10 months ago
  86. ed772a8 [3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97851) by Miss Islington (bot) · 2 years, 10 months ago
  87. 95f7ed8 [3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854) by Miss Islington (bot) · 2 years, 10 months ago
  88. 028e7d4 gh-95913: Move py.exe to appropriate What's New section & refine text (GH-97718) by Miss Islington (bot) · 2 years, 10 months ago
  89. 52709b2 gh-95913: Copyedit/improve Other Language Changes What's New section (GH-97719) by Miss Islington (bot) · 2 years, 10 months ago
  90. 232a402 [3.11] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97857) by Miss Islington (bot) · 2 years, 10 months ago
  91. 264b615 [3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97859) by Miss Islington (bot) · 2 years, 10 months ago
  92. 0679066 [3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97861) by Miss Islington (bot) · 2 years, 10 months ago
  93. ab665d9 [3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97863) by Miss Islington (bot) · 2 years, 10 months ago
  94. 9b73bd4 [3.11] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97871) by Miss Islington (bot) · 2 years, 10 months ago
  95. 56aaff4 [3.11] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97874) by Miss Islington (bot) · 2 years, 10 months ago
  96. aa7893b [3.11] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97865) by Miss Islington (bot) · 2 years, 10 months ago
  97. 5137002 [3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97867) by Miss Islington (bot) · 2 years, 10 months ago
  98. 65b2591 gh-95913: Copyedit/improve Implementation Changes What's New section (GH-97720) by Miss Islington (bot) · 2 years, 10 months ago
  99. 12bd7e9 Add re.VERBOSE flag documentation example (GH-97678) by Miss Islington (bot) · 2 years, 10 months ago
  100. 5f43097 gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662) by Miss Islington (bot) · 2 years, 10 months ago