..
stringlib
Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101.
2008-01-27 21:07:59 +00:00
abstract.c
Merged revisions 60379-60382 via svnmerge from
2008-01-28 02:38:20 +00:00
boolobject.c
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
2007-09-21 20:19:23 +00:00
bytes_methods.c
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
2007-10-16 06:31:30 +00:00
bytesobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
cellobject.c
Merged revisions 59107-59186 via svnmerge from
2007-11-26 23:23:18 +00:00
classobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
cobject.c
Merged revisions 56467-56482 via svnmerge from
2007-07-21 17:22:18 +00:00
codeobject.c
#1939 : update code object docstring.
2008-01-26 09:39:23 +00:00
complexobject.c
Merged revisions 60379-60382 via svnmerge from
2008-01-28 02:38:20 +00:00
descrobject.c
Merged revisions 59628-59641 via svnmerge from
2008-01-01 14:42:15 +00:00
dictnotes.txt
Merged revisions 53623-53858 via svnmerge from
2007-02-23 15:07:44 +00:00
dictobject.c
Merged revisions 60284-60349 via svnmerge from
2008-01-27 15:18:18 +00:00
doubledigits.c
Issue #1580 : New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'.
2007-12-10 22:19:17 +00:00
enumobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
exceptions.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
fileobject.c
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
2007-12-03 22:54:21 +00:00
floatobject.c
Merged revisions 60364-60378 via svnmerge from
2008-01-27 23:50:43 +00:00
frameobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
funcobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
genobject.c
Merged revisions 60284-60349 via svnmerge from
2008-01-27 15:18:18 +00:00
iterobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
listobject.c
Merged revisions 60284-60349 via svnmerge from
2008-01-27 15:18:18 +00:00
listsort.txt
…
longobject.c
Fix Issue #1769 : Now int('- 1') or int('+ 1') is not allowed
2008-01-19 19:12:01 +00:00
memoryobject.c
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
2007-12-02 14:31:20 +00:00
methodobject.c
Fixed some build issues and updated docs.
2007-11-17 19:08:41 +00:00
moduleobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
object.c
Merged revisions 60245-60277 via svnmerge from
2008-01-25 11:23:10 +00:00
obmalloc.c
Merged revisions 56467-56482 via svnmerge from
2007-07-21 17:22:18 +00:00
rangeobject.c
Drop _PyLong_FitsInLong. Fixes #1666 .
2007-12-20 22:57:23 +00:00
setobject.c
Merged revisions 60284-60349 via svnmerge from
2008-01-27 15:18:18 +00:00
sliceobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
stringobject.c
Clean up PyString_Size().
2008-01-07 02:06:10 +00:00
structseq.c
Merged revisions 59933-59951 via svnmerge from
2008-01-14 18:49:24 +00:00
tupleobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
typeobject.c
Merged revisions 60364-60378 via svnmerge from
2008-01-27 23:50:43 +00:00
unicodectype.c
Add XID_Start and XID_Continue properties to unicodectype.
2007-08-14 22:37:03 +00:00
unicodeobject.c
Merged revisions 59666-59679 via svnmerge from
2008-01-03 23:01:04 +00:00
unicodetype_db.h
Add XID_Start and XID_Continue properties to unicodectype.
2007-08-14 22:37:03 +00:00
weakrefobject.c
#1629 : Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00