Python 3.11.0b5
  1. 0771d71 Python 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago v3.11.0b5
  2. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  3. 4c10dba gh-95235: Document undocumented parameters in sqlite3 functions and methods (GH-95236) by Miss Islington (bot) · 3 years, 1 month ago
  4. 9217051 gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247) by Miss Islington (bot) · 3 years, 1 month ago
  5. e5ff5ec [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) by Mark Shannon · 3 years, 1 month ago
  6. df95ad3 gh-95205: Improve wasm README (GH-95206) by Miss Islington (bot) · 3 years, 1 month ago
  7. 3ec139f gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201) by Miss Islington (bot) · 3 years, 1 month ago
  8. 49d0384 gh-95212: make multiprocessing test case parallel-safe (GH-95213) by Miss Islington (bot) · 3 years, 1 month ago
  9. 88ea2b6 gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176) by Miss Islington (bot) · 3 years, 1 month ago
  10. 687dd50 gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200) by Miss Islington (bot) · 3 years, 1 month ago
  11. 9639cc1 gh-95194: upgrade bundled pip to 22.2 (gh-95195) by Miss Islington (bot) · 3 years, 1 month ago
  12. 00cda6b gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181) by Miss Islington (bot) · 3 years, 1 month ago
  13. 22f06d6 gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128) by Miss Islington (bot) · 3 years, 1 month ago
  14. e8edbda [3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (#95178) by Pablo Galindo Salgado · 3 years, 1 month ago
  15. f15be2f gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165) by Miss Islington (bot) · 3 years, 1 month ago
  16. 0d688bd gh-90473: Fix more tests on platforms without umask (GH-95164) by Miss Islington (bot) · 3 years, 1 month ago
  17. 62bc052 gh-89758: Track all socket module dependencies (GH-95157) by Miss Islington (bot) · 3 years, 1 month ago
  18. a1a1fd0 Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) by Miss Islington (bot) · 3 years, 1 month ago
  19. 5d3f2fb [3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158) by Erlend Egeberg Aasland · 3 years, 1 month ago
  20. 064462a [3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156) by Brandt Bucher · 3 years, 1 month ago
  21. bbdacb4 GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110) by Miss Islington (bot) · 3 years, 1 month ago
  22. 3a33e9b Fix copy-friendliness of tutorial example (GH-93424) by Miss Islington (bot) · 3 years, 1 month ago
  23. 5a48ab0 [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143) by Brandt Bucher · 3 years, 1 month ago
  24. e99496e Fix async method reference links in `compound_stmts` docs (GH-94935) by Miss Islington (bot) · 3 years, 1 month ago
  25. 0fda874 Fix scheme count in `sysconfig` whatsnew entry (GH-94110) by Miss Islington (bot) · 3 years, 1 month ago
  26. 791c3fd Fix incorrect directive in multiprocessing module documentation (GH-93517) by Miss Islington (bot) · 3 years, 1 month ago
  27. 6a3b6c2 Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (GH-95134) by Miss Islington (bot) · 3 years, 1 month ago
  28. 12b56e4 gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940) by Miss Islington (bot) · 3 years, 1 month ago
  29. a61aa52 gh-95112: Fix What's New 3.11 contribution note periods (GH-95115) by Miss Islington (bot) · 3 years, 1 month ago
  30. 6c43f3e gh-95112: Fix What's New 3.10 contribution note periods (GH-95114) by Miss Islington (bot) · 3 years, 1 month ago
  31. deacc3c gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106) by Miss Islington (bot) · 3 years, 1 month ago
  32. 120f226 gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096) by Miss Islington (bot) · 3 years, 1 month ago
  33. e693f84 [3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094) by Miss Islington (bot) · 3 years, 1 month ago
  34. d19b5d8 gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009) by Miss Islington (bot) · 3 years, 1 month ago
  35. e2e8ec0 GH-95029: Describe Windows Store package isolation and redirection in more detail (GH-95030) by Miss Islington (bot) · 3 years, 1 month ago
  36. 57375d1 gh-90654: Remove unneeded blank line (GH-95044) (#95047) by Miss Islington (bot) · 3 years, 1 month ago
  37. e2fce3a [3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067) (GH-95068) by Brandt Bucher · 3 years, 1 month ago
  38. 6515738 gh-54781: Move NEWS item to Tests, and improve wording (GH-95063) by Miss Islington (bot) · 3 years, 1 month ago
  39. 2ac1096 gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052) by Miss Islington (bot) · 3 years, 1 month ago
  40. 6cc9489 gh-94844: Add pathlib support to shutil archive management (GH-94846) by Miss Islington (bot) · 3 years, 1 month ago
  41. 16cb8ca GH-94851: fix immortal objects refcounting in compiler (gh-95040) by Miss Islington (bot) · 3 years, 1 month ago
  42. 1093804 gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038) by Miss Islington (bot) · 3 years, 1 month ago
  43. e98728a gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035) by Miss Islington (bot) · 3 years, 1 month ago
  44. 84d58ad GH-90699: fix ref counting of static immortal strings (gh-94850) by Miss Islington (bot) · 3 years, 1 month ago
  45. b3aec3e [3.11] Remove blurb boilerplate from news item(#95033) (#95036) by Terry Jan Reedy · 3 years, 1 month ago
  46. bb8e20a gh-91256: Ensure help text has the program name even before getpath is called (GH-94929) by Miss Islington (bot) · 3 years, 1 month ago
  47. 9487e8d GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  48. d2be442 Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975) by Miss Islington (bot) · 3 years, 1 month ago
  49. fbd2406 test_concurrent_futures: Fix unneeded/confusing format call (GH-93119) by Miss Islington (bot) · 3 years, 1 month ago
  50. 7733aa0 gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) by Miss Islington (bot) · 3 years, 1 month ago
  51. be84daf Revert "gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913)" (#94981) by Ethan Furman · 3 years, 1 month ago
  52. eda2f90 [3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (GH-94980) by Brandt Bucher · 3 years, 1 month ago
  53. a5c8cec Fix incorrect double indent in ast doc (GH-94976) by Miss Islington (bot) · 3 years, 1 month ago
  54. 37ec0bd In ast doc, update 'below' to 'above' (GH-94967) by Miss Islington (bot) · 3 years, 1 month ago
  55. ec6ed66 gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) by Miss Islington (bot) · 3 years, 1 month ago
  56. a914fa9 GH-94857: fix test_io refleak (GH-94858) by Miss Islington (bot) · 3 years, 1 month ago
  57. 4607e88 [3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) (GH-94951) by Miss Islington (bot) · 3 years, 1 month ago
  58. 7dc236d gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) by Miss Islington (bot) · 3 years, 1 month ago
  59. 30412d9 [3.11] gh-94801: Use custom flags to check for headers and libs (GH-94802) (GH-94881) by Christian Heimes · 3 years, 1 month ago
  60. e747562 gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942) by Miss Islington (bot) · 3 years, 1 month ago
  61. 8d0249e gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926) by Miss Islington (bot) · 3 years, 1 month ago
  62. 1c63734 gh-91348: Restore frame argument to sys._getframe audit event (GH-94928) by Miss Islington (bot) · 3 years, 1 month ago
  63. 65d87a2 gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  64. 7bca87d gh-92348: Add quotes to support building on Windows with spaces in directory name (GH-94925) by Miss Islington (bot) · 3 years, 1 month ago
  65. 107c21c gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902) by Serhiy Storchaka · 3 years, 1 month ago
  66. 30f28ac gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913) by Miss Islington (bot) · 3 years, 1 month ago
  67. 5a34287 gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (GH-94918) by Miss Islington (bot) · 3 years, 1 month ago
  68. ccbf853 gh-91181: drop support for bytes on sys.path (GH-31934) by Miss Islington (bot) · 3 years, 1 month ago
  69. e121cb5 gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) by Miss Islington (bot) · 3 years, 1 month ago
  70. 8c08e86 gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903) by Miss Islington (bot) · 3 years, 1 month ago
  71. b040617 gh-94772: Fix off-by-one error in Windows launcher (GH-94779) by Miss Islington (bot) · 3 years, 1 month ago
  72. 734c8b7 Add additional pointers to pathlib's mapping to os.path functions (GH-94828) by Miss Islington (bot) · 3 years, 1 month ago
  73. 8dc4de3 gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883) by Miss Islington (bot) · 3 years, 1 month ago
  74. e55f60d [3.11] GH-94808: Cover handling non-finite numbers from round when ndigits is provided (GH-94860) (GH-94882) by Miss Islington (bot) · 3 years, 1 month ago
  75. 8f92ebb gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852) by Miss Islington (bot) · 3 years, 1 month ago
  76. d9107aa0 gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849) by Miss Islington (bot) · 3 years, 1 month ago
  77. a6c4ca9 [3.11] [doc] Update cookbook example and add information about queue types. (GH-94854) (GH-94871) by Miss Islington (bot) · 3 years, 1 month ago
  78. 3b6cb56 GH-46771: docs for asyncio.timeout and task cancellation (GH-94794) by Miss Islington (bot) · 3 years, 1 month ago
  79. 016fd7b Docs: fix typo in sqlite3.rst (GH-94798) by Miss Islington (bot) · 3 years, 1 month ago
  80. 498c649 gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842) by Miss Islington (bot) · 3 years, 1 month ago
  81. 91f7914 GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) by Miss Islington (bot) · 3 years, 1 month ago
  82. 29fc20c idlelib: replace 'while 1' with 'while True' (GH-94827) by Miss Islington (bot) · 3 years, 1 month ago
  83. 0a51204 [3.11] gh-90359: Unify documentation style for datetime.rst (gh-94836) (gh-94838) by Dong-hee Na · 3 years, 1 month ago
  84. c473627 gh-90359: Update documentation to follow PEP 495. (gh-94800) by Miss Islington (bot) · 3 years, 1 month ago
  85. 11cdde8 gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790) by Miss Islington (bot) · 3 years, 1 month ago
  86. f44a9dc gh-94759: Create LCOV report with branch coverage (GH-94793) by Miss Islington (bot) · 3 years, 1 month ago
  87. ffbd6ae gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) (#94780) by Miss Islington (bot) · 3 years, 1 month ago
  88. 3c91f42 Fix typo in _exact_ratio comment. (GH-94789) by Miss Islington (bot) · 3 years, 1 month ago
  89. 7c18501 docs: typing.Self, fix typo (GH-94771) by Miss Islington (bot) · 3 years, 1 month ago
  90. cdd0cab gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775) by Miss Islington (bot) · 3 years, 1 month ago
  91. a4b98a7 Post 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago
  92. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  93. a276833 [3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752) by Miss Islington (bot) · 3 years, 1 month ago
  94. 91176d3 [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747) by Miss Islington (bot) · 3 years, 1 month ago
  95. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  96. 45896f2 [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) by John Belmonte · 3 years, 1 month ago
  97. f3212b1 GH-77265: Document NaN handling in statistics functions that sort or count (GH-94676) (#94726) by Miss Islington (bot) · 3 years, 1 month ago
  98. e5c8ad3 [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721) by Brandt Bucher · 3 years, 1 month ago
  99. 7b5737a Improve dataclass docstring (gh-94686) by Miss Islington (bot) · 3 years, 1 month ago
  100. a61870e gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago