summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...Miss Islington (bot)2018-10-111-0/+14
* [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-10-111-1/+5
* [3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-...twisteroid ambassador2018-10-101-0/+68
* bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)Miss Islington (bot)2018-10-091-6/+93
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Miss Islington (bot)2018-10-091-1/+32
* [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...Miss Islington (bot)2018-10-061-0/+17
* [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...Elvis Pranskevichus2018-10-031-0/+36
* bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...Miss Islington (bot)2018-10-021-0/+6
* closes bpo-34868: Improve error message with '_' is combined with an invalid ...Miss Islington (bot)2018-10-021-0/+3
* Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)Miss Islington (bot)2018-09-271-2/+3
* bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589)Victor Stinner2018-09-261-2/+5
* [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...Miss Islington (bot)2018-09-263-0/+58
* bpo-33937: Catch ENOMEM error in test_socket (GH-9557)Miss Islington (bot)2018-09-251-2/+13
* [3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)Steve Dower2018-09-241-6/+17
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-243-2/+78
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-0/+207
* Fixes tests requiring extra environment values on Windows (GH-9463)Steve Dower2018-09-204-89/+112
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)Christian Heimes2018-09-2017-576/+787
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-188-30/+298
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-171-27/+0
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Miss Islington (bot)2018-09-171-0/+14
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Miss Islington (bot)2018-09-171-0/+23
* bpo-31132: Remove prlimit permission test. (GH-9280)Miss Islington (bot)2018-09-131-3/+0
* bpo-34661: Fix test skipping call. (GH-9266)Miss Islington (bot)2018-09-131-1/+1
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Miss Islington (bot)2018-09-131-0/+2
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-131-8/+9
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Miss Islington (bot)2018-09-131-3/+3
* [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...Benjamin Peterson2018-09-121-1/+13
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-121-0/+8
* [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+15
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)Miss Islington (bot)2018-09-111-0/+30
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-101-2/+59
* Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)Miss Islington (bot)2018-09-101-1/+1
* [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)Pablo Galindo2018-09-081-0/+32
* [3.6] bpo-34007: Skip traceback tests if the Program Counter is not available...Pablo Galindo2018-09-071-0/+9
* [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)Zackery Spytz2018-09-071-2/+0
* [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) ...Miss Islington (bot)2018-09-051-0/+36
* bpo-13312: Avoid int underflow in time year. (GH-8912)Miss Islington (bot)2018-08-251-6/+5
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Miss Islington (bot)2018-08-242-2/+18
* [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)Miss Islington (bot)2018-08-161-0/+5
* [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)Christian Heimes2018-08-1520-459/+759
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)Christian Heimes2018-08-151-19/+30
* bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)Christian Heimes2018-08-142-7/+27
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Miss Islington (bot)2018-08-071-0/+14
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Steve Dower2018-08-071-0/+4
* [3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-291/+182
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Pablo Galindo2018-08-031-3/+4
* [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...Serhiy Storchaka2018-07-312-15/+62
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Miss Islington (bot)2018-07-281-0/+25