.. |
abstract.c
|
Stop duplicating code and handle slice indices consistently and correctly
|
2006-03-23 06:03:08 +00:00 |
boolobject.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
bufferobject.c
|
…
|
|
cellobject.c
|
Previously, Python code had no easy way to access the contents of a
|
2006-03-18 07:59:59 +00:00 |
classobject.c
|
Stop duplicating code and handle slice indices consistently and correctly
|
2006-03-23 06:03:08 +00:00 |
cobject.c
|
…
|
|
codeobject.c
|
…
|
|
complexobject.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
descrobject.c
|
Patch #1434038: property() now uses the getter's docstring if there is
|
2006-03-08 18:09:27 +00:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
…
|
|
enumobject.c
|
Change int to Py_ssize_t in several places.
|
2006-03-07 12:08:51 +00:00 |
fileobject.c
|
Um, I thought I'd already checked this in.
|
2006-03-10 02:28:35 +00:00 |
floatobject.c
|
Use %ld and casts to long for refcount printing, in absense of a universally
|
2006-03-01 05:41:20 +00:00 |
frameobject.c
|
Use macro versions instead of function versions when we already know the type.
|
2006-03-20 01:53:23 +00:00 |
funcobject.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
genobject.c
|
Change int to Py_ssize_t in several places.
|
2006-03-07 12:08:51 +00:00 |
intobject.c
|
Checking in the code for PEP 357.
|
2006-03-07 18:50:55 +00:00 |
iterobject.c
|
…
|
|
listobject.c
|
Checking in the code for PEP 357.
|
2006-03-07 18:50:55 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
Checking in the code for PEP 357.
|
2006-03-07 18:50:55 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
object.c
|
Heh -- used the right format for a refcount, but forgot
|
2006-03-23 05:41:24 +00:00 |
obmalloc.c
|
Merge the tim-obmalloc branch to the trunk.
|
2006-03-16 01:14:46 +00:00 |
rangeobject.c
|
…
|
|
setobject.c
|
Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.
|
2006-03-04 18:41:19 +00:00 |
sliceobject.c
|
Stop duplicating code and handle slice indices consistently and correctly
|
2006-03-23 06:03:08 +00:00 |
stringobject.c
|
Use macro versions instead of function versions when we already know the type.
|
2006-03-20 01:53:23 +00:00 |
structseq.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
tupleobject.c
|
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
|
2006-03-17 19:03:25 +00:00 |
typeobject.c
|
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
|
2006-03-17 19:03:25 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
- Reindent a confusingly indented piece of code (no intended code changes
|
2006-03-12 00:29:36 +00:00 |
unicodetype_db.h
|
Update Unicode database to Unicode 4.1.
|
2006-03-09 23:38:20 +00:00 |
weakrefobject.c
|
SF #1444030: Fix several potential defects found by Coverity.
|
2006-03-07 15:39:21 +00:00 |