summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158)Victor Stinner2018-12-142-1/+14
* bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120)Victor Stinner2018-12-121-7/+8
* bpo-11617: Try to strengthen test_httpservers (GH-11121)Victor Stinner2018-12-111-4/+4
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068)Victor Stinner2018-12-101-3/+54
* [2.7] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-1...Serhiy Storchaka2018-12-071-0/+2
* [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=125...native-api2018-12-062-6/+8
* Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-061-7/+0
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-052-23/+89
* bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)Miss Islington (bot)2018-12-051-8/+8
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)Miss Islington (bot)2018-12-042-0/+13
* Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833)Victor Stinner2018-11-303-3/+3
* bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) (GH-10817)Victor Stinner2018-11-301-24/+41
* Fix DeprecationWarning in test_bytes (GH-10805)Victor Stinner2018-11-301-2/+2
* bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804)Victor Stinner2018-11-291-0/+3
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801)Victor Stinner2018-11-293-7/+127
* pythoninfo: log more environment variable (GH-10719) (GH-10774)Victor Stinner2018-11-281-4/+45
* [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-...Serhiy Storchaka2018-11-201-35/+58
* closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...Miss Islington (bot)2018-11-051-1/+1
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-053-5/+5
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+10
* bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969)matthewbelisle-wf2018-10-301-0/+55
* bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072)Tal Einat2018-10-241-34/+12
* [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-1/+9
* [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (...Serhiy Storchaka2018-10-151-2/+16
* [2.7] Add new tests for bytes and bytearray constructors. (GH-9843) (#9866)Serhiy Storchaka2018-10-141-3/+56
* [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricte...Zackery Spytz2018-10-131-0/+11
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Victor Stinner2018-10-101-1/+37
* [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH...tzickel2018-10-031-0/+7
* [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-91...Serhiy Storchaka2018-09-221-0/+23
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* [2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397)Christian Heimes2018-09-2013-511/+700
* [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-...Serhiy Storchaka2018-09-181-0/+14
* [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156)xdegaye2018-09-152-1/+1034
* [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson2018-09-131-0/+2
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-111-0/+33
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+15
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Miss Islington (bot)2018-08-311-0/+9
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-262-2/+19
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-161-0/+5
* [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes2018-08-1415-373/+602
* [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-140/+147
* [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8...Zackery Spytz2018-08-061-6/+0
* bpo-34229: Check start and stop of slice object to be long when they are not ...Xtreak2018-07-261-1/+15
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-171-0/+10
* [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka2018-07-111-1/+130
* [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225)Tal Einat2018-07-101-2/+1
* [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-...Serhiy Storchaka2018-07-093-6/+10
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-091-5/+11
* [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-061-12/+34
* [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH...Serhiy Storchaka2018-07-051-2/+16