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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...
Yury Selivanov
2017-06-11
4
-0/+29
*
bpo-28556: Updates to typing module (GH-2076) (GH-2088)
Mariatta
2017-06-10
2
-5/+95
*
[3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084)
Zachary Ware
2017-06-10
3
-104/+104
*
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...
Yury Selivanov
2017-06-10
2
-1/+57
*
[3.5] Fix TypeError is asyncio/proactor_events (GH-993) (#2060)
Yury Selivanov
2017-06-10
1
-2/+3
*
Break circular references when closing SSLTransport objects (#981) (#2048)
Yury Selivanov
2017-06-09
1
-4/+6
*
Closing transport during handshake process leaks socket (#480) (#2045)
Yury Selivanov
2017-06-09
2
-2/+20
*
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)
Yury Selivanov
2017-06-09
2
-5/+34
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
Victor Stinner
2017-06-08
1
-6/+8
*
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
Denis Osipov
2017-06-08
1
-1/+3
*
[3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being r...
Zachary Ware
2017-06-04
1
-1/+1
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
2
-7/+40
*
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
Mariatta
2017-05-27
1
-0/+5
*
[3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)
Serhiy Storchaka
2017-05-27
1
-0/+11
*
[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
2
-12/+24
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1789)
Stéphane Wirtel
2017-05-24
1
-0/+1
*
[3.5] call remove_done_callback in finally section (GH-1688) (#1758)
Łukasz Langa
2017-05-23
1
-1/+2
*
Fix spelling mistakes in tkinter.py (#1752)
Vijay Kumar
2017-05-23
1
-6/+6
*
[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/+4
*
[3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)
Serhiy Storchaka
2017-05-21
1
-9/+55
*
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693)
Senthil Kumaran
2017-05-21
1
-11/+19
*
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka
2017-05-20
1
-0/+86
*
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...
Serhiy Storchaka
2017-05-20
1
-0/+27
*
bpo-27103: regrtest disables -W if -R is used (#1660)
Victor Stinner
2017-05-19
1
-0/+5
*
bpo-30387: Fix warning in test_threading (#1634) (#1637)
Victor Stinner
2017-05-17
1
-3/+5
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627)
Xiang Zhang
2017-05-17
2
-0/+37
*
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) ...
Victor Stinner
2017-05-17
1
-5/+2
*
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
Victor Stinner
2017-05-17
1
-0/+4
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1621)
Victor Stinner
2017-05-16
2
-6/+12
*
Remove unused variable in test_urllibnet. (#1598) (#1599)
Senthil Kumaran
2017-05-16
1
-1/+3
*
[3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595...
Serhiy Storchaka
2017-05-16
2
-18/+22
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585)
Xiang Zhang
2017-05-15
1
-1/+3
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)
INADA Naoki
2017-05-12
2
-1/+24
*
[3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3...
Victor Stinner
2017-05-10
1
-31/+38
*
test_eintr: less verbose, the test is now stable (#1521)
Victor Stinner
2017-05-10
1
-10/+2
*
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)
Xiang Zhang
2017-05-09
1
-0/+6
*
[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (...
Serhiy Storchaka
2017-05-06
1
-14/+13
*
bpo-30264: ExpatParser closes the source on error (#1451) (#1475)
Victor Stinner
2017-05-05
2
-17/+40
*
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
Victor Stinner
2017-05-05
1
-1/+1
*
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (...
Antoine Pitrou
2017-05-04
1
-6/+14
*
[3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (G...
Serhiy Storchaka
2017-05-04
1
-7/+27
*
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)
Mariatta
2017-05-03
2
-9/+77
*
bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)
Victor Stinner
2017-05-03
1
-0/+1
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#4...
Victor Stinner
2017-05-03
2
-0/+5
*
regrtest: always show before/after of modified env (#1407)
Victor Stinner
2017-05-03
1
-4/+3
*
Backport bpo-30205 to 3.5 (#1404)
Antoine Pitrou
2017-05-02
1
-0/+4
*
Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)
Victor Stinner
2017-05-02
4
-48/+62
*
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1389)
Victor Stinner
2017-05-02
1
-1/+3
*
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388)
Victor Stinner
2017-05-02
1
-0/+7
[prev]
[next]