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
*
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-40698: Improve distutils upload hash digests (GH-20260)
Miss Islington (bot)
2020-05-20
4
-5/+50
*
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
Miss Islington (bot)
2020-05-20
1
-6/+7
*
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
Miss Islington (bot)
2020-05-20
1
-0/+3
*
bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)
Miss Islington (bot)
2020-05-19
1
-1/+7
*
bpo-38870: invalid escape sequence (GH-20240)
Miss Islington (bot)
2020-05-19
1
-1/+1
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
21
-236/+7
*
Enable GitHub Actions for 3.9 branch (GH-20231)
Miss Islington (bot)
2020-05-19
4
-0/+8
*
bpo-40683: Add zoneinfo to LIBSUBDIRS (GH-20229)
Miss Islington (bot)
2020-05-19
2
-1/+5
*
Fix code-block in zoneinfo (GH-20201)
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
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Miss Islington (bot)
2020-05-19
1
-2/+2
*
[3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221)
Miss Islington (bot)
2020-05-19
2
-2/+4
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Miss Islington (bot)
2020-05-19
7
-0/+171
*
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
Miss Islington (bot)
2020-05-19
1
-1/+1
*
Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) (#20202)
Miss Islington (bot)
2020-05-19
1
-10/+2
*
Update README links to point to 3.9 and not master
Łukasz Langa
2020-05-19
1
-9/+9
*
Post 3.9.0b1
Łukasz Langa
2020-05-19
1
-1/+1
*
Python 3.9.0b1
v3.9.0b1
Łukasz Langa
2020-05-18
100
-180/+967
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
10
-77/+81
*
Regenerate the parser (#20195)
Pablo Galindo
2020-05-18
1
-0/+3
*
bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse
Batuhan Taskaya
2020-05-18
2
-2/+20
*
bpo-40334: Reproduce error message for type comments on bare '*' in the new p...
Lysandros Nikolaou
2020-05-18
5
-23/+55
*
bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166)
CyberSaxosTiGER
2020-05-18
2
-4/+16
*
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
Lysandros Nikolaou
2020-05-18
3
-15/+29
*
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...
Batuhan Taskaya
2020-05-18
3
-1/+17
*
bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete lo...
Irit Katriel
2020-05-18
3
-0/+14
*
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)
Batuhan Taskaya
2020-05-18
3
-102/+83
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
4
-8/+1603
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
6
-40/+115
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong
2020-05-18
3
-6/+6
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Minmin Gong
2020-05-18
2
-1/+2
*
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong
2020-05-18
2
-2/+7
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
10
-670/+15
*
bpo-38112: Document that compileall.compile_[dir,file] also accept multiple o...
Lumír 'Frenzy' Balhar
2020-05-18
1
-2/+4
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
10
-15/+670
*
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
Filipe Laíns
2020-05-18
1
-4/+4
*
bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)
Ned Deily
2020-05-18
2
-43/+116
*
bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)
Nathaniel J. Smith
2020-05-18
1
-1/+1
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
3
-8/+17
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
10
-81/+291
*
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
Shantanu
2020-05-18
1
-0/+4
*
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)
qudongfang
2020-05-18
1
-0/+2
*
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu
2020-05-18
3
-131/+412
*
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
Paul Ganssle
2020-05-18
6
-2/+230
*
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
Raymond Hettinger
2020-05-18
3
-2/+6
*
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...
Rahul Kumaresan
2020-05-18
2
-0/+17
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Mathieu Dupuy
2020-05-17
3
-6/+6
*
Doc: move a dot outside double quotes (GH-20007)
Mathieu Dupuy
2020-05-17
1
-1/+1
[next]