Python 3.10.0
  1. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 11 months ago v3.10.0
  2. bc4c705 bpo-45310: Fix parrallel shared memory tests (GH-28661) by Miss Islington (bot) · 3 years, 11 months ago
  3. 49fac92 bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) by Miss Islington (bot) · 3 years, 11 months ago
  4. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  5. 1e20582 bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575) by Miss Islington (bot) · 3 years, 11 months ago
  6. 01be518 bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) by Miss Islington (bot) · 3 years, 11 months ago
  7. 6ae97bb bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) by Miss Islington (bot) · 3 years, 11 months ago
  8. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 11 months ago
  9. 0a74d33 Docs: Clarify the before_and_after() example (GH-28458) (#28464) by Miss Islington (bot) · 3 years, 11 months ago
  10. e1eb03d bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) by Miss Islington (bot) · 3 years, 11 months ago
  11. 7d652c1 bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) by Miss Islington (bot) · 3 years, 11 months ago
  12. 3397e31 bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) by Miss Islington (bot) · 3 years, 11 months ago
  13. e0b61b2 bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) by Miss Islington (bot) · 3 years, 11 months ago
  14. 7661103 bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) by Miss Islington (bot) · 4 years ago
  15. db762a9 bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) by Miss Islington (bot) · 4 years ago
  16. 7f2d049 bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343) by Miss Islington (bot) · 4 years ago
  17. be33e58 Add more itertool recipes (GH-28165) by Miss Islington (bot) · 4 years ago
  18. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
  19. 608a629 bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197) by Miss Islington (bot) · 4 years ago
  20. adc80a5 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Miss Islington (bot) · 4 years ago
  21. af8c781 Update idlelib/help.html to include idle.rst spelling fix (GH-28191) by Miss Islington (bot) · 4 years ago
  22. 6b5aea2 bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Miss Islington (bot) · 4 years ago
  23. 8342c52 bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) by Miss Islington (bot) · 4 years ago
  24. 656b0bd bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167) by Miss Islington (bot) · 4 years ago
  25. e5976dd bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) by Miss Islington (bot) · 4 years ago
  26. ed9f927 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Miss Islington (bot) · 4 years ago
  27. 2ad114d [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159) by Miss Islington (bot) · 4 years ago
  28. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  29. 79e9f5a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Miss Islington (bot) · 4 years ago
  30. 3d56272 bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101) by Miss Islington (bot) · 4 years ago
  31. 0f274cb bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) by Miss Islington (bot) · 4 years ago
  32. 337c8ad bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) by Miss Islington (bot) · 4 years ago
  33. d65fad0 bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) by Miss Islington (bot) · 4 years ago
  34. 243b8de bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) by Miss Islington (bot) · 4 years ago
  35. 9e6c317 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) by Miss Islington (bot) · 4 years ago
  36. 532ebba bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by Miss Islington (bot) · 4 years ago
  37. a49398b bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) by Miss Islington (bot) · 4 years ago
  38. 779b9ae bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016) by Miss Islington (bot) · 4 years ago
  39. 2a80893 [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943) by Erlend Egeberg Aasland · 4 years ago
  40. 81fa08c bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) by Miss Islington (bot) · 4 years ago
  41. cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 4 years ago
  42. 8aa64cc bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Miss Islington (bot) · 4 years ago
  43. 719af92 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 4 years ago
  44. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 4 years ago
  45. 9f814be bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Miss Islington (bot) · 4 years ago
  46. 32c1caa bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) by Dong-hee Na · 4 years ago
  47. 06e9a35 bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) by Miss Islington (bot) · 4 years ago
  48. 0af681b [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 4 years ago
  49. 6ff7fef bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) by Miss Islington (bot) · 4 years ago
  50. 1095535 bpo-44980: fix test_constructor to return None value (GH-27898) by Miss Islington (bot) · 4 years ago
  51. d63114c bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) by Miss Islington (bot) · 4 years ago
  52. 88a1920 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 4 years ago
  53. 5bd27c3 bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871) by Miss Islington (bot) · 4 years ago
  54. 838b0e9 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) by Miss Islington (bot) · 4 years ago
  55. fc6ad05 bpo-44949: Fix test_readline auto history tests (GH-27813) by Miss Islington (bot) · 4 years ago
  56. 846a10f bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) by Miss Islington (bot) · 4 years ago
  57. d1c0e44 bpo-44852: Support filtering over warnings without a set message (GH-27793) by Miss Islington (bot) · 4 years ago
  58. 826e059 [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) by Miss Islington (bot) · 4 years ago
  59. 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 4 years ago
  60. bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 4 years ago
  61. 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 4 years ago
  62. 8516ca5 bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) by Miss Islington (bot) · 4 years ago
  63. 1960409 bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) by Miss Islington (bot) · 4 years ago
  64. d412848 bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) by Miss Islington (bot) · 4 years ago
  65. 6d13486 Added test case based on recommended test cases from RFC 4648 (GH-27747) by Miss Islington (bot) · 4 years ago
  66. 45a97d9 bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) by Miss Islington (bot) · 4 years ago
  67. ebc5926 bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) by Miss Islington (bot) · 4 years ago
  68. ef36dfe [3.10] bpo-33930: Fix typo in the test name. (GH-27736) by Benjamin Peterson · 4 years ago
  69. c28c2e1 [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743) by Pablo Galindo Salgado · 4 years ago
  70. 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 4 years ago
  71. d6d2d54 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) by Miss Islington (bot) · 4 years ago
  72. 4e0147e bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) by Miss Islington (bot) · 4 years ago
  73. d86bbe3 bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) by Miss Islington (bot) · 4 years ago
  74. 52d481f make lib2to3 parse async generators everywhere (GH-6588) by Miss Islington (bot) · 4 years ago
  75. a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 4 years ago
  76. 8ece98a bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) by Miss Islington (bot) · 4 years ago
  77. d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 4 years ago
  78. 762ef85 bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673) by Mark Shannon · 4 years ago
  79. 7d6a0fe Upgrade bundled pip and setuptools (GH-27625) by Miss Islington (bot) · 4 years ago
  80. 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 4 years ago
  81. 2b1e713 bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) by Miss Islington (bot) · 4 years ago
  82. a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 4 years ago
  83. 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 4 years ago
  84. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 4 years ago
  85. b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 4 years ago
  86. 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 4 years ago
  87. c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 4 years ago
  88. bc2841c bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571) by Miss Islington (bot) · 4 years, 1 month ago
  89. 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 4 years, 1 month ago
  90. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago v3.10.0rc1
  91. 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 4 years, 1 month ago
  92. aa72668 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) by Miss Islington (bot) · 4 years, 1 month ago
  93. 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 4 years, 1 month ago
  94. a1eaa74 bpo-44808: Fix test_inspect in refleak mode (GH-27544) by Miss Islington (bot) · 4 years, 1 month ago
  95. 1bc83eb bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) by Miss Islington (bot) · 4 years, 1 month ago
  96. 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 4 years, 1 month ago
  97. c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 4 years, 1 month ago
  98. 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 4 years, 1 month ago
  99. 35035bc bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521) by Miss Islington (bot) · 4 years, 1 month ago
  100. 76903ff bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507) by Miss Islington (bot) · 4 years, 1 month ago