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
*
Version bump to 3.6.2rc2
v3.6.2rc2
Ned Deily
2017-07-07
3
-6/+6
*
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
Ned Deily
2017-07-07
1
-1/+1
*
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...
Serhiy Storchaka
2017-07-07
1
-2/+1
*
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-07-07
5
-9/+72
*
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
Victor Stinner
2017-07-07
1
-1/+2
*
[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)
Segev Finer
2017-07-07
1
-1/+1
*
[3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)
Victor Stinner
2017-07-07
1
-2/+2
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
Victor Stinner
2017-07-07
9
-158/+887
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
Victor Stinner
2017-07-07
4
-13/+58
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-07-07
10
-51/+102
*
Version bump to 3.6.2rc1
v3.6.2rc1
Ned Deily
2017-06-17
3
-7/+7
*
Update pydoc topics for v3.6.2rc1
Ned Deily
2017-06-17
1
-110/+122
*
Remove check for git binary in Mac installer build
Ned Deily
2017-06-17
1
-5/+4
*
Add option to pass vcs info into Mac installer build
Ned Deily
2017-06-17
1
-2/+19
*
bpo-30038: add Misc/NEWS entry.
Ned Deily
2017-06-17
1
-0/+3
*
bpo-23894: add Misc/NEWS entry. (#2255)
Ned Deily
2017-06-17
1
-0/+2
*
bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)
Mariatta
2017-06-16
2
-9/+47
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
Mariatta
2017-06-16
4
-2/+17
*
[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-str...
Serhiy Storchaka
2017-06-16
3
-2/+11
*
Synchronize libregrtest from master to 3.6 (#2244)
Victor Stinner
2017-06-16
7
-58/+228
*
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246)
Victor Stinner
2017-06-16
1
-11/+2
*
[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)
terryjreedy
2017-06-16
2
-1/+29
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...
Zachary Ware
2017-06-16
5
-88/+250
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Mariatta
2017-06-16
5
-26/+110
*
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042)
Neil Schemenauer
2017-06-16
1
-2/+5
*
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)
Mariatta
2017-06-16
1
-1/+1
*
bpo-23890: Fix ref cycle in TestCase.assertRaises (#858)
Victor Stinner
2017-06-15
3
-22/+46
*
bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)
Victor Stinner
2017-06-15
1
-2/+11
*
[3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)
Serhiy Storchaka
2017-06-15
1
-2/+6
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)
Dong-hee Na
2017-06-15
3
-4/+48
*
[3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...
Serhiy Storchaka
2017-06-15
3
-10/+36
*
[3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2...
Serhiy Storchaka
2017-06-15
1
-1/+1
*
[3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-...
Serhiy Storchaka
2017-06-15
4
-3/+19
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200)
Victor Stinner
2017-06-14
14
-476/+527
*
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)
Victor Stinner
2017-06-14
1
-20/+10
*
[3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)
terryjreedy
2017-06-14
1
-1/+2
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G...
Mariatta
2017-06-14
1
-1/+1
*
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
csabella
2017-06-14
1
-1/+1
*
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187)
terryjreedy
2017-06-14
1
-8/+50
*
[3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175)
Victor Stinner
2017-06-14
1
-1/+6
*
[3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)
terryjreedy
2017-06-14
4
-35/+119
*
[3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172)
terryjreedy
2017-06-13
1
-0/+1
*
[3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165)
terryjreedy
2017-06-13
1
-0/+4
*
[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
3
-13/+86
*
bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)
terryjreedy
2017-06-13
1
-0/+1
*
[3.6] bpo-29514: Check magic number for bugfix releases (#2157)
Nick Coghlan
2017-06-13
1
-0/+44
*
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
Victor Stinner
2017-06-13
2
-3/+3
*
[3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)
Mariatta
2017-06-13
1
-21/+29
*
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...
Dino Viehland
2017-06-13
6
-23/+180
[next]