.. |
stringlib
|
Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int. PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376.
|
2008-01-28 10:59:27 +00:00 |
abstract.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from
|
2008-02-04 18:48:49 +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
|
Fixed #1969: split and rsplit in bytearray are inconsistent
|
2008-01-30 09:51:48 +00:00 |
cellobject.c
|
Merged revisions 59107-59186 via svnmerge from
|
2007-11-26 23:23:18 +00:00 |
classobject.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
|
2008-02-06 14:31:34 +00:00 |
cobject.c
|
…
|
|
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
|
…
|
|
dictobject.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from
|
2008-02-09 02:18:51 +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 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from
|
2008-02-04 18:48:49 +00:00 |
frameobject.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
|
2008-02-06 14:31:34 +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 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from
|
2008-02-09 02:18:51 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
Get the ref counting for static allocated longs right.
|
2008-02-01 16:56:30 +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
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
|
2008-02-06 14:31:34 +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
|
…
|
|
rangeobject.c
|
Merge r60673
|
2008-02-09 04:13:49 +00:00 |
setobject.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
|
2008-02-06 14:31:34 +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
|
Fixed issue #1973: bytes.fromhex('') raises SystemError
|
2008-01-30 11:28:29 +00:00 |
structseq.c
|
Merged revisions 59933-59951 via svnmerge from
|
2008-01-14 18:49:24 +00:00 |
tupleobject.c
|
Issue 2025: Add index() and count() methods to tuple so that it will follow
|
2008-02-07 00:41:02 +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 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
|
2008-02-06 14:31:34 +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 |