cpython/Objects
Guido van Rossum 0dd32e246c Real pickling for bytes.
Restore complex pickling.
Use cPickle in io.py.
2007-04-11 05:40:58 +00:00
..
stringlib Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
abstract.c Remove the deprecated and useless "pend" argument from 2007-03-18 18:35:15 +00:00
boolobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
bufferobject.c Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
bytesobject.c Real pickling for bytes. 2007-04-11 05:40:58 +00:00
cellobject.c Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
classobject.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
cobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
codeobject.c Jiwon Seo's PEP 3102 implementation. 2006-10-27 23:31:49 +00:00
complexobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
descrobject.c Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
dictobject.c Fix some silly uses of KEYS, ITEMS, VALUES. 2007-02-27 05:47:18 +00:00
enumobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
exceptions.c Remove the ability to slice/index on exceptions per PEP 352. 2007-02-27 00:15:55 +00:00
fileobject.c Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
floatobject.c Remove the deprecated and useless "pend" argument from 2007-03-18 18:35:15 +00:00
frameobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
funcobject.c Fix refleaks in function objects caused by kwdefaults not being allocated. 2007-02-26 12:28:57 +00:00
genobject.c Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
intobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
iterobject.c Remove bogus INCREF of ziptuple: it is a 2007-02-06 21:30:59 +00:00
listobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
listsort.txt Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
longobject.c Another refleak, this time in PyLong_AsLong. Fixes leaks showing in 2007-02-26 14:46:30 +00:00
methodobject.c Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
moduleobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
object.c Check the keys of the locals dict -- they need not be a list. 2007-03-12 13:15:14 +00:00
obmalloc.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
rangeobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
setobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
sliceobject.c Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
stringobject.c Fix a refleak in PyString_Format. 2007-02-26 13:48:28 +00:00
structseq.c Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
tupleobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
typeobject.c Fix refcounting bug reported by Amaury Forgeot d'Arc. 2007-03-29 20:49:57 +00:00
unicodectype.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
unicodeobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
unicodetype_db.h Update Unicode database to Unicode 4.1. 2006-03-09 23:38:20 +00:00
weakrefobject.c Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00