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