summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 3.6.2rc2v3.6.2rc2Ned Deily2017-07-073-6/+6
* bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)Ned Deily2017-07-071-1/+1
* [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...Serhiy Storchaka2017-07-071-2/+1
* [3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-07-075-9/+72
* bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)Victor Stinner2017-07-071-1/+2
* [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)Segev Finer2017-07-071-1/+1
* [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)Victor Stinner2017-07-071-2/+2
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)Victor Stinner2017-07-079-158/+887
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)Victor Stinner2017-07-074-13/+58
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-07-0710-51/+102
* 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