Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect use of flags in re.sub() | Jakub Wilk | 2017-04-23 | 1 | -1/+1 |
* | some more testing and tweaking of common cases, follow more descriptive Py3 e... | Stefan Behnel | 2008-08-27 | 1 | -4/+4 |
* | more test fixes | Stefan Behnel | 2008-08-22 | 1 | -4/+4 |
* | more accurate exception messages when passing a wrong argument count (adapted... | Stefan Behnel | 2008-08-22 | 1 | -9/+9 |
* | almost complete in-place implementation of Python's ParseTupleAndKeywords() | Stefan Behnel | 2008-08-22 | 1 | -11/+7 |
* | Py2.6 test fixes | Stefan Behnel | 2008-05-22 | 1 | -2/+2 |
* | more test fixes for Py3 | Stefan Behnel | 2008-05-15 | 1 | -8/+12 |
* | more test fixes for Py3 | Stefan Behnel | 2008-05-15 | 1 | -14/+18 |
* | tons of fixes for the test suite: docstrings must be unicode strings to run i... | Stefan Behnel | 2008-05-14 | 1 | -1/+1 |
* | extended test for star args in extension functions | Stefan Behnel | 2008-02-06 | 1 | -25/+87 |
* | loads of doctests | Stefan Behnel | 2008-01-01 | 1 | -0/+42 |
* | collection of regression tests (based on Greg's test suite) | Stefan Behnel | 2007-12-31 | 1 | -0/+16 |