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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2...
terryjreedy
2017-06-26
1
-0/+3
*
[3.6] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
1
-0/+3
*
[3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304)...
Dong-hee Na
2017-06-24
1
-0/+3
*
[3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
2
-0/+5
*
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
1
-0/+3
*
Add "Misc/NEWS.d" directory tree for "blurb". GH-2329
larryhastings
2017-06-23
11
-0/+11
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
Victor Stinner
2017-06-21
1
-0/+9
*
[3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...
Serhiy Storchaka
2017-06-20
1
-0/+3
*
bpo-30500: Fix the NEWS entry (#2296)
Victor Stinner
2017-06-20
1
-1/+1
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
Victor Stinner
2017-06-20
2
-0/+6
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
1
-0/+3
*
Bump version for post 3.6.2rc1
Ned Deily
2017-06-18
1
-1/+13
*
Version bump to 3.6.2rc1
v3.6.2rc1
Ned Deily
2017-06-17
1
-1/+1
*
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
1
-0/+2
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
Mariatta
2017-06-16
2
-0/+4
*
[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-str...
Serhiy Storchaka
2017-06-16
1
-0/+3
*
[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)
terryjreedy
2017-06-16
1
-0/+14
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...
Zachary Ware
2017-06-16
1
-1/+9
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Mariatta
2017-06-16
1
-0/+1
*
bpo-23890: Fix ref cycle in TestCase.assertRaises (#858)
Victor Stinner
2017-06-15
1
-0/+3
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)
Dong-hee Na
2017-06-15
1
-0/+4
*
[3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...
Serhiy Storchaka
2017-06-15
1
-0/+3
*
[3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-...
Serhiy Storchaka
2017-06-15
2
-0/+4
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200)
Victor Stinner
2017-06-14
1
-0/+4
*
[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
1
-0/+2
*
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...
Dino Viehland
2017-06-13
1
-1/+3
*
[3.6] bpo-30177: add NEWS entry (#2134)
Antoine Pietri
2017-06-12
1
-0/+3
*
[3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...
Serhiy Storchaka
2017-06-12
1
-0/+3
*
Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling clos...
Yury Selivanov
2017-06-11
1
-4/+0
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...
Yury Selivanov
2017-06-11
1
-0/+3
*
[3.6] Add IDLE news items (GH-2090) (#2096)
terryjreedy
2017-06-11
1
-0/+19
*
bpo-28556: Updates to typing module (GH-2076) (GH-2087)
Mariatta
2017-06-10
1
-0/+4
*
[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...
Yury Selivanov
2017-06-10
1
-0/+4
*
bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2...
Mariatta
2017-06-10
1
-0/+4
*
Break circular references when closing SSLTransport objects (#981) (#2049)
Yury Selivanov
2017-06-09
1
-0/+3
*
Closing transport during handshake process leaks socket (#480) (#2044)
Yury Selivanov
2017-06-09
1
-0/+3
*
Fix waiter cancellation in asyncio.Lock (#1031) (#2037)
Yury Selivanov
2017-06-09
1
-0/+3
*
[3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack ...
Yury Selivanov
2017-06-09
1
-0/+4
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)
Victor Stinner
2017-06-08
1
-0/+3
*
[3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)
Denis Osipov
2017-06-08
1
-0/+1
*
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#...
Antoine Pietri
2017-06-07
1
-0/+1
*
[3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979)
Nate
2017-06-07
1
-0/+3
*
bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-...
Nate
2017-06-07
1
-0/+3
*
[3.6] bpo-30557: faulthandler now correctly filters and displays exception â€...
Steve Dower
2017-06-06
1
-0/+3
*
bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921)
Nick Coghlan
2017-06-06
1
-0/+9
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
1
-0/+3
*
bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)
csabella
2017-05-30
1
-0/+1
*
[3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287)
Mariatta
2017-05-27
2
-0/+4
[next]