summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+78
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-44/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-13/+13
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-44/+44
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+130
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-281-3/+3
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-41/+40
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-13/+11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-111/+111
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-53/+52
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-7/+0
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+14
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-4/+4
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-4/+4
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-25/+58
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-33/+2
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-2/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+34
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+8
* Remove tests for classic-class and mixed-classic-class/new-style behaviour.Thomas Wouters2006-04-151-146/+2
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-7/+2
* Patch #1434038: property() now uses the getter's docstring if there isGeorg Brandl2006-03-081-0/+12
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-26/+0
* Add test for classmethod ./. keyword args.Georg Brandl2006-02-211-0/+8
* Whitespace normalization.Tim Peters2005-12-301-1/+1
* SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".Armin Rigo2005-12-291-0/+31
* SF patch #1390657:Armin Rigo2005-12-291-0/+72
* Added proper reflection on instances of <type 'method-wrapper'>, e.g.Armin Rigo2005-11-071-0/+13
* Fix tests dependent on the exception raised by non-settable descriptors.Barry Warsaw2005-04-201-1/+1
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+13
* Use descriptors.Guido van Rossum2005-01-161-2/+2
* Removing tests that fail because of changes in PyString_InternInPlace(),Armin Rigo2004-08-071-16/+0
* Ensure super() lookup of descriptor from classmethod works (SF #743627)Phillip J. Eby2004-03-251-0/+14
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-14/+14
* Whitespace normalization.Tim Peters2004-01-181-1/+1
* Fix forMichael W. Hudson2003-08-151-0/+31
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-071-0/+7
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* SF bug #753451: classmethod abuse --> SystemErrorRaymond Hettinger2003-06-181-0/+8
* Add test for bug #751998.Neal Norwitz2003-06-161-0/+16
* Remove debug code from weakref_segfault().Guido van Rossum2003-05-291-2/+0
* Add testcase for SF 742911.Guido van Rossum2003-05-291-0/+24
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-1/+16
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-151-5/+5
* Close off the "Verre Carlo hack" as discussed on python-dev.Guido van Rossum2003-04-141-0/+17