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 #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
1
-0/+30
*
fix hash member name (closes #22847)
Benjamin Peterson
2016-02-07
1
-1/+1
*
fix debug assertion
Benjamin Peterson
2016-02-05
1
-1/+1
*
Issue #22847: Improve method cache efficiency.
Antoine Pitrou
2014-11-14
1
-5/+38
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+143
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
Comment out two tests that won't pass now after reverting the typeobject.c
Barry Warsaw
2016-01-11
1
-24/+0
*
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
*
remove some copyright notices supserseded by the toplevel ones
Benjamin Peterson
2016-01-01
1
-3/+0
*
Issue #25961: Fixed compilation error and a leak in type constructor.
Serhiy Storchaka
2015-12-31
1
-4/+11
*
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-4/+11
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-30
1
-7/+32
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-6/+8
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-35/+22
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
8
-29/+15
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
4
-4/+4
*
Issue #19543: Added Py3k warning for decoding unicode.
Serhiy Storchaka
2015-12-03
1
-0/+3
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-1/+5
*
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
3
-3/+3
*
Issue #25678: Copy buffer objects to null-terminated strings.
Serhiy Storchaka
2015-11-20
3
-6/+32
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+7
*
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
Victor Stinner
2015-11-09
1
-0/+8
*
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
Serhiy Storchaka
2015-10-10
1
-1/+4
*
Issue #25326: Improve an obscure error message.
Raymond Hettinger
2015-10-09
1
-1/+1
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-7/+6
*
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
Serhiy Storchaka
2015-10-02
1
-7/+9
*
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
Benjamin Peterson
2015-07-30
1
-1/+1
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-1/+3
*
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
2
-10/+10
*
Issue #19543: Emit deprecation warning for known non-text encodings.
Serhiy Storchaka
2015-05-31
3
-9/+9
*
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
2
-7/+20
*
Issue #23985: Fixed integer overflow in iterator object. Original patch by
Serhiy Storchaka
2015-05-21
1
-0/+5
*
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
1
-1/+1
*
Issue #23971: Fix underestimated presizing in dict.fromkeys()
Raymond Hettinger
2015-05-13
1
-2/+2
*
allow 2.7 to be built with asan (closes #24061)
Benjamin Peterson
2015-04-27
1
-0/+20
*
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
Serhiy Storchaka
2015-03-30
1
-7/+4
*
Issue #22079: Py3k warning now is issued in PyType_Ready() instead of
Serhiy Storchaka
2015-03-22
1
-6/+9
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
2
-13/+1
*
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
1
-0/+1
*
fix merge_collapse to actually maintain the invariant it purports to (closes ...
Benjamin Peterson
2015-02-25
1
-1/+2
*
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-2/+2
*
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
Serhiy Storchaka
2015-01-30
1
-0/+2
*
Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV.
Serhiy Storchaka
2015-01-30
1
-1/+2
*
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
Stefan Krah
2015-01-30
1
-2/+2
*
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
1
-0/+14
*
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
1
-12/+13
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-4/+4
*
remove tautological condition (closes #22954)
Benjamin Peterson
2014-11-27
1
-1/+1
*
remove strange casts
Benjamin Peterson
2014-11-23
1
-4/+4
*
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
[next]