Python 3.9.7
  1. 1016ef3 Python 3.9.7 by Łukasz Langa · 4 years ago v3.9.7
  2. 9827710 [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) by Serhiy Storchaka · 4 years ago
  3. 0c5e0aa bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065) by Miss Islington (bot) · 4 years ago
  4. 24416e4 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035) by Miss Islington (bot) · 4 years ago
  5. 4540951 bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28025) by Miss Islington (bot) · 4 years ago
  6. 330aabb [3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028) by Serhiy Storchaka · 4 years ago
  7. dab74d6 [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-28023) by Serhiy Storchaka · 4 years ago
  8. 1046cd0 [3.9] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28017) by Serhiy Storchaka · 4 years ago
  9. 166ad70 bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014) by Miss Islington (bot) · 4 years ago
  10. 0243764 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991) by Miss Islington (bot) · 4 years ago
  11. f1e3fc4 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 4 years ago
  12. 970533e [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) by Miss Islington (bot) · 4 years ago
  13. 2cdbd3b bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27973) by Miss Islington (bot) · 4 years ago
  14. 52702e8 [3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944) by Erlend Egeberg Aasland · 4 years ago
  15. 9d3b6b2 [3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 4 years ago
  16. de49eac bpo-44980: fix test_constructor to return None value (GH-27898) (GH-27914) by Miss Islington (bot) · 4 years ago
  17. b0df288 [3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910) by Łukasz Langa · 4 years ago
  18. 4e5162f bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) (GH-27882) by Miss Islington (bot) · 4 years ago
  19. d5781e9 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 4 years ago
  20. 7ef0673 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855) by Miss Islington (bot) · 4 years ago
  21. 0215257 bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-27822) by Miss Islington (bot) · 4 years ago
  22. 4e4d35d [3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817) by Łukasz Langa · 4 years ago
  23. b2779b2 [3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569) by Sam Bull · 4 years ago
  24. ebe7e6d bpo-44852: Support filtering over warnings without a set message (GH-27793) (GH-27810) by Miss Islington (bot) · 4 years ago
  25. beb3a83 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27797) by Miss Islington (bot) · 4 years ago
  26. 27fd313 [3.9] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) (GH-27788) by Łukasz Langa · 4 years ago
  27. c7c4cbc [3.9] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27785) by Łukasz Langa · 4 years ago
  28. 282fc5c [3.9] Fix the test suite for the old parser (GH-27749) by Pablo Galindo Salgado · 4 years ago
  29. 4b86c9c [3.9] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27744) by Pablo Galindo Salgado · 4 years ago
  30. f7635f0 [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734) by Miss Islington (bot) · 4 years ago
  31. 15f0a45 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27720) by Miss Islington (bot) · 4 years ago
  32. 897c870 bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) (GH-27698) by Miss Islington (bot) · 4 years ago
  33. 6f4cded bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) (GH-27707) by Miss Islington (bot) · 4 years ago
  34. 0e63776 make lib2to3 parse async generators everywhere (GH-6588) (GH-27703) by Miss Islington (bot) · 4 years ago
  35. 395f4c7 bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687) by Miss Islington (bot) · 4 years ago
  36. 40b353b bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684) by Miss Islington (bot) · 4 years ago
  37. 26539ce [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658) by Tzu-ping Chung · 4 years ago
  38. ede221e bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) (GH-27674) by Miss Islington (bot) · 4 years ago
  39. c352412 [3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588). (GH-27639) by Erlend Egeberg Aasland · 4 years ago
  40. fde8417 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641) by Miss Islington (bot) · 4 years ago
  41. 8c07fef [3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627) by Erlend Egeberg Aasland · 4 years ago
  42. 693a661 [3.9] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) (GH-27629) by Łukasz Langa · 4 years ago
  43. 7dad033 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH-27608) by Miss Islington (bot) · 4 years ago
  44. 0b551db bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27573) by Miss Islington (bot) · 4 years, 1 month ago
  45. 0f6a773 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559) by Miss Islington (bot) · 4 years, 1 month ago
  46. 4817c14 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) (#27557) by Miss Islington (bot) · 4 years, 1 month ago
  47. 2d11797 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27501) by Miss Islington (bot) · 4 years, 1 month ago
  48. 2efa781 Trivial typo in docstring (#27505) by Miss Islington (bot) · 4 years, 1 month ago
  49. 0f42b72 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493) by Miss Islington (bot) · 4 years, 1 month ago
  50. 73240d4 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27489) by Miss Islington (bot) · 4 years, 1 month ago
  51. 882e476 bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27486) by Miss Islington (bot) · 4 years, 1 month ago
  52. 168879e [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480) by Łukasz Langa · 4 years, 1 month ago
  53. 0bc1765 [3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) (GH-27465) by Erlend Egeberg Aasland · 4 years, 1 month ago
  54. e627c794 To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27453) by Miss Islington (bot) · 4 years, 1 month ago
  55. 93d9087 bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27446) by Miss Islington (bot) · 4 years, 1 month ago
  56. acaf3b9 bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445) by Miss Islington (bot) · 4 years, 1 month ago
  57. 49b5e20 [3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27400) by Jason R. Coombs · 4 years, 1 month ago
  58. debb751 bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (#27422) by Miss Islington (bot) · 4 years, 1 month ago
  59. 153365d [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405) by Inada Naoki · 4 years, 1 month ago
  60. 85ac814 bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-27367) by Miss Islington (bot) · 4 years, 1 month ago
  61. 7b2185b bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362) by Miss Islington (bot) · 4 years, 1 month ago
  62. 0a08f22 bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (#27325) by Miss Islington (bot) · 4 years, 1 month ago
  63. 0978018 bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304) by Miss Islington (bot) · 4 years, 1 month ago
  64. 0f55d21 [3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293) by Łukasz Langa · 4 years, 1 month ago
  65. e0ef816 bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27283) by Miss Islington (bot) · 4 years, 1 month ago
  66. 1c5c9c8 [3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024). (#27269) by Łukasz Langa · 4 years, 1 month ago
  67. dae4928 [3.9] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27267) by Miss Islington (bot) · 4 years, 1 month ago
  68. 7ebd746 Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255) by Mark Shannon · 4 years, 1 month ago
  69. 9ee12cf bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (#27245) by Miss Islington (bot) · 4 years, 1 month ago
  70. fa674bd [3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205) by Ken Jin · 4 years, 1 month ago
  71. df7c629 bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (GH-27209) by Miss Islington (bot) · 4 years, 1 month ago
  72. ed2db9b bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backports (#27193) by Łukasz Langa · 4 years, 1 month ago
  73. 298ee65 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) by Miss Islington (bot) · 4 years, 1 month ago
  74. 95596d5 bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161) (#27170) by Miss Islington (bot) · 4 years, 1 month ago
  75. 5fc784e bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092) by Miss Islington (bot) · 4 years, 1 month ago
  76. 94adfe6 bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107) by Miss Islington (bot) · 4 years, 1 month ago
  77. fe73509 bpo-44630: Fix assertion errors in csv module (GH-27127) by Miss Islington (bot) · 4 years, 1 month ago
  78. 489c273 [3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (GH-24460) (#24460) by Vladimir Feinberg · 4 years, 1 month ago
  79. 47abf24 bpo-26329: update os.path.normpath documentation (GH-20138) (#27095) by Miss Islington (bot) · 4 years, 1 month ago
  80. c89f0b2 [3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) (GH-27082) by Miss Islington (bot) · 4 years, 1 month ago
  81. 9761abf [3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055) by Dong-hee Na · 4 years, 1 month ago
  82. 9f47d87 bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) by Miss Islington (bot) · 4 years, 1 month ago
  83. 21be6cb bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005) by Miss Islington (bot) · 4 years, 2 months ago
  84. 8aa45de bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989) by Miss Islington (bot) · 4 years, 2 months ago
  85. 863e3d5 bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26971) by Steve Dower · 4 years, 2 months ago
  86. f790bc8 bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) (GH-26960) by Miss Islington (bot) · 4 years, 2 months ago
  87. db3ff76 Python 3.9.6 by Łukasz Langa · 4 years, 2 months ago v3.9.6
  88. b2a5dcd Clarify the order of a stacked `abstractmethod` (GH-26892) by Miss Islington (bot) · 4 years, 2 months ago
  89. 4861fda [3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843). (GH-26916) by Serhiy Storchaka · 4 years, 2 months ago
  90. fe272b7 [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915) by Stéphane Bidoul · 4 years, 2 months ago
  91. 0796e21 bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) by Miss Islington (bot) · 4 years, 2 months ago
  92. 5ed7827 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878) by Victor Stinner · 4 years, 2 months ago
  93. fcde2c6 bpo-28395: Remove unnecessary semicolons in tests (GH-26868) by Miss Islington (bot) · 4 years, 2 months ago
  94. 8bc26d8 bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846) by Ma Lin · 4 years, 2 months ago
  95. 0ff487b bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) by Miss Islington (bot) · 4 years, 2 months ago
  96. 67b3a99 bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) by Miss Islington (bot) · 4 years, 2 months ago
  97. 175e264 bpo-44469: Fix tests for "async with" with bad object (GH-26817) by Miss Islington (bot) · 4 years, 2 months ago
  98. 8fe57aa bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738) by Miss Islington (bot) · 4 years, 2 months ago
  99. 0d0a9ea [3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723) by Pablo Galindo · 4 years, 2 months ago
  100. a9e20cf bpo-40128: Fix IDLE autocomplete on macOS (GH-26672) by Miss Islington (bot) · 4 years, 2 months ago