summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Miss Islington (bot)2020-06-013-11/+48
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Miss Islington (bot)2020-05-301-5/+6
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-294-16/+52
* bpo-40784: Fix sqlite3 deterministic test (GH-20448)Miss Islington (bot)2020-05-291-9/+27
* [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...Andrew Kuchling2020-05-292-3/+5
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-293-0/+30
* Note the output ordering of combinatoric functions (GH-19732) (GH-20502)Miss Islington (bot)2020-05-281-9/+9
* Improve IO tutorial's "Old string formatting" section (GH-16251)Miss Islington (bot)2020-05-281-5/+5
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Miss Islington (bot)2020-05-276-41/+79
* bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)Miss Islington (bot)2020-05-275-0/+21
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Miss Islington (bot)2020-05-273-0/+31
* bpo-39073: validate Address parts to disallow CRLF (GH-19007)Miss Islington (bot)2020-05-273-0/+25
* Clean up compatibility code in importlib fixtures (GH-19156) (#19543)Miss Islington (bot)2020-05-271-16/+2
* Fix the link to ncurses patch download in macos installer build script (GH-20...Miss Islington (bot)2020-05-271-1/+1
* bpo-39244: multiprocessing return default start method first on macOS (GH-18625)Miss Islington (bot)2020-05-263-4/+9
* [3.8] bpo-38580: Document that select() accepts iterables, not just sequences...Tal Einat2020-05-263-8/+8
* [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...Zackery Spytz2020-05-263-0/+13
* bpo-39301: State that floor division is used for right shift operations (GH-2...Miss Islington (bot)2020-05-261-4/+2
* bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)Miss Islington (bot)2020-05-262-1/+3
* bpo-40745: Fix typos in NewType docs (GH-20379)Miss Islington (bot)2020-05-261-2/+2
* closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...Miss Islington (bot)2020-05-261-8/+8
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-252-2/+2
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-245-6/+66
* [3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)Terry Jan Reedy2020-05-241-2/+18
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-243-1/+4
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Miss Islington (bot)2020-05-231-5/+5
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Miss Islington (bot)2020-05-231-1/+1
* [3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-223-2/+25
* bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)Miss Islington (bot)2020-05-221-5/+3
* bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loo...Miss Islington (bot)2020-05-221-1/+1
* Reword aware/naive introduction sentence (GH-20175)Miss Islington (bot)2020-05-221-1/+2
* [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)Miss Islington (bot)2020-05-211-8/+2
* bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139)...Miss Islington (bot)2020-05-211-0/+2
* s/wakup/wakeup (GH-20250)Miss Islington (bot)2020-05-201-1/+1
* Use v2 of GitHub Actions where available (GH-20232)Miss Islington (bot)2020-05-203-5/+5
* bpo-39631: Adds NEWS entry (GH-20227)Miss Islington (bot)2020-05-191-0/+2
* bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)Miss Islington (bot)2020-05-191-2/+2
* bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)Miss Islington (bot)2020-05-192-0/+5
* Doc: Python 3.10 in sidebar and version switcher. (GH-20209)Miss Islington (bot)2020-05-192-2/+4
* bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)Miss Islington (bot)2020-05-191-4/+8
* bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)Miss Islington (bot)2020-05-183-6/+6
* bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...Miss Islington (bot)2020-05-182-1/+2
* bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)Miss Islington (bot)2020-05-182-2/+7
* bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)Miss Islington (bot)2020-05-181-4/+4
* bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)Miss Islington (bot)2020-05-183-8/+17
* bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...Miss Islington (bot)2020-05-183-7/+23
* Doc: change 'Posix' for 'POSIX' (GH-20001)Miss Islington (bot)2020-05-173-6/+6
* Doc: move a dot outside double quotes (GH-20007)Miss Islington (bot)2020-05-171-1/+1