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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9...
Benjamin Peterson
2018-09-14
1
-0/+2
*
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...
Eric V. Smith
2018-09-14
1
-0/+1
*
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Lisa Roach
2018-09-14
1
-0/+1
*
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith
2018-09-14
1
-0/+2
*
bpo-34552: Clarify built-in types comparisons (GH-9035)
Windson yang
2018-09-14
1
-0/+2
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-0/+3
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-0/+2
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Benjamin Peterson
2018-09-13
1
-0/+1
*
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Eric V. Smith
2018-09-13
1
-0/+1
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Gregory P. Smith
2018-09-13
1
-0/+3
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Gregory P. Smith
2018-09-13
1
-0/+3
*
closes bpo-34641: Further restrict the LHS of keyword argument function call ...
Benjamin Peterson
2018-09-13
1
-0/+2
*
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Benjamin Peterson
2018-09-12
1
-0/+1
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Tony Flury
2018-09-12
1
-0/+2
*
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov
2018-09-12
1
-0/+2
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman
2018-09-12
1
-0/+2
*
bpo-34536: raise error for invalid _missing_ results (GH-9147)
Ethan Furman
2018-09-12
1
-0/+2
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+3
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
1
-0/+1
*
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123
2018-09-12
1
-0/+2
*
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella
2018-09-12
1
-0/+1
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Sergey Fedoseev
2018-09-11
1
-0/+2
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Max BĂ©langer
2018-09-11
1
-0/+2
*
bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)
Sergey Fedoseev
2018-09-11
1
-0/+2
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-4/+0
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
guoci
2018-09-11
1
-0/+3
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Oren Milman
2018-09-11
1
-0/+2
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
wim glenn
2018-09-11
1
-0/+2
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-0/+4
*
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman
2018-09-11
1
-0/+2
*
closes bpo-32490: Fix filename duplication in subprocess exception message. (...
Zackery Spytz
2018-09-11
1
-0/+2
*
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
Ned Deily
2018-09-11
1
-0/+1
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Benjamin Peterson
2018-09-11
1
-0/+1
*
bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)
Matthias Bussonnier
2018-09-11
1
-0/+3
*
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Lew Kurtz
2018-09-11
1
-0/+1
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242)
Gregory P. Smith
2018-09-11
1
-0/+2
*
bpo-8110: Refactor platform detection in subprocess (GH-9053)
Zachary Ware
2018-09-10
1
-0/+2
*
bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)
Rahul Jha
2018-09-10
1
-0/+2
*
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...
Matthias Bussonnier
2018-09-10
1
-0/+2
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+2
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-0/+2
*
bpo-34421 avoid unicode error in distutils logging (GH-8799)
Julien Malard
2018-09-08
1
-0/+1
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
1
-0/+2
*
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
William Grzybowski
2018-09-07
1
-0/+2
*
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner
2018-09-07
1
-0/+4
*
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo
2018-09-07
1
-0/+2
*
bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)
William Grzybowski
2018-09-07
1
-0/+3
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-0/+2
*
closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)
Zackery Spytz
2018-09-06
1
-0/+1
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
1
-0/+2
[next]