Python 3.11.5
  1. cce6ba9 Python 3.11.5 by Pablo Galindo · 2 years ago v3.11.5
  2. 42f9d6f [3.11] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) (#108410) by Miss Islington (bot) · 2 years ago
  3. c3d129f [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412) by Łukasz Langa · 2 years ago
  4. d90f2f3 [3.11] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108405) by Łukasz Langa · 2 years ago
  5. 869dc14 [3.11] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-108379) (#108385) by Miss Islington (bot) · 2 years ago
  6. 34ef75d [3.11] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process before serializing it (GH-107275) (#108378) by Miss Islington (bot) · 2 years ago
  7. 93714b7 [3.11] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108349) by Miss Islington (bot) · 2 years ago
  8. 07c727e [3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335) by Miss Islington (bot) · 2 years ago
  9. 1ecbe78 [3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108357) by Miss Islington (bot) · 2 years ago
  10. 1aff195 [3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) (#108347) by Victor Stinner · 2 years ago
  11. a153961 [3.11] gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) (#108336) by Victor Stinner · 2 years ago
  12. 12cad61 [3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330) by Miss Islington (bot) · 2 years ago
  13. fadf8a0 [3.11] Clarify how topics.py gets created. (GH-106121) (GH-106580) by Miss Islington (bot) · 2 years ago
  14. 9d7f270 [3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108300) by Miss Islington (bot) · 2 years ago
  15. 3ca9264 [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) by Serhiy Storchaka · 2 years ago
  16. 80c7ae00 [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233) by Miss Islington (bot) · 2 years ago
  17. 3a39e15 [3.11] Resolve reference warnings in faq/gui.rst (GH-108147) (#108194) by Miss Islington (bot) · 2 years ago
  18. 75a875e [3.11] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108317) by Łukasz Langa · 2 years ago
  19. 5be32d8 [3.11] gh-106016: Add Lib/test/test_module/ directory (GH-108293) (#108304) by Miss Islington (bot) · 2 years ago
  20. 8927cf0 [3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls (GH-108248) by Miss Islington (bot) · 2 years ago
  21. d22ac0c [3.11] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108288) by Miss Islington (bot) · 2 years ago
  22. 9d00379 [3.11] Docs: move sphinx-lint to pre-commit (GH-105750) (#108276) by Hugo van Kemenade · 2 years ago
  23. d678ee7 [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215) by Hugo van Kemenade · 2 years ago
  24. 8e83737 [3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (GH-108209) by Miss Islington (bot) · 2 years ago
  25. dd0a1f9 [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266) by Miss Islington (bot) · 2 years ago
  26. cc42182 [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264) by Erlend E. Aasland · 2 years ago
  27. 4d4871e [3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232) by Miss Islington (bot) · 2 years ago
  28. 145d925 [3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (GH-108226) by Miss Islington (bot) · 2 years ago
  29. 75617ac [3.11] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485) (GH-108208) by Miss Islington (bot) · 2 years ago
  30. ed67e60 [3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (GH-108206) by Miss Islington (bot) · 2 years ago
  31. be99653 [3.11] Improve references in the tutorial (GH-108069) (GH-108204) by Serhiy Storchaka · 2 years ago
  32. a372274 [3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (GH-108189) by Miss Islington (bot) · 2 years ago
  33. a1d2e2c [3.11] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098) (GH-108201) by Miss Islington (bot) · 2 years ago
  34. d4c66bd [3.11] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168) (GH-108197) by Miss Islington (bot) · 2 years ago
  35. 4be05aa [3.11] Resolve reference warnings in faq/library.rst (GH-108149) (#108183) by Miss Islington (bot) · 2 years ago
  36. ff82da1 [3.11] Resolve reference warnings in faq/design.rst (GH-108148) (#108181) by Adam Turner · 2 years ago
  37. e5e87f2 [3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175) by Erlend E. Aasland · 2 years ago
  38. 797e3c9 [3.11] Docs: Fix Sphinx warnings in license.rst (#108142) (#108176) by Erlend E. Aasland · 2 years ago
  39. bc055a2 [3.11] Resolve reference warnings in faq/programming.rst (GH-108150) (#108171) by Miss Islington (bot) · 2 years ago
  40. 5af34d2 [3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166) by Miss Islington (bot) · 2 years ago
  41. ba63706 [3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108164) by Miss Islington (bot) · 2 years ago
  42. 4c042a3 [3.11] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108162) by Miss Islington (bot) · 2 years ago
  43. 5d366f2 [3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153) by Miss Islington (bot) · 2 years ago
  44. cdb5e9f [3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158) by Miss Islington (bot) · 2 years ago
  45. f8b14fe [3.11] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (#108122) by Miss Islington (bot) · 2 years ago
  46. 49abeb5 [3.11] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108144) by Miss Islington (bot) · 2 years ago
  47. e0ca342 [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137) by Erlend E. Aasland · 2 years ago
  48. 92a5784 [3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918) (GH-108135) by Serhiy Storchaka · 2 years ago
  49. 0673d4c [3.11] Docs: format sys.float_info properly (GH-108107) (#108131) by Miss Islington (bot) · 2 years ago
  50. 441797d [3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108119) by Ned Deily · 2 years ago
  51. 9a70989 [3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehook (GH-108105) (#108110) by Miss Islington (bot) · 2 years ago
  52. 6dd1729 [3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108091) by Adam Turner · 2 years ago
  53. d6555ab [3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100) by Miss Islington (bot) · 2 years ago
  54. b389939 [3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094) by Miss Islington (bot) · 2 years ago
  55. 1482b99 [3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087) by Miss Islington (bot) · 2 years ago
  56. b3f7ddd [3.11] gh-102215: importlib documentation cleanups (#108056) by Adam Turner · 2 years ago
  57. 358b1ac [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) (GH-108076) by Serhiy Storchaka · 2 years ago
  58. b8e62cf [3.11] gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (GH-108029) (GH-108071) by Miss Islington (bot) · 2 years ago
  59. e3a11e1 [3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047) (#108061) by Adam Turner · 2 years ago
  60. ba2d6c9 [3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059) by Miss Islington (bot) · 2 years ago
  61. 4e5dac1 [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041) by Miss Islington (bot) · 2 years ago
  62. 05ff5fa [3.11] Remove Sphinx problem matcher to avoid annotating unchanged files (GH-108005) (#108050) by Miss Islington (bot) · 2 years ago
  63. 6b825c1 [3.11] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737) (GH-108007) by Miss Islington (bot) · 2 years ago
  64. c1c3f0b [3.11] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (GH-107107) by Miss Islington (bot) · 2 years ago
  65. 26137e2 [3.11] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (GH-108004) by Serhiy Storchaka · 2 years ago
  66. 4f35d4f [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (GH-107243) by Miss Islington (bot) · 2 years ago
  67. 9e87e07 [3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (GH-107777) by Miss Islington (bot) · 2 years ago
  68. af08bca [3.11] gh-100814: Fix exception for invalid callable value of Tkinter image option (GH-107692) (GH-107723) by Miss Islington (bot) · 2 years ago
  69. 4cfbcff [3.11] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (GH-99802) (GH-107999) by Serhiy Storchaka · 2 years ago
  70. 3f7dfb6 [3.11] More actionable error message when spawn is incorrectly used. (GH-102203) (#107991) by Miss Islington (bot) · 2 years ago
  71. ccf81e1 [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982) by Steve Dower · 2 years ago
  72. db4400b [3.11] gh-107963: Fix set_forkserver_preload to check the type of given list (GH-107965) (gh-107976) by Miss Islington (bot) · 2 years ago
  73. e2420c5 [3.11] gh-107877: Update logging levels reference table with usage criteria. (GH-107894) (GH-107921) by Miss Islington (bot) · 2 years ago
  74. 5f36e5c [3.11] gh-107715: Escape class name in regular expression (GH-107716) (GH-107727) by Miss Islington (bot) · 2 years ago
  75. ec254c5 [3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875) by Serhiy Storchaka · 2 years ago
  76. 4ddfb04 [3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872) by Miss Islington (bot) · 2 years ago
  77. 202efe1 [3.11] Fix the long64 reader in umarshal.py (GH-107828) (GH-107850) by Miss Islington (bot) · 2 years ago
  78. fb08b79 [3.11] [3.12] GH-106684: Close `asyncio.StreamWriter` when `asyncio.StreamWriter` is not closed by application (GH-107650) (GH-107656) (#107836) by Miss Islington (bot) · 2 years ago
  79. eff2042 [3.11] gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815) by Miss Islington (bot) · 2 years ago
  80. ec0c0c8 [3.11] Docs: clean up Argument Clinic howto's (#107797) (#107800) by Erlend E. Aasland · 2 years ago
  81. b0b26af [3.11] gh-86457: Add docs for Argument Clinic @text_signature directive (#107747) (#107799) by Erlend E. Aasland · 2 years ago
  82. 5b76eaf [3.11] gh-106052: Fix bug in the matching of possessive quantifiers (GH-106515) (GH-107795) by Serhiy Storchaka · 2 years ago
  83. edaa0db [3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746) by Serhiy Storchaka · 2 years ago
  84. 0aa3b9d [3.11] GH-84435: Make pyspecific directives translatable (GH-19470) (#107682) by Miss Islington (bot) · 2 years ago
  85. 648d426 README: remove unmaintained sections (GH-107703) by Miss Islington (bot) · 2 years ago
  86. 951320e [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) by Eric Snow · 2 years ago
  87. 22b39d1 [3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741) by Serhiy Storchaka · 2 years ago
  88. 81c8f7d [3.11] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) (GH-107719) by Serhiy Storchaka · 2 years ago
  89. 880670a [3.11] gh-107442: Document all valid types for ctypes `_as_parameter_` (GH-107443) (#107718) by Tomas R · 2 years ago
  90. d58c74c [3.11] Docs: Argument Clinic: Move the CConverter class to the reference (GH-107671) (#107702) by Miss Islington (bot) · 2 years ago
  91. 1878419ed [3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699) by Miss Islington (bot) · 2 years ago
  92. 2345a8f [3.11] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#107696) by Miss Islington (bot) · 2 years ago
  93. 58b3161 [3.11] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107691) by Miss Islington (bot) · 2 years ago
  94. e4b5ec7 [3.11] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-107328) (#107670) by Miss Islington (bot) · 2 years ago
  95. b89feac [3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665) by Miss Islington (bot) · 2 years ago
  96. 7e834c4 [3.11] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (#107655) by Miss Islington (bot) · 2 years ago
  97. f978a79 [3.11] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107634) by Hugo van Kemenade · 2 years ago
  98. 6a2f981 [3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643) by Miss Islington (bot) · 2 years ago
  99. 4f65f03 [3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107588) by Miss Islington (bot) · 2 years, 1 month ago
  100. 623b0d9 [3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549) by Miss Islington (bot) · 2 years, 1 month ago