Python 3.11.2
  1. 878ead1 Python 3.11.2 by Pablo Galindo · 2 years, 6 months ago v3.11.2
  2. 955ba28 [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636) by Łukasz Langa · 2 years, 6 months ago
  3. 358b02d [3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638) by Mark Dickinson · 2 years, 6 months ago
  4. c993ffa GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617) by Miss Islington (bot) · 2 years, 6 months ago
  5. 9e7acaf gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (GH-101563) by Miss Islington (bot) · 2 years, 6 months ago
  6. d003bcc gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544) by Miss Islington (bot) · 2 years, 6 months ago
  7. 9bd000c gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388) by Miss Islington (bot) · 2 years, 6 months ago
  8. cf8973c gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590) by Miss Islington (bot) · 2 years, 6 months ago
  9. 6ae8032 gh-101334: Don't force USTAR format in test_tarfile. (GH-101572) by Miss Islington (bot) · 2 years, 6 months ago
  10. cf89c16 [3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579) by Mark Dickinson · 2 years, 6 months ago
  11. 7cbcfbe GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157) by Miss Islington (bot) · 2 years, 7 months ago
  12. 4c76346 Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347) by Miss Islington (bot) · 2 years, 7 months ago
  13. 898de13 gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523) by Steve Dower · 2 years, 7 months ago
  14. 4392bf6 docs: replace PyPI description with link (GH-101506) by Miss Islington (bot) · 2 years, 7 months ago
  15. 2366c1a gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514) by Miss Islington (bot) · 2 years, 7 months ago
  16. bfac5d9 gh-100925: Move array methods under class in array doc (GH-101485) by Miss Islington (bot) · 2 years, 7 months ago
  17. 08f5c77 docs: Fix enum reassign `str` documentation (GH-101507) by Miss Islington (bot) · 2 years, 7 months ago
  18. c2c970f Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351) by Miss Islington (bot) · 2 years, 7 months ago
  19. e98fa71 gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468) by Miss Islington (bot) · 2 years, 7 months ago
  20. 89442e1 gh-101498 : Fix asyncio.Timeout example in docs (GH-101499) by Miss Islington (bot) · 2 years, 7 months ago
  21. c796d34 [3.11] gh-101454: fix documentation for END_ASYNC_FOR (#101455) (#101493) by Irit Katriel · 2 years, 7 months ago
  22. 85cc5d0e gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729) by Miss Islington (bot) · 2 years, 7 months ago
  23. 5e49807 [3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463) by Miss Islington (bot) · 2 years, 7 months ago
  24. 9e4ba5c4 gh-99276 - Updated Doc/faq/general.rst (GH-101396) by Miss Islington (bot) · 2 years, 7 months ago
  25. 0c37ea9 [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447) by Dong-hee Na · 2 years, 7 months ago
  26. 43af2db Add JOBS parameter to docs Makefile (GH-101395) by Miss Islington (bot) · 2 years, 7 months ago
  27. a79dd88 gh-77607: Improve accuracy of os.path.join docs (GH-101406) by Miss Islington (bot) · 2 years, 7 months ago
  28. 6a94f4c Fixes typo in asyncio.TaskGroup context manager code example (GH-101449) by Miss Islington (bot) · 2 years, 7 months ago
  29. faf8068 gh-101229: Add tests for aliases of imported names (GH-101230) by Miss Islington (bot) · 2 years, 7 months ago
  30. 6ec9f2d gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  31. 3bcb630 gh-98240: Updated Path.rename docs, when it is atomic (GH-98245) by Miss Islington (bot) · 2 years, 7 months ago
  32. 3467991 Fix trivial typo in shebang example (GH-101385) by Miss Islington (bot) · 2 years, 7 months ago
  33. 88a1e6d [3.11] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101382) by Miss Islington (bot) · 2 years, 7 months ago
  34. 1016909 [3.11] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101376) by Miss Islington (bot) · 2 years, 7 months ago
  35. fa7c37a [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (#101339) by Gregory P. Smith · 2 years, 7 months ago
  36. cd0fe5b [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328) by Shantanu · 2 years, 7 months ago
  37. 5a8ed01 gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138) by Miss Islington (bot) · 2 years, 7 months ago
  38. bab7994 [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270) by Miss Islington (bot) · 2 years, 7 months ago
  39. 5964b12 gh-100795: Don't call freeaddrinfo on failure. (GH-101252) by Miss Islington (bot) · 2 years, 7 months ago
  40. 4cf4169 Added asyncio REPL example to docs. (GH-101243) by Miss Islington (bot) · 2 years, 7 months ago
  41. 29ff9da gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-101031) by Miss Islington (bot) · 2 years, 7 months ago
  42. 69d12d8 [3.11] GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (GH-101119) (GH-101246) by Miss Islington (bot) · 2 years, 7 months ago
  43. 8cf8a68 Bump Azure Pipelines to ubuntu-22.04 (GH-101089) by Miss Islington (bot) · 2 years, 7 months ago
  44. d2aaf81 [3.11] gh-101037: Fix potential memory underallocation for zeros of int subtypes (GH-101038) (#101219) by Miss Islington (bot) · 2 years, 7 months ago
  45. 99da75e gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (GH-101197) by Miss Islington (bot) · 2 years, 7 months ago
  46. c6cfde6 gh-100750: pass encoding kwarg in lib/platform.py (GH-100751) by Miss Islington (bot) · 2 years, 7 months ago
  47. db0eeb3 [3.11] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101205) by Miss Islington (bot) · 2 years, 7 months ago
  48. efc89f3 [3.11] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101203) by Miss Islington (bot) · 2 years, 7 months ago
  49. 1798df2 [3.11] Fix minor typos in SSL documentation (GH-101158) (#101201) by Miss Islington (bot) · 2 years, 7 months ago
  50. 0dc35e4 gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177) by Miss Islington (bot) · 2 years, 7 months ago
  51. e039d53 [3.11] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) (#101173) by Miss Islington (bot) · 2 years, 7 months ago
  52. 5e1c4ac [3.11] Provided better example for logging cookbook (GH-101164) (GH-101184) by Miss Islington (bot) · 2 years, 7 months ago
  53. efe3a38 [3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (#101179) by Gregory P. Smith · 2 years, 7 months ago
  54. 1998ea6 gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042) by Miss Islington (bot) · 2 years, 7 months ago
  55. db65a32 Docs: improve sqlite3 placeholders example (GH-101092) by Miss Islington (bot) · 2 years, 7 months ago
  56. 3ef9f6b gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103) by Miss Islington (bot) · 2 years, 7 months ago
  57. 5e52778 Fix typo in `ReprEnum` documentation (GH-101079) by Miss Islington (bot) · 2 years, 7 months ago
  58. 31b82ab [3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085) by Pablo Galindo Salgado · 2 years, 7 months ago
  59. a3510c3 gh-100247: Improve documentation for custom shebang commands in py.exe launcher (GH-101083) by Miss Islington (bot) · 2 years, 7 months ago
  60. 87ade7e gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947) by Steve Dower · 2 years, 7 months ago
  61. 63690e9 gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057) by Miss Islington (bot) · 2 years, 7 months ago
  62. 855b1a9 [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008) by Nikita Sobolev · 2 years, 7 months ago
  63. 6d98282 [3.11] Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029) (#101030) by Miss Islington (bot) · 2 years, 7 months ago
  64. c7aa392 gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960) by Miss Islington (bot) · 2 years, 7 months ago
  65. 39c1f68 gh-101021: Document binary parameters as bytes (GH-101024) by Miss Islington (bot) · 2 years, 7 months ago
  66. ba88628 [3.11] Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101028) by Raymond Hettinger · 2 years, 7 months ago
  67. d06315a [3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101019) by Miss Islington (bot) · 2 years, 7 months ago
  68. 6492492 gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944) by Miss Islington (bot) · 2 years, 7 months ago
  69. 2834fdc [3.11] gh-100160: Tweak the documentation for the default asyncio policy (GH-100969) by Serhiy Storchaka · 2 years, 7 months ago
  70. 55a26de gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351) by Steve Dower · 2 years, 7 months ago
  71. 7571764 Fix typo in `enum` module documentation (GH-100992) by Miss Islington (bot) · 2 years, 7 months ago
  72. cb6ff54 [3.11] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (GH-100979) by Nikita Sobolev · 2 years, 7 months ago
  73. db26437 [3.11] gh-100871: Improve `copy` module tests (GH-100872) (#100976) by Nikita Sobolev · 2 years, 7 months ago
  74. e8097d4 GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913) by Miss Islington (bot) · 2 years, 7 months ago
  75. b594f25 Skip py.exe launcher tests in full layout CI test (GH-100948) by Miss Islington (bot) · 2 years, 7 months ago
  76. e707671 [3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937) by Kumar Aditya · 2 years, 7 months ago
  77. 1b2459d [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412) by Serhiy Storchaka · 2 years, 7 months ago
  78. a7f9afd [3.11] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100918) by Miss Islington (bot) · 2 years, 7 months ago
  79. 1e74a12 [3.11] Fix typos in Doc folder (GH-100880). (#100914) by Hugo van Kemenade · 2 years, 7 months ago
  80. ecb3be9 gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908) by Miss Islington (bot) · 2 years, 7 months ago
  81. 03732b1 gh-100893: update bpo reference in Mac README (GH-100905) by Miss Islington (bot) · 2 years, 7 months ago
  82. 13453a2 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Miss Islington (bot) · 2 years, 7 months ago
  83. 4e096ec bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376) by Miss Islington (bot) · 2 years, 7 months ago
  84. 2d1128e GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364) by Miss Islington (bot) · 2 years, 7 months ago
  85. 074b881 [3.11] Update copyright year in README (GH-100863) (GH-100864) by Miss Islington (bot) · 2 years, 7 months ago
  86. 07d1f99 [3.11] Update copyright years to 2023. (gh-100848) (GH-100849) by Miss Islington (bot) · 2 years, 7 months ago
  87. 6184b80 GH-100805: Support numpy.array() in random.choice(). (GH-100830) by Miss Islington (bot) · 2 years, 7 months ago
  88. 6c7e32f gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745) by Miss Islington (bot) · 2 years, 7 months ago
  89. be7c197 [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841) by Shantanu · 2 years, 7 months ago
  90. 87076d8 gh-100783: fix os.path.join documentation (GH-100811) by Miss Islington (bot) · 2 years, 7 months ago
  91. caed845 gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (GH-100825) by Miss Islington (bot) · 2 years, 7 months ago
  92. 4b4e6da [3.11] Future-proof recipe by renaming dotproduct() to sumprod() (GH-100828) by Raymond Hettinger · 2 years, 7 months ago
  93. a3e2407 gh-100673: Removed erroneous note in the get_type_hints docs (GH-100701) by Miss Islington (bot) · 2 years, 7 months ago
  94. 72263f2 gh-99026 update dataclasses docs for when annotations are inspected (gh-100798) by Miss Islington (bot) · 2 years, 7 months ago
  95. f488831 [3.11] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100784) by Carl Meyer · 2 years, 8 months ago
  96. d6b8413 gh-87691: clarify use of anchor in pathlib docs (GH-100782) by Miss Islington (bot) · 2 years, 8 months ago
  97. 7586100 gh-87691: add an absolute path pathlib example in / operator docs (GH-100737) by Miss Islington (bot) · 2 years, 8 months ago
  98. a34f0bd GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767) by Miss Islington (bot) · 2 years, 8 months ago
  99. 541e7b8 gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740) by Miss Islington (bot) · 2 years, 8 months ago
  100. eba6b00 [3.11] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100704) by Miss Islington (bot) · 2 years, 8 months ago