summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add anchor for finders and loadersbpo-41855-backport-fixJason R. Coombs2020-09-241-0/+2
* Add blurb.Jason R. Coombs2020-09-241-0/+4
* bpo-41855: Backport fixes from importlib_metadata 1.5.2.Jason R. Coombs2020-09-243-27/+28
* bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-243-1/+4
* [3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Thomas Grainger2020-09-243-6/+91
* Post 3.8.6ナ「kasz Langa2020-09-241-1/+1
* Merge tag 'v3.8.6' into 3.8ナ「kasz Langa2020-09-2420-29/+175
|\
| * Python 3.8.6v3.8.6ナ「kasz Langa2020-09-2320-29/+175
* | bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)Miss Islington (bot)2020-09-231-0/+10
* | [3.8] bpo-41841: Prepare IDLE News for 3.8.7 (GH-22381)Terry Jan Reedy2020-09-231-2/+7
|/
* bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)Miss Islington (bot)2020-09-222-0/+27
* bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Miss Islington (bot)2020-09-224-42/+51
* fix `EventType` basesMiss Islington (bot)2020-09-222-6/+7
* bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Miss Islington (bot)2020-09-214-9/+8
* bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-213-0/+13
* bpo-41811: create SortKey members using first given value (GH-22316) (GH-22326)Miss Islington (bot)2020-09-192-3/+7
* bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-2...Victor Stinner2020-09-183-5/+14
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-182-15/+22
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300)Miss Islington (bot)2020-09-188-69/+70
* [3.8] Remove duplicated words words (GH-20413). (GH-22297)Serhiy Storchaka2020-09-184-4/+4
* [3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283)Ethan Furman2020-09-164-2/+21
* _auto_called cleanup (GH-22285)Miss Islington (bot)2020-09-162-1/+12
* bpo-41517: do not allow Enums to be extended (GH-22271)Miss Islington (bot)2020-09-163-5/+18
* bpo-41789: honor object overrides in Enum classes (GH-22250)Miss Islington (bot)2020-09-153-1/+14
* bpo-39587: Enum - use correct mixed-in data type (GH-22263)Miss Islington (bot)2020-09-153-1/+56
* 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-131-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-112-1/+2
* bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)Miss Islington (bot)2020-09-111-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-091-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-084-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ナ「kasz Langa2020-09-081-1/+1
* Merge tag 'v3.8.6rc1' into 3.8ナ「kasz Langa2020-09-0836-55/+319
|\