Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrote all remaining assert stmts. | Tim Peters | 2002-08-25 | 1 | -30/+30 |
* | Simplified construction of the test suite. | Tim Peters | 2002-08-25 | 1 | -21/+23 |
* | Simplified code building sets of characters. | Tim Peters | 2002-08-25 | 1 | -5/+5 |
* | Ack! Virtually every test here relied on an assert stmt. assert stmts | Tim Peters | 2002-08-25 | 1 | -60/+60 |
* | Simplified the setup for is-subset testing. | Tim Peters | 2002-08-25 | 1 | -25/+20 |
* | Removed < <= > >= from the API. Implemented as comparisons of the | Raymond Hettinger | 2002-08-24 | 1 | -2/+2 |
* | At Tim Peter's suggestion, propagated GvR's binary operator changes to | Raymond Hettinger | 2002-08-24 | 1 | -0/+32 |
* | Expanded tests for sets of sets. | Raymond Hettinger | 2002-08-24 | 1 | -0/+4 |
* | Add regression test for proper construction of sets of sets. | Raymond Hettinger | 2002-08-21 | 1 | -0/+10 |
* | Rename popitem() to pop(). (An idea from SF patch 597444.) | Guido van Rossum | 2002-08-20 | 1 | -2/+2 |
* | Set classes and their unit tests, from sandbox. | Guido van Rossum | 2002-08-19 | 1 | -0/+568 |