| .. |
|
stringlib
|
Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield
|
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
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
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 #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205).
|
14 years ago |
|
enumobject.c
|
Issue #14288: Serialization support for builtin iterators.
|
14 years ago |
|
exceptions.c
|
Fix build failure.
|
14 years ago |
|
fileobject.c
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
14 years ago |
|
floatobject.c
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
|
14 years ago |
|
frameobject.c
|
Issue #14909: A number of places were using PyMem_Realloc() apis and
|
14 years ago |
|
funcobject.c
|
use new generic __dict__ descriptor implementations
|
14 years ago |
|
genobject.c
|
merge 3.2 (#14717)
|
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
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
|
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 #13577: Built-in methods and functions now have a __qualname__.
|
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
|
Eric Snow's implementation of PEP 421.
|
14 years ago |
|
obmalloc.c
|
Close #14232: catch mmap() failure in new_arena() of obmalloc
|
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
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
|
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
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
|
14 years ago |
|
typeobject.c
|
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
|
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 #14993: Use standard "unsigned char" instead of a unsigned char bitfield
|
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 |