summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve the description of difflib in the documentation (GH-22253) (GH-22260)Miss Islington (bot)2020-09-151-2/+2
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...Miss Islington (bot)2020-09-151-5/+5
* bpo-40721: add note about enum member name case (GH-22231)Miss Islington (bot)2020-09-141-0/+6
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Miss Islington (bot)2020-09-145-4/+8
* bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)Miss Islington (bot)2020-09-141-3/+24
* bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230)Miss Islington (bot)2020-09-131-2/+2
* [3.8] bpo-37479: Enum - use correct __format__ (GH-14545)Ethan Furman2020-09-135-6/+63
* bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...Miss Islington (bot)2020-09-131-3/+3
* bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218)Miss Islington (bot)2020-09-121-2/+2
* bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)Miss Islington (bot)2020-09-123-9/+23
* bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)Miss Islington (bot)2020-09-122-1/+2
* bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)Miss Islington (bot)2020-09-121-1/+1
* [doc] struct: update note about network byte order form to be more helpful (G...Miss Islington (bot)2020-09-111-2/+4
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) ...Miss Islington (bot)2020-09-102-1/+2
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Miss Islington (bot)2020-09-101-1/+1
* Update idlelib/help.html to current IDLE doc (GH-22181)Miss Islington (bot)2020-09-091-4/+4
* Add missing colon to IDLE doc markup (GH-22007)Miss Islington (bot)2020-09-091-1/+1
* [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language dataâ€...Miss Islington (bot)2020-09-091-0/+7
* Fixes dead links to Django's logging config docs (GH-20823) (GH-22171)Miss Islington (bot)2020-09-091-2/+2
* Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)Miss Islington (bot)2020-09-091-1/+1
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Miss Islington (bot)2020-09-094-3/+8
* [3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159)Miss Islington (bot)2020-09-081-1/+1
* [3.8] Fix typo in typing.py (GH-22121) (GH-22158)Mariatta2020-09-081-1/+1
* Post 3.8.6rc1Ɓukasz Langa2020-09-081-1/+1
* Merge tag 'v3.8.6rc1' into 3.8Ɓukasz Langa2020-09-0836-55/+319
|\
| * Python 3.8.6rc1v3.8.6rc1Ɓukasz Langa2020-09-0736-55/+319
* | bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Miss Islington (bot)2020-09-073-2/+19
|/
* bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135)Victor Stinner2020-09-071-1/+1
* closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)Miss Islington (bot)2020-09-061-1/+1
* bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning...Pablo Galindo2020-09-051-2/+3
* [3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (G...Miss Islington (bot)2020-09-041-0/+10
* [3.8] Fix error in argparse documentation example (GH-17399) (GH-21990)Miss Islington (bot)2020-09-041-2/+2
* [3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (...Miss Islington (bot)2020-09-042-0/+5
* [3.8] bpo-40486: Specify what happens if directory content change diring iter...Miss Islington (bot)2020-09-043-3/+17
* bpo-38585: Remove references to defusedexpat (GH-22095)Miss Islington (bot)2020-09-041-11/+3
* bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22086)Miss Islington (bot)2020-09-041-1/+4
* bpo-39010: Improve test shutdown (GH-22066) (#22083)Miss Islington (bot)2020-09-031-3/+11
* bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072)Miss Islington (bot)2020-09-033-2/+7
* bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035)Miss Islington (bot)2020-09-035-2/+37
* bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)Miss Islington (bot)2020-09-033-0/+60
* [doc] Remove references to PyChecker. (GH-22055)Miss Islington (bot)2020-09-022-14/+5
* Remove reference to Boa Constructor. (GH-22057)Miss Islington (bot)2020-09-021-6/+0
* [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...Pablo Galindo2020-09-013-2/+44
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...Miss Islington (bot)2020-08-303-0/+15
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)Miss Islington (bot)2020-08-302-7/+13
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Miss Islington (bot)2020-08-291-1/+1
* [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)Karthikeyan Singaravelan2020-08-282-1/+2
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...Miss Islington (bot)2020-08-273-6/+48
* bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)Miss Islington (bot)2020-08-273-1/+15
* [3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0...Elvis Pranskevichus2020-08-263-2/+41