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 #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
-5/+35
*
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
Martin Panter
2016-10-01
1
-1/+3
*
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 #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-2/+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
*
Issue #28075: Fix test_access_denied in Python 3.5
Berker Peksag
2016-09-18
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: Fix messed up indentation
Martin Panter
2016-09-17
5
-17/+19
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
1
-1/+1
*
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
*
Issue #28131: Fix a regression in zipimport's compile_source()
Berker Peksag
2016-09-14
1
-1/+1
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-16/+29
*
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-10/+4
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
9
-9/+9
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
3
-13/+25
*
do not memcpy from NULL
Benjamin Peterson
2016-09-07
1
-1/+2
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1/+34
*
explicitly cast away constness to silence compiler warning
Benjamin Peterson
2016-09-06
1
-1/+1
*
Backed out changeset 8b6be1341770
Benjamin Peterson
2016-09-06
1
-0/+2
*
remove long double from ctypes value union
Benjamin Peterson
2016-09-05
1
-2/+0
*
Issue #26470: Use short name rather than name for compression name to fix #27...
Christian Heimes
2016-09-05
1
-6/+1
*
do not pretend to support passing a fd to access()
Benjamin Peterson
2016-09-05
2
-6/+6
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
2
-104/+242
*
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
2
-42/+35
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-2/+11
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-12/+15
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-1/+0
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-6/+5
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+32
*
merge 3.4 (#27783)
Benjamin Peterson
2016-08-17
1
-8/+8
|
\
|
*
merge 3.3 (#27783)
Benjamin Peterson
2016-08-17
1
-8/+7
|
|
\
|
|
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
1
-8/+7
*
|
|
merge 3.4 (#27774)
Benjamin Peterson
2016-08-16
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#27774)
Benjamin Peterson
2016-08-16
1
-3/+1
|
|
\
\
|
|
|
/
|
|
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
1
-3/+1
*
|
|
fix corner cases in the management of server_hostname (closes #27773)
Benjamin Peterson
2016-08-16
1
-6/+4
*
|
|
merge 3.4
Benjamin Peterson
2016-08-16
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+8
*
|
|
merge 3.4 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
|
\
\
|
|
|
/
|
|
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+16
*
|
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+8
*
|
|
merge 3.4 (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
|
\
\
|
|
|
/
|
|
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
[next]