summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken manpage link (GH-21937)Tim Burke2020-09-151-1/+1
* bpo-39587: Enum - use correct mixed-in data type (GH-22263)Ethan Furman2020-09-153-1/+56
* bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)Batuhan Taskaya2020-09-153-0/+46
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-1517-20/+20
* minor reformat of enum tests (GH-22259)Ethan Furman2020-09-151-26/+44
* Improve the description of difflib in the documentation (GH-22253)Mandeep2020-09-151-2/+2
* bpo-41631: _ast module uses again a global state (#21961)Victor Stinner2020-09-157-309/+160
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)Neeraj Samtani2020-09-151-5/+5
* bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)Raymond Hettinger2020-09-151-51/+0
* bpo-40721: add note about enum member name case (GH-22231)Ethan Furman2020-09-141-0/+6
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Václav Slavík2020-09-145-4/+8
* bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...Zackery Spytz2020-09-141-3/+3
* Fix a typo in locale Docs (#22233)abdo2020-09-141-1/+1
* bpo-41513: Add docs and tests for hypot() (GH-22238)Raymond Hettinger2020-09-143-7/+63
* bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)Ned Deily2020-09-141-3/+24
* bpo-41778: Change a punctuation on documentation. (GH-22229)Emmanuel Arias2020-09-131-2/+2
* bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)Zackery Spytz2020-09-132-1/+7
* bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...Sergey Fedoseev2020-09-131-3/+3
* bpo-41672: Fix type mismatches in imaplib docs (GH-22207)Norbert Cyran2020-09-121-2/+2
* bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)Victor Stinner2020-09-123-9/+23
* bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)Terry Jan Reedy2020-09-122-1/+2
* bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)Terry Jan Reedy2020-09-121-1/+1
* [doc] struct: update note about network byte order form to be more helpful (G...Stargirl Flowers2020-09-111-2/+4
* Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)Benjamin Peterson2020-09-101-27/+28
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)Mark Roseman2020-09-102-1/+2
* bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)Mohamed Koubaa2020-09-102-30/+50
* Update logging documentation to tidy up formatting (GH-22173)Bar Harel2020-09-101-2/+1
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Andre Delfino2020-09-101-1/+1
* Update idlelib/help.html to current IDLE doc (GH-22181)Terry Jan Reedy2020-09-091-4/+4
* Add missing colon to IDLE doc markup (GH-22007)Andre Delfino2020-09-091-1/+1
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-0913-17/+693
* bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)Jakub Kulík2020-09-091-3/+2
* Add minor clarification in logging documentation. (GH-22167)Vinay Sajip2020-09-091-3/+3
* Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)Victor Stinner2020-09-091-1/+1
* bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...Hai Shi2020-09-092-0/+6
* bpo-1635741: port scproxy to multi-phase init (GH-22164)Mohamed Koubaa2020-09-092-13/+11
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Serhiy Storchaka2020-09-094-3/+8
* [doc] Fix padding in timeit (GH-22152)Andre Delfino2020-09-081-1/+1
* Fix typo in typing.py (GH-22121)Graham Bleaney2020-09-081-1/+1
* bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22...Irit Katriel2020-09-081-6/+56
* Fix incorrect bpo number in change notes. (GH-22151)Mark Shannon2020-09-081-1/+1
* bpo-1635741: Port mashal module to multi-phase init (#22149)Victor Stinner2020-09-082-16/+20
* bpo-1635741: Port _string module to multi-phase init (GH-22148)Victor Stinner2020-09-082-9/+7
* bpo-1635741: Convert _sha256 types to heap types (GH-22134)Mohamed Koubaa2020-09-083-103/+127
* bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)Mohamed Koubaa2020-09-082-81/+103
* bpo-41732: add iterator to memoryview (GH-22119)dxflores2020-09-082-1/+108
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-0712-94/+29
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Artem Bulgakov2020-09-074-1/+17
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Serhiy Storchaka2020-09-073-2/+19
* bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)Mohamed Koubaa2020-09-073-155/+273