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