Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Meh. Not much use for py3util now. | Robert Brewer | 2009-06-15 | 1 | -19/+0 |
| | |||||
* | Use builtin sorted, reversed if available. | Robert Brewer | 2009-06-15 | 1 | -7/+13 |
| | |||||
* | Removed py3print. | Robert Brewer | 2009-06-14 | 1 | -12/+0 |
| | |||||
* | trunk: A bunch more alignments between trunk and python3 syntax. | Robert Brewer | 2009-06-02 | 1 | -0/+8 |
| | |||||
* | trunk - more changes to bring the two branches into a more similar state - ↵ | Lakin Wecker | 2009-06-01 | 1 | -0/+5 |
| | | | | this time normalizing StringIO imports. | ||||
* | trunk - adding a py3util module that will normalize as many differences ↵ | Lakin Wecker | 2009-06-01 | 1 | -0/+12 |
between this branch and the python3 branch as it can. First it includes a py3print call who's signature matches that of print in python3. Also removed a few byte strings of the form b'' |