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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21354: PyCFunction_New function is exposed by python DLL again.
Andrew Svetlov
2015-04-27
1
-1/+1
*
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized...
Antoine Pitrou
2015-04-26
1
-5/+22
*
merge 3.3 (#24044)
Benjamin Peterson
2015-04-23
1
-2/+4
|
\
|
*
merge 3.2 (#24044)
Benjamin Peterson
2015-04-23
1
-2/+4
|
|
\
|
|
*
properly handle malloc failure (closes #24044)
Benjamin Peterson
2015-04-23
1
-2/+4
|
|
*
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
1
-17/+20
|
|
*
Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
Georg Brandl
2014-10-01
1
-1/+1
*
|
|
improved range docstring (closes #22785)
Benjamin Peterson
2015-04-22
1
-1/+5
*
|
|
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
Serhiy Storchaka
2015-03-30
1
-7/+4
*
|
|
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
1
-5/+5
*
|
|
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
Serhiy Storchaka
2015-03-22
1
-5/+8
*
|
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
3
-27/+1
*
|
|
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
1
-0/+1
*
|
|
merge 3.3 (#23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
use PyMem_NEW to detect overflow (closes #23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
*
|
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
1
-0/+2
*
|
|
fix merge_collapse to actually maintain the invariant it purports to (closes ...
Benjamin Peterson
2015-02-25
1
-1/+2
*
|
|
Issue #23490: Fixed possible crashes related to interoperability between
Serhiy Storchaka
2015-02-20
1
-0/+9
*
|
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-17/+5
*
|
|
Fix definition mismatch for type_is_subtype_base_chain.
Steve Dower
2015-02-06
1
-1/+1
*
|
|
fix many custom mro() edge cases and improve code quality (#22735)
Benjamin Peterson
2015-02-06
1
-253/+392
*
|
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
8
-244/+189
*
|
|
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-2/+2
*
|
|
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah
2015-01-29
1
-4/+52
*
|
|
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
1
-0/+14
*
|
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-2/+7
*
|
|
Issue #23321: Fixed a crash in str.decode() when error handler returned
Serhiy Storchaka
2015-01-25
1
-2/+6
*
|
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-2/+2
*
|
|
remove buzzword (closes #23210)
Benjamin Peterson
2015-01-09
1
-1/+1
*
|
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
2
-5/+4
*
|
|
Issue #20335: bytes constructor now raises TypeError when encoding or errors
Serhiy Storchaka
2014-12-02
1
-7/+7
*
|
|
Issue #22975: Close block at right place.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
|
|
remove tautological condition (closes #22954)
Benjamin Peterson
2014-11-27
1
-1/+1
*
|
|
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte...
Antoine Pitrou
2014-11-02
2
-11/+18
*
|
|
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
*
|
|
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...
Antoine Pitrou
2014-10-17
1
-3/+3
*
|
|
Merge 3.3
Benjamin Peterson
2014-10-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixed signed/unsigned comparison warning
Antoine Pitrou
2014-10-15
1
-1/+1
*
|
|
merge 3.3
Benjamin Peterson
2014-10-15
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
Benjamin Peterson
2014-10-15
1
-3/+2
*
|
|
Merge 3.3
Benjamin Peterson
2014-10-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
make sure length is unsigned
Benjamin Peterson
2014-10-15
1
-1/+1
*
|
|
merge 3.3 (#22643)
Benjamin Peterson
2014-10-15
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
fix integer overflow in unicode case operations (closes #22643)
Benjamin Peterson
2014-10-15
1
-0/+5
*
|
|
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+6
*
|
|
merge 3.3 (#22520)
Benjamin Peterson
2014-09-30
1
-11/+17
|
\
\
\
|
|
/
/
|
*
|
prevent overflow in unicode_repr (closes #22520)
Benjamin Peterson
2014-09-30
1
-11/+17
*
|
|
merge 3.3
Benjamin Peterson
2014-09-29
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
these variables ought to be Py_ssize_t
Benjamin Peterson
2014-09-29
1
-1/+1
[next]