| .. |
|
stringlib
|
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
|
12 years ago |
|
abstract.c
|
Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and
|
12 years ago |
|
accu.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
bytearrayobject.c
|
Hopefully fix Windows compilation error following 499a96611baa
|
12 years ago |
|
bytes_methods.c
|
Issue #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
bytesobject.c
|
Issue #18408: Fix error handling in PyBytes_FromObject()
|
12 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 #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
codeobject.c
|
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
|
12 years ago |
|
complexobject.c
|
#19068: merge with 3.3.
|
12 years ago |
|
descrobject.c
|
Use Py_intptr_t to store the difference between two pointers, instead of int
|
13 years ago |
|
dictnotes.txt
|
Issue #15055: update dictnotes.txt. Patch by Mark Shannon.
|
14 years ago |
|
dictobject.c
|
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
|
12 years ago |
|
enumobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
exceptions.c
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
|
12 years ago |
|
fileobject.c
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
|
12 years ago |
|
floatobject.c
|
#19069: merge with 3.3.
|
12 years ago |
|
frameobject.c
|
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
|
12 years ago |
|
funcobject.c
|
Issue #18520: Fix PyFunction_NewWithQualName() error handling
|
13 years ago |
|
genobject.c
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
|
13 years ago |
|
iterobject.c
|
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
|
13 years ago |
|
listobject.c
|
Issue #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
listsort.txt
|
Various clarifications based on feedback & questions over the years.
|
13 years ago |
|
lnotab_notes.txt
|
Issue #6042:
|
17 years ago |
|
longobject.c
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
|
12 years ago |
|
memoryobject.c
|
Issue #19014: memoryview.cast() is now allowed on zero-length views.
|
12 years ago |
|
methodobject.c
|
Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was
|
13 years ago |
|
moduleobject.c
|
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
|
13 years ago |
|
namespaceobject.c
|
Issue #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
object.c
|
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
|
12 years ago |
|
obmalloc.c
|
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
|
12 years ago |
|
rangeobject.c
|
#19067: merge with 3.3.
|
12 years ago |
|
setobject.c
|
Note that LINEAR_PROBES can be set to zero.
|
12 years ago |
|
sliceobject.c
|
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
|
13 years ago |
|
structseq.c
|
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
|
13 years ago |
|
tupleobject.c
|
Issue #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
typeobject.c
|
Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type.
|
12 years ago |
|
typeslots.inc
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
typeslots.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
unicodectype.c
|
Issue #18722: Remove uses of the "register" keyword in C code.
|
13 years ago |
|
unicodeobject.c
|
Issue #19424: Fix a compiler warning
|
12 years ago |
|
unicodetype_db.h
|
upgrade unicode db to 6.3.0 (closes #19221)
|
12 years ago |
|
weakrefobject.c
|
Issue #17643: Add __callback__ attribute to weakref.ref.
|
13 years ago |