summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...Miss Islington (bot)2017-10-121-0/+24
* [3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)Miss Islington (bot)2017-10-121-2/+2
* [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...Miss Islington (bot)2017-10-101-0/+32
* [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...Serhiy Storchaka2017-10-081-0/+14
* [3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)Miss Islington (bot)2017-10-081-0/+2
* [3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...Miss Islington (bot)2017-10-071-0/+2
* [3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)3.6Miss Islington (bot)2017-10-051-4/+8
* [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Miss Islington (bot)2017-10-031-21/+33
* [3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...Miss Islington (bot)2017-10-031-0/+8
* [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...Miss Islington (bot)2017-10-021-0/+29
* [3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)Miss Islington (bot)2017-10-021-2/+19
* [3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...Miss Islington (bot)2017-09-301-1/+1
* [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...Miss Islington (bot)2017-09-301-0/+10
* [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...Miss Islington (bot)2017-09-291-1/+5
* [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...Serhiy Storchaka2017-09-281-0/+11
* [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)Miss Islington (bot)2017-09-271-0/+22
* bpo-31593: test_socketserver waits child processes (#3766)Victor Stinner2017-09-271-10/+22
* [3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...Serhiy Storchaka2017-09-271-0/+18
* [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...Miss Islington (bot)2017-09-271-0/+21
* [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...Serhiy Storchaka2017-09-271-0/+36
* [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...Serhiy Storchaka2017-09-271-0/+12
* [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...Miss Islington (bot)2017-09-261-0/+24
* bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746)Victor Stinner2017-09-252-0/+34
* [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...Miss Islington (bot)2017-09-241-0/+10
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)Miss Islington (bot)2017-09-221-2/+17
* [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...Miss Islington (bot)2017-09-191-0/+27
* [3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)Miss Islington (bot)2017-09-191-5/+12
* [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...Miss Islington (bot)2017-09-191-0/+20
* [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....Miss Islington (bot)2017-09-191-0/+11
* [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)Miss Islington (bot)2017-09-181-0/+20
* [3.6] bpo-31234: Join threads in tests (#3589)Victor Stinner2017-09-157-37/+59
* [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...Miss Islington (bot)2017-09-141-0/+25
* [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...Miss Islington (bot)2017-09-142-13/+76
* [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Miss Islington (bot)2017-09-141-0/+9
* [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)Miss Islington (bot)2017-09-141-0/+11
* [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)Miss Islington (bot)2017-09-141-0/+7
* [3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)Victor Stinner2017-09-132-1/+17
* [3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)Miss Islington (bot)2017-09-131-3/+3
* [3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)Miss Islington (bot)2017-09-131-0/+1
* [3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189...Miss Islington (bot)2017-09-131-1/+3
* [3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)Miss Islington (bot)2017-09-131-2/+6
* [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)Miss Islington (bot)2017-09-131-0/+3
* [3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)Miss Islington (bot)2017-09-121-12/+19
* [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)Victor Stinner2017-09-123-3/+4
* [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...Serhiy Storchaka2017-09-121-0/+15
* [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)Benjamin Peterson2017-09-122-0/+12
* [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-111-0/+11
* [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) Miss Islington (bot)2017-09-091-0/+29
* [3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534)...Miss Islington (bot)2017-09-081-0/+1
* [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)Christian Heimes2017-09-081-0/+32