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.
 
 
 
 
 
 
Victor Stinner 77282cb4f8 Cleanup PyUnicode_Contains() 13 years ago
..
stringlib stringlib: remove unused STRINGLIB_RESIZE macro 13 years ago
abstract.c Issue #17715: Merge fix from 3.3. 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 14 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 Issue #16290: __complex__ must now always return an instance of complex. 13 years ago
descrobject.c Issue #15422: get rid of PyCFunction_New macro 13 years ago
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 14 years ago
dictobject.c fix warning (closes #17327) 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 Issue #15989: Fix several occurrences of integer overflow 13 years ago
floatobject.c Fix a few typos and a double semicolon. Patch by Eitan Adler. 13 years ago
frameobject.c Issue #9566: Use the right type to fix a compiler warnings on Win64 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 Fixed a missing incref introduced by a7ec0a1b0f7c 14 years ago
listobject.c Issue #16148: implemented PEP 424 14 years ago
listsort.txt #6814: remove traces of xrange(). 17 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 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 Issue #15394: Fix ref leaks in PyModule_Create. 14 years ago
namespaceobject.c Issue #15022: Ensure all pickle protocols are supported. 13 years ago
object.c Optimize ascii(str): don't encode/decode repr if repr is already ASCII 13 years ago
obmalloc.c Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind. 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 the internals of our hash functions to used unsigned values during hash 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 Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found. 13 years ago
typeobject.c Issue #16447: Merge fix from 3.3. 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 Cleanup PyUnicode_Contains() 13 years ago
unicodetype_db.h upgrade to UCD 6.2 14 years ago
weakrefobject.c Issue #17643: Add __callback__ attribute to weakref.ref. 13 years ago