| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use sys.version_info instead of sys.version. | ?ric Araujo | 2012-02-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in d2.markers). Other remaining uses are found in d2.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn?t be my fault :) | ||||
| * | Minor assorted cleanups. | ?ric Araujo | 2011-11-12 | 1 | -1/+1 |
| | | | | | | | | - Remove __main__ blocks obsoleted by pysetup - Fix typo ?seperate? - Add one test that was promised but not written - Reorganize one file | ||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -6/+4 |
| | | |||||
| * | A touch of PEP 8 and pyflaking | ?ric Araujo | 2010-11-16 | 1 | -9/+9 |
| | | |||||
| * | now compilers are loaded using fully qualified names | Tarek Ziade | 2010-11-11 | 1 | -7/+5 |
| | | |||||
| * | removed core.py | Tarek Ziade | 2010-10-25 | 1 | -1/+1 |
| | | |||||
| * | removed the __revision__ tag, that are specific to SVN | Tarek Ziade | 2010-10-04 | 1 | -1/+0 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+156 |
