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.
 
 
 
 
 
 
Serhiy Storchaka c59c85c1ac Issue #10156: In the interpreter's initialization phase, unicode globals 13 years ago
..
stringlib Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. 13 years ago
abstract.c allow any number to be returned from __length_hint__ (closes #15354) 14 years ago
boolobject.c Untabify C files. Will watch buildbots. 16 years ago
bufferobject.c null merge from 2.6 14 years ago
bytearrayobject.c Fix compilation on Windows 13 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 check for string attribute names in old-style classes (closes #14334) 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 use formats that work on 2.7 14 years ago
dictnotes.txt Patch #1397848: add the reasoning behind no-resize-on-shrinkage. 19 years ago
dictobject.c avoid a function call with redundant checks for dict size 13 years ago
enumobject.c #8635: document enumerate() start parameter in docstring. 16 years ago
exceptions.c null merge from 2.6 14 years ago
fileobject.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
floatobject.c Issue #9742: Sneaky fix for build failure on Solaris 9. 13 years ago
frameobject.c SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) 14 years ago
funcobject.c null merge from 2.6 14 years ago
genobject.c close() doesn't take any args (closes #14717) 14 years ago
intobject.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
iterobject.c Untabify C files. Will watch buildbots. 16 years ago
listobject.c Backport issue #12973 list_repeat fix from 3.x. 15 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 Issue #15989: Fix several occurrences of integer overflow 13 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 ensure the attribute name string is initalized before using it (closes #16839) 13 years ago
obmalloc.c Merged revisions 87834 via svnmerge from 15 years ago
rangeobject.c Issue #14783: Backport changes from 3.2. 13 years ago
setobject.c remove unused variable 14 years ago
sliceobject.c Issue #14783: Backport changes from 3.2. 13 years ago
stringobject.c Issue #16975: Fix error handling bug in the escape-decode decoder. 13 years ago
structseq.c null merge from 2.6 14 years ago
tupleobject.c PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. 14 years ago
typeobject.c Improve tooltips by listing the most common argument pattern first. 13 years ago
unicodectype.c #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, 16 years ago
unicodeobject.c Issue #10156: In the interpreter's initialization phase, unicode globals 13 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 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. 13 years ago