Python 3.11.1
  1. a7a450f Python 3.11.1 by Pablo Galindo · 2 years, 9 months ago v3.11.1
  2. 2182a71 [3.11] GH-99729: Unlink frames before clearing them (#100047) by Brandt Bucher · 2 years, 9 months ago
  3. 3fae04b [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949) by Serhiy Storchaka · 2 years, 9 months ago
  4. 235f5fd [3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043) by Miss Islington (bot) · 2 years, 9 months ago
  5. 05031ee [Enum] Fix typos in the documentation (GH-99960) by Miss Islington (bot) · 2 years, 9 months ago
  6. b2ff0f7 gh-100001: Also escape \s in http.server log messages. (GH-100038) by Miss Islington (bot) · 2 years, 9 months ago
  7. a726f74 gh-100001: Omit control characters in http.server stderr logs. (GH-100002) by Miss Islington (bot) · 2 years, 9 months ago
  8. f3a58ce [3.11] dataclasses.rst: Prevent horizontal scrolling (gh-100025) (gh-100028) by Miss Islington (bot) · 2 years, 9 months ago
  9. c206cc9 gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018) by Miss Islington (bot) · 2 years, 9 months ago
  10. 32a2193 [3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016) by Łukasz Langa · 2 years, 9 months ago
  11. 4a7612f gh-99892: test_unicodedata: skip test on download failure (GH-100011) by Miss Islington (bot) · 2 years, 9 months ago
  12. 5533cf6 gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) by Miss Islington (bot) · 2 years, 9 months ago
  13. 374b0a2 [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973) by Luke Garland · 2 years, 9 months ago
  14. 7f2bcc7 gh-93464: [Enum] Add versionchanged tag (GH-99997) by Miss Islington (bot) · 2 years, 9 months ago
  15. 9bcc68b gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (GH-98459) by Miss Islington (bot) · 2 years, 9 months ago
  16. 7aa87bb gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) by Miss Islington (bot) · 2 years, 9 months ago
  17. 9e38553 [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902) by Ken Jin · 2 years, 9 months ago
  18. 27218d0 gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784) by Miss Islington (bot) · 2 years, 9 months ago
  19. 4710a75 gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935) by Miss Islington (bot) · 2 years, 9 months ago
  20. 9707bf2 gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922) by Victor Stinner · 2 years, 9 months ago
  21. 88b754b [3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (GH-99919) by Sam James · 2 years, 9 months ago
  22. 6282ef6 [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896) by Pablo Galindo Salgado · 2 years, 9 months ago
  23. 0076ca4 gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) by Miss Islington (bot) · 2 years, 9 months ago
  24. f4511d3 [3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99912) by Miss Islington (bot) · 2 years, 9 months ago
  25. 90701eb bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491) by Miss Islington (bot) · 2 years, 9 months ago
  26. 8dafefc gh-82836: fix private network check (GH-97733) by Miss Islington (bot) · 2 years, 9 months ago
  27. d7c2e0a Docs: improve accuracy of socketserver reference (GH-24767) by Miss Islington (bot) · 2 years, 9 months ago
  28. fbe3881 whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853) by Miss Islington (bot) · 2 years, 9 months ago
  29. 2e9ea7b gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187) by Miss Islington (bot) · 2 years, 9 months ago
  30. 74920aa gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412) by Miss Islington (bot) · 2 years, 9 months ago
  31. 5bbf8ed [3.11] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99851) by Miss Islington (bot) · 2 years, 9 months ago
  32. a2b84bb `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (GH-99819) by Miss Islington (bot) · 2 years, 9 months ago
  33. 5dce4ab gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) by Miss Islington (bot) · 2 years, 9 months ago
  34. 6f658dd [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) by Kumar Aditya · 2 years, 9 months ago
  35. 1e32705 bpo-41825: restructure docs for the os.wait*() family (GH-22356) by Miss Islington (bot) · 2 years, 9 months ago
  36. fce9516 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629) by Miss Islington (bot) · 2 years, 9 months ago
  37. f160996 Docs: both sqlite3 "point examples" now adapt to str (GH-99823) by Miss Islington (bot) · 2 years, 9 months ago
  38. 366adc7 gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339) by Miss Islington (bot) · 2 years, 9 months ago
  39. e4cfdaa GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) by Miss Islington (bot) · 2 years, 9 months ago
  40. 8bb7fda doc: Remove backslashes in doctest grammar docs (GH-29346) by Miss Islington (bot) · 2 years, 9 months ago
  41. 4ce1a82 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659) by Miss Islington (bot) · 2 years, 9 months ago
  42. 193a25e gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850) by Miss Islington (bot) · 2 years, 9 months ago
  43. fe99572 gh-99795: Fix typo in importlib.resources.abc (GH-99796) by Miss Islington (bot) · 2 years, 9 months ago
  44. 45ffab4 gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343) by Miss Islington (bot) · 2 years, 9 months ago
  45. 3e3980b GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897) by Miss Islington (bot) · 2 years, 9 months ago
  46. f983229 [3.11] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99791) by Miss Islington (bot) · 2 years, 9 months ago
  47. 0006d9b Fix typo in `__match_args__` doc (GH-99785) by Miss Islington (bot) · 2 years, 9 months ago
  48. 0075519 [3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451) by Miss Islington (bot) · 2 years, 9 months ago
  49. f5fa17b gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116) by Miss Islington (bot) · 2 years, 9 months ago
  50. 772fc63 [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) by Miss Islington (bot) · 2 years, 9 months ago
  51. c06f74f bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  52. 5b74084 gh-96168: Add sqlite3 row factory how-to (GH-99507) by Miss Islington (bot) · 2 years, 9 months ago
  53. d279f38 Fix rendering of audioop license in Doc/license.rst (GH-99752) by Miss Islington (bot) · 2 years, 9 months ago
  54. 4255a9f gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047) by Miss Islington (bot) · 2 years, 9 months ago
  55. d74117a Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345) by Miss Islington (bot) · 2 years, 9 months ago
  56. 24fad64 [3.11] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99721) by Dong Uk, Kang · 2 years, 9 months ago
  57. 609273e gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621) by Miss Islington (bot) · 2 years, 9 months ago
  58. 59361ec GH-95283: Add note about compilers in Mac/README.txt (GH-99506) by Miss Islington (bot) · 2 years, 9 months ago
  59. b4ae5b7 [3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705) by Miss Islington (bot) · 2 years, 9 months ago
  60. a64e71e GH-92892: Add section about variadic functions to ctypes documentation (GH-99529) by Miss Islington (bot) · 2 years, 9 months ago
  61. 420b7e8 [3.11] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99702) by Miss Islington (bot) · 2 years, 9 months ago
  62. 9a7899b [3.11] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) (GH-99698) by Serhiy Storchaka · 2 years, 9 months ago
  63. 9a4b2f4 gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695) by Miss Islington (bot) · 2 years, 9 months ago
  64. 49f2eee [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693) by Serhiy Storchaka · 2 years, 9 months ago
  65. f38eebb GH-97001: Release GIL in termios extension (GH-99503) by Miss Islington (bot) · 2 years, 9 months ago
  66. 85dbd2d gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  67. e26aa24 gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660) by Miss Islington (bot) · 2 years, 9 months ago
  68. 05147dc gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672) by Miss Islington (bot) · 2 years, 9 months ago
  69. a3480ec [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423) by Batuhan Taskaya · 2 years, 9 months ago
  70. 2d5f4ba gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664) by Miss Islington (bot) · 2 years, 9 months ago
  71. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  72. 555e76e Add more details in test_unittest (GH-99626) by Miss Islington (bot) · 2 years, 9 months ago
  73. 9dda902 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  74. bb4c091 [3.11] GH-95815: Document less specific error for os.remove (GH-99571) (#99641) by Miss Islington (bot) · 2 years, 9 months ago
  75. aa06786 [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638) by Miss Islington (bot) · 2 years, 9 months ago
  76. f381644 gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605) by Miss Islington (bot) · 2 years, 9 months ago
  77. 152a437 [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215) (GH-99622) by Lysandros Nikolaou · 2 years, 9 months ago
  78. 56a517e [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431). (GH-99614) by Serhiy Storchaka · 2 years, 9 months ago
  79. a15ab1e Doc: Make functions.html readable again. (GH-99476) by Miss Islington (bot) · 2 years, 9 months ago
  80. 7e74237 [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (#99365) by Miss Islington (bot) · 2 years, 9 months ago
  81. 369cb3e Doc: Replace question mark with fullstop (GH-99558) by Miss Islington (bot) · 2 years, 9 months ago
  82. d5e6f9b gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542) by Miss Islington (bot) · 2 years, 9 months ago
  83. 82ab9e6 gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572) by Miss Islington (bot) · 2 years, 9 months ago
  84. bbac9a8 gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObject*` (GH-99444) by Miss Islington (bot) · 2 years, 9 months ago
  85. 0014ce7 gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523) by Miss Islington (bot) · 2 years, 9 months ago
  86. a06fb51 [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514) by Hood Chatham · 2 years, 9 months ago
  87. 0a208d5 gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943) by Miss Islington (bot) · 2 years, 9 months ago
  88. f4cb828 gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) by Miss Islington (bot) · 2 years, 9 months ago
  89. e1e8a15 GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464) by Miss Islington (bot) · 2 years, 9 months ago
  90. b189f42 gh-99370: fix test_zippath_from_non_installed_posix (GH-99483) by Miss Islington (bot) · 2 years, 9 months ago
  91. 90de4b7 [3.11] gh-99357: Close the event loop when it is no longer used in test_uncancel_structured_blocks (GH-99414) (#99424) by Miss Islington (bot) · 2 years, 9 months ago
  92. 5971a65 gh-99370: Calculate zip path from prefix when in a venv (GH-99371) by Miss Islington (bot) · 2 years, 9 months ago
  93. 3b8bcfc [Enum] update version TODO comment (GH-99458) by Miss Islington (bot) · 2 years, 9 months ago
  94. 51c68cf [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449) by Gregory P. Smith · 2 years, 9 months ago
  95. bf76d9b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  96. 72d356e gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (GH-99421) by Miss Islington (bot) · 2 years, 9 months ago
  97. eac1a63 [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (GH-98711) (#99391) by Erlend E. Aasland · 2 years, 9 months ago
  98. edf7449 gh-99392: Fix sqlite3 converter recipes (GH-99393) by Miss Islington (bot) · 2 years, 9 months ago
  99. 944ac46 [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-99415) by Miss Islington (bot) · 2 years, 9 months ago
  100. ecc164f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago