..
stringlib
rewrite the parsing of field names to be more consistent wrt recursive expansion
13 years ago
abstract.c
Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCharpArray()
13 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
Fix compilation on Windows
13 years ago
bytes_methods.c
Issue #13590: Improve support for OS X Xcode 4:
14 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
14 years ago
codeobject.c
Issue #15456: Fix code __sizeof__ after #12399 change.
14 years ago
complexobject.c
Close #17694: Add minimum length to _PyUnicodeWriter
13 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 #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
13 years ago
enumobject.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
exceptions.c
Issue #17591: Use lowercase filenames when including Windows header files.
13 years ago
fileobject.c
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
13 years ago
floatobject.c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
13 years ago
frameobject.c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
13 years ago
funcobject.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
genobject.c
don't run frame if it has no stack (closes #17669)
13 years ago
iterobject.c
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
13 years ago
listobject.c
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
13 years ago
listsort.txt
#6814: remove traces of xrange().
17 years ago
lnotab_notes.txt
Issue #6042:
17 years ago
longobject.c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
13 years ago
memoryobject.c
Fix error messages.
13 years ago
methodobject.c
Fix supernumerary 's' in sys._debugmallocstats() output.
13 years ago
moduleobject.c
#17115,17116: Have modules initialize the __package__ and __loader__
13 years ago
namespaceobject.c
Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()
13 years ago
object.c
Issue #3329: Add new APIs to customize memory allocators
13 years ago
obmalloc.c
Issue #18408: Fix _PyMem_DebugRealloc()
13 years ago
rangeobject.c
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
13 years ago
setobject.c
Fix compilation warning with gcc 4.8 (unused typedef)
13 years ago
sliceobject.c
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
13 years ago
structseq.c
Update the embedded copy of the expat XML parser to 2.1.0. It brings
14 years ago
tupleobject.c
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
13 years ago
typeobject.c
Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle
13 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 #13590: Improve support for OS X Xcode 4:
14 years ago
unicodeobject.c
Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all
13 years ago
unicodetype_db.h
upgrade to UCD 6.2
13 years ago
weakrefobject.c
Issue #17643: Add __callback__ attribute to weakref.ref.
13 years ago