| .. |
|
stringlib
|
Remove dead code committed in issue #12892.
|
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
|
Close #19568: Fix bytearray_setslice_linear(), fix handling of
|
12 years ago |
|
bytes_methods.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
bytesobject.c
|
(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if
|
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
|
Silence expression result unused warnings with clang.
|
12 years ago |
|
codeobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
complexobject.c
|
Silence expression result unused warnings with clang.
|
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 #19674: inspect.signature() now produces a correct signature
|
12 years ago |
|
enumobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
exceptions.c
|
Also chain codec exceptions that allow weakrefs
|
12 years ago |
|
fileobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
floatobject.c
|
Silence expression result unused warnings with clang.
|
12 years ago |
|
frameobject.c
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
|
12 years ago |
|
funcobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
genobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
iterobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
listobject.c
|
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
|
12 years ago |
|
listsort.txt
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
|
12 years ago |
|
methodobject.c
|
Silence expression result unused warnings with clang.
|
12 years ago |
|
moduleobject.c
|
Implement PEP 451 (ModuleSpec).
|
12 years ago |
|
namespaceobject.c
|
Don't use deprecated function PyUnicode_GET_SIZE()
|
12 years ago |
|
object.c
|
Issue #6477: Merge with 3.3.
|
12 years ago |
|
obmalloc.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
rangeobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
setobject.c
|
Minor code clean-up. Keep the C-API all in one section.
|
12 years ago |
|
sliceobject.c
|
Make Ellipsis and NotImplemented picklable through the reduce protocol.
|
12 years ago |
|
structseq.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
tupleobject.c
|
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
|
12 years ago |
|
typeobject.c
|
Silence expression result unused warnings with clang.
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
unicodeobject.c
|
Issue #19674: inspect.signature() now produces a correct signature
|
12 years ago |
|
unicodetype_db.h
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
weakrefobject.c
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |