.. |
abstract.c
|
C++ compilation cleanup: Migrate declaration of
|
2006-04-18 00:27:46 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
…
|
|
cellobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
classobject.c
|
Replace PyObject_CallFunction calls with only object args
|
2006-05-25 19:15:31 +00:00 |
cobject.c
|
…
|
|
codeobject.c
|
Merge from rjones-funccall branch.
|
2006-05-23 10:37:38 +00:00 |
complexobject.c
|
C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a couple places
|
2006-04-18 00:35:43 +00:00 |
descrobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
enumobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
fileobject.c
|
Bug #1462152: file() now checks more thoroughly for invalid mode
|
2006-05-18 07:01:27 +00:00 |
floatobject.c
|
Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms
|
2006-05-25 15:53:30 +00:00 |
frameobject.c
|
fix broken merge
|
2006-05-23 18:32:11 +00:00 |
funcobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
genobject.c
|
gen_del(): Looks like much this was copy/pasted from
|
2006-04-15 22:59:10 +00:00 |
intobject.c
|
C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a couple places
|
2006-04-18 00:35:43 +00:00 |
iterobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
listobject.c
|
Remove now-unused variables from tp_traverse and tp_clear methods.
|
2006-04-15 22:51:26 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
Patch #1494387: SVN longobject.c compiler warnings
|
2006-05-25 22:28:46 +00:00 |
methodobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
moduleobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
object.c
|
Comment typo fix
|
2006-04-18 11:49:53 +00:00 |
obmalloc.c
|
…
|
|
rangeobject.c
|
…
|
|
setobject.c
|
…
|
|
sliceobject.c
|
…
|
|
stringobject.c
|
Eeked out another 3% or so performance in split whitespace by cleaning up the algorithm.
|
2006-05-26 15:21:01 +00:00 |
structseq.c
|
…
|
|
tupleobject.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
typeobject.c
|
Replace PyObject_CallFunction calls with only object args
|
2006-05-25 19:15:31 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
use Py_LOCAL also for string and unicode objects
|
2006-05-26 11:38:15 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Replace PyObject_CallFunction calls with only object args
|
2006-05-25 19:15:31 +00:00 |