summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...Mark Shannon2020-08-043-59/+114
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-0419-46/+58
* bpo-40275: Use new test.support helper submodules in tests (GH-21452)Hai Shi2020-08-046-54/+62
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-047-224/+258
* bpo-41431: Optimize dict_merge for copy (GH-21674)Inada Naoki2020-08-043-34/+75
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Victor Stinner2020-08-042-1/+4
* bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)Victor Stinner2020-08-041-1/+1
* bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)Victor Stinner2020-08-032-5/+15
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-0320-154/+185
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-0320-278/+324
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-0320-132/+154
* A (very) slight speed improvement for iterating over bytes (#21705)Guido van Rossum2020-08-031-6/+2
* bpo-41425: Make tkinter doc example runnable (GH-21706)Ankit Chandawala2020-08-032-13/+18
* bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)Nathan M2020-08-031-6/+5
* bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...Luciano Ramalho2020-08-022-614/+824
* random module: Convert a "while 1" to "while True (GH-21700)Raymond Hettinger2020-08-021-1/+1
* bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)Raymond Hettinger2020-08-012-1/+4
* bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)Karthikeyan Singaravelan2020-07-311-1/+4
* bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)Mark Shannon2020-07-3012-4577/+4358
* bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)Sebastien Williams-Wynn2020-07-291-1/+1
* closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)Benjamin Peterson2020-07-292-30/+15
* Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)Yonatan Goldschmidt2020-07-281-4/+2
* Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)Xiang Zhang2020-07-281-1/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-286-69/+25
* bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)Dmytro Litvinov2020-07-281-1/+1
* bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)Zackery Spytz2020-07-287-1/+17
* Validate the AST produced by the parser in debug mode (GH-21643)Pablo Galindo2020-07-271-0/+9
* bpo-41045: Document debug feature of f-strings ('=') (GH-21509)amaajemyfren2020-07-272-5/+33
* bpo-40939: Remove even more references to the old parser (GH-21642)Lysandros Nikolaou2020-07-275-17/+0
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-274-210/+91
* bpo-41401: Fix test_fspath_support in test_io. (GH-21640)Serhiy Storchaka2020-07-271-1/+1
* bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)pxinwr2020-07-272-0/+3
* bpo-41340: Removed fallback implementation for strdup (GH-21634)wasiher2020-07-275-29/+2
* bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)Akuli2020-07-273-1/+7
* Fix atexitmodule doc (GH-21456)linchiwei1232020-07-261-1/+1
* Delete remaining references to Grammar/Grammar from docs (#21624)Guido van Rossum2020-07-267-396/+4
* bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)Serhiy Storchaka2020-07-261-2/+4
* bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#1...Shankar Jha2020-07-251-2/+19
* bpo-41314: fixed annotations __future__ version (GH-21616)YoSTEALTH2020-07-253-13/+15
* bpo-38731: Add --quiet option to py_compile CLI (GH-17134)Gregory Schevchenko2020-07-256-53/+137
* bpo-37309: NEWS for #41373 (GH-21612)Terry Jan Reedy2020-07-251-0/+4
* bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...Serhiy Storchaka2020-07-252-0/+14
* bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)Alex Grönholm2020-07-233-7/+27
* bpo-41366: Fix clang warning for sign conversion (GH-21592)Henry Schreiner2020-07-231-1/+1
* bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)Zackery Spytz2020-07-232-3/+3
* bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)Abhijeet Kasurde2020-07-232-4/+29
* Stick with the phrase "default parameter value" (GH-21590)Andre Delfino2020-07-221-2/+2
* bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)Stefan Krah2020-07-222-0/+377
* bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)wyfo2020-07-223-6/+21
* bpo-41364: Reduce import overhead of uuid module (GH-21586)Steve Dower2020-07-212-7/+10