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
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Miss Islington (bot)
2020-06-01
1
-3/+1
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
3
-11/+48
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Miss Islington (bot)
2020-05-30
2
-2/+12
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Miss Islington (bot)
2020-05-30
1
-5/+6
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
4
-16/+52
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Miss Islington (bot)
2020-05-29
1
-9/+27
*
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...
Andrew Kuchling
2020-05-29
2
-3/+5
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
3
-0/+30
*
Note the output ordering of combinatoric functions (GH-19732) (GH-20502)
Miss Islington (bot)
2020-05-28
1
-9/+9
*
Improve IO tutorial's "Old string formatting" section (GH-16251)
Miss Islington (bot)
2020-05-28
1
-5/+5
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
6
-41/+79
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
5
-0/+21
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
3
-0/+31
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
3
-0/+25
*
Clean up compatibility code in importlib fixtures (GH-19156) (#19543)
Miss Islington (bot)
2020-05-27
1
-16/+2
*
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
[next]