Python 3.11.4
  1. d2340ef Python 3.11.4 by Pablo Galindo · 2 years, 2 months ago v3.11.4
  2. daf22ca [3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357) by Miss Islington (bot) · 2 years, 2 months ago
  3. c644fe4 [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344) by Miss Islington (bot) · 2 years, 2 months ago
  4. b8d3bb7 [3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359) by Erlend E. Aasland · 2 years, 2 months ago
  5. faae548 [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105328) by Miss Islington (bot) · 2 years, 2 months ago
  6. 93d9e99 [3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322) by Alex Waygood · 2 years, 2 months ago
  7. 4895788 [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314) by Jelle Zijlstra · 2 years, 2 months ago
  8. aca77b5 [3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#105274) by Tian Gao · 2 years, 3 months ago
  9. 86eab08 [3.11] gh-104882: Docs: fix description of relationship between `socket.getblocking()` and `socket.gettimeout()` (GH-105026) (#105284) by Miss Islington (bot) · 2 years, 3 months ago
  10. 8de607a [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219) by Miss Islington (bot) · 2 years, 3 months ago
  11. a5d2b54 [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105200) by Gregory P. Smith · 2 years, 3 months ago
  12. 3b0747a gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147) by Miss Islington (bot) · 2 years, 3 months ago
  13. 5de6ca5 [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155) by Victor Stinner · 2 years, 3 months ago
  14. 67a8469 [3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131) by Miss Islington (bot) · 2 years, 3 months ago
  15. 26f396a Enable the ABI check job to publish the updated ABI data file (GH-105103) by Steve Dower · 2 years, 3 months ago
  16. c39500d [3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module docs (GH-105044) (#105067) by Miss Islington (bot) · 2 years, 3 months ago
  17. d34e58a [3.11] gh-103921: Improve typing documentation (GH-104642) (#105007) by Jelle Zijlstra · 2 years, 3 months ago
  18. dcfa816 [3.11] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105029) by Miss Islington (bot) · 2 years, 3 months ago
  19. d1a7d66 [3.11] CI: Precompute hash for config cache key in check_source job (GH-105008) (#105024) by Itamar Ostricher · 2 years, 3 months ago
  20. b9e2d80 [3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) (#105010) by Miss Islington (bot) · 2 years, 3 months ago
  21. a632697 [3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986) (#104988) by Miss Islington (bot) · 2 years, 3 months ago
  22. 4af56ec [3.11] CI: Cache config.cache across runs to speed up build (GH-104800) (#104968) by Hugo van Kemenade · 2 years, 3 months ago
  23. ca55247 [3.11] Remove raw asserts in test_typing.py (GH-104951) (#104979) by Miss Islington (bot) · 2 years, 3 months ago
  24. f585ed1 [3.11] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) (gh-104971) by Miss Islington (bot) · 2 years, 3 months ago
  25. 1342474 [3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962) by Miss Islington (bot) · 2 years, 3 months ago
  26. b764347 [3.11] Fix typo in the tokenizer (GH-104950) (#104952) by Miss Islington (bot) · 2 years, 3 months ago
  27. 161fc18 [3.11] gh-104479: Update outdated tutorial floating-point reference (GH-104681) (#104961) by Shantanu · 2 years, 3 months ago
  28. 76873ca [3.11] Fix test_importlib.test_side_effect_import() (GH-104840) (#104843) by Miss Islington (bot) · 2 years, 3 months ago
  29. 3b3f2e1 [3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907) by Miss Islington (bot) · 2 years, 3 months ago
  30. 5e91167 [3.11] Improve test coverage for is_typeddict (GH-104884) (#104888) by Miss Islington (bot) · 2 years, 3 months ago
  31. fa7d8ce [3.11] gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by Apple in macOS 13.4. (GH-104885) by Ned Deily · 2 years, 3 months ago
  32. 22618a8 [3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) (#104845) by Miss Islington (bot) · 2 years, 3 months ago
  33. 6d00ae3 [3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal safety gh-104518 (#104785) by Gregory P. Smith · 2 years, 3 months ago
  34. 582aadc [3.11] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104809) by Miss Islington (bot) · 2 years, 3 months ago
  35. ac12a6b [3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794) by Miss Islington (bot) · 2 years, 3 months ago
  36. be20e9c [3.11] howto/urllib2: remove link to an outdated french translation (GH-104193) (GH-104746) by Miss Islington (bot) · 2 years, 3 months ago
  37. 6f94bbf [3.11] gh-104536: Improve `multiprocessing.process._cleanup` logic (GH-104537) (#104737) by Miss Islington (bot) · 2 years, 3 months ago
  38. e95ca78 [3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499) by Miss Islington (bot) · 2 years, 3 months ago
  39. 1692a16 [3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#103137) by Miss Islington (bot) · 2 years, 3 months ago
  40. d691de1 [3.11] gh-104683: `clinic.py`: Improve coverage for the `parse_converter` method (#104729) (#104730) by Alex Waygood · 2 years, 3 months ago
  41. 2ade563 [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628) (#104687) by Prince Roshan · 2 years, 3 months ago
  42. e033eda [3.11] gh-104719: IDLE - delete useless monkeypatch of tokenize (GH-104726) (#104727) by Miss Islington (bot) · 2 years, 3 months ago
  43. abb32de [3.11] typing docs: Move some classes out of the "Generics" section (GH-104707) (#104721) by Jelle Zijlstra · 2 years, 3 months ago
  44. dc0c41b [3.11] Corrected identifier (GH-104713) (#104714) by Miss Islington (bot) · 2 years, 3 months ago
  45. b2e0201 [3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710) by Miss Islington (bot) · 2 years, 3 months ago
  46. 2e457bc [3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894) by Miss Islington (bot) · 2 years, 3 months ago
  47. d45c1df [3.11] gh-49174: document that the effect of calling gc.collect() during a collection is undefined (GH-104699) (#104703) by Miss Islington (bot) · 2 years, 3 months ago
  48. 89bd454 [3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695) by han-solo · 2 years, 3 months ago
  49. 795b20e [3.11] gh-56276: Add tests to test_compare (GH-3199) (#104694) by Miss Islington (bot) · 2 years, 3 months ago
  50. dbb011a [3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677) by Miss Islington (bot) · 2 years, 3 months ago
  51. 2801b3f [3.11] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667) (#104673) by Miss Islington (bot) · 2 years, 3 months ago
  52. e5b6f38 [3.11] docs: fix wrong indentation causing rendering error in dis page (GH-104661) (#104670) by Miss Islington (bot) · 2 years, 3 months ago
  53. cd13f73 [3.11] gh-104659: Consolidate python examples in enum documentation (#104665) (#104666) by Hugo van Kemenade · 2 years, 3 months ago
  54. 7b3bc95 [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650) by Mark Shannon · 2 years, 3 months ago
  55. 667e4ec [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). (#104636) by Carl Meyer · 2 years, 3 months ago
  56. d78c3bc [3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663) by Miss Islington (bot) · 2 years, 3 months ago
  57. 702ce87 [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655) by Łukasz Langa · 2 years, 3 months ago
  58. aaeaf01 [3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831) (#104652) by Miss Islington (bot) · 2 years, 3 months ago
  59. d1bfefd [3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643) by Miss Islington (bot) · 2 years, 3 months ago
  60. ba39ea4 [3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#104633) by Erlend E. Aasland · 2 years, 3 months ago
  61. 3d52f7e [3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630) (#104632) by Miss Islington (bot) · 2 years, 3 months ago
  62. 99a162a [3.11] gh-104499: Fix typo. (GH-104598) (#104599) by Miss Islington (bot) · 2 years, 3 months ago
  63. e96fb39 [3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596) by Miss Islington (bot) · 2 years, 3 months ago
  64. a8fc8b7 [3.11] gh-104340: Suppress warning about unawaited exception for closed pipe stdin (GH-104586) (#104594) by Miss Islington (bot) · 2 years, 3 months ago
  65. 610cc0a [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (#104575) by Miss Islington (bot) · 2 years, 3 months ago
  66. 0560fd3 [3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#104587) by Miss Islington (bot) · 2 years, 3 months ago
  67. f106aef [3.11] typing: Add more tests for TypeVar (GH-104571) (#104577) by Jelle Zijlstra · 2 years, 3 months ago
  68. 133bf09 [3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cases (GH-103863) (#104534) by Gregory P. Smith · 2 years, 3 months ago
  69. 3ce7d57 [3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351) (#104563) by Miss Islington (bot) · 2 years, 3 months ago
  70. dece9c0 [3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495) (#104569) by Miss Islington (bot) · 2 years, 3 months ago
  71. f748fc9 [3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517) (#104557) by Miss Islington (bot) · 2 years, 3 months ago
  72. 9cac6c4 [3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#104546) by Miss Islington (bot) · 2 years, 3 months ago
  73. 52a18fe [3.11] gh-104482: Fix error handling bugs in ast.c (#104514) by Irit Katriel · 2 years, 3 months ago
  74. 7779027 [3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526) by Miss Islington (bot) · 2 years, 3 months ago
  75. a712c5f [3.11] gh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (GH-104473) (#104500) by Miss Islington (bot) · 2 years, 3 months ago
  76. 1afc0a9 [3.11] gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (GH-104474) (#104485) by Miss Islington (bot) · 2 years, 3 months ago
  77. 8e79414 [3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481) by Miss Islington (bot) · 2 years, 3 months ago
  78. f5f9975 [3.11] Minor improvements to typing docs (GH-104465) (#104475) by Miss Islington (bot) · 2 years, 3 months ago
  79. 03f0d75 [3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104464) by Miss Islington (bot) · 2 years, 3 months ago
  80. b87ccc3 [3.11] gh-75710: IDLE - add docstrings and comments to editor module (GH-104446) (#104450) by Miss Islington (bot) · 2 years, 3 months ago
  81. e794d46 [3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#104447) by Miss Islington (bot) · 2 years, 3 months ago
  82. 328b5dd [3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445) by Terry Jan Reedy · 2 years, 3 months ago
  83. fbb6def [3.11] GH-104405: Add missing PEP 523 checks (GH-104441) by Brandt Bucher · 2 years, 3 months ago
  84. 4ade7c3 [3.11] Fix refleak in super_descr_get (GH-104440) by Brandt Bucher · 2 years, 3 months ago
  85. b90c922 [3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439) by Brandt Bucher · 2 years, 3 months ago
  86. b4c1ca2 [3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must consist only of digits (GH-103205) (#104438) by Miss Islington (bot) · 2 years, 3 months ago
  87. 7055088 [3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) (#104381) by Erlend E. Aasland · 2 years, 3 months ago
  88. 846a23d [3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362) by Miss Islington (bot) · 2 years, 3 months ago
  89. 1cbf844 [3.11] gh-103247: clear the module cache in a test in test_importlib/extensions/test_loader.py (GH-104226) (#104345) by Miss Islington (bot) · 2 years, 3 months ago
  90. a8e902d [3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_args` (GH-104013) (#104359) by Miss Islington (bot) · 2 years, 3 months ago
  91. 03abac2 [3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358) by Miss Islington (bot) · 2 years, 3 months ago
  92. b2171a2 [3.11] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (GH-103849) (#104349) by Miss Islington (bot) · 2 years, 3 months ago
  93. 2fa14d4 [3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (GH-103855) (#103891) by Miss Islington (bot) · 2 years, 3 months ago
  94. fffdbf4 [3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request() by Miss Islington (bot) · 2 years, 3 months ago
  95. 663b321 [3.11] gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message (GH-104335) (#104338) by Miss Islington (bot) · 2 years, 3 months ago
  96. 4ed59b1 [3.11] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104329) by Miss Islington (bot) · 2 years, 3 months ago
  97. 97e1e43 [3.11] [doc] logging.rst - Change link to point directly to the Google Group. (GH-93390) (GH-104318) by Miss Islington (bot) · 2 years, 3 months ago
  98. 15624b4 [3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317) by Shantanu · 2 years, 3 months ago
  99. b7622e7 [3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104313) by Miss Islington (bot) · 2 years, 3 months ago
  100. 2ee2503 [3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299) by Miss Islington (bot) · 2 years, 3 months ago