summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 3.7.1finalv3.7.1Ned Deily2018-10-201-3/+2
* bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-983...Miss Islington (bot)2018-10-201-2/+6
* 3.7.1rc2v3.7.1rc2Ned Deily2018-10-131-2/+3
* bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-98...Miss Islington (bot)2018-10-131-0/+4
* bpo-34900: Make TestCase.debug() work with subtests (GH-9707)Miss Islington (bot)2018-10-122-1/+15
* bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...Miss Islington (bot)2018-10-121-0/+1
* [3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...Serhiy Storchaka2018-10-111-0/+14
* [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-101-3/+3
* bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)Miss Islington (bot)2018-10-091-6/+93
* bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)Miss Islington (bot)2018-10-092-4/+69
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Miss Islington (bot)2018-10-091-1/+32
* bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)Miss Islington (bot)2018-10-072-0/+117
* bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)Miss Islington (bot)2018-10-072-2/+18
* bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738)Miss Islington (bot)2018-10-062-3/+22
* Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725)Serhiy Storchaka2018-10-051-1/+1
* bpo-34906: Doc: Fix typos (GH-9712)Miss Islington (bot)2018-10-051-1/+1
* Fix a typo ssl.py docstring (GH-9697) (GH-9709)Miss Islington (bot)2018-10-051-1/+1
* bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701)Miss Islington (bot)2018-10-041-1/+1
* [3.7] 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-022-24/+56
* closes bpo-34868: Improve error message with '_' is combined with an invalid ...Miss Islington (bot)2018-10-021-0/+3
* bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)Miss Islington (bot)2018-09-301-2/+2
* bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)Miss Islington (bot)2018-09-301-1/+2
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Miss Islington (bot)2018-09-291-4/+4
* bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPAC...Miss Islington (bot)2018-09-281-1/+1
* bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)Miss Islington (bot)2018-09-281-1/+5
* Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)Miss Islington (bot)2018-09-271-2/+3
* bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...Miss Islington (bot)2018-09-271-4/+4
* Merge tag 'v3.7.1rc1' into 3.7Ned Deily2018-09-271-121/+135
|\
| * 3.7.1rc1v3.7.1rc1Ned Deily2018-09-261-121/+135
* | Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-261-6/+2
* | bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)Miss Islington (bot)2018-09-263-0/+56
|/
* bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)Miss Islington (bot)2018-09-251-0/+7
* bpo-33937: Catch ENOMEM error in test_socket (GH-9557)Miss Islington (bot)2018-09-251-2/+13
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Miss Islington (bot)2018-09-2510-29/+971
* bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)Miss Islington (bot)2018-09-251-2/+15
* bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)Miss Islington (bot)2018-09-241-0/+19
* bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)Miss Islington (bot)2018-09-241-6/+17
* [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)Christian Heimes2018-09-244-3/+79
* bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)Miss Islington (bot)2018-09-232-9/+11
* bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506)Serhiy Storchaka2018-09-232-25/+32
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-232-1/+201
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)Miss Islington (bot)2018-09-221-2/+4
* [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums ...Ethan Furman2018-09-222-31/+218
* bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)Miss Islington (bot)2018-09-221-0/+41
* bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)Miss Islington (bot)2018-09-221-1/+14
* Fixes tests requiring extra environment values on Windows (GH-9462)Steve Dower2018-09-206-91/+120
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-195-59/+19
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-188-30/+298