| .. |
|
stringlib
|
Make private function static (from `make smelly`)
|
14 years ago |
|
abstract.c
|
Issue #2377: Make importlib the implementation of __import__().
|
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
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
|
14 years ago |
|
bytes_methods.c
|
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
|
14 years ago |
|
bytesobject.c
|
Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.
|
14 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
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
codeobject.c
|
Make PyUnicode_Copy() private => _PyUnicode_Copy()
|
14 years ago |
|
complexobject.c
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
|
14 years ago |
|
descrobject.c
|
merge 3.2 (#14699)
|
14 years ago |
|
dictnotes.txt
|
Implement PEP 412: Key-sharing dictionaries (closes #13903)
|
14 years ago |
|
dictobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
enumobject.c
|
Issue #14288: Serialization support for builtin iterators.
|
14 years ago |
|
exceptions.c
|
Issue #13783: the PEP 380 implementation no longer expands the public C API
|
14 years ago |
|
fileobject.c
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
14 years ago |
|
floatobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
frameobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
funcobject.c
|
use new generic __dict__ descriptor implementations
|
14 years ago |
|
genobject.c
|
Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation
|
14 years ago |
|
iterobject.c
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
|
14 years ago |
|
listobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 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
|
Issue #14744: Fix compilation on Windows
|
14 years ago |
|
memoryobject.c
|
Issue #14930: Make memoryview objects weakrefable.
|
14 years ago |
|
methodobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
moduleobject.c
|
issue 14660: Implement PEP 420, namespace packages.
|
14 years ago |
|
namespaceobject.c
|
Eric Snow's implementation of PEP 421.
|
14 years ago |
|
object.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
obmalloc.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
rangeobject.c
|
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
|
14 years ago |
|
setobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
sliceobject.c
|
Issue #10227: Add an allocation cache for a single slice object.
|
14 years ago |
|
structseq.c
|
Fix indentation
|
14 years ago |
|
tupleobject.c
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
|
14 years ago |
|
typeobject.c
|
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
|
14 years ago |
|
typeslots.inc
|
remove __version__s dependent on subversion keyword expansion (closes #12221)
|
15 years ago |
|
typeslots.py
|
remove __version__s dependent on subversion keyword expansion (closes #12221)
|
15 years ago |
|
unicodectype.c
|
fix old titlecase function for extended case chars
|
14 years ago |
|
unicodeobject.c
|
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
|
14 years ago |
|
unicodetype_db.h
|
update to Unicode 6.1
|
14 years ago |
|
weakrefobject.c
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
14 years ago |