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
*
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
*
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.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.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
*
|
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 #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 #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
*
|
Fix xml.etree.ElementTree.Element.getiterator()
Victor Stinner
2016-09-29
1
-1/+1
*
|
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 #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 #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-2/+4
|
\
\
|
|
/
|
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-2/+4
*
|
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
Christian Heimes
2016-09-26
1
-1/+1
*
|
Typo
Christian Heimes
2016-09-24
1
-1/+1
*
|
Finish GC code for SSLSession and increase test coverage
Christian Heimes
2016-09-24
1
-4/+9
*
|
Increase buffer for readlink() in case OS will support longer names one day.
Christian Heimes
2016-09-23
1
-3/+4
|
\
\
|
|
/
|
*
Increase buffer for readlink() in case OS will support longer names one day.
Christian Heimes
2016-09-23
1
-3/+4
*
|
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes
2016-09-23
1
-4/+4
|
\
\
|
|
/
|
*
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes
2016-09-23
1
-4/+4
*
|
Don't define PY_WITH_KECCAK
Christian Heimes
2016-09-21
1
-2/+0
*
|
Fix memleak in os.getrandom()
Victor Stinner
2016-09-20
1
-10/+18
*
|
revert expat changes
Benjamin Peterson
2016-09-20
1
-1/+1
*
|
merge 3.5 (#28184)
Benjamin Peterson
2016-09-20
3
-8/+8
|
\
\
|
|
/
|
*
Issue #28075: Fix test_access_denied in Python 3.5
Berker Peksag
2016-09-18
1
-2/+4
*
|
Fix memory leak in path_converter()
Victor Stinner
2016-09-19
1
-1/+1
*
|
stop using Py_LL and Py_ULL
Benjamin Peterson
2016-09-19
2
-84/+84
*
|
Issue #28161: Opening CON for write access fails
Steve Dower
2016-09-17
1
-14/+31
*
|
Issue #28192: Don't import readline in isolated mode
Steve Dower
2016-09-17
1
-1/+2
*
|
Issue #28075: Merge from 3.5
Berker Peksag
2016-09-17
1
-2/+4
|
\
\
|
|
/
|
*
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...
Berker Peksag
2016-09-17
1
-2/+4
*
|
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter
2016-09-17
4
-14/+16
|
\
\
|
|
/
|
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
5
-17/+19
*
|
Issue #28145: Merge spelling fixes from 3.5 into 3.6
Martin Panter
2016-09-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
1
-1/+1
*
|
Issue #28156: Export os.getpid() conditionally
Berker Peksag
2016-09-15
2
-1/+11
*
|
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
Berker Peksag
2016-09-15
1
-17/+39
*
|
Unicode 9.0.0
Benjamin Peterson
2016-09-15
3
-23621/+25119
*
|
Issue #28153: Make kqueue()'s event filters optional
Berker Peksag
2016-09-14
1
-0/+18
*
|
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-5/+7
|
\
\
|
|
/
[next]