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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Modules/Setup.dist: Add the _blake2 module
doko@ubuntu.com
2016-10-11
1
-0/+2
*
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
INADA Naoki
2016-10-10
1
-1/+1
|
\
|
*
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
INADA Naoki
2016-10-10
1
-1/+1
*
|
Issue #28394: Merge typo fixes from 3.6
Martin Panter
2016-10-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28394: More typo fixes for 3.6+
Martin Panter
2016-10-10
1
-1/+1
*
|
Issue #28379: Removed redundant check.
Serhiy Storchaka
2016-10-09
1
-4/+0
*
|
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki
2016-10-09
2
-0/+1035
|
\
\
|
|
/
|
*
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki
2016-10-09
2
-0/+1035
*
|
Merge from 3.6.
Serhiy Storchaka
2016-10-08
1
-0/+34
|
\
\
|
|
/
|
*
Merge from 3.5.
Serhiy Storchaka
2016-10-08
1
-0/+34
|
|
\
|
|
*
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka
2016-10-08
1
-0/+34
*
|
|
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower
2016-10-08
1
-20/+29
|
\
\
\
|
|
/
/
|
*
|
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower
2016-10-08
1
-20/+29
*
|
|
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Serhiy Storchaka
2016-10-08
1
-46/+43
|
\
\
\
|
|
/
/
|
*
|
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Serhiy Storchaka
2016-10-08
1
-46/+43
*
|
|
merge 3.6
Benjamin Peterson
2016-10-06
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.5
Benjamin Peterson
2016-10-06
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
ensure read size is initialized
Benjamin Peterson
2016-10-06
1
-1/+1
*
|
|
merge 3.6
Benjamin Peterson
2016-10-06
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.5
Benjamin Peterson
2016-10-06
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
do not leak buffer if mmap is not writable
Benjamin Peterson
2016-10-06
1
-1/+3
*
|
|
merge 3.6
Benjamin Peterson
2016-10-06
1
-112/+79
|
\
\
\
|
|
/
/
|
*
|
merge 3.5
Benjamin Peterson
2016-10-06
1
-112/+79
|
|
\
\
|
|
|
/
|
|
*
mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...
Benjamin Peterson
2016-10-06
1
-109/+78
*
|
|
Closes #21124, #28337: Call PyType_Ready on unpackiter_type.
Zachary Ware
2016-10-04
1
-0/+3
*
|
|
Issue #28217: Adds _testconsole module to test console input.
Steve Dower
2016-10-03
2
-12/+45
|
\
\
\
|
|
/
/
|
*
|
Issue #28217: Adds _testconsole module to test console input. Fixes some issu...
Steve Dower
2016-10-03
2
-12/+45
*
|
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-0/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-0/+31
|
|
\
\
|
|
|
/
|
|
*
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-0/+31
*
|
|
Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.
Serhiy Storchaka
2016-10-02
1
-14/+42
*
|
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka
2016-10-02
1
-6/+34
|
\
\
\
|
|
/
/
|
*
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka
2016-10-02
1
-6/+34
|
|
\
\
|
|
|
/
|
|
*
Issue #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka
2016-10-02
1
-5/+35
*
|
|
Issue #21124: Fix building _struct on Cygwin.
Zachary Ware
2016-10-02
1
-1/+1
*
|
|
Issue #13756: Fix building extensions modules on Cygwin
Zachary Ware
2016-10-01
1
-1/+1
*
|
|
Issue #21085: add configure check for siginfo_t.si_band
Zachary Ware
2016-10-01
1
-0/+4
*
|
|
Issue #28275: Merge bz2 fix from 3.6
Martin Panter
2016-10-01
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28275: Merge bz2 fix from 3.5 into 3.6
Martin Panter
2016-10-01
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
Martin Panter
2016-10-01
1
-1/+3
*
|
|
Merge 3.6
Victor Stinner
2016-09-29
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix xml.etree.ElementTree.Element.getiterator()
Victor Stinner
2016-09-29
1
-1/+1
*
|
|
Merged from 3.6
Alexander Belopolsky
2016-09-28
2
-92/+30
|
\
\
\
|
|
/
/
|
*
|
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky
2016-09-28
2
-92/+30
*
|
|
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
Serhiy Storchaka
2016-09-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
Serhiy Storchaka
2016-09-27
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
Serhiy Storchaka
2016-09-27
1
-1/+1
*
|
|
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-1/+3
[next]