.. |
stringlib
|
Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here.
|
2008-08-28 14:55:10 +00:00 |
abstract.c
|
Fix #3651 various memory leaks when using the buffer interface
|
2008-08-27 00:31:37 +00:00 |
boolobject.c
|
Remove outdated comment. Reviewed by Antoine.
|
2008-08-30 19:21:01 +00:00 |
bytearrayobject.c
|
Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from
|
2008-08-25 21:05:21 +00:00 |
bytes_methods.c
|
…
|
|
bytesobject.c
|
add NULL checking for PyBytes_FromObject; R=Neal
|
2008-08-27 00:28:34 +00:00 |
cellobject.c
|
…
|
|
classobject.c
|
…
|
|
cobject.c
|
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
|
2008-08-29 18:37:05 +00:00 |
codeobject.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
complexobject.c
|
…
|
|
descrobject.c
|
…
|
|
dictnotes.txt
|
…
|
|
dictobject.c
|
Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from
|
2008-08-12 08:35:52 +00:00 |
enumobject.c
|
…
|
|
exceptions.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
fileobject.c
|
…
|
|
floatobject.c
|
Merged revisions 65964 via svnmerge from
|
2008-08-21 21:40:15 +00:00 |
frameobject.c
|
…
|
|
funcobject.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
genobject.c
|
…
|
|
iterobject.c
|
…
|
|
listobject.c
|
…
|
|
listsort.txt
|
…
|
|
longobject.c
|
Closes release blocker #3627.
|
2008-08-24 07:08:55 +00:00 |
memoryobject.c
|
#3712: The memoryview object had a reference leak and didn't support cyclic garbage collection.
|
2008-09-01 15:10:14 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
object.c
|
Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning.
|
2008-08-28 11:28:26 +00:00 |
obmalloc.c
|
Merged revisions 65975 via svnmerge from
|
2008-08-22 19:38:45 +00:00 |
rangeobject.c
|
…
|
|
setobject.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
sliceobject.c
|
…
|
|
structseq.c
|
Merged revisions 66006 via svnmerge from
|
2008-08-24 05:48:10 +00:00 |
tupleobject.c
|
Closes release blocker #3627.
|
2008-08-24 07:08:55 +00:00 |
typeobject.c
|
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
|
2008-08-26 22:40:48 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Closes release blocker #3627.
|
2008-08-24 07:08:55 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |