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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
4
-15/+11
*
bpo-40275: test.support imports subprocess lazily (GH-20471)
Victor Stinner
2020-05-27
1
-3/+11
*
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)
Victor Stinner
2020-05-27
1
-1/+1
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Victor Stinner
2020-05-27
3
-27/+44
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
45
-361/+405
*
Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)
Pablo Galindo
2020-05-27
3
-863/+0
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Shantanu
2020-05-27
1
-0/+5
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
2
-36/+55
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
Fantix King
2020-05-27
2
-16/+156
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
1
-0/+15
*
Upgrade bundled versions of pip & setuptools (#16782)
Xavier Fernandez
2020-05-27
4
-6/+6
*
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Pablo Galindo
2020-05-26
1
-0/+12
*
Add soft keywords (GH-20370)
Guido van Rossum
2020-05-26
1
-0/+30
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
9
-210/+60
*
bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362)
Arturo Escaip
2020-05-26
1
-1/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
idomic
2020-05-26
2
-4/+7
*
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
Christian Heimes
2020-05-26
1
-9/+23
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
1
-1/+1
*
Simplify creation of the __new__ method in namedtuple() (GH-20361)
Raymond Hettinger
2020-05-26
1
-4/+2
*
bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399)
Lysandros Nikolaou
2020-05-26
1
-0/+13
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Rotuna
2020-05-25
1
-1/+2
*
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miro Hrončok
2020-05-25
1
-1/+1
*
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Christian Heimes
2020-05-25
1
-2/+3
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
1
-0/+8
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre
2020-05-24
2
-0/+16
*
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
Dong-hee Na
2020-05-24
2
-4/+0
*
bpo-37309: Update IDLE NEWS.txt (GH-20356)
Terry Jan Reedy
2020-05-24
1
-0/+1
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz
2020-05-24
2
-1/+3
*
Cosmetic smtplib changes (GH-8718)
Ville Skyttä
2020-05-23
1
-3/+3
*
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Dennis Sweeney
2020-05-22
2
-1/+50
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek
2020-05-22
2
-3/+62
*
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Christian Heimes
2020-05-22
5
-34/+87
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
1
-0/+24
*
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...
Lysandros Nikolaou
2020-05-22
1
-5/+3
*
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
Batuhan Taskaya
2020-05-21
1
-0/+5
*
bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
Batuhan Taskaya
2020-05-21
1
-0/+8
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Kyle Stanley
2020-05-21
2
-2/+20
*
s/wakup/wakeup (GH-20250)
Kunal Bhalla
2020-05-20
1
-1/+1
*
bpo-40698: Improve distutils upload hash digests (GH-20260)
Christian Heimes
2020-05-20
2
-5/+41
*
Fix the URL to fishshell.com (GH-20251)
Jonathan Goble
2020-05-20
1
-1/+1
*
bpo-38870: invalid escape sequence (GH-20240)
Batuhan Taskaya
2020-05-19
1
-1/+1
*
bpo-32604: PEP 554 for use in test suite (GH-19985)
Joannah Nanjekye
2020-05-19
3
-0/+863
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
3
-0/+102
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
10
-77/+81
*
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
1
-0/+10
*
bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166)
CyberSaxosTiGER
2020-05-18
2
-4/+16
*
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...
Batuhan Taskaya
2020-05-18
1
-0/+3
*
bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete lo...
Irit Katriel
2020-05-18
2
-0/+13
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
2
-0/+4
[next]