Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed ipauuid.py docstring slightly so epydoc formats it correctly | Jason Gerard DeRose | 2009-01-21 | 1 | -8/+23 |
| | |||||
* | Removed doctest +ELLIPSIS directive from some examples in ipauuid.py that ↵ | Jason Gerard DeRose | 2009-01-21 | 1 | -4/+4 |
| | | | | didn't need it | ||||
* | Fixed some Python2.4 issues in ipauuid.py doctests | Jason Gerard DeRose | 2009-01-21 | 1 | -13/+13 |
| | |||||
* | Skip doc testing of the uuid module since by nature it changes every time | Rob Crittenden | 2009-01-19 | 1 | -8/+8 |
| | |||||
* | Include local copy of UUID generator for Python 2.4. | Rob Crittenden | 2009-01-19 | 1 | -0/+541 |
Python 2.5+ has a built-in RFC 4122-compliant UUID generator. Include a copy of this file in our library and import it in a way that it will work with Python 2.4. |