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-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201)
Victor Stinner
2017-06-15
1
-0/+4
*
[3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
1
-0/+2
*
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...
Serhiy Storchaka
2017-06-12
1
-0/+3
*
Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling clos...
Yury Selivanov
2017-06-11
1
-4/+0
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...
Yury Selivanov
2017-06-11
1
-0/+3
*
bpo-28556: Updates to typing module (GH-2076) (GH-2088)
Mariatta
2017-06-10
1
-0/+4
*
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...
Yury Selivanov
2017-06-10
1
-0/+4
*
Break circular references when closing SSLTransport objects (#981) (#2048)
Yury Selivanov
2017-06-09
1
-0/+3
*
Closing transport during handshake process leaks socket (#480) (#2045)
Yury Selivanov
2017-06-09
1
-0/+3
*
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)
Yury Selivanov
2017-06-09
1
-0/+3
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
Victor Stinner
2017-06-08
1
-0/+3
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
1
-0/+3
*
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
Mariatta
2017-05-27
1
-0/+3
*
[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
1
-0/+3
*
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
delirious-lettuce
2017-05-22
1
-1/+1
*
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)
Xiang Zhang
2017-05-22
1
-0/+3
*
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka
2017-05-20
1
-0/+4
*
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...
Serhiy Storchaka
2017-05-20
1
-0/+3
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627)
Xiang Zhang
2017-05-17
1
-0/+3
*
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
Victor Stinner
2017-05-17
1
-0/+5
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1621)
Victor Stinner
2017-05-16
1
-0/+4
*
[3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595...
Serhiy Storchaka
2017-05-16
1
-0/+4
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)
INADA Naoki
2017-05-12
1
-0/+3
*
[3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
1
-0/+4
*
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)
Xiang Zhang
2017-05-09
1
-0/+2
*
[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (...
Serhiy Storchaka
2017-05-06
1
-0/+2
*
[3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)
Serhiy Storchaka
2017-05-05
1
-0/+4
*
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
Victor Stinner
2017-05-05
1
-0/+4
*
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (...
Antoine Pitrou
2017-05-04
1
-0/+3
*
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)
Mariatta
2017-05-03
1
-0/+4
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#4...
Victor Stinner
2017-05-03
1
-0/+4
*
Backport bpo-30205 to 3.5 (#1404)
Antoine Pitrou
2017-05-02
1
-0/+2
*
[3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.suppor...
Serhiy Storchaka
2017-04-28
1
-0/+6
*
[3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...
Serhiy Storchaka
2017-04-19
1
-0/+2
*
[3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
1
-0/+5
*
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...
Serhiy Storchaka
2017-04-16
1
-2/+2
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-3/+5
*
[3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...
Mariatta
2017-04-14
1
-0/+4
*
[3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...
Mariatta
2017-04-13
1
-0/+3
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...
Xiang Zhang
2017-04-13
1
-0/+2
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#101...
Serhiy Storchaka
2017-04-08
1
-0/+3
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)
Serhiy Storchaka
2017-04-05
1
-9/+9
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912)
T. Wouters
2017-03-30
1
-0/+3
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)
Xiang Zhang
2017-03-29
1
-0/+4
*
bpo-29643: Fix check for --enable-optimizations (GH-871)
INADA Naoki
2017-03-28
1
-0/+5
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) ...
Serhiy Storchaka
2017-03-24
1
-0/+3
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#801)
Antoine Pitrou
2017-03-24
1
-0/+3
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)
Christophe Zeitouny
2017-03-24
1
-0/+3
[next]