summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-30621: Update Input Output Tutorial Example(GH-2074)suketa2017-06-121-0/+1
* Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...Yury Selivanov2017-06-113-62/+1
* bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)Yury Selivanov2017-06-116-1/+49
* bpo-30501: Make the compiler producing optimized code for condition expressio...Serhiy Storchaka2017-06-115-2448/+2537
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-115-15/+121
* remove extra word (#2101)Benjamin Peterson2017-06-111-2/+2
* clarify recv() and send() on SSLObject (#2100)Benjamin Peterson2017-06-111-2/+2
* Show what's changed when Travis fails regen check (GH-2095)Zachary Ware2017-06-114-136/+138
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-1114-55/+699
* Use Travis to make sure all generated files are up to date (GH-2080)Zachary Ware2017-06-111-0/+7
* Update idlelib NEWS for 3.7 (#2089)terryjreedy2017-06-111-3/+21
* Add IDLE NEWS items for 3.7 (#2090)terryjreedy2017-06-111-0/+16
* #30624 / selectors: use bare except clause in order to not leave the fd in a ...Giampaolo Rodola2017-06-102-2/+6
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-1027-2346/+2379
* bpo-28556: Updates to typing module (#2076)Ivan Levkivskyi2017-06-103-5/+99
* bpo-30312: Small correction in datastructures set code sample (GH-2081)KatherineMichel2017-06-101-1/+1
* bpo-30599: Fix test_threaded_import reference leak (#2029)Victor Stinner2017-06-101-2/+11
* bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)Victor Stinner2017-06-102-2/+6
* Regenerate Argument Clinic code for bpo-19180. (#2073)Serhiy Storchaka2017-06-102-2/+2
* bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)Roy Williams2017-06-104-3/+19
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-1051-1104/+1116
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)csabella2017-06-101-4/+4
* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...Nikolay Kim2017-06-103-1/+62
* Fix TypeError is asyncio/proactor_events (#993)Jim Fasarakis-Hilliard2017-06-101-2/+3
* bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-101-1/+1
* Make codecov config on master the only config used (GH-2041)Brett Cannon2017-06-091-0/+1