summaryrefslogtreecommitdiffstats
path: root/ipalib/ipauuid.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed ipauuid.py docstring slightly so epydoc formats it correctlyJason Gerard DeRose2009-01-211-8/+23
|
* Removed doctest +ELLIPSIS directive from some examples in ipauuid.py that ↵Jason Gerard DeRose2009-01-211-4/+4
| | | | didn't need it
* Fixed some Python2.4 issues in ipauuid.py doctestsJason Gerard DeRose2009-01-211-13/+13
|
* Skip doc testing of the uuid module since by nature it changes every timeRob Crittenden2009-01-191-8/+8
|
* Include local copy of UUID generator for Python 2.4.Rob Crittenden2009-01-191-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.