.. |
stringlib
|
Made _ParseTupleFinds only defined to unicodeobject.c
|
2007-11-16 19:16:15 +00:00 |
abstract.c
|
Fix Issue 1045.
|
2007-12-06 00:56:53 +00:00 |
boolobject.c
|
Add a bunch of GIL release/acquire points in tp_print implementations and for
|
2007-09-17 03:28:34 +00:00 |
bufferobject.c
|
Coverity #151: Remove deadcode.
|
2007-10-04 06:00:48 +00:00 |
cellobject.c
|
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
|
2007-11-24 13:44:17 +00:00 |
classobject.c
|
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
|
2007-05-07 16:46:54 +00:00 |
cobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
codeobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
complexobject.c
|
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
|
2008-01-03 02:21:52 +00:00 |
descrobject.c
|
Fix refleak
|
2007-12-31 23:48:47 +00:00 |
dictnotes.txt
|
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
|
2007-02-15 09:51:35 +00:00 |
dictobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
doubledigits.c
|
Backport of r59456:59458 from py3k to trunk
|
2007-12-10 22:28:56 +00:00 |
enumobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
exceptions.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
fileobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
floatobject.c
|
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
|
2008-01-03 02:21:52 +00:00 |
frameobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
funcobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
genobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
intobject.c
|
Make math.{floor,ceil}({int,long}) return float again for backwards
|
2008-01-04 08:01:23 +00:00 |
iterobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
listobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
listsort.txt
|
typo fix
|
2006-08-01 16:24:30 +00:00 |
longobject.c
|
Make math.{floor,ceil}({int,long}) return float again for backwards
|
2008-01-04 08:01:23 +00:00 |
methodobject.c
|
Backport of the PCbuild9 directory from the py3k branch.
|
2007-11-22 11:21:16 +00:00 |
moduleobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
object.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
obmalloc.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
rangeobject.c
|
Remove "static forward" declaration. Move constructors
|
2006-04-11 09:04:12 +00:00 |
setobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
sliceobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
stringobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
structseq.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
tupleobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
typeobject.c
|
Fix refleak introduced in r59576.
|
2007-12-20 21:03:02 +00:00 |
unicodectype.c
|
Patch 1494554: Update numeric properties to Unicode 4.1.
|
2006-05-27 08:36:52 +00:00 |
unicodeobject.c
|
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
|
2008-01-03 22:16:32 +00:00 |
unicodetype_db.h
|
Update Unicode database to Unicode 4.1.
|
2006-03-09 23:38:20 +00:00 |
weakrefobject.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |