index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix the link to ncurses patch download in macos installer build script (GH-20...
Miss Islington (bot)
2020-05-27
1
-1/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
Miss Islington (bot)
2020-05-26
3
-4/+9
*
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
3
-8/+8
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Zackery Spytz
2020-05-26
3
-0/+13
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4/+2
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)
Miss Islington (bot)
2020-05-26
2
-1/+3
*
bpo-40745: Fix typos in NewType docs (GH-20379)
Miss Islington (bot)
2020-05-26
1
-2/+2
*
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...
Miss Islington (bot)
2020-05-26
1
-8/+8
*
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miss Islington (bot)
2020-05-25
2
-2/+2
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
5
-6/+66
*
[3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)
Terry Jan Reedy
2020-05-24
1
-2/+18
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
3
-1/+4
*
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
Miss Islington (bot)
2020-05-23
1
-5/+5
*
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Miss Islington (bot)
2020-05-23
1
-1/+1
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
3
-2/+25
*
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
Miss Islington (bot)
2020-05-22
1
-5/+3
*
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loo...
Miss Islington (bot)
2020-05-22
1
-1/+1
*
Reword aware/naive introduction sentence (GH-20175)
Miss Islington (bot)
2020-05-22
1
-1/+2
*
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
Miss Islington (bot)
2020-05-21
1
-8/+2
*
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139)...
Miss Islington (bot)
2020-05-21
1
-0/+2
*
s/wakup/wakeup (GH-20250)
Miss Islington (bot)
2020-05-20
1
-1/+1
*
Use v2 of GitHub Actions where available (GH-20232)
Miss Islington (bot)
2020-05-20
3
-5/+5
*
bpo-39631: Adds NEWS entry (GH-20227)
Miss Islington (bot)
2020-05-19
1
-0/+2
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Miss Islington (bot)
2020-05-19
1
-2/+2
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Miss Islington (bot)
2020-05-19
2
-0/+5
*
Doc: Python 3.10 in sidebar and version switcher. (GH-20209)
Miss Islington (bot)
2020-05-19
2
-2/+4
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Miss Islington (bot)
2020-05-19
1
-4/+8
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Miss Islington (bot)
2020-05-18
3
-6/+6
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Miss Islington (bot)
2020-05-18
2
-1/+2
*
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
Miss Islington (bot)
2020-05-18
2
-2/+7
*
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
Miss Islington (bot)
2020-05-18
1
-4/+4
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot)
2020-05-18
3
-8/+17
*
bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...
Miss Islington (bot)
2020-05-18
3
-7/+23
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Miss Islington (bot)
2020-05-17
3
-6/+6
*
Doc: move a dot outside double quotes (GH-20007)
Miss Islington (bot)
2020-05-17
1
-1/+1
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Miss Islington (bot)
2020-05-16
3
-38/+33
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot)
2020-05-15
2
-6/+10
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot)
2020-05-15
2
-11/+44
*
[3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)
Christian Heimes
2020-05-15
3
-1/+12
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot)
2020-05-15
2
-3/+60
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Miss Islington (bot)
2020-05-15
2
-0/+9
*
[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)
Victor Stinner
2020-05-15
1
-11/+27
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)
Miss Islington (bot)
2020-05-15
3
-5/+7
*
Post 3.8.3
Łukasz Langa
2020-05-13
1
-1/+1
*
Python 3.8.3
v3.8.3
Łukasz Langa
2020-05-13
15
-22/+113
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot)
2020-05-11
2
-0/+17
*
Make the first dataclass example more useful (GH-19994) (GH-19997)
Miss Islington (bot)
2020-05-08
1
-0/+2
*
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Miss Islington (bot)
2020-05-08
2
-0/+5
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
3
-7/+29
*
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-06
2
-7/+8
[prev]
[next]