| .. |
|
stringlib
|
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
|
15 years ago |
|
abstract.c
|
code style
|
15 years ago |
|
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
bytearrayobject.c
|
Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
|
15 years ago |
|
bytes_methods.c
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
bytesobject.c
|
Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
|
15 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
|
make hashes always the size of pointers; introduce Py_hash_t #9778
|
15 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
|
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
|
15 years ago |
|
dictnotes.txt
|
Merged revisions 53623-53858 via svnmerge from
|
19 years ago |
|
dictobject.c
|
#11565: Merge with 3.1.
|
15 years ago |
|
enumobject.c
|
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
|
16 years ago |
|
exceptions.c
|
Issue #5437: A preallocated MemoryError instance should not hold traceback
|
15 years ago |
|
fileobject.c
|
Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows
|
15 years ago |
|
floatobject.c
|
Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations.
|
15 years ago |
|
frameobject.c
|
Issue #9089: Remove references to intobject.c and intobject.h from comments.
|
16 years ago |
|
funcobject.c
|
Merge branches/pep-0384.
|
15 years ago |
|
genobject.c
|
Remove redundant includes of headers that are already included by Python.h.
|
15 years ago |
|
iterobject.c
|
Fix nit (sentinel on lhs of comparison).
|
16 years ago |
|
listobject.c
|
#11335: Fix memory leak after key function failure in sort
|
15 years ago |
|
listsort.txt
|
#6814: remove traces of xrange().
|
17 years ago |
|
lnotab_notes.txt
|
Merged revisions 72487-72488,72879 via svnmerge from
|
17 years ago |
|
longobject.c
|
#11565: Merge with 3.1.
|
15 years ago |
|
memoryobject.c
|
Merged revisions 88550 via svnmerge from
|
15 years ago |
|
methodobject.c
|
make hashes always the size of pointers; introduce Py_hash_t #9778
|
15 years ago |
|
moduleobject.c
|
#4236: avoid possible Fatal Error when import is called from __del__
|
15 years ago |
|
object.c
|
remove duplicated type ready
|
15 years ago |
|
obmalloc.c
|
Issue #8020: Avoid a crash where the small objects allocator would read
|
15 years ago |
|
rangeobject.c
|
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban.
|
15 years ago |
|
setobject.c
|
Merge from 3.1.
|
15 years ago |
|
sliceobject.c
|
Merge branches/pep-0384.
|
15 years ago |
|
structseq.c
|
Merge branches/pep-0384.
|
15 years ago |
|
tupleobject.c
|
Merge branches/pep-0384.
|
15 years ago |
|
typeobject.c
|
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
|
15 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
|
Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
|
15 years ago |
|
unicodetype_db.h
|
Upgrade to Unicode 6.0.0.
|
15 years ago |
|
weakrefobject.c
|
Issue #10359: Remove ";" after function definition, invalid in ISO C
|
15 years ago |