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-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
*
bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154)
Christian Heimes
2020-05-17
2
-39/+39
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
4
-89/+694
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Zackery Spytz
2020-05-17
1
-4/+8
*
bpo-35569: add Erlend to Misc/ACKS (GH-20146)
Ned Deily
2020-05-17
1
-0/+1
*
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland
2020-05-17
3
-2/+38
*
bpo-29587: Add another test for the gen.throw() fix. (GH-19859)
Chris Jerdonek
2020-05-17
1
-0/+22
*
bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003)
Lysandros Nikolaou
2020-05-17
2
-386/+669
*
bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141)
Pablo Galindo
2020-05-17
1
-7/+11
*
Use subTest in test_exceptions for better error reporting (GH-20140)
Pablo Galindo
2020-05-17
1
-26/+29
*
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
Christian Heimes
2020-05-16
4
-23/+59
*
bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-...
Batuhan Taskaya
2020-05-16
2
-8/+56
*
bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768)
Batuhan Taskaya
2020-05-16
2
-7/+21
*
bpo-40165: Suppress stderr when checking if test_stty_match should be skipped...
Batuhan Taskaya
2020-05-16
1
-1/+5
*
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
Batuhan Taskaya
2020-05-16
1
-2/+4
*
bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281)
Batuhan Taskaya
2020-05-16
1
-0/+2
*
bpo-38870: Don't put unnecessary parentheses on class declarations in ast.par...
Batuhan Taskaya
2020-05-16
2
-2/+15
*
bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133)
Batuhan Taskaya
2020-05-16
2
-4/+13
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
6
-21/+845
*
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
Paul Ganssle
2020-05-16
4
-1/+430
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
7
-29/+297
*
bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)
Dong-hee Na
2020-05-16
3
-60/+56
*
bpo-40275: lazy import modules in test.support (GH-20128)
Hai Shi
2020-05-16
1
-4/+9
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
3
-0/+40
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
27
-2/+6383
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes
2020-05-16
3
-38/+33
*
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...
Zackery Spytz
2020-05-16
4
-7/+9
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
10
-73/+358
*
Add Andrew York to ACKS for GH-19622. (GH-20105)
Chris Jerdonek
2020-05-15
1
-0/+1
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
6
-30/+158
*
bpo-40445: Update compileall.compile_dir docs (GH-19806)
Shantanu
2020-05-15
1
-1/+2
[prev]
[next]