summaryrefslogtreecommitdiffstats
path: root/Doc/library/uuid.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Farhaan Bukhsh2018-06-041-6/+7
| | | The bytes parameter uses big endian.
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-5/+5
| | | | 85% of them are already links.
* bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)Barry Warsaw2017-11-281-4/+12
| | | | | | | | ``uuid.getnode()`` now preferentially returns universally administered MAC addresses if available, over locally administered MAC addresses. This makes a better guarantee for global uniqueness of UUIDs returned from ``uuid.uuid1()``. If only locally administered MAC addresses are available, the first such one found is returned. Also improve internal code style by being explicit about ``return None`` rather than falling off the end of the function. Improve the test robustness.
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-181-1/+30
| | | | bpo-22807: Expose platform UUID generation safety information.
* Issue #29217: Fix the wrong type description of UUID.variant.Xiang Zhang2017-01-101-1/+1
|
* Issue #26267: Improve uuid.UUID documentationBerker Peksag2016-12-311-0/+7
| | | | | | | | * Document how comparison of UUID objects work * Document str(uuid) returns the braceless standard form * Add a test for comparison of a UUID object with a non-UUID object Patch by Ammar Askar.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* #13499: fix example adding >>> before the comments.Ezio Melotti2011-12-021-8/+8
|
* #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.Georg Brandl2009-12-191-4/+4
|
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-4/+3
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+258