| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests now that the callable warning is gone. | Ezio Melotti | 2011-11-06 | 1 | -3/+2 |
| | | |||||
| * | Fix small error in r79502 | Antoine Pitrou | 2010-03-30 | 1 | -4/+4 |
| | | |||||
| * | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 1 | -0/+24 |
| | | |||||
| * | #7092 - Silence more py3k deprecation warnings, using ↵ | Florent Xicluna | 2010-03-21 | 1 | -10/+15 |
| | | | | | test_support.check_py3k_warnings() helper. | ||||
| * | Remove e assertIs definitions and use correct assert* methods. | Ezio Melotti | 2010-02-20 | 1 | -6/+0 |
| | | |||||
| * | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
| | | |||||
| * | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -16/+10 |
| | | | | | mistake. ( It may come in for sure tough) | ||||
| * | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -10/+16 |
| | | | | | Patch by flox | ||||
| * | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -3/+3 |
| | | |||||
| * | Add tests for __nonzero__() problems. | Jeremy Hylton | 2003-06-27 | 1 | -0/+21 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2003-05-12 | 1 | -1/+0 |
| | | |||||
| * | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807. | ||||
| * | Consistently use test_support.foo everywhere. | Walter Dörwald | 2003-05-01 | 1 | -15/+5 |
| | | | | | | | Remove the last use of veris(). Remove now useless imports and functions. | ||||
| * | Factor out common boilerplate for test_support | Raymond Hettinger | 2003-04-27 | 1 | -3/+1 |
| | | |||||
| * | Port test_bool.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-04-25 | 1 | -253/+328 |
| | | |||||
| * | - bool() called without arguments now returns False rather than | Guido van Rossum | 2003-04-19 | 1 | -0/+1 |
| | | | | | | | | raising an exception. This is consistent with calling the constructors for the other builtin types -- called without argument they all return the false value of that type. (SF patch #724135) Thanks to Alex Martelli. | ||||
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -1/+1 |
| | | | | | | | | | | [ 400998 ] experimental support for extended slicing on lists somewhat spruced up and better tested than it was when I wrote it. Includes docs & tests. The whatsnew section needs expanding, and arrays should support extended slices -- later. | ||||
| * | More mindless --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -23/+24 |
| | | |||||
| * | Patch #542569: tp_print tp_repr tp_str in test_bool.py. | Martin v. Löwis | 2002-04-14 | 1 | -1/+18 |
| | | |||||
| * | Add tests for binary pickles. | Guido van Rossum | 2002-04-05 | 1 | -0/+12 |
| | | |||||
| * | Implement an idea by Paul Rubin: | Guido van Rossum | 2002-04-05 | 1 | -0/+6 |
| | | | | | | | | | Change pickling format for bools to use a backwards compatible encoding. This means you can pickle True or False on Python 2.3 and Python 2.2 or before will read it back as 1 or 0. The code used for pickling bools before would create pickles that could not be read in previous Python versions. | ||||
| * | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 1 | -0/+228 |
