summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-4/+19
* Merged revisions 71802 via svnmerge fromEric Smith2009-04-221-0/+6
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-1/+48
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+11
* Merged revisions 65125 via svnmerge fromEric Smith2008-07-191-0/+6
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-10/+2
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-2/+10
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-1/+12
* Forward port of r64958.Eric Smith2008-07-151-0/+38
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-2/+13
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-7/+31
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-4/+249
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-3/+3
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-48/+0
* Fix test_types.py (broken due to removal of array.array('c')).Guido van Rossum2007-07-031-1/+1
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-14/+1
* Make test_types.py pass.Guido van Rossum2007-05-041-14/+14
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-7/+7
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-30/+30
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-282/+268
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+8
* RFE #1436243: make integers in [0..256] preallocated.Georg Brandl2006-02-221-0/+4
* 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