Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uuid creation is now threadsafe, backport from py3k rev. 57375. | Georg Brandl | 2007-08-24 | 1 | -1/+4 |
| | |||||
* | Have the sha module raise a DeprecationWarning as specified in PEP 4. | Brett Cannon | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | Have md5 raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-30 | 1 | -2/+2 |
| | |||||
* | Bug #1541863: uuid.uuid1 failed to generate unique identifiers | Martin v. Löwis | 2006-08-18 | 1 | -2/+2 |
| | | | | on systems with low clock resolution. | ||||
* | Update code and tests to support the 'bytes_le' attribute (for | Ka-Ping Yee | 2006-08-16 | 1 | -17/+43 |
| | | | | | | | little-endian byte order on Windows), and to work around clocks with low resolution yielding duplicate UUIDs. Anthony Baxter has approved this change. | ||||
* | If the executable doesn't exist, there's no reason to try to start it. | Neal Norwitz | 2006-07-29 | 1 | -1/+4 |
| | | | | This prevents garbage about command not found being printed on Solaris. | ||||
* | Try to find the MAC addr on various flavours of Unix. This seems hopeless. | Neal Norwitz | 2006-07-28 | 1 | -5/+31 |
| | | | | The reduces the test_uuid failures, but there's still another method failing. | ||||
* | Live with that "the hardware address" is an ill-defined | Tim Peters | 2006-07-28 | 1 | -4/+11 |
| | | | | | | | concept, and that different ways of trying to find "the hardware address" may return different results. Certainly true on both of my Windows boxes, and in different ways (see whining on python-dev). | ||||
* | Make uuid test suite pass on this box by requesting output with LC_ALL=C. | Georg Brandl | 2006-07-27 | 1 | -1/+4 |
| | |||||
* | Remove Python 2.3 compatibility comment. | Ka-Ping Yee | 2006-06-19 | 1 | -2/+1 |
| | |||||
* | Added missing svn:eol-style property to text files. | Tim Peters | 2006-06-13 | 1 | -477/+477 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-06-13 | 1 | -477/+477 |
| | |||||
* | Add the uuid module. | Ka-Ping Yee | 2006-06-12 | 1 | -0/+477 |
This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2). |