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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
5
-2/+21
*
bpo-30445: Allow appended output in RecursionError message
codedragon
2017-05-24
1
-1/+2
*
bpo-28845: Clean up known issues for AIX (GH-1670)
Eric N. Vander Weele
2017-05-24
1
-7/+0
*
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
Kushal Das
2017-05-24
1
-0/+1
*
bpo-30160: Clarify intended usage of wfile (gh-1300)
jugglinmike
2017-05-24
1
-1/+2
*
Move directory in .gitignore (#1787)
Steve Dower
2017-05-24
1
-1/+1
*
Add .idea and .iml to .gitignore (#1764)
gfyoung
2017-05-24
1
-0/+2
*
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
4
-5/+37
*
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)
Gregory P. Smith
2017-05-24
1
-9/+36
*
Added effect of re.ASCII and reworded slightly (#1782)
Brian Ward
2017-05-24
1
-3/+5
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-24
5
-18/+105
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
Joel Hillacre
2017-05-24
1
-0/+1
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-24
5
-62/+224
*
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
3
-7/+31
*
bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769)
Christian Heimes
2017-05-23
1
-19/+11
*
bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765)
Eric Snow
2017-05-23
1
-1/+1
*
Update importlib.h (GH-1762)
Zachary Ware
2017-05-23
1
-2/+2
*
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-21056: Document return type of next method of csv reader (#146)
Amit Kumar
2017-05-23
1
-2/+4
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
19
-1991/+2206
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
3
-3/+28
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
8
-7/+152
*
bpo-30376: Update outdated WindowObject references (#1630)
Berker Peksag
2017-05-23
1
-8/+8
*
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
Jason Fried
2017-05-22
2
-0/+5
*
bpo-23894: make lib2to3 recognize f-strings (#1733)
Łukasz Langa
2017-05-22
2
-1/+7
*
Add --with-assertions configure flag to enable C assertions(#1731)
T. Wouters
2017-05-22
3
-2/+56
*
Make rb'' strings work in lib2to3 (#1724)
Łukasz Langa
2017-05-22
2
-7/+37
*
Remove .bzrignore (GH-1661)
Stéphane Wirtel
2017-05-22
2
-43/+0
*
bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH...
Naomi Ceder
2017-05-22
1
-9/+9
*
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
3
-13/+19
*
Corrected grammar mistake in documentation (#1713)
Ben Lloyd
2017-05-22
1
-2/+2
*
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).
xdegaye
2017-05-22
1
-18/+5
*
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
4
-25/+133
*
bpo-17188: DOC: Document 'from None' in raise statement (#1671)
csabella
2017-05-20
2
-2/+21
*
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
Serhiy Storchaka
2017-05-20
3
-6/+63
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
18
-31/+31
*
Remove duplicate line in Lib/http/client.py (#1665)
remitamine
2017-05-19
1
-1/+0
*
Remove trailing semicolon in datetime doc example (GH-1653)
delirious-lettuce
2017-05-19
1
-1/+1
*
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
19
-39/+32
[prev]
[next]