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-30445: Allow appended output in RecursionError message
codedragon
2017-05-24
1
-1/+2
*
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
Kushal Das
2017-05-24
1
-0/+1
*
bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)
Albert-Jan Nijburg
2017-05-24
2
-12/+12
*
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...
Stéphane Wirtel
2017-05-24
2
-3/+19
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
Joel Hillacre
2017-05-24
1
-0/+1
*
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
Serhiy Storchaka
2017-05-24
1
-1/+1
*
Revert an invalid change to a test (from 6b4be19). (#1770)
Eric Snow
2017-05-23
1
-4/+4
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-6/+10
*
bpo-29335 - apply suggested test_subprocess simplifications from haypo and Za...
Gregory P. Smith
2017-05-23
1
-9/+5
*
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...
Jani Šumak
2017-05-23
1
-1/+1
*
call remove_done_callback in finally section (#1688)
jimmylai
2017-05-23
1
-1/+2
*
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
Roy Williams
2017-05-23
2
-0/+17
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
4
-9/+36
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
2
-3/+24
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-5/+86
*
bpo-23894: make lib2to3 recognize f-strings (#1733)
Łukasz Langa
2017-05-22
2
-1/+7
*
Make rb'' strings work in lib2to3 (#1724)
Łukasz Langa
2017-05-22
2
-7/+37
*
Fix spelling mistakes in tkinter.py (#1716)
Vijay Kumar
2017-05-22
1
-6/+6
*
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang
2017-05-22
1
-0/+4
*
bpo-30290: IDLE: Add more tests for help_about dialog (#1697)
mlouielu
2017-05-21
2
-28/+99
*
bpo-30415: Add new tests for the fnmatch module. (#1684)
Serhiy Storchaka
2017-05-21
1
-9/+55
*
#30014: refactor poll-related classes (#1035)
Giampaolo Rodola
2017-05-20
1
-132/+84
*
bpo-27945: Fixed various segfaults with dict. (#1657)
Serhiy Storchaka
2017-05-20
1
-0/+85
*
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
Serhiy Storchaka
2017-05-20
1
-0/+27
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-1/+1
*
Remove duplicate line in Lib/http/client.py (#1665)
remitamine
2017-05-19
1
-1/+0
*
bpo-27103: regrtest disables -W if -R is used (#1651)
Victor Stinner
2017-05-18
1
-0/+5
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
16
-35/+28
*
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984)
Senthil Kumaran
2017-05-18
1
-11/+19
*
IDLE test_textview: add comments and test, increase coverage to 100% (#1641)
terryjreedy
2017-05-18
2
-9/+25
*
bpo-30303: IDLE: Add _utest argument to textview (#1499)
Louie Lu
2017-05-17
2
-11/+57
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-0/+29
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Dong-hee Na
2017-05-17
2
-4/+44
*
bpo-30387: Fix warning in test_threading (#1634)
Victor Stinner
2017-05-17
1
-3/+5
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang
2017-05-17
2
-0/+37
*
bpo-30211: bdb: add docstrings (#1350)
csabella
2017-05-16
1
-18/+212
*
bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)
Serhiy Storchaka
2017-05-16
2
-13/+25
*
Remove unused variable in test_urllibnet. (#1598)
Senthil Kumaran
2017-05-16
1
-1/+3
*
bpo-30339: test_multiprocessing_main_handling timeout (#1593)
Victor Stinner
2017-05-15
1
-1/+1
*
bpo-30357: test_thread now uses threading_cleanup() (#1592)
Victor Stinner
2017-05-15
1
-0/+4
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner
2017-05-15
2
-6/+12
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
2
-76/+10
*
bpo-9850: Deprecate the macpath module (#1540)
Victor Stinner
2017-05-15
2
-1/+11
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413)
Xiang Zhang
2017-05-15
1
-1/+3
*
bpo-29763: Clean up _pth tests (GH-954)
Zachary Ware
2017-05-14
1
-46/+31
*
bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)
Serhiy Storchaka
2017-05-14
2
-1/+174
*
bpo-30340: Enhanced regular expressions optimization. (#1542)
Serhiy Storchaka
2017-05-14
3
-54/+92
*
bpo-30308: Code coverage for argument in random.shuffle (#1504)
csabella
2017-05-11
1
-1/+11
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
2
-1/+24
*
#30190: fix invalid escape sequence warnings (#1534)
Giampaolo Rodola
2017-05-10
1
-3/+3
[next]