Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.2
tag
84d6b204565614fc9ae672fb5b8c6f2fd13afd34
tagger
Ned Deily <nad@python.org>
Sat Jul 08 03:35:01 2017
object
5fd33b5926eb8c9352bf5718369b4a8d72c4bb44
Version v3.6.2
5fd33b5
Version bump to 3.6.2final
by Ned Deily
· 8 years ago
v3.6.2
8913311
Version bump to 3.6.2rc2
by Ned Deily
· 8 years ago
v3.6.2rc2
bdabd76
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
by Ned Deily
· 8 years ago
d1d6501
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378)
by Serhiy Storchaka
· 8 years ago
a9b16cf
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360)
by Serhiy Storchaka
· 8 years ago
c794b64
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
by Victor Stinner
· 8 years ago
b6012f9
[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)
by Segev Finer
· 8 years ago
5777e79
[3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)
by Victor Stinner
· 8 years ago
ea1ab80
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
by Victor Stinner
· 8 years ago
b0fba88
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
by Victor Stinner
· 8 years ago
00134f6
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2280)
by Steve Dower
· 8 years ago
268e1fb
Version bump to 3.6.2rc1
by Ned Deily
· 8 years ago
v3.6.2rc1
8c5483e
Update pydoc topics for v3.6.2rc1
by Ned Deily
· 8 years ago
4f05ef4
Remove check for git binary in Mac installer build
by Ned Deily
· 8 years ago
4da5224
Add option to pass vcs info into Mac installer build
by Ned Deily
· 8 years ago
0a794a3
bpo-30038: add Misc/NEWS entry.
by Ned Deily
· 8 years ago
b7c59f0
bpo-23894: add Misc/NEWS entry. (#2255)
by Ned Deily
· 8 years ago
304a96e
bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)
by Mariatta
· 8 years ago
e9f4d8d
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233)
by Mariatta
· 8 years ago
2eca5b4
[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) (#2242)
by Serhiy Storchaka
· 8 years ago
a0ccc54
Synchronize libregrtest from master to 3.6 (#2244)
by Victor Stinner
· 8 years ago
085a57a
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246)
by Victor Stinner
· 8 years ago
0a4bcf1
[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)
by terryjreedy
· 8 years ago
04431c9
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237)
by Zachary Ware
· 8 years ago
292b421
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235)
by Mariatta
· 8 years ago
9cead06
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042)
by Neil Schemenauer
· 8 years ago
6a90a12
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)
by Mariatta
· 8 years ago
50dbf57
bpo-23890: Fix ref cycle in TestCase.assertRaises (#858)
by Victor Stinner
· 8 years ago
e064d4d
bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)
by Victor Stinner
· 8 years ago
fab05de
[3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)
by Serhiy Storchaka
· 8 years ago
e45ea37
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)
by Dong-hee Na
· 8 years ago
cf58dfb
[3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2217)
by Serhiy Storchaka
· 8 years ago
f75f6ed
[3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215)
by Serhiy Storchaka
· 8 years ago
523a243
[3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214)
by Serhiy Storchaka
· 8 years ago
86b9537
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200)
by Victor Stinner
· 8 years ago
8a39af9
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)
by Victor Stinner
· 8 years ago
6628006
[3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)
by terryjreedy
· 8 years ago
789f47e
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195)
by Mariatta
· 8 years ago
dd47b19
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
by csabella
· 8 years ago
3280579
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187)
by terryjreedy
· 8 years ago
c2a506e
[3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175)
by Victor Stinner
· 8 years ago
22d909f
[3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)
by terryjreedy
· 8 years ago
d92ee3e
[3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172)
by terryjreedy
· 8 years ago
b0efd49
[3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165)
by terryjreedy
· 8 years ago
6fd0345
[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166)
by Antoine Pitrou
· 8 years ago
2bfb45d
bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)
by terryjreedy
· 8 years ago
92e9e35
[3.6] bpo-29514: Check magic number for bugfix releases (#2157)
by Nick Coghlan
· 8 years ago
932946c
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
by Victor Stinner
· 8 years ago
d0d63dc
[3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)
by Antoine Pitrou
· 8 years ago
81c05cc
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)
by Mariatta
· 8 years ago
2997fec
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015)
by Dino Viehland
· 8 years ago
f59cac4b
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)
by Marco Buttu
· 8 years ago
8399a17
[3.6] bpo-30177: add NEWS entry (#2134)
by Antoine Pietri
· 8 years ago
e1b6903
bpo-23404: `make regen-all` What's New entry (#2128)
by Nick Coghlan
· 8 years ago
d89dc84
[3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121)
by Serhiy Storchaka
· 8 years ago
47c9dec
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)
by Mariatta
· 8 years ago
2737291
backport ssl doc fixes (#2117)
by Benjamin Peterson
· 8 years ago
57d8de8
[3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116)
by terryjreedy
· 8 years ago
a895f91
[3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)
by terryjreedy
· 8 years ago
f57e34b
[3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092)
by Zachary Ware
· 8 years ago
83d30bd
Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062)" (#2112)
by Yury Selivanov
· 8 years ago
176f2eb
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
by Yury Selivanov
· 8 years ago
59422a2
[3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107)
by terryjreedy
· 8 years ago
a13225e
[3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106)
by terryjreedy
· 8 years ago
c6696fe
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)
by terryjreedy
· 8 years ago
d755d19
[3.6] Remove unused imports (#2104)
by terryjreedy
· 8 years ago
ccccf31
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) (#2102)
by terryjreedy
· 8 years ago
c0ef607
[3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098)
by terryjreedy
· 8 years ago
556cddb
[3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097)
by terryjreedy
· 8 years ago
82e6067
[3.6] Add IDLE news items (GH-2090) (#2096)
by terryjreedy
· 8 years ago
8d15b19
bpo-28556: Updates to typing module (GH-2076) (GH-2087)
by Mariatta
· 8 years ago
964c261
[3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)
by Zachary Ware
· 8 years ago
865ed9e
bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2085)
by KatherineMichel
· 8 years ago
76eabd3
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065)
by Mariatta
· 8 years ago
6e14fd2
[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062)
by Yury Selivanov
· 8 years ago
911068e
[3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077)
by Serhiy Storchaka
· 8 years ago
0b7629c
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) (#2075)
by Victor Stinner
· 8 years ago
12cbd87
[3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070)
by terryjreedy
· 8 years ago
361362f
[3.6] Fix TypeError is asyncio/proactor_events (GH-993) (#2061)
by Yury Selivanov
· 8 years ago
753422f
bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054)
by Mariatta
· 8 years ago
e380c19
[3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
by Zachary Ware
· 8 years ago
10c9a09
[3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055)
by Mariatta
· 8 years ago
fe796ef
[3.6] Make codecov config on master the only config used (GH-2041) (GH-2052)
by Brett Cannon
· 8 years ago
fe9c7a0
Break circular references when closing SSLTransport objects (#981) (#2049)
by Yury Selivanov
· 8 years ago
7a16a45
Closing transport during handshake process leaks socket (#480) (#2044)
by Yury Selivanov
· 8 years ago
d24429a
[3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039)
by Brett Cannon
· 8 years ago
fa7f519
Fix waiter cancellation in asyncio.Lock (#1031) (#2037)
by Yury Selivanov
· 8 years ago
e89f95b
[3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640)
by Yury Selivanov
· 8 years ago
b757745
bpo-30524: Write unit tests for FASTCALL (#2022) (#2030)
by Victor Stinner
· 8 years ago
bbeaccc
[3.6] IDLE test_textview: add comments and test, increase coverage to 100% (GH-1641) (#2018)
by terryjreedy
· 8 years ago
af609a0
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019)
by Mariatta
· 8 years ago
c422959
[3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366
by Nick Coghlan
· 8 years ago
f0ff849
bpo-30524: Fix _PyStack_UnpackDict() (#1886)
by Victor Stinner
· 8 years ago
570b1c9
[3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013)
by Serhiy Storchaka
· 8 years ago
b319d09
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)
by Victor Stinner
· 8 years ago
31b950a
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
by Victor Stinner
· 8 years ago
ca1b66f
[3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)
by Denis Osipov
· 8 years ago
854f7ba
[3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994)
by Nathaniel J. Smith
· 8 years ago
2c7f927
[3.6] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1990)
by Matthias Klose
· 8 years ago
ceabf9a
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985)
by Antoine Pietri
· 8 years ago
Next »