summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-09-241-1/+1
* Add yet more tests for buffer().Neil Schemenauer2004-09-241-0/+11
* Add a few more tests for the buffer() object.Neil Schemenauer2004-09-241-0/+8
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-227/+1
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Fix test failure message (from SF patch #885008)Walter Dörwald2004-02-061-1/+1
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-276/+3
* Use _PyEval_SliceIndex to handle list.index() calls withWalter Dörwald2003-06-171-0/+9
* Fix sloppy index() implementation:Guido van Rossum2003-06-171-2/+6
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-171-0/+16
* Whitespace normalization.Tim Peters2003-05-121-4/+4
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-4/+4
* SF bug 665835: filter() treatment of str and tuple inconsistentRaymond Hettinger2003-04-241-0/+12
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-0/+10
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-0/+5
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-1/+5
* Fix SF bug #689659, 64-bit int and long hash keys incompatibleNeal Norwitz2003-02-231-0/+8
* Cleaned up test (removing bogus argument list).Raymond Hettinger2002-12-071-2/+2
* Remove assumption that cls is a subclass of dict.Raymond Hettinger2002-12-071-3/+3
* The final tweaks before closingMichael W. Hudson2002-12-051-0/+4
* Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.Raymond Hettinger2002-12-041-0/+7
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-0/+28
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-6/+6
* SF patch 637176: list.sort crasherTim Peters2002-11-121-2/+2
* This is Alex Martelli's patchMichael W. Hudson2002-11-051-0/+4
* Fix forMichael W. Hudson2002-07-291-0/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2002-07-161-1/+1
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* Fix the bug described inMichael W. Hudson2002-06-191-0/+8
* Test exceptional conditions in list.sort()Neal Norwitz2002-06-131-0/+15
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-111-0/+2
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+72
* Buffer-object repitition and concatenation has worked all along; add a testFred Drake2002-05-021-0/+6
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Add Raymond Hettinger's d.pop(). See SF patch 539949.Guido van Rossum2002-04-121-0/+15
* Add more tests for built-in types. Add tests for buffer objects.Neil Schemenauer2002-03-241-0/+118
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* Additional coverage tests by Neil Norwitz.Guido van Rossum2001-12-111-0/+9
* Change new tests to use integer division (// instead of /).Tim Peters2001-12-051-3/+3
* SF bug #488480: integer multiply to return -max_int-1.Tim Peters2001-12-041-0/+26
* Add a bunch of tests for extended dict.update() where the argument isBarry Warsaw2001-06-261-0/+70
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-0/+4
* Update the code to better reflect recommended style:Fred Drake2000-12-121-75/+75
* Added test for {}.popitem().Guido van Rossum2000-12-121-0/+24
* Backing out my changes.Moshe Zadka2000-11-301-6/+0
* Added .first{item,value,key}() to dictionaries.Moshe Zadka2000-11-301-0/+6
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-13/+13
* Barry's patch to test the new setdefault() method.Guido van Rossum2000-08-081-0/+12