| .. |
|
stringlib
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 years ago |
|
abstract.c
|
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
|
14 years ago |
|
accu.c
|
Issue #14387: Do not include accu.h from Python.h.
|
14 years ago |
|
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
bytearrayobject.c
|
Fix compilation on Windows
|
13 years ago |
|
bytes_methods.c
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
bytesobject.c
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
|
13 years ago |
|
capsule.c
|
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
|
16 years ago |
|
cellobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
classobject.c
|
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
|
13 years ago |
|
codeobject.c
|
Remove arbitrary string length limits
|
15 years ago |
|
complexobject.c
|
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
|
15 years ago |
|
descrobject.c
|
fix calling the classmethod descriptor directly (closes #14699)
|
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
|
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
|
16 years ago |
|
exceptions.c
|
#17296: backport fix for issue 1692335, naive exception pickling.
|
13 years ago |
|
fileobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
13 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
|
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
|
14 years ago |
|
funcobject.c
|
use Py_CLEAR
|
14 years ago |
|
genobject.c
|
close() doesn't take any args (closes #14717)
|
14 years ago |
|
iterobject.c
|
Fix nit (sentinel on lhs of comparison).
|
16 years ago |
|
listobject.c
|
Issue #14387: Do not include accu.h from Python.h.
|
14 years ago |
|
listsort.txt
|
#6814: remove traces of xrange().
|
17 years ago |
|
lnotab_notes.txt
|
Issue #6042:
|
17 years ago |
|
longobject.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 years ago |
|
memoryobject.c
|
Issue #15855: added docstrings for memoryview methods and data descriptors.
|
14 years ago |
|
methodobject.c
|
make hashes always the size of pointers; introduce Py_hash_t #9778
|
15 years ago |
|
moduleobject.c
|
Issue #15394: Fix ref leaks in PyModule_Create.
|
14 years ago |
|
object.c
|
initialize more global type objects (closes #16369)
|
13 years ago |
|
obmalloc.c
|
Issue #8020: Avoid a crash where the small objects allocator would read
|
15 years ago |
|
rangeobject.c
|
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
|
13 years ago |
|
setobject.c
|
Fix the internals of our hash functions to used unsigned values during hash
|
13 years ago |
|
sliceobject.c
|
Issue #14783: Improve int() docstring and also str(), range(), and slice().
|
13 years ago |
|
structseq.c
|
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
|
14 years ago |
|
tupleobject.c
|
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
|
13 years ago |
|
typeobject.c
|
#7963: fix error message when 'object' called with arguments.
|
13 years ago |
|
typeslots.inc
|
Merge Issue 11662 from 3.1 branch.
|
15 years ago |
|
typeslots.py
|
Support comment lines and missing indices in typeslots.h.
|
15 years ago |
|
unicodectype.c
|
Remove redundant includes of headers that are already included by Python.h.
|
15 years ago |
|
unicodeobject.c
|
Issue #17043: The unicode-internal decoder no longer read past the end of
|
13 years ago |
|
unicodetype_db.h
|
Upgrade to Unicode 6.0.0.
|
15 years ago |
|
weakrefobject.c
|
Silence a -Wformat-extra-argument warning when compiling.
|
13 years ago |