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
...
*
Build docs in parallel (#1842)
Antoine Pitrou
2017-05-29
1
-1/+1
*
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar
2017-05-29
2
-4/+8
*
bpo-30248: Convert boolean arguments only once in _json. (#1423)
Serhiy Storchaka
2017-05-28
1
-40/+24
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
2
-22/+9
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
3
-42/+62
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
8
-13/+25
*
IDLE test_help_about: edit and add test. (#1838)
terryjreedy
2017-05-28
1
-47/+75
*
bpo-30492: Allow make clinic to work out of tree. (#1836)
Gregory P. Smith
2017-05-27
2
-3/+11
*
bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)
csabella
2017-05-27
2
-95/+119
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
5
-29/+79
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
15
-68/+365
*
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
Mariatta
2017-05-27
2
-14/+9
*
bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)
Serhiy Storchaka
2017-05-27
1
-1/+11
*
bpo-30398: Add a docstring for re.error. (#1647)
Serhiy Storchaka
2017-05-27
2
-3/+14
*
Fix the signature of JSONDecodeError (no end parameter). (#1827)
Serhiy Storchaka
2017-05-27
1
-1/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)
Sanyam Khurana
2017-05-27
1
-9/+9
*
bpo-30449 Terse slots (#1819)
Aaron Hall, MBA
2017-05-26
1
-14/+15
*
bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)
Alex Gaynor
2017-05-26
1
-4/+4
*
Drop a duplicate line. (#1809)
Eric Snow
2017-05-25
1
-2/+1
*
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...
grzgrzgrz3
2017-05-25
3
-12/+27
*
Delete sigcheck.c since it appears unused (#1723)
Segev Finer
2017-05-25
2
-20/+1
*
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
Serhiy Storchaka
2017-05-25
3
-21/+48
*
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
Eric Snow
2017-05-25
2
-44/+43
*
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
[prev]
[next]