| .. |
|
stringlib
|
fix format spec recursive expansion (closes #19729)
|
12 years ago |
|
abstract.c
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
|
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
|
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
|
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
|
13 years ago |
|
codeobject.c
|
Issue #15456: Fix code __sizeof__ after #12399 change.
|
14 years ago |
|
complexobject.c
|
#19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
|
12 years ago |
|
descrobject.c
|
Remove an errant extra \ within a docstring.
|
12 years ago |
|
dictnotes.txt
|
Issue #15055: update dictnotes.txt. Patch by Mark Shannon.
|
14 years ago |
|
dictobject.c
|
Issue #17563: Fix dict resize performance regression.
|
13 years ago |
|
enumobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
exceptions.c
|
Issue #15784: Modify OSError.__str__() to better distinguish between
|
14 years ago |
|
fileobject.c
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
|
13 years ago |
|
floatobject.c
|
#19069: use imperative mood in float object docstrings. Patch by Marco Buttu.
|
12 years ago |
|
frameobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 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
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
listobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 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 #17576: Deprecation warning emitted now when __int__() or __index__()
|
12 years ago |
|
memoryobject.c
|
Issue #19014: memoryview.cast() is now allowed on zero-length views.
|
12 years ago |
|
methodobject.c
|
Fix supernumerary 's' in sys._debugmallocstats() output.
|
13 years ago |
|
moduleobject.c
|
Issue #15394: Fix ref leaks in PyModule_Create.
|
14 years ago |
|
namespaceobject.c
|
Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing.
|
13 years ago |
|
object.c
|
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
|
12 years ago |
|
obmalloc.c
|
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
|
12 years ago |
|
rangeobject.c
|
#19067: use imperative mood in range object docstrings. Patch by Marco Buttu.
|
12 years ago |
|
setobject.c
|
Silence compiler warning for an unused declaration
|
13 years ago |
|
sliceobject.c
|
Issue #14783: Merge changes from 3.2.
|
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
|
Fix the internals of our hash functions to used unsigned values during hash
|
13 years ago |
|
typeobject.c
|
Issue #19088: Fix incorrect caching of the copyreg module.
|
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 #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
unicodeobject.c
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
|
12 years ago |
|
unicodetype_db.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
weakrefobject.c
|
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
|
13 years ago |