cpython/Objects
Antoine Pitrou 25de0dd89b Fix compilation error with gcc 4.3.2 2009-06-01 23:23:16 +00:00
..
stringlib Issue 6089: str.format raises SystemError. 2009-05-23 13:56:13 +00:00
abstract.c handle errors from _PyObject_LookupSpecial when __get__ fails 2009-05-25 02:40:21 +00:00
boolobject.c
bufferobject.c
bytearrayobject.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 2009-04-27 19:04:37 +00:00
bytes_methods.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 2009-04-27 19:04:37 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c Issue #6042: 2009-05-23 23:23:01 +00:00
complexobject.c Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. 2009-05-20 18:43:07 +00:00
descrobject.c Remove unused variable. 2009-05-05 09:20:52 +00:00
dictnotes.txt
dictobject.c plug ref leak 2009-05-27 03:08:44 +00:00
enumobject.c handle errors from _PyObject_LookupSpecial when __get__ fails 2009-05-25 02:40:21 +00:00
exceptions.c Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. 2009-02-10 13:32:24 +00:00
fileobject.c Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. 2009-05-17 02:52:09 +00:00
floatobject.c Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. 2009-05-11 15:33:08 +00:00
frameobject.c Fix compilation error with gcc 4.3.2 2009-06-01 23:23:16 +00:00
funcobject.c Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. 2009-05-29 04:58:52 +00:00
genobject.c Fix a wrong struct field assignment (docstring as closure). 2009-03-31 01:25:15 +00:00
intobject.c Remove unnecessary uses of context in PyGetSetDef. See issue #5880. 2009-05-03 20:39:06 +00:00
iterobject.c
listobject.c Issue 1242657: list(obj) can swallow KeyboardInterrupt. 2009-02-02 21:50:13 +00:00
listsort.txt Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
lnotab_notes.txt Issue #6042: 2009-05-23 23:23:01 +00:00
longobject.c Remove unnecessary use of context for long getters. 2009-05-02 17:55:01 +00:00
memoryobject.c Issue #2396: backport the memoryview object. 2009-04-02 21:18:34 +00:00
methodobject.c
moduleobject.c
object.c Uninitialized file type would lead to __exit__ lookup failure when site.py 2009-05-31 18:05:51 +00:00
obmalloc.c
rangeobject.c
setobject.c Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. 2009-01-01 14:11:22 +00:00
sliceobject.c many more types to initialize (I had to expose some of them) 2009-04-18 22:15:26 +00:00
stringobject.c Issue #5835, deprecate PyOS_ascii_formatd. 2009-04-25 21:40:15 +00:00
structseq.c
tupleobject.c The tracking statistics were actually too pessimistic 2009-03-23 19:17:00 +00:00
typeobject.c properly lookup __instancecheck__ and __subclasscheck__ 2009-05-16 21:44:25 +00:00
unicodectype.c Issue #4971: Fix titlecase for characters that are their own 2009-04-26 00:53:18 +00:00
unicodeobject.c #5929: fix signedness warning. 2009-05-05 09:19:43 +00:00
unicodetype_db.h Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in 2009-04-25 14:03:16 +00:00
weakrefobject.c