Python 3.10.0a6
  1. cc12888 Remove unused suspicious rule in the docs by Pablo Galindo · 4 years, 6 months ago v3.10.0a6
  2. 0d7ad9f bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850) by Filipe Laíns · 4 years, 6 months ago
  3. af5fa13 bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643) by Pablo Galindo · 4 years, 6 months ago
  4. 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 4 years, 6 months ago
  5. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
  6. cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
  7. 7956ef8 bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645) by Ruben Vorderman · 4 years, 6 months ago
  8. c6ccdfb bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Ammar Askar · 4 years, 6 months ago
  9. 9525a18 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Inada Naoki · 4 years, 6 months ago
  10. cc3df63 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Ruben Vorderman · 4 years, 6 months ago
  11. 70f8ebe Remove comment about a private email.headerregistry (GH-24233) by Florian Bruhin · 4 years, 6 months ago
  12. 1f43340 bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) by Felix C. Stegerman · 4 years, 6 months ago
  13. b9fe16a bpo-41841: Revise header (GH-24633) by Terry Jan Reedy · 4 years, 6 months ago
  14. 2827e8a bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Terry Jan Reedy · 4 years, 6 months ago
  15. b798ab0 bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) by Irit Katriel · 4 years, 6 months ago
  16. 26f18b8 bpo-43146: fix regression in traceback.print_exception(None) (GH-24463) by Irit Katriel · 4 years, 6 months ago
  17. 91a639a bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) by Inada Naoki · 4 years, 6 months ago
  18. 01806d5 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  19. 84f7afe Fix failed merge of bpo-43288. (GH-24614) by Neil Schemenauer · 4 years, 6 months ago
  20. 50288aa bpo-43288: Fix bug in test_importlib test. (GH-24612) by Neil Schemenauer · 4 years, 6 months ago
  21. 4cf7bb8 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Terry Jan Reedy · 4 years, 6 months ago
  22. 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
  23. 979b23c bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569) by Erlend Egeberg Aasland · 4 years, 6 months ago
  24. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 4 years, 6 months ago
  25. a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 4 years, 6 months ago
  26. d020496 bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541) by Pablo Galindo · 4 years, 6 months ago
  27. ab2d481 bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539) by Pablo Galindo · 4 years, 6 months ago
  28. a2f0654 bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) by Ken Jin · 4 years, 6 months ago
  29. fcbe0cb bpo-42967: only use '&' as a query string separator (#24297) by Adam Goldschmidt · 4 years, 6 months ago
  30. b676f5f bpo-43202: More codeop._maybe_compile clean-ups (GH-24512) by Terry Jan Reedy · 4 years, 6 months ago
  31. fd053fd bpo-43172: readline now passes its tests when built against libedit (GH-24499) by Gregory P. Smith · 4 years, 6 months ago
  32. 2068b26 bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508) by Terry Jan Reedy · 4 years, 6 months ago
  33. ea46579 bpo-40956: Fix segfault when Connection.backup is called without target (GH-24503) by Erlend Egeberg Aasland · 4 years, 6 months ago
  34. bdb941b bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056) by Inada Naoki · 4 years, 6 months ago
  35. dbb2281 bpo-43163: Handle unclosed parentheses in codeop (GH-24483) by Pablo Galindo · 4 years, 6 months ago
  36. d65b903 bpo-43162: [Enum] deprecate enum member.member access (GH-24486) by Ethan Furman · 4 years, 6 months ago
  37. bf2e7e5 bpo-40692: Run more test_concurrent_futures tests (GH-20239) by Asheesh Laroia · 4 years, 6 months ago
  38. 30a8b28 bpo-43147: Remove archaic terminology. (GH-24462) by Raymond Hettinger · 4 years, 6 months ago
  39. 206cbda bpo-43149: Improve error message for exception group without parentheses (GH-24467) by Pablo Galindo · 4 years, 6 months ago
  40. 4bb332c Fix a typo in a deprecation warning (GH-24423) by Zackery Spytz · 4 years, 6 months ago
  41. d9dda32 Reduce overhead on random timings (GH-24455) by Raymond Hettinger · 4 years, 7 months ago
  42. b6d68aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) by Raymond Hettinger · 4 years, 7 months ago
  43. d4e6ed7 bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436) by Pablo Galindo · 4 years, 7 months ago
  44. bfe544d Fix typo (GH-23019) by Harry · 4 years, 7 months ago
  45. b0478d7 Fix Sphynx syntax in the memory.rst document by Pablo Galindo · 4 years, 7 months ago v3.10.0a5
  46. 01c4fdd bpo-41149: Fix a bug in threading that causes fals-y threads callables to fail to start. (GH-21201) by BarneyStratford · 4 years, 7 months ago
  47. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  48. 802b645 Only eliminate jumps to successor block if jump is unconditional. (GH-24417) by Mark Shannon · 4 years, 7 months ago
  49. 9eb11a1 bpo-41748: Handles unquoted attributes with commas (#24072) by Karl Dubost · 4 years, 7 months ago
  50. 000cde5 bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348) by Aviral Srivastava · 4 years, 7 months ago
  51. 574aed1 Fix typo in Lib/trace.py (GH-24309) by Yonatan Goldschmidt · 4 years, 7 months ago
  52. 49926cf bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) by Ronald Oussoren · 4 years, 7 months ago
  53. 835f14f bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314) by Pablo Galindo · 4 years, 7 months ago
  54. 4090151 bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279) by Pablo Galindo · 4 years, 7 months ago
  55. a1e9a1e bpo-43016: Fix test_curses on platform without cursesw (GH-24405) by Serhiy Storchaka · 4 years, 7 months ago
  56. d64fd4b bpo-43016: Rewrite tests for curses (GH-24312) by Serhiy Storchaka · 4 years, 7 months ago
  57. 4d11ecb bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386) by Paul Moore · 4 years, 7 months ago
  58. 62949f6 bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) by Steve Dower · 4 years, 7 months ago
  59. 11d75ec bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Terry Jan Reedy · 4 years, 7 months ago
  60. d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 4 years, 7 months ago
  61. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 4 years, 7 months ago
  62. c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 4 years, 7 months ago
  63. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 4 years, 7 months ago
  64. 01faf45 bpo-38250: [Enum] only include .rst test if file available (GH-24342) by Ethan Furman · 4 years, 7 months ago
  65. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
  66. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 4 years, 7 months ago
  67. 501d4a5 bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412) by Andrey Bienkowski · 4 years, 7 months ago
  68. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 4 years, 7 months ago
  69. eb9983c bpo-42869: Avoid an HTTP redirection. (GH-24174) by Julien Palard · 4 years, 7 months ago
  70. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 4 years, 7 months ago
  71. 879986d bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Terry Jan Reedy · 4 years, 7 months ago
  72. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 4 years, 7 months ago
  73. 8dfe156 bpo-43013: Update idlelib code to 3.x (GH-24315) by Terry Jan Reedy · 4 years, 7 months ago
  74. 15bd9ef bpo-43014: Improve performance of tokenize.tokenize by 20-30% by Anthony Sottile · 4 years, 7 months ago
  75. f7fa64f closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Zackery Spytz · 4 years, 7 months ago
  76. 8603dfb bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) by Andrey Bienkowski · 4 years, 7 months ago
  77. 6713e86 bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578) by Cheryl Sabella · 4 years, 7 months ago
  78. a698d52 bpo-40176: Improve error messages for unclosed string literals (GH-19346) by Batuhan Taskaya · 4 years, 7 months ago
  79. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 4 years, 7 months ago
  80. 7dc71c4 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) by cptpcrd · 4 years, 7 months ago
  81. 3554fa4 bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Zhiming Wang · 4 years, 7 months ago
  82. d6d6371 bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) by Pablo Galindo · 4 years, 7 months ago
  83. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 4 years, 7 months ago
  84. 65cf1ad bpo-41818: Close file descriptors in test_openpty (#GH-24119) by Petr Viktorin · 4 years, 7 months ago
  85. 916610e closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239) by Benjamin Peterson · 4 years, 7 months ago
  86. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 4 years, 7 months ago
  87. f7b5bacd bpo-42944 Fix Random.sample when counts is not None (GH-24235) by jonanifranco · 4 years, 7 months ago
  88. e232025 bpo-42923: Add Py_FatalError() test in test_capi (GH-24240) by Victor Stinner · 4 years, 7 months ago
  89. 998ae1f bpo-42931: randbytes missing from random.__all__ (GH-24219) by Setrak Balian · 4 years, 7 months ago
  90. ba876c4 bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221) by Irit Katriel · 4 years, 7 months ago
  91. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 4 years, 7 months ago
  92. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 4 years, 7 months ago
  93. e5fe509 bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) by Lysandros Nikolaou · 4 years, 7 months ago
  94. 61d8c54 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) by Tobias Holl · 4 years, 7 months ago
  95. 3bd6035 bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) by Mark Shannon · 4 years, 7 months ago
  96. c314e60 bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196) by Ethan Furman · 4 years, 7 months ago
  97. c47c78b bpo-37324: Remove ABC aliases from collections (GH-23754) by Hugo van Kemenade · 4 years, 7 months ago
  98. 6dfd173 bpo-42848: remove recursion from TracebackException (GH-24158) by Irit Katriel · 4 years, 7 months ago
  99. 11d13e8 bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198) by Victor Stinner · 4 years, 7 months ago
  100. ace008c Fix various ParamSpec errors in typing (GH-24176) by Ken Jin · 4 years, 7 months ago