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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-30014: make poll-like selector's modify() method faster (#1030)
Giampaolo Rodola
2017-06-09
1
-0/+3
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
1
-0/+4
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner
2017-06-08
1
-0/+3
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
1
-3/+5
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-08
1
-0/+3
*
bpo-30463: Add an empty __slots__ to abc.ABC.
Aaron Hall, MBA
2017-06-06
1
-0/+3
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
1
-1/+3
*
bpo-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
1
-0/+3
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+3
*
bpo-30052: Always regenerate cross-references (#1339)
Nick Coghlan
2017-06-02
1
-0/+9
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
1
-0/+3
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
1
-0/+3
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
1
-0/+4
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-0/+3
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
1
-0/+4
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-0/+2
*
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
Mariatta
2017-05-27
1
-0/+3
*
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...
grzgrzgrz3
2017-05-25
1
-0/+3
*
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
Serhiy Storchaka
2017-05-25
1
-0/+2
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-0/+3
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-0/+2
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
1
-0/+4
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+3
*
Add --with-assertions configure flag to enable C assertions(#1731)
T. Wouters
2017-05-22
1
-0/+4
*
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang
2017-05-22
1
-0/+3
*
bpo-27945: Fixed various segfaults with dict. (#1657)
Serhiy Storchaka
2017-05-20
1
-0/+4
*
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
Serhiy Storchaka
2017-05-20
1
-0/+3
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-0/+4
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Dong-hee Na
2017-05-17
1
-0/+4
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang
2017-05-17
1
-0/+3
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
1
-2/+2
*
bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)
Serhiy Storchaka
2017-05-16
1
-0/+4
*
bpo-30357: test_thread now uses threading_cleanup() (#1592)
Victor Stinner
2017-05-15
1
-0/+5
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner
2017-05-15
1
-0/+4
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
1
-0/+5
*
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
Victor Stinner
2017-05-15
1
-0/+3
*
bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)
Serhiy Storchaka
2017-05-14
1
-0/+3
*
bpo-30340: Enhanced regular expressions optimization. (#1542)
Serhiy Storchaka
2017-05-14
1
-0/+3
*
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka
2017-05-13
1
-0/+3
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
1
-0/+3
*
bpo-28787: Fix out of tree --with-dtrace builds (#135)
stratakis
2017-05-10
1
-0/+3
*
bpo-30298: Weaken the condition of deprecation warnings for inline modifiers....
Serhiy Storchaka
2017-05-10
1
-0/+6
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
1
-0/+3
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
1
-0/+3
*
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Xiang Zhang
2017-05-09
1
-0/+2
*
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...
Pierre Quentel
2017-05-08
1
-0/+4
*
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
Serhiy Storchaka
2017-05-06
1
-7/+0
*
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Jelle Zijlstra
2017-05-05
1
-0/+3
*
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
torsava
2017-05-05
1
-0/+4
*
bpo-30243: Fixed the possibility of a crash in _json. (#1420)
Serhiy Storchaka
2017-05-05
1
-0/+4
[prev]
[next]