summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 3.6.2rc1v3.6.2rc1Ned Deily2017-06-173-7/+7
* Update pydoc topics for v3.6.2rc1Ned Deily2017-06-171-110/+122
* Remove check for git binary in Mac installer buildNed Deily2017-06-171-5/+4
* Add option to pass vcs info into Mac installer buildNed Deily2017-06-171-2/+19
* bpo-30038: add Misc/NEWS entry.Ned Deily2017-06-171-0/+3
* bpo-23894: add Misc/NEWS entry. (#2255)Ned Deily2017-06-171-0/+2
* bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)Mariatta2017-06-162-9/+47
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...Mariatta2017-06-164-2/+17
* [3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-str...Serhiy Storchaka2017-06-163-2/+11
* Synchronize libregrtest from master to 3.6 (#2244)Victor Stinner2017-06-167-58/+228
* Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246)Victor Stinner2017-06-161-11/+2
* [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)terryjreedy2017-06-162-1/+29
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...Zachary Ware2017-06-165-88/+250
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Mariatta2017-06-165-26/+110
* Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042)Neil Schemenauer2017-06-161-2/+5
* bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)Mariatta2017-06-161-1/+1
* bpo-23890: Fix ref cycle in TestCase.assertRaises (#858)Victor Stinner2017-06-153-22/+46
* bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)Victor Stinner2017-06-151-2/+11
* [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)Serhiy Storchaka2017-06-151-2/+6
* bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)Dong-hee Na2017-06-153-4/+48
* [3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...Serhiy Storchaka2017-06-153-10/+36
* [3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2...Serhiy Storchaka2017-06-151-1/+1
* [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-...Serhiy Storchaka2017-06-154-3/+19
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200)Victor Stinner2017-06-1414-476/+527
* bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)Victor Stinner2017-06-141-20/+10
* [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)terryjreedy2017-06-141-1/+2
* bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G...Mariatta2017-06-141-1/+1
* Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)csabella2017-06-141-1/+1
* bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187)terryjreedy2017-06-141-8/+50
* [3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175)Victor Stinner2017-06-141-1/+6
* [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)terryjreedy2017-06-144-35/+119
* [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172)terryjreedy2017-06-131-0/+1
* [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165)terryjreedy2017-06-131-0/+4
* [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...Antoine Pitrou2017-06-133-13/+86
* bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)terryjreedy2017-06-131-0/+1
* [3.6] bpo-29514: Check magic number for bugfix releases (#2157)Nick Coghlan2017-06-131-0/+44
* bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)Victor Stinner2017-06-132-3/+3
* [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)Antoine Pitrou2017-06-131-2/+4
* bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)Mariatta2017-06-131-21/+29
* [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...Dino Viehland2017-06-136-23/+180
* bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)Marco Buttu2017-06-121-0/+2
* [3.6] bpo-30177: add NEWS entry (#2134)Antoine Pietri2017-06-121-0/+3
* bpo-23404: `make regen-all` What's New entry (#2128)Nick Coghlan2017-06-121-0/+36
* [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-123-1/+14
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)Mariatta2017-06-121-0/+1
* backport ssl doc fixes (#2117)Benjamin Peterson2017-06-111-2/+2
* [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116)terryjreedy2017-06-111-4/+4
* [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)terryjreedy2017-06-111-2/+2
* [3.6] Use Travis to make sure all generated files are up to date (GH-2080) (G...Zachary Ware2017-06-114-135/+144
* Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling clos...Yury Selivanov2017-06-113-61/+1