You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Ware 79b98df023 Issue #21279: Flesh out str.translate docs 11 years ago
..
stringlib Fixed typos in comments. 11 years ago
abstract.c Issue #23757: Only call the concrete list API for exact lists. 11 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 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray 11 years ago
bytes_methods.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
bytesobject.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 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 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
descrobject.c Fixed indentation of Python examples in C comments. 11 years ago
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 14 years ago
dictobject.c merge 3.3 (#24407) 11 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
fileobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
floatobject.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
frameobject.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
funcobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
genobject.c Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
iterobject.c Issue #23985: Fixed integer overflow in iterator object. Patch by 11 years ago
listobject.c merge 3.3 (#24044) 11 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 merge 3.3 12 years ago
memoryobject.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
methodobject.c Issue #21354: PyCFunction_New function is exposed by python DLL again. 11 years ago
moduleobject.c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. 12 years ago
namespaceobject.c Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
object.c Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. 12 years ago
obmalloc.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
rangeobject.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
setobject.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 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 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
typeobject.c Fixed indentation of Python examples in C comments. 11 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 #21279: Flesh out str.translate docs 11 years ago
unicodetype_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
weakrefobject.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago