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
*
Python 3.9.0rc2
v3.9.0rc2
Łukasz Langa
2020-09-16
1
-30/+46
*
bpo-41517: do not allow Enums to be extended (GH-22271)
Miss Islington (bot)
2020-09-16
2
-5/+17
*
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...
Łukasz Langa
2020-09-16
1
-0/+6
*
[3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272)
Ethan Furman
2020-09-16
2
-1/+12
*
bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266)
Miss Islington (bot)
2020-09-15
2
-1/+55
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Miss Islington (bot)
2020-09-15
1
-0/+5
*
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
Pablo Galindo
2020-09-15
2
-15/+106
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Miss Islington (bot)
2020-09-12
2
-9/+20
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Miss Islington (bot)
2020-09-12
1
-1/+1
*
Update idlelib/help.html to current IDLE doc (GH-22181)
Miss Islington (bot)
2020-09-09
1
-4/+4
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Miss Islington (bot)
2020-09-09
1
-1/+5
*
[3.9] Fix typo in typing.py (GH-22121) (GH-22156)
Miss Islington (bot)
2020-09-08
1
-1/+1
*
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Miss Islington (bot)
2020-09-07
2
-2/+17
*
bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133)
Victor Stinner
2020-09-07
1
-1/+1
*
bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...
Miss Islington (bot)
2020-09-05
1
-3/+5
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Miss Islington (bot)
2020-09-04
1
-0/+10
*
bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)
Miss Islington (bot)
2020-09-04
1
-0/+49
*
Fix typo in message from assert statement (GH-21283)
Miss Islington (bot)
2020-09-04
1
-1/+1
*
bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085)
Miss Islington (bot)
2020-09-04
1
-1/+4
*
bpo-39010: Improve test shutdown (GH-22066) (#22082)
Miss Islington (bot)
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
Miss Islington (bot)
2020-09-03
2
-2/+6
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)
Miss Islington (bot)
2020-09-03
4
-2/+35
*
[3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080)
Pablo Galindo
2020-09-03
1
-1/+15
*
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023...
Shantanu
2020-09-02
1
-1/+4
*
Fixed mistake in test for f-string error description (GH-22036) (GH-22059) (G...
Miss Islington (bot)
2020-09-02
2
-2/+2
*
[3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH...
Pablo Galindo
2020-09-01
1
-0/+31
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
Miss Islington (bot)
2020-09-01
2
-0/+40
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...
Miss Islington (bot)
2020-08-30
2
-0/+14
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...
Miss Islington (bot)
2020-08-27
2
-6/+47
*
bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)
Miss Islington (bot)
2020-08-27
2
-1/+13
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...
Miss Islington (bot)
2020-08-26
2
-3/+22
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...
Miss Islington (bot)
2020-08-26
2
-2/+38
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
Miss Islington (bot)
2020-08-21
1
-2/+2
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
Miss Islington (bot)
2020-08-17
1
-1/+1
*
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...
Miss Islington (bot)
2020-08-16
2
-1/+26
*
bpo-41540: AIX: skip test that is flaky with a default ulimit. (GH-21890) (#2...
Miss Islington (bot)
2020-08-15
1
-0/+3
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
Miss Islington (bot)
2020-08-14
1
-2/+2
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Miss Islington (bot)
2020-08-14
1
-2/+1
*
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
2
-7/+10
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Miss Islington (bot)
2020-08-12
2
-2/+11
*
Python 3.9.0rc1
v3.9.0rc1
Łukasz Langa
2020-08-11
2
-2/+2
*
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) ...
Victor Stinner
2020-08-11
2
-5/+15
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Miss Islington (bot)
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Miss Islington (bot)
2020-08-09
3
-10/+48
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Miss Islington (bot)
2020-08-09
1
-3/+5
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Miss Islington (bot)
2020-08-08
1
-1/+1
*
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...
Steve Dower
2020-08-07
4
-2/+71
*
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
Miss Islington (bot)
2020-08-07
1
-0/+5
*
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Miss Islington (bot)
2020-08-05
1
-1/+1
*
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
Miss Islington (bot)
2020-08-05
2
-3/+21
[next]