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
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
Miss Islington (bot)
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-21978)
Miss Islington (bot)
2020-08-30
1
-0/+2
*
[3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)
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 (#21974)
Miss Islington (bot)
2020-08-27
1
-0/+2
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...
Miss Islington (bot)
2020-08-26
1
-0/+2
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...
Miss Islington (bot)
2020-08-26
1
-0/+3
*
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
Victor Stinner
2020-08-19
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.9] 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
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
Miss Islington (bot)
2020-08-14
1
-0/+2
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Miss Islington (bot)
2020-08-13
1
-0/+2
*
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
1
-1/+1
*
[3.9] bpo-40979: refactored typing.rst; (mostly) same content, new sub-sectio...
Guido van Rossum
2020-08-12
1
-0/+1
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Miss Islington (bot)
2020-08-12
1
-0/+1
*
Python 3.9.0rc1
v3.9.0rc1
Łukasz Langa
2020-08-11
21
-28/+187
*
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-39871: Fix an error in a news entry (GH-21749)
Miss Islington (bot)
2020-08-07
1
-1/+1
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Miss Islington (bot)
2020-08-06
1
-0/+1
*
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
Miss Islington (bot)
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
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Miss Islington (bot)
2020-07-28
2
-0/+3
*
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
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-41182 selector: use DefaultSelector based upon implementation (GH-21257)
Miss Islington (bot)
2020-07-26
1
-0/+1
*
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)
Miss Islington (bot)
2020-07-26
1
-0/+1
*
bpo-41314: fixed annotations __future__ version (GH-21616)
Miss Islington (bot)
2020-07-25
1
-0/+1
*
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
Berker Peksag
2020-07-25
1
-0/+1
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Miss Islington (bot)
2020-07-25
1
-0/+3
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21...
Miss Islington (bot)
2020-07-23
1
-0/+2
*
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Miss Islington (bot)
2020-07-23
1
-1/+1
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Miss Islington (bot)
2020-07-22
1
-0/+1
*
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Miss Islington (bot)
2020-07-21
1
-0/+1
*
Python 3.9.0b5
v3.9.0b5
Łukasz Langa
2020-07-20
24
-42/+230
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Miss Islington (bot)
2020-07-20
1
-0/+2
*
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
Miss Islington (bot)
2020-07-20
1
-0/+1
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Miss Islington (bot)
2020-07-18
1
-0/+3
*
bpo-39603: Prevent header injection in http methods (GH-18485)
Miss Islington (bot)
2020-07-18
1
-0/+2
*
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Miss Islington (bot)
2020-07-17
1
-1/+1
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Miss Islington (bot)
2020-07-16
1
-0/+2
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Miss Islington (bot)
2020-07-15
1
-0/+1
*
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
Miss Islington (bot)
2020-07-15
1
-0/+1
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Miss Islington (bot)
2020-07-13
1
-0/+2
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
Miss Islington (bot)
2020-07-10
1
-0/+2
[next]