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
...
*
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
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
3
-31/+113
*
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
1
-3/+12
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
3
-41/+147
*
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
Paul Ganssle
2020-05-18
4
-2/+205
*
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
Raymond Hettinger
2020-05-18
2
-2/+2
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
1
-72/+125
*
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland
2020-05-17
1
-0/+31
*
bpo-29587: Add another test for the gen.throw() fix. (GH-19859)
Chris Jerdonek
2020-05-17
1
-0/+22
*
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
2
-23/+50
[prev]
[next]