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-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
1
-1/+5
*
Fix typo in typing.py (GH-22121)
Graham Bleaney
2020-09-08
1
-1/+1
*
bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22...
Irit Katriel
2020-09-08
1
-6/+56
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
6
-20/+0
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
2
-1/+15
*
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Serhiy Storchaka
2020-09-07
2
-2/+17
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub Kulík
2020-09-05
1
-0/+6
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-04
2
-10/+15
*
bpo-41700: Skip test if the locale is not supported (GH-22081)
Dong-hee Na
2020-09-04
1
-1/+4
*
Fix 'gather' rules in the python parser generator (GH-22021)
Pablo Galindo
2020-09-03
1
-1/+15
*
bpo-39010: Improve test shutdown (#22066)
Ben Darnell
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
Shantanu
2020-09-03
2
-2/+6
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-0/+4
*
Fixed mistake in test for f-string error description (GH-22036) (GH-22059)
han-solo
2020-09-02
2
-2/+2
*
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
Shantanu
2020-09-01
1
-1/+4
*
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Pablo Galindo
2020-09-01
1
-0/+31
*
bpo-41528: Use math module in turtle (GH-21837)
Marek Madejski
2020-09-01
1
-9/+9
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
han-solo
2020-09-01
2
-0/+40
*
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell
2020-08-31
4
-2/+35
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
2
-0/+14
*
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...
Irit Katriel
2020-08-30
2
-7/+48
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
Irit Katriel
2020-08-27
2
-6/+47
*
bpo-33660: Fix PosixPath to resolve a relative path on root
Dong-hee Na
2020-08-27
2
-1/+13
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus
2020-08-26
2
-3/+22
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus
2020-08-26
2
-2/+38
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
Cleber Rosa
2020-08-20
1
-2/+2
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
James Weaver
2020-08-17
1
-1/+1
*
Fix typo in message from assert statement (GH-21283)
Allen
2020-08-17
1
-1/+1
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
18
-92/+91
*
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...
Irit Katriel
2020-08-16
2
-1/+26
*
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
Raymond Hettinger
2020-08-16
1
-3/+4
*
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
Stefan Krah
2020-08-15
1
-0/+3
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
Paul Ganssle
2020-08-14
1
-2/+2
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu
2020-08-14
1
-2/+1
*
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner
2020-08-13
1
-3/+3
*
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
2
-7/+10
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Pablo Galindo
2020-08-13
1
-0/+10
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner
2020-08-12
2
-2/+11
*
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
Victor Stinner
2020-08-12
1
-3/+3
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
Victor Stinner
2020-08-11
2
-5/+5
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
8
-23/+23
*
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
Hai Shi
2020-08-10
4
-9/+9
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
2
-31/+125
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+176
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Terry Jan Reedy
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Terry Jan Reedy
2020-08-09
3
-10/+48
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Terry Jan Reedy
2020-08-09
1
-3/+5
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
2
-2/+200
*
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
Hai Shi
2020-08-08
4
-16/+17
*
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
Hai Shi
2020-08-08
4
-23/+10
[next]