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