You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson 0f7e2df2f1 this is only a borrowed ref in Brett's branch 14 years ago
..
stringlib Advertise nesting directives for class/method and class/data combos. 15 years ago
abstract.c Make an error message more understandable and consistent with other error messages. 14 years ago
boolobject.c Untabify C files. Will watch buildbots. 16 years ago
bufferobject.c Untabify C files. Will watch buildbots. 16 years ago
bytearrayobject.c Merge #12417 followup, also removing an extra docstring 15 years ago
bytes_methods.c Merged revisions 82573 via svnmerge from 16 years ago
capsule.c Backported PyCapsule from 3.1, and converted most uses of 16 years ago
cellobject.c Untabify C files. Will watch buildbots. 16 years ago
classobject.c PyEval_CallObject requires a tuple of args (closes #13186) 14 years ago
cobject.c CObject use is marked as a Py3k warning, not a deprecation warning 15 years ago
codeobject.c Untabify C files. Will watch buildbots. 16 years ago
complexobject.c Issue #8748: Fix incorrect results from comparisons between an integer 16 years ago
descrobject.c Merge #12417 followup, also removing an extra docstring 15 years ago
dictnotes.txt Patch #1397848: add the reasoning behind no-resize-on-shrinkage. 19 years ago
dictobject.c Small clarification in docstring of dict.update(): the positional argument is not required. 14 years ago
enumobject.c #8635: document enumerate() start parameter in docstring. 16 years ago
exceptions.c this is only a borrowed ref in Brett's branch 14 years ago
fileobject.c Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 14 years ago
floatobject.c Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 14 years ago
frameobject.c Untabify C files. Will watch buildbots. 16 years ago
funcobject.c Untabify C files. Will watch buildbots. 16 years ago
genobject.c Untabify C files. Will watch buildbots. 16 years ago
intobject.c Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. 14 years ago
iterobject.c Untabify C files. Will watch buildbots. 16 years ago
listobject.c Backport issue #12973 list_repeat fix from 3.x. 14 years ago
listsort.txt Issue #5341: Fix a variety of spelling errors. 17 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
memoryobject.c Merged revisions 88097 via svnmerge from 15 years ago
methodobject.c Untabify C files. Will watch buildbots. 16 years ago
moduleobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
object.c must clear an AttributeError if it is set 15 years ago
obmalloc.c Merged revisions 87834 via svnmerge from 15 years ago
rangeobject.c Untabify C files. Will watch buildbots. 16 years ago
setobject.c remove unused variable 14 years ago
sliceobject.c Untabify C files. Will watch buildbots. 16 years ago
stringobject.c Merge #12417 followup, also removing an extra docstring 15 years ago
structseq.c Untabify C files. Will watch buildbots. 16 years ago
tupleobject.c Untabify C files. Will watch buildbots. 16 years ago
typeobject.c Fix the fix for issue #12149: it was incorrect, although it had the side 14 years ago
unicodectype.c #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, 16 years ago
unicodeobject.c Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() 14 years ago
unicodetype_db.h #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. 16 years ago
weakrefobject.c Untabify C files. Will watch buildbots. 16 years ago