summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella2018-04-021-1/+68
* bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...scoder2018-03-241-0/+33
* [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...xdegaye2018-03-131-11/+57
* [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...Miss Islington (bot)2018-03-111-0/+28
* [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)Jamie Davis2018-03-061-0/+10
* [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-042-1/+31
* bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)bennorth2018-02-262-0/+28
* bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)Christian Heimes2018-02-251-1/+5
* bpo-31518: Change TLS protocol for Debian (#3661)Christian Heimes2018-02-244-9/+9
* [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)Anselm Kruis2018-02-232-1/+35
* [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...Miss Islington (bot)2018-02-211-0/+8
* [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)Serhiy Storchaka2018-02-091-0/+9
* allow the test suite to pass if the strop module doesn't exist (GH-5566)Benjamin Peterson2018-02-061-1/+2
* [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH...Serhiy Storchaka2018-02-023-4/+21
* bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (G...Victor Stinner2018-01-291-1/+2
* bpo-32667: Fix tests when $PATH contains a file (#5324)Victor Stinner2018-01-251-1/+1
* Use assertItemsEqual instead of assertEqual. (#5224)Gregory P. Smith2018-01-171-3/+3
* pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)Miss Islington (bot)2018-01-171-1/+13
* bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...Anthony Sottile2018-01-151-0/+50
* bpo-32482: Improve syntax and grammar tests. (#5085)Serhiy Storchaka2018-01-043-177/+397
* bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)Benjamin Peterson2018-01-021-16/+11
* [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. ...Serhiy Storchaka2018-01-021-0/+74
* bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)Miss Islington (bot)2018-01-011-8/+30
* [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (G...Serhiy Storchaka2017-12-271-235/+395
* pythoninfo: sync with master (#4843)Victor Stinner2017-12-132-35/+143
* Fix improper use of re.escape() in tests. (GH-4814) (#4817)Miss Islington (bot)2017-12-121-1/+1
* bpo-30806: Fix netrc.__repr__() format (GH-2491)Steven Loria2017-12-101-3/+7
* [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...Serhiy Storchaka2017-12-023-11/+45
* [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)Barry Warsaw2017-11-291-13/+11
* bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636)Miss Islington (bot)2017-11-291-2/+4
* bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...Miss Islington (bot)2017-11-291-2/+16
* pythoninfo: add Py_DEBUG (#4198) (#4581)Victor Stinner2017-11-271-0/+8
* bpo-31324: Optimize support._match_test() (#4523) (#4524)Victor Stinner2017-11-233-15/+118
* test_builtin: TestExecFile removes created file (#4525)Victor Stinner2017-11-231-7/+17
* bpo-29512: Fix Lib/test/bisect.py shebang (#4522)Victor Stinner2017-11-231-1/+1
* [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads....Serhiy Storchaka2017-11-101-0/+32
* Fix a test for select.kevent. (#4349)Serhiy Storchaka2017-11-091-3/+6
* Fix DeprecationWarning in tests (#4345)Victor Stinner2017-11-082-0/+10
* [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...Oren Milman2017-11-071-0/+16
* bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260)Miss Islington (bot)2017-11-031-2/+4
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...Miss Islington (bot)2017-11-011-1/+8
* bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)Miss Islington (bot)2017-11-011-9/+13
* Fix test_socket.test_create_connection() (GH-4206) (#4209)Miss Islington (bot)2017-11-011-0/+4
* [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)Serhiy Storchaka2017-10-311-8/+24
* bpo-31629: Add support.SaveSignals (#4183) (#4188)Victor Stinner2017-10-312-1/+45
* [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...Serhiy Storchaka2017-10-291-6/+29
* [2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD....Serhiy Storchaka2017-10-241-3/+9
* [2.7] bpo-31752: Fix possible crash in timedelta constructor called with cust...Serhiy Storchaka2017-10-231-0/+40
* [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077)Serhiy Storchaka2017-10-221-0/+20
* Fix py3k warnings in 1/0 in tests. (#4072)Serhiy Storchaka2017-10-221-2/+2