| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+9 |
| | | | | | | | Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple(). | ||||
| * | Add list tests that ensure that remove() removes the first occurrence. | Walter Dörwald | 2005-03-21 | 1 | -0/+20 |
| | | | | | (Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274) | ||||
| * | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -33/+0 |
| | | |||||
| * | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 1 | -2/+101 |
| | | |||||
| * | SF patch #1005778, Fix seg fault if list object is modified during list.index() | Neal Norwitz | 2004-08-13 | 1 | -0/+12 |
| | | | | | Backport candidate | ||||
| * | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
| | | | | | | meaning they must have been checked in to CVS from a Linuxish box with Windowish \r\n line endings to begin with. | ||||
| * | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -0/+418 |
| test_tuple.py and test_list.py. Common tests for tuple, list and UserList are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit. (From SF patch #736962) | |||||
