cpython/Objects
Benjamin Peterson 0c0dcaf272 remove type_compare, since type_richcompare does the same trick 2009-12-16 03:36:22 +00:00
..
stringlib Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. 2009-11-29 17:40:57 +00:00
abstract.c substitute PyDict_Check() for PyObject_IsInstance 2009-12-10 03:37:59 +00:00
boolobject.c
bufferobject.c
bytearrayobject.c Fix missing semicolon 2009-10-15 15:18:55 +00:00
bytes_methods.c
cellobject.c
classobject.c remove the check that classmethod's argument is a callable 2009-09-01 22:27:57 +00:00
cobject.c
codeobject.c
complexobject.c Include ieeefp.h (when available) in pyport.h instead of individually in 2009-11-28 12:30:36 +00:00
descrobject.c rewrite for style, clarify, and comments 2009-10-22 02:50:38 +00:00
dictnotes.txt
dictobject.c
enumobject.c #6994: fix typo in enumerate docstring 2009-09-25 16:07:55 +00:00
exceptions.c #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. 2009-09-16 20:30:09 +00:00
fileobject.c
floatobject.c Include ieeefp.h (when available) in pyport.h instead of individually in 2009-11-28 12:30:36 +00:00
frameobject.c
funcobject.c remove the check that classmethod's argument is a callable 2009-09-01 22:27:57 +00:00
genobject.c
intobject.c Avoid undefined behaviour due to overflow in i_divmod (Objects/intobject.c). 2009-12-04 11:24:38 +00:00
iterobject.c
listobject.c grant list.index() a more informative error message #7252 2009-11-02 16:14:19 +00:00
listsort.txt
lnotab_notes.txt
longobject.c Issue #1087418: Small performance boost for bitwise operations on longs. 2009-10-25 20:39:06 +00:00
memoryobject.c Issue #7142: Fix uses of unicode in memoryview objects 2009-10-15 15:53:58 +00:00
methodobject.c
moduleobject.c only clear a module's __dict__ if the module is the only one with a reference to it #7140 2009-10-15 15:44:46 +00:00
object.c
obmalloc.c disable pymalloc tricks with the --with-valgrind option #2422 2009-12-03 02:52:39 +00:00
rangeobject.c Silence MSVC warning about unary minus applied to unsigned type. 2009-11-16 17:33:25 +00:00
setobject.c Issue 7263: Fix set.intersection() docstring. 2009-11-18 20:28:22 +00:00
sliceobject.c
stringobject.c Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. 2009-11-29 17:40:57 +00:00
structseq.c
tupleobject.c Issue #7466: segmentation fault when the garbage collector is called 2009-12-12 19:13:08 +00:00
typeobject.c remove type_compare, since type_richcompare does the same trick 2009-12-16 03:36:22 +00:00
unicodectype.c #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, 2009-10-06 19:56:32 +00:00
unicodeobject.c Issue #1680159: unicode coercion during an 'in' operation was masking 2009-12-14 16:28:26 +00:00
unicodetype_db.h #7112: Fix compilation warning in unicodetype_db.h 2009-10-13 21:29:34 +00:00
weakrefobject.c #5037 proxy __unicode__ correctly 2009-11-19 03:00:02 +00:00