Python 3.10.0a5
  1. b0478d7 Fix Sphynx syntax in the memory.rst document by Pablo Galindo · 4 years, 7 months ago v3.10.0a5
  2. 22dbd9e Python 3.10.0a5 by Pablo Galindo · 4 years, 7 months ago
  3. bb739ec bpo-43108: Fix a reference leak in the curses module (GH-24420) by Pablo Galindo · 4 years, 7 months ago
  4. 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
  5. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  6. 802b645 Only eliminate jumps to successor block if jump is unconditional. (GH-24417) by Mark Shannon · 4 years, 7 months ago
  7. 9eb11a1 bpo-41748: Handles unquoted attributes with commas (#24072) by Karl Dubost · 4 years, 7 months ago
  8. 000cde5 bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348) by Aviral Srivastava · 4 years, 7 months ago
  9. b5931f1 bpo-42834: Fix _json internal caches for subinterpreters (GH-24121) by Ken Jin · 4 years, 7 months ago
  10. 574aed1 Fix typo in Lib/trace.py (GH-24309) by Yonatan Goldschmidt · 4 years, 7 months ago
  11. 0332e56 bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) by Mark Shannon · 4 years, 7 months ago
  12. 49926cf bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) by Ronald Oussoren · 4 years, 7 months ago
  13. a776da9 bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383) by Pablo Galindo · 4 years, 7 months ago
  14. 835f14f bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314) by Pablo Galindo · 4 years, 7 months ago
  15. 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
  16. a1e9a1e bpo-43016: Fix test_curses on platform without cursesw (GH-24405) by Serhiy Storchaka · 4 years, 7 months ago
  17. 3243e8a bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933) by Anonymous Maarten · 4 years, 7 months ago
  18. 9073180 bpo-43083: Fix error handling in _sqlite3 (GH-24395) by Serhiy Storchaka · 4 years, 7 months ago
  19. d64fd4b bpo-43016: Rewrite tests for curses (GH-24312) by Serhiy Storchaka · 4 years, 7 months ago
  20. 42b1806 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) by Serhiy Storchaka · 4 years, 7 months ago
  21. 89294e3 Doc: errors tutorial improvements (GH-16269) by Adorilson Bezerra · 4 years, 7 months ago
  22. e603443 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by L · 4 years, 7 months ago
  23. 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
  24. 86e322f bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384) by Pablo Galindo · 4 years, 7 months ago
  25. 62437a2 bpo-43047: logging.config formatters documentation update (GH-24358) by Ian Wienand · 4 years, 7 months ago
  26. 5c5a938 bpo-42927: Inline cache for attributes defined with '__slots__' (#24216) by Guido van Rossum · 4 years, 7 months ago
  27. ba7a99d bpo-38631: Replace compiler fatal errors with exceptions (GH-24369) by Victor Stinner · 4 years, 7 months ago
  28. 7fdab83 Fix a reference leak in the compiler for compiler_lambda() (GH-24382) by Pablo Galindo · 4 years, 7 months ago
  29. 0837f99 bpo-42323: Fix math.nextafter() on AIX (GH-24381) by Victor Stinner · 4 years, 7 months ago
  30. 62949f6 bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) by Steve Dower · 4 years, 7 months ago
  31. 6baaae5 Fixing typos in turtle.rst (GH-24376) by Jules Lasne · 4 years, 7 months ago
  32. 11d75ec bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Terry Jan Reedy · 4 years, 7 months ago
  33. 6372a4c Fixed typo in turtle.rst (GH-24371) by Jules Lasne · 4 years, 7 months ago
  34. a619263 bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356) by Victor Stinner · 4 years, 7 months ago
  35. 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
  36. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 4 years, 7 months ago
  37. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 4 years, 7 months ago
  38. c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 4 years, 7 months ago
  39. eeb701a bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333) by Hai Shi · 4 years, 7 months ago
  40. 6790005 bpo-43031: Set a timeout when running tests in PGO build (GH-24339) by Victor Stinner · 4 years, 7 months ago
  41. 5327f37 bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345) by Zackery Spytz · 4 years, 7 months ago
  42. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 4 years, 7 months ago
  43. 01faf45 bpo-38250: [Enum] only include .rst test if file available (GH-24342) by Ethan Furman · 4 years, 7 months ago
  44. dea5bf9 bpo-33387: update documentation for exception handling opcode changes (GH-24334) by Irit Katriel · 4 years, 7 months ago
  45. c92cd0f Fix minor typo in the rest format in the enum docs (GH-24335) by Pablo Galindo · 4 years, 7 months ago
  46. 7c8e0b0 Document new parenthesized with statements (GH-24281) by Pablo Galindo · 4 years, 7 months ago
  47. c7c3b7d Typo in comment (GH-24199) by borispopoff · 4 years, 7 months ago
  48. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
  49. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 4 years, 7 months ago
  50. 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
  51. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 4 years, 7 months ago
  52. eb9983c bpo-42869: Avoid an HTTP redirection. (GH-24174) by Julien Palard · 4 years, 7 months ago
  53. 5c1f15b bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) by Julien Palard · 4 years, 7 months ago
  54. 4833591 bpo-42955: Fix sys.module_names doc (GH-24329) by Victor Stinner · 4 years, 7 months ago
  55. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 4 years, 7 months ago
  56. 879986d bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Terry Jan Reedy · 4 years, 7 months ago
  57. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 4 years, 7 months ago
  58. 8dfe156 bpo-43013: Update idlelib code to 3.x (GH-24315) by Terry Jan Reedy · 4 years, 7 months ago
  59. 15bd9ef bpo-43014: Improve performance of tokenize.tokenize by 20-30% by Anthony Sottile · 4 years, 7 months ago
  60. bf9239b Remove full stop from a bytes-related SyntaxError message (GH-24300) by numbermaniac · 4 years, 7 months ago
  61. f7fa64f closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Zackery Spytz · 4 years, 7 months ago
  62. b745a61 bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) by Illia Volochii · 4 years, 7 months ago
  63. 2f12a1b bpo-41798: Allocate the _curses._C_API on the heap memory (GH-24186) by Hai Shi · 4 years, 7 months ago
  64. 644d528 bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Борис Верховский · 4 years, 7 months ago
  65. 8603dfb bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) by Andrey Bienkowski · 4 years, 7 months ago
  66. 5e45f1c bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) by pxinwr · 4 years, 7 months ago
  67. 6713e86 bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578) by Cheryl Sabella · 4 years, 7 months ago
  68. 805ede8 Add a What's New entry for the new parser error improvements (GH-24280) by Pablo Galindo · 4 years, 7 months ago
  69. 6cd5b01 Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234) by ravcio · 4 years, 7 months ago
  70. dcea78f bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256) by Ken Jin · 4 years, 7 months ago
  71. a698d52 bpo-40176: Improve error messages for unclosed string literals (GH-19346) by Batuhan Taskaya · 4 years, 7 months ago
  72. c3f167d bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273) by Pablo Galindo · 4 years, 7 months ago
  73. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 4 years, 7 months ago
  74. c1c3493 bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265) by Victor Stinner · 4 years, 7 months ago
  75. 7dc71c4 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) by cptpcrd · 4 years, 7 months ago
  76. e0e398e Fix typos in unittest documentation (GH-24194) by Conchylicultor · 4 years, 7 months ago
  77. ae7d3cd9 bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266) by Pablo Galindo · 4 years, 7 months ago
  78. e982fe4 bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978) by Erlend Egeberg Aasland · 4 years, 7 months ago
  79. 61d2639 bpo-41798: Allocate unicodedata CAPI on the heap (GH-24128) by Erlend Egeberg Aasland · 4 years, 7 months ago
  80. 1459fed Doc: os.path.abspath and Path.resolve are also different (GH-23276) by Hong Xu · 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. f1ff800 bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635) by Yunlongs · 4 years, 7 months ago
  83. d6d6371 bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) by Pablo Galindo · 4 years, 7 months ago
  84. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 4 years, 7 months ago
  85. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 4 years, 7 months ago
  86. e8e66ea bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257) by Victor Stinner · 4 years, 7 months ago
  87. e485be5 Add a clarification for the object-domain allocators regarding pointer validity (GH-24253) by Pablo Galindo · 4 years, 7 months ago
  88. 65cf1ad bpo-41818: Close file descriptors in test_openpty (#GH-24119) by Petr Viktorin · 4 years, 7 months ago
  89. bc450f9 Add a paragraph about allocation domains to the C-API docs (GH-24252) by Pablo Galindo · 4 years, 7 months ago
  90. 916610e closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239) by Benjamin Peterson · 4 years, 7 months ago
  91. 6a809fa bpo-36143: make regen-all now also runs regen-keyword (GH-24245) by Victor Stinner · 4 years, 7 months ago
  92. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 4 years, 7 months ago
  93. f7b5bacd bpo-42944 Fix Random.sample when counts is not None (GH-24235) by jonanifranco · 4 years, 7 months ago
  94. 314b878 bpo-42923: Py_FatalError() avoids fprintf() (GH-24242) by Victor Stinner · 4 years, 7 months ago
  95. e232025 bpo-42923: Add Py_FatalError() test in test_capi (GH-24240) by Victor Stinner · 4 years, 7 months ago
  96. 998ae1f bpo-42931: randbytes missing from random.__all__ (GH-24219) by Setrak Balian · 4 years, 7 months ago
  97. ba876c4 bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221) by Irit Katriel · 4 years, 7 months ago
  98. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 4 years, 7 months ago
  99. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 4 years, 7 months ago
  100. e5fe509 bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) by Lysandros Nikolaou · 4 years, 7 months ago