summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...Dino Viehland2017-06-131-3/+100
* [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-121-0/+10
* [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116)terryjreedy2017-06-111-4/+4
* [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)terryjreedy2017-06-111-2/+2
* [3.6] Use Travis to make sure all generated files are up to date (GH-2080) (G...Zachary Ware2017-06-112-5/+5
* Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling clos...Yury Selivanov2017-06-112-57/+1
* bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...Yury Selivanov2017-06-114-0/+29
* [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107)terryjreedy2017-06-111-1/+1
* [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106)terryjreedy2017-06-111-1/+1
* [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)terryjreedy2017-06-117-9/+4
* [3.6] Remove unused imports (#2104)terryjreedy2017-06-114-4/+0
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)...terryjreedy2017-06-113-42/+62
* [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098)terryjreedy2017-06-111-5/+6
* [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097)terryjreedy2017-06-111-3/+26
* bpo-28556: Updates to typing module (GH-2076) (GH-2087)Mariatta2017-06-102-5/+95
* [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)Zachary Ware2017-06-103-104/+104
* [3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...Yury Selivanov2017-06-102-1/+57
* [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070)terryjreedy2017-06-102-99/+222
* [3.6] Fix TypeError is asyncio/proactor_events (GH-993) (#2061)Yury Selivanov2017-06-101-2/+3
* bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2...Mariatta2017-06-102-3/+12
* Break circular references when closing SSLTransport objects (#981) (#2049)Yury Selivanov2017-06-091-4/+6
* Closing transport during handshake process leaks socket (#480) (#2044)Yury Selivanov2017-06-092-2/+20
* Fix waiter cancellation in asyncio.Lock (#1031) (#2037)Yury Selivanov2017-06-092-5/+34
* [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack ...Yury Selivanov2017-06-091-0/+29
* bpo-30524: Write unit tests for FASTCALL (#2022) (#2030)Victor Stinner2017-06-091-0/+176
* [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (G...terryjreedy2017-06-092-9/+25
* [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpression...Serhiy Storchaka2017-06-081-0/+10
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)Victor Stinner2017-06-081-6/+8
* [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)Denis Osipov2017-06-081-1/+3
* bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#...Antoine Pietri2017-06-072-20/+20
* [3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979)Nate2017-06-072-1/+46
* bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-...Nate2017-06-072-2/+14
* [3.6] bpo-30557: faulthandler now correctly filters and displays exception â€...Steve Dower2017-06-061-0/+28
* [3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) (#1916)Mariatta2017-06-062-11/+57
* [3.6] 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.6] bpo-29960 _random.Random corrupted on exception in setstate(). 
 (#1287)Mariatta2017-05-271-0/+5
* [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830)Serhiy Storchaka2017-05-271-0/+11
* [3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-252-12/+24
* [3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)Serhiy Storchaka2017-05-251-0/+14
* bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1790)Stéphane Wirtel2017-05-241-0/+1
* [3.6] call remove_done_callback in finally section (GH-1688) (#1755)Ɓukasz Langa2017-05-231-1/+2
* Fix spelling mistakes in tkinter.py (#1751)Vijay Kumar2017-05-231-6/+6
* [3.6] bpo-23894: make lib2to3 recognize f-strings (GH-1733) (#1737)Ɓukasz Langa2017-05-232-1/+7
* [3.6] Make rb'' strings work in lib2to3 (GH-1724) (#1730)Ɓukasz Langa2017-05-222-7/+37
* bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1719)Xiang Zhang2017-05-221-0/+4
* [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)delirious-lettuce2017-05-211-1/+1
* [3.6] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1694)Serhiy Storchaka2017-05-211-9/+55
* bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1692)Senthil Kumaran2017-05-211-11/+19
* [3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677)Serhiy Storchaka2017-05-201-0/+85