Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sandbox removed | Federico Di Gregorio | 2018-10-09 | 1 | -43/+0 |
| | | | | | | | | | The sandbox directory was there to test issues before we had full test coverage and to try quick and dirty Python snippets before moving them to the examples directory, sending them to mailing list or copying them to the docs. Almost anything that was in sandbox is now in the examples directory or has been refactored into a full test, or is so old that is of no use anymore. So, adieu sandbox. | ||||
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 1 | -3/+3 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Trim trailing whitespace from all files throughout project | Jon Dufresne | 2017-12-01 | 1 | -4/+2 |
| | | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes. | ||||
* | Added a couple of files used for tests. | Federico Di Gregorio | 2008-04-14 | 1 | -0/+45 |