0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!).
I banged on the code (beyond what's in that branch) to make fewer tests fail;
the only tests that fail now are:
  test_descr -- can't pickle ints?!
  test_pickletools -- ???
  test_socket -- See python.org/sf/1619659
  test_sqlite -- ???
I'll deal with those later.
2007-01-14 03:31:43 +00:00
..
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
bytesobject.c Implement extended slicing in bytes objects. 2006-12-19 08:30:14 +00:00
cellobject.c
classobject.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
cobject.c
codeobject.c
complexobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
descrobject.c
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
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
intobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
iterobject.c
listobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
listsort.txt
longobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
methodobject.c
moduleobject.c
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
setobject.c Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
sliceobject.c
stringobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
structseq.c
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
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
weakrefobject.c