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
...
|
*
|
|
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
1
-0/+2
*
|
|
|
Merge 3.5 (issue #27942)
Yury Selivanov
2016-11-09
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
ssue #27942: Fix memory leak in codeobject.c
Yury Selivanov
2016-11-09
1
-0/+2
*
|
|
|
Merge 3.5 (issue #28639)
Yury Selivanov
2016-11-09
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28639: Fix inspect.isawaitable to always return bool
Yury Selivanov
2016-11-09
1
-0/+3
*
|
|
|
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
Yury Selivanov
2016-11-09
1
-0/+2
*
|
|
|
news: Fix a typo
Yury Selivanov
2016-11-08
1
-1/+1
*
|
|
|
Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
Yury Selivanov
2016-11-08
1
-0/+2
*
|
|
|
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
Yury Selivanov
2016-11-08
1
-0/+5
*
|
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-0/+4
|
\
\
\
\
|
|
/
/
/
*
|
|
|
Merge 3.5 (issue #28634)
Yury Selivanov
2016-11-07
1
-0/+2
|
\
\
\
\
|
|
/
/
/
*
|
|
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower
2016-11-07
1
-2/+2
*
|
|
|
Issue #28485: Merge single-threading fix from 3.5 into 3.6
Martin Panter
2016-11-05
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28485: Check for negative workers even without ProcessPoolExecutor
Martin Panter
2016-11-05
1
-0/+4
*
|
|
|
Issue #28616: merge from 3.5
Ned Deily
2016-11-04
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-0/+1
*
|
|
|
Merge 3.5 (issue #28613)
Yury Selivanov
2016-11-04
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+3
*
|
|
|
Merge 3.5 (issue #28600)
Yury Selivanov
2016-11-03
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
1
-0/+2
*
|
|
|
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
2
-0/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
2
-0/+5
*
|
|
|
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+5
*
|
|
|
Issue #28583: PyDict_SetDefault didn't combine split table when needed.
INADA Naoki
2016-11-02
1
-0/+3
*
|
|
|
Start 3.6.0b4
Ned Deily
2016-11-01
1
-0/+12
*
|
|
|
Version bump for 3.6.0b3
v3.6.0b3
Ned Deily
2016-11-01
1
-1/+1
*
|
|
|
Issue #28248: merge from 3.5
Ned Deily
2016-10-31
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Ned Deily
2016-10-31
1
-3/+1
*
|
|
|
Issue #28028: Update OS X installers to use SQLite 3.14.2.
Ned Deily
2016-10-31
1
-1/+1
*
|
|
|
Issue 28128: Print out better error/warning messages for invalid string escap...
Eric V. Smith
2016-10-31
1
-0/+4
*
|
|
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
2
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
2
-0/+4
*
|
|
|
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka
2016-10-30
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka
2016-10-30
1
-0/+2
*
|
|
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-1/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-0/+4
*
|
|
|
- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka
2016-10-30
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka
2016-10-30
1
-0/+3
*
|
|
|
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka
2016-10-30
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka
2016-10-30
1
-0/+4
*
|
|
|
Merge from 3.5.
Serhiy Storchaka
2016-10-30
1
-3/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Backed out changeset 9f7505019767 (issue #27275).
Serhiy Storchaka
2016-10-30
1
-3/+0
*
|
|
|
Issue #18844: Make the various ways for specifing weights produce the same re...
Raymond Hettinger
2016-10-29
1
-0/+3
*
|
|
|
Issue #28444: Merge with 3.5.
Xavier de Gaye
2016-10-29
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28444: Fix missing extensions modules when cross compiling.
Xavier de Gaye
2016-10-29
1
-0/+2
*
|
|
|
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov
2016-10-28
1
-0/+2
*
|
|
|
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
Steve Dower
2016-10-27
1
-0/+5
*
|
|
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Serhiy Storchaka
2016-10-27
1
-0/+7
*
|
|
|
Issue #28509: dict.update() no longer allocate unnecessary large memory
INADA Naoki
2016-10-27
1
-0/+2
[prev]
[next]