..
stringlib
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +00:00
abstract.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +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
Implement extended slicing in bytes objects.
2006-12-19 08:30:14 +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 53005-53303 via svnmerge from
2007-01-09 23:18:33 +00:00
dictobject.c
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +00:00
enumobject.c
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
2006-04-21 10:40:58 +00:00
exceptions.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +00:00
fileobject.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +00:00
floatobject.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +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
PEP 3107 - Function Annotations thanks to Tony Lownds
2006-12-28 06:47:50 +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 the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +00:00
iterobject.c
The daily ritual: fix C89 violations.
2006-08-26 02:54:40 +00:00
listobject.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +00:00
listsort.txt
Merged revisions 46753-51188 via svnmerge from
2006-08-11 14:57:12 +00:00
longobject.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +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
The opstrings table was backwards. Add an XXX comment.
2006-12-19 21:35:46 +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 53005-53303 via svnmerge from
2007-01-09 23:18:33 +00:00
sliceobject.c
Restructure comparison dramatically. There is no longer a default
2006-08-24 00:41:19 +00:00
stringobject.c
Merged the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +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
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +00:00
typeobject.c
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +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 the int/long unification branch, by very crude means (sorry Thomas!).
2007-01-14 03:31:43 +00:00
unicodetype_db.h
Update Unicode database to Unicode 4.1.
2006-03-09 23:38:20 +00:00
weakrefobject.c
- patch #1600346 submitted by Tomer Filiba
2006-11-28 19:15:13 +00:00