summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* Remove __metaclass__ remains.Georg Brandl2008-05-271-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+17
* Manually merge r60521 from trunk.Georg Brandl2008-02-051-4237/+3941
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-0/+24
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-241-1/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-241-3/+72
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-281-7/+11
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-1/+0
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-21/+10
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-8/+11
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+65
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-271-4/+0
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+17
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-071-5/+0
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-25/+19
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-70/+70
* Fix failure do to outlawing complex floordiv/mod.Guido van Rossum2007-08-031-1/+3
* Delete failing test that was checking that a slot declaration withGuido van Rossum2007-07-201-9/+5
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-29/+2
* Make test_descr.py pass. Had to disable a few tests, remove referencesGuido van Rossum2007-07-111-84/+82
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+3
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-34/+23
* Check unicode identifier directly instead of convertingWalter Dörwald2007-06-111-0/+7
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-1/+2
* 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