| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -44/+44 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+130 |
|
|
* | Make readonly members defined in C throw an AttributeError on modification. T... | Collin Winter | 2007-03-28 | 1 | -3/+3 |
|
|
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -41/+40 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -1/+1 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -13/+11 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -111/+111 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -53/+52 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -7/+0 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -5/+5 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+14 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -4/+4 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -4/+4 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -2/+2 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -25/+58 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -33/+2 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -2/+8 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+34 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+14 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -4/+8 |
|
|
* | Remove tests for classic-class and mixed-classic-class/new-style behaviour. | Thomas Wouters | 2006-04-15 | 1 | -146/+2 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -7/+2 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+12 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -26/+0 |
|
|
* | Add test for classmethod ./. keyword args. | Georg Brandl | 2006-02-21 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-30 | 1 | -1/+1 |
|
|
* | SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". | Armin Rigo | 2005-12-29 | 1 | -0/+31 |
|
|
* | SF patch #1390657: | Armin Rigo | 2005-12-29 | 1 | -0/+72 |
|
|
* | Added proper reflection on instances of <type 'method-wrapper'>, e.g. | Armin Rigo | 2005-11-07 | 1 | -0/+13 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 1 | -1/+1 |
|
|
* | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+13 |
|
|
* | Use descriptors. | Guido van Rossum | 2005-01-16 | 1 | -2/+2 |
|
|
* | Removing tests that fail because of changes in PyString_InternInPlace(), | Armin Rigo | 2004-08-07 | 1 | -16/+0 |
|
|
* | Ensure super() lookup of descriptor from classmethod works (SF #743627) | Phillip J. Eby | 2004-03-25 | 1 | -0/+14 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -14/+14 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Fix for | Michael W. Hudson | 2003-08-15 | 1 | -0/+31 |
|
|
* | Repair refcounting on error return from type_set_bases. | Michael W. Hudson | 2003-08-07 | 1 | -0/+7 |
|
|
* | SF bug #762455: Python segfaults when sys.stdout is changed in getattr | Raymond Hettinger | 2003-06-29 | 1 | -0/+15 |
|
|
* | SF bug #753451: classmethod abuse --> SystemError | Raymond Hettinger | 2003-06-18 | 1 | -0/+8 |
|
|
* | Add test for bug #751998. | Neal Norwitz | 2003-06-16 | 1 | -0/+16 |
|
|
* | Remove debug code from weakref_segfault(). | Guido van Rossum | 2003-05-29 | 1 | -2/+0 |
|
|
* | Add testcase for SF 742911. | Guido van Rossum | 2003-05-29 | 1 | -0/+24 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -1/+16 |
|
|
* | Ouch, it's Carlo Verre, not Verre Carlo. | Guido van Rossum | 2003-04-15 | 1 | -5/+5 |
|
|
* | Close off the "Verre Carlo hack" as discussed on python-dev. | Guido van Rossum | 2003-04-14 | 1 | -0/+17 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-04-06 | 1 | -3/+2 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-03-12 | 1 | -3/+7 |
|
|
* | Use floor division (// and __[r]floordiv__ in right-dispatch test. | Guido van Rossum | 2003-02-27 | 1 | -23/+23 |
|
|