cpython/Objects
Benjamin Peterson ecb3bd93ff merge 3.2
2011-07-29 22:44:51 -05:00
..
stringlib Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. 2011-07-18 14:03:41 -04:00
abstract.c Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error 2011-05-30 23:21:30 +02:00
boolobject.c
bytearrayobject.c merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:34:29 +08:00
bytes_methods.c Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. 2011-06-27 09:06:45 -07:00
bytesobject.c merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:34:29 +08:00
capsule.c
cellobject.c
classobject.c
codeobject.c map cells to arg slots at code creation time (closes #12399) 2011-06-25 22:54:45 -05:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c SystemExit_init(): avoid an useless test 2011-05-26 14:25:54 +02:00
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c this is expressed better as a for loop 2011-07-03 17:23:22 -05:00
iterobject.c
listobject.c #11335: Fix memory leak after key function failure in sort 2011-05-04 12:46:28 -07:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c indicate return value on __dir__ methods 2011-05-24 12:46:15 -05:00
object.c merge 3.2 2011-07-29 22:44:51 -05:00
obmalloc.c
rangeobject.c
setobject.c Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions 2011-05-27 16:46:51 +02:00
sliceobject.c make the types of None and Ellipsis callable 2011-07-29 18:19:43 -05:00
structseq.c
tupleobject.c
typeobject.c Issue #11603: Fix a crash when __str__ is rebound as __repr__. 2011-07-15 21:18:18 +02:00
typeslots.inc remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
typeslots.py remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
unicodectype.c
unicodeobject.c merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:34:29 +08:00
unicodetype_db.h
weakrefobject.c