summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)Victor Stinner2019-04-091-18/+38
* [3.7] bpo-36216: Only print test messages when verbose (GH-12291)Steve Dower2019-03-121-1/+2
* bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)Victor Stinner2019-03-111-0/+8
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+24
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-053-21/+25
* [2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ...Tzu-ping Chung2019-02-191-3/+44
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-151-19/+43
* Fixup from test_ssl test_default_ecdh_curve (GH-11877)stratakis2019-02-151-0/+3
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-151-30/+35
* [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...stratakis2019-02-151-16/+21
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569)Miss Islington (bot)2019-01-152-0/+44
* [2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...Serhiy Storchaka2019-01-151-2/+6
* bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. ...Serhiy Storchaka2019-01-122-1/+105
* bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (...Senthil Kumaran2019-01-101-2/+1
* [2.7] bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#...Sanyam Khurana2019-01-091-2/+48
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-201-0/+5
* 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-052-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-061-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-162-1/+1034
* [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson2018-09-131-0/+2