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 #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
|
\
\
|
|
/
|
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-5/+7
*
|
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes
2016-09-14
1
-1/+1
|
\
\
|
|
/
|
*
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes
2016-09-14
1
-1/+1
*
|
more granular configure checks for clock_* functions (closes #28081)
Benjamin Peterson
2016-09-14
1
-3/+11
*
|
Issue #28131: Merge from 3.5
Berker Peksag
2016-09-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28131: Fix a regression in zipimport's compile_source()
Berker Peksag
2016-09-14
1
-1/+1
*
|
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an e...
Christian Heimes
2016-09-13
1
-3/+2
*
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
4
-11/+11
*
|
Fix NULL check in sock_sendmsg_iovec. CID 1372885
Christian Heimes
2016-09-13
1
-1/+1
*
|
Issue #27866: Fix refleak in cipher_to_dict()
Victor Stinner
2016-09-12
1
-12/+1
*
|
socket: Fix memory leak in sendmsg() and sendmsg_afalg()
Victor Stinner
2016-09-12
1
-5/+12
*
|
Cleanup socketmodule.c
Victor Stinner
2016-09-12
1
-13/+31
*
|
Revert part of 3471a3515827 that caused a performance regression
Raymond Hettinger
2016-09-12
1
-8/+44
*
|
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...
Berker Peksag
2016-09-12
3
-27/+17
*
|
Adds missing assert suppression.
Steve Dower
2016-09-12
1
-0/+4
*
|
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
Alexander Belopolsky
2016-09-12
1
-33/+81
*
|
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Christian Heimes
2016-09-11
1
-21/+59
*
|
Issue #27810: Regenerate Argument Clinic.
Serhiy Storchaka
2016-09-11
4
-28/+28
*
|
Issue 24454: Removed unused match_getitem_doc.
Eric V. Smith
2016-09-11
1
-3/+0
*
|
Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...
Eric V. Smith
2016-09-11
1
-1/+0
*
|
Issue 24454: Improve the usability of the re match object named group API
Eric V. Smith
2016-09-11
1
-1/+18
*
|
Issue #28036: Remove unused pysqlite_flush_statement_cache function
Berker Peksag
2016-09-11
1
-20/+0
*
|
Use uint16_t instead of short in audioop.
Serhiy Storchaka
2016-09-11
1
-14/+14
[next]