Python 3.11.0a1
  1. 7c12e48 Python 3.11.0a1 by Pablo Galindo · 3 years, 11 months ago v3.11.0a1
  2. 5146877 bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735) by Steve Dower · 3 years, 11 months ago
  3. bd627eb bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723) by Mark Shannon · 3 years, 11 months ago
  4. ef61960 bpo-45371: Fix distutils' rpath support for clang (GH-28732) by Christian Heimes · 3 years, 11 months ago
  5. e6d1aa1 bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) by John Belmonte · 3 years, 11 months ago
  6. 4f6e068 Remove news entry without bpo issue number. (GH-28703) by Julien Palard · 3 years, 11 months ago
  7. 0742abd bpo-45329: Fix freed memory access in pyexpat.c (GH-28649) by TAGAMI Yukihiro · 3 years, 11 months ago
  8. 417faa6 Makefile: Fix missing slashes (GH-28659) by native-api · 3 years, 11 months ago
  9. a450398 bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) by AngstyDuck · 3 years, 11 months ago
  10. 98d2827 bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673) by Victor Stinner · 3 years, 11 months ago
  11. 746d648 bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) by Nikita Sobolev · 3 years, 11 months ago
  12. 1ee0f94 bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662) by Victor Stinner · 3 years, 11 months ago
  13. ec4d917 bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) by Serhiy Storchaka · 3 years, 11 months ago
  14. 37b8294 bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643) by Victor Stinner · 3 years, 11 months ago
  15. eed32df bpo-24391: Better reprs for threading objects. (GH-20534) by Serhiy Storchaka · 3 years, 11 months ago
  16. b6fe857 bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766) by Jack DeVries · 3 years, 11 months ago
  17. 233b9da [docs] Use full names for time units (GH-28611) by Serhiy Storchaka · 3 years, 11 months ago
  18. e046aab bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) by Nikita Sobolev · 3 years, 11 months ago
  19. 4f05f15 [docs] Improve the markup of powers (GH-28598) by Serhiy Storchaka · 3 years, 11 months ago
  20. e649e06 bpo-45296: Fix exit/quit message on Windows (GH-28577) by Terry Jan Reedy · 3 years, 11 months ago
  21. 95d3137 bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) by Victor Stinner · 3 years, 11 months ago
  22. a22be49 bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) by Victor Stinner · 3 years, 11 months ago
  23. f56268a bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) by Nikita Sobolev · 3 years, 11 months ago
  24. 7834ff2 bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545) by Victor Stinner · 3 years, 11 months ago
  25. 784905d bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) by Nikita Sobolev · 3 years, 11 months ago
  26. 6587fc6 bpo-44019: Implement operator.call(). (GH-27888) by Antony Lee · 3 years, 11 months ago
  27. 8d87291 bpo-20524: adds better error message for `.format()` (GH-28310) by Nikita Sobolev · 3 years, 11 months ago
  28. 91099e2 bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031) by Daniel Hillier · 3 years, 11 months ago
  29. 86b833b bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (GH-16667) by Jason Fried · 3 years, 11 months ago
  30. 8c21941 bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343) by Alexander Böhn · 4 years ago
  31. ecb6922 bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) by Serhiy Storchaka · 4 years ago
  32. 58f8adf bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483) by Victor Stinner · 4 years ago
  33. 8f943ca [codemod] Fix non-matching bracket pairs (GH-28473) by Mohamad Mansour · 4 years ago
  34. b7eac52 bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) by andrei kulakov · 4 years ago
  35. 86f2837 bpo-45061: Detect refcount bug on empty string singleton (GH-28504) by Victor Stinner · 4 years ago
  36. 06e1773 bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) by Nikita Sobolev · 4 years ago
  37. 79a3148 bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503) by Victor Stinner · 4 years ago
  38. f604cf1 bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28377) by Nikita Sobolev · 4 years ago
  39. debd804 bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH-28469) by scoder · 4 years ago
  40. 0bfa110 bpo-45021: Fix a hang in forked children (GH-28007) by nullptr · 4 years ago
  41. 5846c9b bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622) by Erlend Egeberg Aasland · 4 years ago
  42. f71300c bpo-1514420: Do not attempt to open files with names in <>s when formatting an exception (GH-28143) by Irit Katriel · 4 years ago
  43. 4d2957c bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897) by Rémi Lapeyre · 4 years ago
  44. 1d42408 bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) by Nikita Sobolev · 4 years ago
  45. 664448d bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) by Serhiy Storchaka · 4 years ago
  46. dea59cf bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) by Serhiy Storchaka · 4 years ago
  47. a6e8db5 bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) by Adam Schwalm · 4 years ago
  48. 209b703 bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435) by Brett Cannon · 4 years ago
  49. 6b41355 bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390) by Victor Stinner · 4 years ago
  50. b0a6ede bpo-45162: Remove many old deprecated unittest features (GH-28268) by Serhiy Storchaka · 4 years ago
  51. 7733195 bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404) by Serhiy Storchaka · 4 years ago
  52. a59ede2 bpo-45225: use map function instead of genexpr in capwords (GH-28342) by speedrun-program · 4 years ago
  53. f4b94b1 bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) by Steve Dower · 4 years ago
  54. 07e737d bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265) by Barry Warsaw · 4 years ago
  55. ff6d2cc bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299) by Erlend Egeberg Aasland · 4 years ago
  56. 9d76d28 bpo-45193: News for IDLE PR_28343 (GH-28348) by Terry Jan Reedy · 4 years ago
  57. 5dce51a bpo-45167: Fix deepcopying of GenericAlias (GH-28324) by Serhiy Storchaka · 4 years ago
  58. 09b4ad1 bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322) by Steve Dower · 4 years ago
  59. d897579 bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330) by Nikita Sobolev · 4 years ago
  60. cbeb819 bpo-45020: Freeze some of the modules imported during startup. (gh-28335) by Eric Snow · 4 years ago
  61. 1a9ef57 bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) by Serhiy Storchaka · 4 years ago
  62. a65c868 bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320) by Eric Snow · 4 years ago
  63. 024fda4 closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) by Benjamin Peterson · 4 years ago
  64. 797c8eb bpo-45195: Fix test_readline.test_nonascii() (GH-28329) by Victor Stinner · 4 years ago
  65. 7f60c9e bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) by Nikita Sobolev · 4 years ago
  66. c99fc4e bpo-45168: change dis output to omit missing values rather than replacing them by their index (GH-28313) by Irit Katriel · 4 years ago
  67. 9f93018 bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312) by Hugo van Kemenade · 4 years ago
  68. 1fc41ae bpo-45173 Remove configparser deprecations (GH-28292) by Hugo van Kemenade · 4 years ago
  69. 85a4748 bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-28111) by Livius · 4 years ago
  70. 92bf869 bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456) by Serhiy Storchaka · 4 years ago
  71. 9abd07e bpo-44987: Speed up unicode normalization of ASCII strings (GH-28283) by Dong-hee Na · 4 years ago
  72. 97ea18e bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286) by Serhiy Storchaka · 4 years ago
  73. 5f5b7d0 bpo-45163: Haiku build fix. (GH-28269) by David CARLIER · 4 years ago
  74. f0f29f3 bpo-25894: Always report skipped and failed subtests separately (GH-28082) by Serhiy Storchaka · 4 years ago
  75. 296b710 bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261) by Łukasz Langa · 4 years ago
  76. 707137b bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) by Henry-Joseph Audéoud · 4 years ago
  77. 62fa613 bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) by Raymond Hettinger · 4 years ago
  78. 7944307 bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260) by Senthil Kumaran · 4 years ago
  79. 06148b1 bpo-44219: Release the GIL during isatty syscalls (GH-28250) by Vincent Michel · 4 years ago
  80. 49acac0 bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) by Victor Stinner · 4 years ago
  81. 4a5cccb bpo-20499: Rounding error in statistics.pvariance (GH-28230) by Raymond Hettinger · 4 years ago
  82. f235dd0 bpo-38371: Remove deprecated `tkinter` split() method (GH-28237) by Erlend Egeberg Aasland · 4 years ago
  83. 59ea704 bpo-45129 Remove deprecated reuse_address (GH-28207) by Hugo van Kemenade · 4 years ago
  84. 2396fa6 bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) by Florin Spătar · 4 years ago
  85. c11956a bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) by Yurii Karabas · 4 years ago
  86. d003a5b bpo-45132 Remove deprecated __getitem__ methods (GH-28225) by Hugo van Kemenade · 4 years ago
  87. cb15afc bpo-39573: Py_TYPE becomes a static inline function (GH-28128) by Victor Stinner · 4 years ago
  88. 9dc363e bpo-45012: Release GIL around stat in os.scandir (GH-28085) by Stanisław Skonieczny · 4 years ago
  89. fb30509 bpo-44348: BaseException deallocator uses trashcan (GH-28190) by Victor Stinner · 4 years ago
  90. 8ca6b61 bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-28178) by Nikita Sobolev · 4 years ago
  91. 97b754d Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)" (GH-28201) by Pablo Galindo Salgado · 4 years ago
  92. 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years ago
  93. eb254b4 bpo-45124: Remove the bdist_msi command (GH-28195) by Hugo van Kemenade · 4 years ago
  94. 533e725 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Pablo Galindo Salgado · 4 years ago
  95. 4f88161 bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011) by Tzu-ping Chung · 4 years ago
  96. a5c6bcf Make sysconfig posix_user not depend on platlibdir (GH-27655) by Tzu-ping Chung · 4 years ago
  97. 5cb4c67 bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108) by Tim Peters · 4 years ago
  98. 19871fc bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Nikita Sobolev · 4 years ago
  99. 5024dc1 bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621) by Erlend Egeberg Aasland · 4 years ago
  100. 9e31b39 bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139) by Irit Katriel · 4 years ago