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-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-16
3
-14/+54
*
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
Segev Finer
2017-06-16
4
-1/+7
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
Zachary Ware
2017-06-16
4
-87/+241
*
bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)
Jonathan Eunice
2017-06-16
1
-2/+0
*
bpo-30603: add tests to textwrap.dedent (GH-2206)
Jonathan Eunice
2017-06-16
1
-0/+11
*
bpo-30673: test.bat: add -t option (timeout) (#2211)
Victor Stinner
2017-06-15
1
-2/+11
*
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
Serhiy Storchaka
2017-06-15
1
-2/+6
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
4
-14/+48
*
bpo-30602: Fix refleak in os.spawnv() (#2212)
Victor Stinner
2017-06-15
1
-1/+1
*
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
Nick Coghlan
2017-06-15
1
-21/+37
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner
2017-06-14
14
-476/+527
*
bpo-30284: Fix regrtest for out of tree build (#1481)
Victor Stinner
2017-06-14
1
-1/+7
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
5
-4/+24
*
bpo-15786: Fix IDLE autocomplete return problem. (#2198)
terryjreedy
2017-06-14
1
-1/+2
*
bpo-30231: Remove skipped test_imaplib tests (#1419)
Victor Stinner
2017-06-14
1
-20/+10
*
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)
mlouielu
2017-06-14
1
-8/+50
*
Fix trivial typo in Readme (GH-2185)
csabella
2017-06-14
1
-1/+1
*
bpo-30602: Fix refleak in os.spawnve() (#2184)
Victor Stinner
2017-06-14
1
-2/+2
*
bpo-30649: Revert utime delta in test_os (#2176)
Victor Stinner
2017-06-14
1
-1/+3
*
bpo-25514: Improve IDLE's connection refused message (#2177)
terryjreedy
2017-06-14
4
-35/+119
*
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
Victor Stinner
2017-06-13
1
-1/+2
*
bpo-30649: test_os tolerates 50 ms delta for utime (#2156)
Victor Stinner
2017-06-13
1
-2/+5
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)
Ben Hoyt
2017-06-13
1
-1/+1
*
bpo-30603: Add test case to textwrap.dedent (GH-2014)
Jonathan Eunice
2017-06-13
1
-0/+5
*
bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)
terryjreedy
2017-06-13
1
-0/+1
*
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Emily Morehouse
2017-06-13
1
-1/+1
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
4
-0/+19
*
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
Antoine Pitrou
2017-06-13
3
-13/+86
*
Fix ref leak in idle_test.test_macosx (#2163)
terryjreedy
2017-06-13
1
-0/+4
*
bpo-30650: Fixed a syntax error: missed right parentheses (#2154)
messi Liao
2017-06-13
1
-1/+1
*
bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)
Nick Coghlan
2017-06-13
1
-5/+24
*
bpo-30642: IDLE: Fix test_query refleak (#2147)
mlouielu
2017-06-13
1
-0/+1
*
bpo-30635: Fix refleak in test_c_locale_coercion (#2126)
Victor Stinner
2017-06-13
1
-21/+25
*
bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155)
Victor Stinner
2017-06-13
1
-1/+1
*
Mention how to disable signal fd wakeup (#2140)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR ...
Antoine Pitrou
2017-06-13
1
-4/+8
*
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
Andrew Kuchling
2017-06-13
1
-21/+29
*
bpo-30636: Fix the indentation for the help (#2131)
Stéphane Wirtel
2017-06-13
1
-1/+1
*
bpo-30177: add NEWS entry (#2135)
Antoine Pietri
2017-06-12
1
-0/+3
*
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou
2017-06-12
5
-49/+138
*
bpo-30624 remaining bare except (#2108)
Giampaolo Rodola
2017-06-12
1
-1/+1
*
bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125)
Stéphane Wirtel
2017-06-12
1
-0/+4
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
mircea-cosbuc
2017-06-12
4
-2/+17
*
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka
2017-06-12
3
-1/+14
*
bpo-30621: Update Input Output Tutorial Example(GH-2074)
suketa
2017-06-12
1
-0/+1
*
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov
2017-06-11
3
-62/+1
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov
2017-06-11
6
-1/+49
*
bpo-30501: Make the compiler producing optimized code for condition expressio...
Serhiy Storchaka
2017-06-11
5
-2448/+2537
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
5
-15/+121
*
remove extra word (#2101)
Benjamin Peterson
2017-06-11
1
-2/+2
[next]