Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 1 | -1/+0 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -2/+2 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
* | Change expected message for ValueError, fixing bug #126400 | Andrew M. Kuchling | 2000-12-20 | 1 | -1/+1 |
* | Add test case for error message raised by bad % format character | Andrew M. Kuchling | 2000-12-15 | 1 | -0/+25 |
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -5/+16 |
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -23/+136 |
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -0/+52 |