index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
typeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-9/+0
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-79/+0
*
Fix #1753395.
Georg Brandl
2007-08-30
1
-16/+4
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-14/+10
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-27/+17
*
Use unicode
Neal Norwitz
2007-08-25
1
-10/+25
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
1
-0/+41
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
1
-1/+1
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-4/+2
*
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum
2007-08-07
1
-3/+0
*
Fix an obvious bug caused by a switch to Unicode.
Guido van Rossum
2007-08-04
1
-1/+2
*
Add a default __prepare__() method to 'type', so it can be called
Guido van Rossum
2007-08-02
1
-0/+10
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-109/+106
*
Revert a wrong commit.
Thomas Heller
2007-07-11
1
-14/+7
*
Must create heaptypes with unicode names.
Thomas Heller
2007-07-11
1
-7/+14
*
Make test_descr.py pass. Had to disable a few tests, remove references
Guido van Rossum
2007-07-11
1
-0/+5
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-11/+73
*
Discard unused function.
Guido van Rossum
2007-06-13
1
-34/+0
*
Simplify error formatting and type_repr().
Walter Dörwald
2007-06-11
1
-8/+4
*
Check unicode identifier directly instead of converting
Walter Dörwald
2007-06-11
1
-4/+4
*
__module__ is a unicode string now:
Walter Dörwald
2007-06-11
1
-5/+2
*
Expect unicode in class_name.
Martin v. Löwis
2007-06-10
1
-3/+3
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-45/+44
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+1
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-9/+15
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-4/+85
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-4/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-138/+306
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-3/+3
*
Fix refcounting bug reported by Amaury Forgeot d'Arc.
Guido van Rossum
2007-03-29
1
-1/+2
*
By default, != returns the opposite of ==, unless the latter returns
Guido van Rossum
2007-03-27
1
-1/+16
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-1/+19
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1/+7
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+5
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-0/+11
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-15/+8
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-9/+16
*
Get rid of more coerce cruft (really check in this time :-)
Neal Norwitz
2006-08-29
1
-1/+0
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-13/+27
*
remove debugging turd.
Thomas Wouters
2006-08-21
1
-4/+0
*
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
Guido van Rossum
2006-08-21
1
-11/+47
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-25/+8
*
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz
2006-08-21
1
-88/+0
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+0
*
Fix non-C89-compatible syntax.
Guido van Rossum
2006-08-17
1
-2/+2
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
1
-107/+30
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-15/+38
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-63/+9
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-5/+5
*
Merge trunk up to 45598.
Thomas Wouters
2006-04-21
1
-4/+4
[next]