Python 3.9.6
  1. 0796e21 bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) by Miss Islington (bot) · 4 years, 2 months ago
  2. 5ed7827 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878) by Victor Stinner · 4 years, 2 months ago
  3. fcde2c6 bpo-28395: Remove unnecessary semicolons in tests (GH-26868) by Miss Islington (bot) · 4 years, 2 months ago
  4. 8bc26d8 bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846) by Ma Lin · 4 years, 2 months ago
  5. 0ff487b bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) by Miss Islington (bot) · 4 years, 2 months ago
  6. 67b3a99 bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) by Miss Islington (bot) · 4 years, 2 months ago
  7. 175e264 bpo-44469: Fix tests for "async with" with bad object (GH-26817) by Miss Islington (bot) · 4 years, 2 months ago
  8. 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
  9. 6df926f bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26675) by Miss Islington (bot) · 4 years, 2 months ago
  10. e972631 [Enum] improve pickle support (#26666) by Ethan Furman · 4 years, 2 months ago
  11. 304ec53 bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26652) by Miss Islington (bot) · 4 years, 2 months ago
  12. 175ebc6 bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26651) by Miss Islington (bot) · 4 years, 2 months ago
  13. 87f5022 [3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605) by Batuhan Taskaya · 4 years, 2 months ago
  14. b3c50b2 bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) by Miss Islington (bot) · 4 years, 3 months ago
  15. de58b31 [3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522) by Batuhan Taskaya · 4 years, 3 months ago
  16. 5a8ddcc [3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510) by Gregory P. Smith · 4 years, 3 months ago
  17. 5df4abd bpo-44022: Improve the regression test. (GH-26503) by Miss Islington (bot) · 4 years, 3 months ago
  18. b9258b0 bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26263) by Miss Islington (bot) · 4 years, 3 months ago
  19. c87b81d bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627) (#25695) by Miss Islington (bot) · 4 years, 3 months ago
  20. d4a9264 [3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26250) by Pablo Galindo · 4 years, 3 months ago
  21. c05d8a6 bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26211) by Irit Katriel · 4 years, 3 months ago
  22. b30b25b [3.9] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26142) by Antoine Pitrou · 4 years, 3 months ago
  23. 133013e bpo-28146: Fix a confusing error message in str.format() (GH-24213) by Miss Islington (bot) · 4 years, 3 months ago
  24. 9b90ce6 [3.9] Revert "[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067)" (GH-26077) by Ken Jin · 4 years, 3 months ago
  25. 88136bb [3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067) (GH-26075) by Ken Jin · 4 years, 3 months ago
  26. 1be9396 bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26063) by Miss Islington (bot) · 4 years, 3 months ago
  27. 0cb9775 bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964) (GH-26052) by Steve Dower · 4 years, 3 months ago
  28. 6c190b5 [3.9] bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None (GH-25438) (GH-26053) by Erlend Egeberg Aasland · 4 years, 3 months ago
  29. 23822e2 bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) by Steve Dower · 4 years, 3 months ago
  30. b391b9b bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) by Miss Islington (bot) · 4 years, 4 months ago
  31. ea93270 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) by Miss Islington (bot) · 4 years, 4 months ago
  32. df99532 bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) by Miss Islington (bot) · 4 years, 4 months ago
  33. e733e99 bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25864) by Miss Islington (bot) · 4 years, 4 months ago
  34. 8a59574 [3.9] bpo-43882 Remove the newline, and tab early. From query and fragments. (#25853) by Senthil Kumaran · 4 years, 4 months ago
  35. 5374fbc bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815) by Miss Islington (bot) · 4 years, 4 months ago
  36. 491fde0 [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725) by Miss Islington (bot) · 4 years, 4 months ago
  37. 629ef0f bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688) by Miss Islington (bot) · 4 years, 4 months ago
  38. 2dc6b17 bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) by Irit Katriel · 4 years, 4 months ago
  39. d0698c6 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) by Miss Islington (bot) · 4 years, 4 months ago
  40. 04bcfe0 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Miss Islington (bot) · 4 years, 4 months ago
  41. e259a77 [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555) by Christian Heimes · 4 years, 4 months ago
  42. cdf0287 [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451) by Christian Heimes · 4 years, 4 months ago
  43. e1903e1 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) by Victor Stinner · 4 years, 4 months ago
  44. 6379924 [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370) by Ethan Furman · 4 years, 4 months ago
  45. 0983e01 bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) by Miss Islington (bot) · 4 years, 4 months ago
  46. 6ec2fb4 bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) by Miss Islington (bot) · 4 years, 4 months ago
  47. 54d89a3 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Miss Islington (bot) · 4 years, 4 months ago
  48. 4a5c101 bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) by Miss Islington (bot) · 4 years, 4 months ago
  49. b3e8722 Fix broken test for MutableSet.pop() (GH-25209) (GH-25269) by Miss Islington (bot) · 4 years, 4 months ago
  50. 0af99b4 bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
  51. 8a34a07 bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205) by Miss Islington (bot) · 4 years, 5 months ago
  52. 013c30e bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25200) by Miss Islington (bot) · 4 years, 5 months ago
  53. c7b0fec [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) by Gregory P. Smith · 4 years, 5 months ago
  54. 7ad56e2 [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) by Irit Katriel · 4 years, 5 months ago
  55. fabdd25 bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112) by Miss Islington (bot) · 4 years, 5 months ago
  56. b500bd8 bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  57. ff4715a bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083) by Miss Islington (bot) · 4 years, 5 months ago
  58. acb5849 bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046) by Miss Islington (bot) · 4 years, 5 months ago
  59. f1d53bc bpo-43659: Fix test_curses on AIX (GH-25074) by Miss Islington (bot) · 4 years, 5 months ago
  60. 5334605 bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) by Miss Islington (bot) · 4 years, 5 months ago
  61. ed753d9 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Miss Islington (bot) · 4 years, 5 months ago
  62. 994a519 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975) by Miss Islington (bot) · 4 years, 5 months ago
  63. c145c03 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Miss Islington (bot) · 4 years, 5 months ago
  64. ac17ed6 [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948) by Antoine Pitrou · 4 years, 5 months ago
  65. e8e3419 bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) by Miss Islington (bot) · 4 years, 5 months ago
  66. 3365e68 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Miss Islington (bot) · 4 years, 5 months ago
  67. aa967ec bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Miss Islington (bot) · 4 years, 5 months ago
  68. 7dcb4ba bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by Miss Islington (bot) · 4 years, 5 months ago
  69. 32717b9 bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832) by Miss Islington (bot) · 4 years, 5 months ago
  70. 531f2eb bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24817) by Miss Islington (bot) · 4 years, 5 months ago
  71. f814675 [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811) by Pablo Galindo · 4 years, 5 months ago
  72. c6e7cf1 bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Miss Islington (bot) · 4 years, 5 months ago
  73. 1385f83 [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761) by Miss Islington (bot) · 4 years, 6 months ago
  74. 0e76157 [3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24750) by Miss Islington (bot) · 4 years, 6 months ago
  75. bf56684 [3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) (#24725) by Senthil Kumaran · 4 years, 6 months ago
  76. 8b795ab bpo-42500: Fix recursion in or after except (GH-23568) (#24501) by Mark Shannon · 4 years, 6 months ago
  77. 6c4c117 bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Miss Islington (bot) · 4 years, 6 months ago
  78. 540749e bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Miss Islington (bot) · 4 years, 6 months ago
  79. adea9b8 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Miss Islington (bot) · 4 years, 6 months ago
  80. d51436f bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  81. 44fe320 [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616) by Neil Schemenauer · 4 years, 6 months ago
  82. f9d1bf2 [3.9] bpo-43272: Fix old parser test failures for backported grammar constructs (GH-24591) by Pablo Galindo · 4 years, 6 months ago
  83. c9f0781 [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528) by Senthil Kumaran · 4 years, 6 months ago
  84. 29584aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452) by Miss Islington (bot) · 4 years, 7 months ago
  85. 0874491 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  86. 304f9d2 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407) by Miss Islington (bot) · 4 years, 7 months ago
  87. d6675fe bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) by Miss Islington (bot) · 4 years, 7 months ago
  88. e9d4960 [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) by Serhiy Storchaka · 4 years, 7 months ago
  89. f8cfe54 [3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322) by Andrey Bienkowski · 4 years, 7 months ago
  90. f2df795 [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321) by Andrey Bienkowski · 4 years, 7 months ago
  91. 6893523 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) by cptpcrd · 4 years, 7 months ago
  92. a90539f bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243) by Miss Islington (bot) · 4 years, 7 months ago
  93. 799722c [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232) by Jason R. Coombs · 4 years, 7 months ago
  94. 9ab4dd4 [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155) by Ethan Furman · 4 years, 7 months ago
  95. 9b3a53a [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) by Serhiy Storchaka · 4 years, 8 months ago
  96. b0ee2b4 [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) by Serhiy Storchaka · 4 years, 8 months ago
  97. 0303008 [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) by Serhiy Storchaka · 4 years, 8 months ago
  98. bfc413c [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069) by Pablo Galindo · 4 years, 8 months ago
  99. 9a608ac [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068) by Lysandros Nikolaou · 4 years, 8 months ago
  100. 39a7578 bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Miss Islington (bot) · 4 years, 8 months ago