summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-30523: Add --list-cases unittest (#2243)Louie Lu2017-06-161-1/+17
* bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...ericvsmith2017-06-163-2/+11
* bpo-30523: regrtest: Add --list-cases option (#2238)mlouielu2017-06-163-8/+44
* bpo-29783: Replace codecs.open() with io.open() (#599)Victor Stinner2017-06-165-39/+18
* Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)terryjreedy2017-06-162-0/+28
* bpo-30450: Add NEWS and whatsnew (GH-2236)Zachary Ware2017-06-162-0/+11
* bpo-30176: Add missing curses cell attributes constants (GH-1302)Xiang Zhang2017-06-163-14/+54
* bpo-30631: Silence MSVC warnings in third-party code (GH-1963)Segev Finer2017-06-164-1/+7
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware2017-06-164-87/+241
* bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)Jonathan Eunice2017-06-161-2/+0
* bpo-30603: add tests to textwrap.dedent (GH-2206)Jonathan Eunice2017-06-161-0/+11
* bpo-30673: test.bat: add -t option (timeout) (#2211)Victor Stinner2017-06-151-2/+11
* bpo-30626: Fix error handling in PyImport_Import(). (#2103)Serhiy Storchaka2017-06-151-2/+6
* bpo-20627: Fix error message when keyword arguments are used (#2115)Sylvain2017-06-154-14/+48
* bpo-30602: Fix refleak in os.spawnv() (#2212)Victor Stinner2017-06-151-1/+1
* bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)Nick Coghlan2017-06-151-21/+37
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)Victor Stinner2017-06-1414-476/+527
* bpo-30284: Fix regrtest for out of tree build (#1481)Victor Stinner2017-06-141-1/+7
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-145-4/+24
* bpo-15786: Fix IDLE autocomplete return problem. (#2198)terryjreedy2017-06-141-1/+2
* bpo-30231: Remove skipped test_imaplib tests (#1419)Victor Stinner2017-06-141-20/+10
* bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)mlouielu2017-06-141-8/+50
* Fix trivial typo in Readme (GH-2185)csabella2017-06-141-1/+1
* bpo-30602: Fix refleak in os.spawnve() (#2184)Victor Stinner2017-06-141-2/+2
* bpo-30649: Revert utime delta in test_os (#2176)Victor Stinner2017-06-141-1/+3
* bpo-25514: Improve IDLE's connection refused message (#2177)terryjreedy2017-06-144-35/+119
* bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)Victor Stinner2017-06-131-1/+2
* bpo-30649: test_os tolerates 50 ms delta for utime (#2156)Victor Stinner2017-06-131-2/+5
* bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)Ben Hoyt2017-06-131-1/+1
* bpo-30603: Add test case to textwrap.dedent (GH-2014)Jonathan Eunice2017-06-131-0/+5
* bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)terryjreedy2017-06-131-0/+1
* bpo-30656: Fix Python C API Module Objects documentation (GH-2170)Emily Morehouse2017-06-131-1/+1
* bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)Sanyam Khurana2017-06-134-0/+19
* bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)Antoine Pitrou2017-06-133-13/+86
* Fix ref leak in idle_test.test_macosx (#2163)terryjreedy2017-06-131-0/+4
* bpo-30650: Fixed a syntax error: missed right parentheses (#2154)messi Liao2017-06-131-1/+1
* bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)Nick Coghlan2017-06-131-5/+24
* bpo-30642: IDLE: Fix test_query refleak (#2147)mlouielu2017-06-131-0/+1
* bpo-30635: Fix refleak in test_c_locale_coercion (#2126)Victor Stinner2017-06-131-21/+25
* bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155)Victor Stinner2017-06-131-1/+1
* Mention how to disable signal fd wakeup (#2140)Antoine Pitrou2017-06-131-2/+4
* bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR ...Antoine Pitrou2017-06-131-4/+8
* bpo-6519: Improve Python Input Output Tutorial (GH-2143)Andrew Kuchling2017-06-131-21/+29
* bpo-30636: Fix the indentation for the help (#2131)Stéphane Wirtel2017-06-131-1/+1
* bpo-30177: add NEWS entry (#2135)Antoine Pietri2017-06-121-0/+3
* Fix bpo-30589: improve Process.exitcode with forkserver (#1989)Antoine Pitrou2017-06-125-49/+138
* bpo-30624 remaining bare except (#2108)Giampaolo Rodola2017-06-121-1/+1
* bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125)Stéphane Wirtel2017-06-121-0/+4
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...mircea-cosbuc2017-06-124-2/+17
* bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)Serhiy Storchaka2017-06-123-1/+14