summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)Miss Islington (bot)2020-05-163-38/+33
* bpo-40636: Clarify the zip built-in docstring. (GH-20118)Miss Islington (bot)2020-05-152-6/+10
* bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)Miss Islington (bot)2020-05-152-11/+44
* [3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)Christian Heimes2020-05-153-1/+12
* bpo-40479: Test with latest OpenSSL versions (GH-20108)Miss Islington (bot)2020-05-152-3/+60
* bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Miss Islington (bot)2020-05-152-0/+9
* [3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)Victor Stinner2020-05-151-11/+27
* bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)Miss Islington (bot)2020-05-153-5/+7
* Post 3.8.3Łukasz Langa2020-05-131-1/+1
* Python 3.8.3v3.8.3Łukasz Langa2020-05-1315-22/+113
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Miss Islington (bot)2020-05-112-0/+17
* Make the first dataclass example more useful (GH-19994) (GH-19997)Miss Islington (bot)2020-05-081-0/+2
* [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)Miss Islington (bot)2020-05-082-0/+5
* bpo-40527: Fix command line argument parsing (GH-19955)Miss Islington (bot)2020-05-063-7/+29
* [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...Robert Rouhani2020-05-062-7/+8