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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.8.6
v3.8.6
Łukasz Langa
2020-09-23
17
-23/+153
*
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)
Miss Islington (bot)
2020-09-23
1
-0/+1
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Miss Islington (bot)
2020-09-22
1
-0/+1
*
fix `EventType` bases
Miss Islington (bot)
2020-09-22
1
-0/+1
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Miss Islington (bot)
2020-09-22
1
-0/+2
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-09-21
1
-0/+2
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Miss Islington (bot)
2020-09-18
1
-0/+1
*
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
Serhiy Storchaka
2020-09-18
2
-2/+2
*
[3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283)
Ethan Furman
2020-09-17
2
-0/+2
*
bpo-41517: do not allow Enums to be extended (GH-22271)
Miss Islington (bot)
2020-09-16
1
-0/+1
*
bpo-41789: honor object overrides in Enum classes (GH-22250)
Miss Islington (bot)
2020-09-16
1
-0/+2
*
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
Miss Islington (bot)
2020-09-15
1
-0/+1
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Miss Islington (bot)
2020-09-14
1
-0/+1
*
[3.8] bpo-37479: Enum - use correct __format__ (GH-14545)
Ethan Furman
2020-09-13
2
-0/+3
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Miss Islington (bot)
2020-09-12
1
-0/+3
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Miss Islington (bot)
2020-09-12
1
-0/+1
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) ...
Miss Islington (bot)
2020-09-10
1
-0/+1
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Miss Islington (bot)
2020-09-09
2
-1/+2
*
Merge tag 'v3.8.6rc1' into 3.8
Łukasz Langa
2020-09-08
33
-48/+312
|
\
|
*
Python 3.8.6rc1
v3.8.6rc1
Łukasz Langa
2020-09-07
33
-48/+312
*
|
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Miss Islington (bot)
2020-09-07
1
-0/+2
|
/
*
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (...
Miss Islington (bot)
2020-09-04
1
-0/+2
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072)
Miss Islington (bot)
2020-09-03
1
-0/+1
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035)
Miss Islington (bot)
2020-09-03
1
-0/+2
*
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)
Miss Islington (bot)
2020-09-03
1
-0/+1
*
[3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...
Pablo Galindo
2020-09-01
1
-0/+2
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...
Miss Islington (bot)
2020-08-30
1
-0/+1
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)
Miss Islington (bot)
2020-08-30
1
-0/+2
*
[3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)
Karthikeyan Singaravelan
2020-08-28
1
-0/+1
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...
Miss Islington (bot)
2020-08-27
1
-0/+1
*
bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)
Miss Islington (bot)
2020-08-27
1
-0/+2
*
[3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0...
Elvis Pranskevichus
2020-08-26
1
-0/+3
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#...
Miss Islington (bot)
2020-08-26
1
-0/+2
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
Victor Stinner
2020-08-20
1
-0/+3
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
Miss Islington (bot)
2020-08-17
1
-0/+1
*
[3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...
Miss Islington (bot)
2020-08-16
1
-0/+1
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Miss Islington (bot)
2020-08-15
1
-0/+1
*
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
Miss Islington (bot)
2020-08-13
1
-1/+1
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Miss Islington (bot)
2020-08-12
1
-0/+1
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Miss Islington (bot)
2020-08-09
1
-0/+1
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Miss Islington (bot)
2020-08-08
1
-0/+1
*
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...
Steve Dower
2020-08-07
1
-0/+1
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Miss Islington (bot)
2020-08-06
1
-0/+1
*
[3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-2...
Batuhan Taskaya
2020-08-05
1
-0/+2
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Miss Islington (bot)
2020-08-04
1
-0/+3
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Miss Islington (bot)
2020-08-03
1
-0/+1
*
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Miss Islington (bot)
2020-07-29
1
-0/+1
*
[3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)
Guido van Rossum
2020-07-27
1
-0/+1
*
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Miss Islington (bot)
2020-07-27
1
-0/+2
*
bpo-41314: fixed annotations __future__ version (GH-21616)
Miss Islington (bot)
2020-07-25
1
-0/+1
[next]