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-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
*
clarify recv() and send() on SSLObject (#2100)
Benjamin Peterson
2017-06-11
1
-2/+2
*
Show what's changed when Travis fails regen check (GH-2095)
Zachary Ware
2017-06-11
4
-136/+138
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
14
-55/+699
*
Use Travis to make sure all generated files are up to date (GH-2080)
Zachary Ware
2017-06-11
1
-0/+7
*
Update idlelib NEWS for 3.7 (#2089)
terryjreedy
2017-06-11
1
-3/+21
*
Add IDLE NEWS items for 3.7 (#2090)
terryjreedy
2017-06-11
1
-0/+16
*
#30624 / selectors: use bare except clause in order to not leave the fd in a ...
Giampaolo Rodola
2017-06-10
2
-2/+6
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
27
-2346/+2379
*
bpo-28556: Updates to typing module (#2076)
Ivan Levkivskyi
2017-06-10
3
-5/+99
*
bpo-30312: Small correction in datastructures set code sample (GH-2081)
KatherineMichel
2017-06-10
1
-1/+1
*
bpo-30599: Fix test_threaded_import reference leak (#2029)
Victor Stinner
2017-06-10
1
-2/+11
*
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
Victor Stinner
2017-06-10
2
-2/+6
[next]