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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.7.6rc1
v3.7.6rc1
Ned Deily
2019-12-11
25
-49/+0
*
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...
Miss Islington (bot)
2019-12-09
1
-0/+1
*
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
Miss Islington (bot)
2019-12-09
1
-0/+2
*
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Miss Islington (bot)
2019-12-08
1
-0/+1
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
1
-0/+2
*
[3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Py...
Andrew Svetlov
2019-12-07
1
-0/+2
*
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...
Miss Islington (bot)
2019-12-06
1
-0/+3
*
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Inada Naoki
2019-12-04
1
-0/+2
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-28
1
-0/+2
*
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
Miss Islington (bot)
2019-11-22
1
-0/+1
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
Miss Islington (bot)
2019-11-21
1
-0/+1
*
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
Miss Islington (bot)
2019-11-20
1
-0/+1
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+2
*
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-0/+2
*
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Miss Skeleton (bot)
2019-11-02
1
-0/+1
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Miss Skeleton (bot)
2019-10-29
1
-0/+2
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Miss Skeleton (bot)
2019-10-27
1
-0/+1
*
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
Miss Skeleton (bot)
2019-10-24
1
-0/+2
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Miss Skeleton (bot)
2019-10-21
1
-0/+2
*
bpo-27657: Fix urlparse() with numeric paths (GH-661)
Miss Islington (bot)
2019-10-18
1
-0/+2
*
Post release updates
Ned Deily
2019-10-15
1
-2/+0
*
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-12
1
-0/+2
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Miss Islington (bot)
2019-10-12
1
-0/+3
*
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
Miss Islington (bot)
2019-10-12
1
-0/+1
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)
Miss Islington (bot)
2019-10-10
1
-0/+3
*
[3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-...
Serhiy Storchaka
2019-10-09
1
-0/+1
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Miss Islington (bot)
2019-10-09
1
-0/+5
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-0/+4
*
3.7.5rc1
v3.7.5rc1
Ned Deily
2019-10-01
49
-102/+0
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+1
*
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-09-28
1
-0/+4
*
[3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (...
Serhiy Storchaka
2019-09-17
1
-0/+2
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-0/+1
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-0/+1
*
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-161...
Miss Islington (bot)
2019-09-16
1
-0/+2
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...
Miss Islington (bot)
2019-09-13
1
-0/+1
*
[3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...
Xtreak
2019-09-13
1
-0/+2
*
Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082)
Julien Palard
2019-09-13
1
-1/+0
*
bpo-37785: Fix xgettext warning in argparse (GH-15161)
Miss Islington (bot)
2019-09-13
1
-0/+1
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-0/+3
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)
Miss Islington (bot)
2019-09-11
1
-0/+1
*
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
Vinay Sajip
2019-09-11
1
-0/+1
*
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...
Miss Islington (bot)
2019-09-11
1
-0/+2
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Miss Islington (bot)
2019-09-11
1
-0/+5
*
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789)
Victor Stinner
2019-09-09
1
-0/+3
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Miss Islington (bot)
2019-09-09
1
-0/+1
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Miss Islington (bot)
2019-09-09
1
-0/+2
*
[3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs ...
Dong-hee Na
2019-09-05
1
-0/+2
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-0/+2
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Miss Islington (bot)
2019-08-29
1
-0/+1
[next]