Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -2/+4 |
| | | | | | and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead. | ||||
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | We still have 27 failing tests (down from 39). | ||||
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -3/+3 |
| | |||||
* | fix Python style guide conformance | Fred Drake | 2005-03-22 | 1 | -1/+1 |
| | |||||
* | - rename check_provision() to split_revision() | Fred Drake | 2005-03-21 | 1 | -83/+144 |
| | | | | | - fix indentation to conform to the Python style guide - add more tests and documentation | ||||
* | helper code, mostly from Andy Harrington, for PEP 314 completion | Fred Drake | 2005-03-20 | 1 | -0/+103 |