summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-27485: Change urlparse tests to use private methods. (GH-7070)Cheryl Sabella2018-06-031-12/+12
* bpo-33744: Fix test_uu. (GH-7350)Serhiy Storchaka2018-06-031-78/+26
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Zackery Spytz2018-06-021-2/+3
* Fix typo in datamodel.rst (GH-6964)Zach Mitchell2018-06-021-1/+1
* Docs: fix some wrong words (GH-6987)Eitan Adler2018-06-022-3/+3
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-0226-2/+98
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Cheryl Sabella2018-06-026-35/+79
* bpo-33615: Re-enable a subinterpreter test. (gh-7251)Eric Snow2018-06-024-23/+42
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Cheryl Sabella2018-06-016-29/+40
* bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh...Eric Snow2018-06-011-32/+33
* bpo-29235: Make cProfile.Profile a context manager (GH-6808)Scott Sanderson2018-06-014-0/+52
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)Victor Stinner2018-06-011-2/+5
* bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)Victor Stinner2018-06-011-1/+1
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)pkerling2018-06-012-12/+4
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Vinay Sajip2018-06-012-12/+12
* bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)Vinay Sajip2018-06-011-2/+1
* bpo-33718: regrtest: enhance "running:" formatting (GH-7292)Victor Stinner2018-06-013-43/+51
* bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)Victor Stinner2018-06-011-0/+8
* bpo-33606: improve logging performance when logger is disabled (GH-7285)Timo Furrer2018-06-012-0/+15
* bpo-33718: regrtest keeps filters to re-run fails (GH-7291)Victor Stinner2018-05-311-17/+22
* bpo-33717: pythoninfo: add CC --version (#7290)Victor Stinner2018-05-311-0/+29
* bpo-33615: Temporarily disable a test that is triggering crashes on a few bui...Eric Snow2018-05-311-0/+2
* bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)Victor Stinner2018-05-312-1/+3
* bpo-32911: Add the historical note about the magic number. (GH-7273)Serhiy Storchaka2018-05-312-111/+113
* Fix "ditribution" typo in NEWS entry. (GH-7274)Ned Deily2018-05-311-1/+1
* Adds new upload script for Windows releases (GH-7268)Steve Dower2018-05-311-0/+121
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-3123-60/+56
* bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)Serhiy Storchaka2018-05-313-5/+8
* bpo-33532: Fix multiprocessing test_ignore() (#7262)Victor Stinner2018-05-311-2/+2
* bpo-31368: Enhance os.preadv() documentation (GH-7254)Pablo Galindo2018-05-302-98/+118
* 3.6 what's new: fix a reference to PEP 528 (#7113)Dmitry Shachnev2018-05-301-1/+1
* bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)Andrés Delfino2018-05-301-9/+7
* bpo-33691: Add _PyAST_GetDocString(). (GH-7236)Serhiy Storchaka2018-05-305-58/+48
* Improve ensurepip's --help (GH-4686)Wieland Hoffmann2018-05-301-3/+3
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-306-6/+59
* Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)Yury Selivanov2018-05-301-4/+2
* A better fix for asyncio test_stdin_broken_pipe (#7221)Yury Selivanov2018-05-301-2/+4
* Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)Yury Selivanov2018-05-303-42/+0
* Fix typo introduced in GH-7217 (#7230)Elvis Pranskevichus2018-05-301-1/+1
* bpo-32684: Fix nits in tests (GH-7225)Yury Selivanov2018-05-291-3/+3
* Fix whatsnew entry about ThreadedHTTPServer. (GH-7220)Julien Palard2018-05-291-1/+1
* bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)Elvis Pranskevichus2018-05-292-0/+4
* bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)Elvis Pranskevichus2018-05-295-3/+100
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Yury Selivanov2018-05-294-2/+46
* bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195)Géry Ogam2018-05-293-6/+6
* bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)Yury Selivanov2018-05-293-0/+42
* bpo-30935: update get_event_loop docs (GH-2731)Mandeep Singh2018-05-292-2/+5
* Attempt to fix test_stdin_broken_pipe on Travis (#7210)Yury Selivanov2018-05-291-0/+1
* bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)Serhiy Storchaka2018-05-291-4/+23
* bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636)Dong-hee Na2018-05-293-19/+55