summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)Miss Islington (bot)2021-06-241-3/+8
* bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...Miss Islington (bot)2021-06-121-0/+2
* [3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...Ɓukasz Langa2021-05-121-0/+46
* bpo-44070: No longer eagerly makes import filenames absolute, except for exte...Steve Dower2021-05-121-2/+2
* bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)Miss Islington (bot)2021-05-071-2/+1
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-061-1/+9
* [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-051-0/+48
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-023-2/+8
* bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)...Miss Islington (bot)2021-04-281-7/+11
* [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...Pete Wicken2021-04-261-0/+17
* [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)Irit Katriel2021-04-261-0/+24
* bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)Miss Islington (bot)2021-04-261-0/+10
* bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)Miss Islington (bot)2021-04-231-0/+18
* [3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent ...Christian Heimes2021-04-231-3/+8
* [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-1715-709/+986
* bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...Miss Islington (bot)2021-04-161-0/+4
* bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)...Victor Stinner2021-04-161-2/+5
* [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...Ethan Furman2021-04-121-0/+32
* bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)Miss Islington (bot)2021-04-121-1/+4
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-094-60/+68
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Miss Islington (bot)2021-04-091-1/+3
* [3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25...Miss Islington (bot)2021-04-091-0/+5
* Fix broken test for MutableSet.pop() (GH-25209) (GH-25270)Miss Islington (bot)2021-04-071-2/+6
* bpo-43176: Fix processing of empty dataclasses (GH-24484)Miss Islington (bot)2021-04-061-0/+24
* bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...Miss Islington (bot)2021-04-051-0/+18
* [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)Miss Islington (bot)2021-04-021-0/+13
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)Miss Islington (bot)2021-03-311-1/+7
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-301-0/+3
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-291-0/+15
* bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25047)Miss Islington (bot)2021-03-291-0/+2
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...Miss Islington (bot)2021-03-291-26/+60
* bpo-43659: Fix test_curses on AIX (GH-25074)Miss Islington (bot)2021-03-291-0/+1
* bpo-42988: Remove the pydoc getfile feature (GH-25015)Miss Islington (bot)2021-03-291-6/+0
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-211-0/+22
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Miss Islington (bot)2021-03-181-0/+29
* [3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)Gregory P. Smith2021-03-151-1/+26
* [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)Senthil Kumaran2021-03-131-1/+39
* bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)Miss Islington (bot)2021-03-101-3/+13
* [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)Pablo Galindo2021-03-102-0/+31
* [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Antoine Pitrou2021-03-061-0/+50
* [3.8] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-041-0/+23
* bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)Miss Islington (bot)2021-03-031-0/+37
* bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)Miss Islington (bot)2021-02-261-1/+1
* bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)Miss Islington (bot)2021-02-251-4/+4
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-221-0/+27
* [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)Senthil Kumaran2021-02-152-27/+70
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-011-36/+56
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)Miss Islington (bot)2021-02-011-5/+23
* [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)Serhiy Storchaka2021-01-311-214/+771
* [3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...Andrey Bienkowski2021-01-261-0/+23