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
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.2
Benjamin Peterson
2015-05-26
1
-7/+3
|
\
|
*
keep distutils version in sync with python version automatically
Benjamin Peterson
2015-05-26
1
-7/+3
*
|
merge 3.2 (#22931)
Benjamin Peterson
2015-05-23
3
-3/+19
|
\
\
|
|
/
|
*
allow square brackets in cookie values (closes #22931)
Benjamin Peterson
2015-05-23
3
-3/+23
*
|
be more robust against the filters list changing under us (closes #24096)
Benjamin Peterson
2015-05-03
3
-6/+31
*
|
just sort the items tuple directly (closes #24094)
Benjamin Peterson
2015-05-03
3
-27/+25
*
|
merge 3.2 (#24044)
Benjamin Peterson
2015-04-23
2
-2/+7
|
\
\
|
|
/
|
*
properly handle malloc failure (closes #24044)
Benjamin Peterson
2015-04-23
2
-2/+7
*
|
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
2
-1/+10
*
|
use PyMem_NEW to detect overflow (closes #23362)
Benjamin Peterson
2015-03-02
1
-1/+1
*
|
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
2
-3/+12
*
|
merge 3.2
Benjamin Peterson
2015-02-18
3
-424/+0
|
\
\
|
|
/
|
*
remove RPM, since it's unused and unmaintained
Benjamin Peterson
2015-02-18
3
-424/+0
|
*
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
Serhiy Storchaka
2015-01-30
1
-0/+2
|
*
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
3
-33/+161
*
|
add overflow checking (closes #23361)
Benjamin Peterson
2015-02-10
2
-2/+14
*
|
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka
2015-02-02
2
-27/+11
*
|
reduce memory usage of test (closes #23369)
Benjamin Peterson
2015-02-02
1
-1/+2
*
|
check for overflows in permutations() and product() (closes #23363, closes #2...
Benjamin Peterson
2015-02-02
3
-2/+32
*
|
check for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson
2015-02-02
3
-1/+12
*
|
detect overflow in combinations (closes #23366)
Benjamin Peterson
2015-02-02
3
-0/+11
*
|
remove extra ws
Benjamin Peterson
2015-02-01
1
-1/+0
*
|
fix possible overflow in encode_basestring_ascii (closes #23369)
Benjamin Peterson
2015-02-01
3
-5/+25
*
|
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
3
-42/+133
*
|
Issue20467: clarify __init__'s role
Ethan Furman
2015-01-15
1
-7/+11
*
|
merge 3.2 (closes #23165)
Benjamin Peterson
2015-01-04
2
-3/+16
|
\
\
|
|
/
|
*
add some overflow checks before multiplying (closes #23165)
Benjamin Peterson
2015-01-04
2
-3/+16
*
|
merge 3.2
Benjamin Peterson
2015-01-01
6
-7/+7
|
\
\
|
|
/
|
*
update for copyright for 2015
Benjamin Peterson
2015-01-01
6
-7/+7
*
|
merge 3.2 (#23130)
Benjamin Peterson
2014-12-30
1
-405/+0
|
\
\
|
|
/
|
*
delete old ftpmirror script, which now has security bugs (closes #23130)
Benjamin Peterson
2014-12-30
1
-405/+0
*
|
merge 3.2 (#16043)
Benjamin Peterson
2014-12-06
3
-3/+36
|
\
\
|
|
/
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
3
-3/+36
*
|
merge 3.2
Benjamin Peterson
2014-11-05
1
-2/+2
|
\
\
|
|
/
|
*
use pythontest.net for url fragment test
Benjamin Peterson
2014-11-05
1
-2/+2
*
|
merge 3.2
Benjamin Peterson
2014-11-03
1
-3/+4
|
\
\
|
|
/
|
*
move idna test domain to pythontest.net
Benjamin Peterson
2014-11-03
1
-3/+4
*
|
make plural s lowercase
Benjamin Peterson
2014-10-19
1
-1/+1
*
|
Fixed signed/unsigned comparison warning
Antoine Pitrou
2014-10-15
1
-1/+1
*
|
test is cpython only
Benjamin Peterson
2014-10-15
1
-0/+1
*
|
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
Benjamin Peterson
2014-10-15
1
-3/+2
*
|
make sure length is unsigned
Benjamin Peterson
2014-10-15
1
-1/+1
*
|
fix integer overflow in unicode case operations (closes #22643)
Benjamin Peterson
2014-10-15
3
-0/+13
*
|
note xmlrpclib doesn't verify certs (yet)
Benjamin Peterson
2014-10-13
1
-0/+5
*
|
Merge 3.2 into 3.3.
Georg Brandl
2014-10-12
1
-0/+2
|
\
\
|
|
/
|
*
Added tag v3.2.6 for changeset 0bd5f4f14de9
Georg Brandl
2014-10-12
1
-0/+1
|
*
Bump to 3.2.6
v3.2.6
Georg Brandl
2014-10-12
5
-8/+8
|
*
#16040: fix unlimited read from connection in nntplib.
Georg Brandl
2014-10-12
3
-1/+24
|
*
Added tag v3.2.6rc1 for changeset 51382a5598ec
Georg Brandl
2014-10-04
1
-0/+1
|
*
Copyright year update, add version to licenses.
v3.2.6rc1
Georg Brandl
2014-10-04
5
-5/+11
[next]