Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵ | Ned Batchelder | 2022-07-05 | 1 | -1/+1 |
| | | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021 | ||||
* | bpo-38619: Update the documentation for UUID.hex (GH-29830) | 180909 | 2022-02-14 | 1 | -1/+1 |
| | | | | | Explicitly state that it is lowercase. Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) | Farhaan Bukhsh | 2018-06-04 | 1 | -6/+7 |
| | | | The bytes parameter uses big endian. | ||||
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -5/+5 |
| | | | | 85% of them are already links. | ||||
* | bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) | Barry Warsaw | 2017-11-28 | 1 | -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 Warsaw | 2017-02-18 | 1 | -1/+30 |
| | | | | bpo-22807: Expose platform UUID generation safety information. | ||||
* | Issue #29217: Fix the wrong type description of UUID.variant. | Xiang Zhang | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Issue #26267: Improve uuid.UUID documentation | Berker Peksag | 2016-12-31 | 1 | -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 Reedy | 2016-06-11 | 1 | -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 Melotti | 2011-12-02 | 1 | -8/+8 |
| | |||||
* | #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. | Georg Brandl | 2009-12-19 | 1 | -4/+4 |
| | |||||
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -4/+3 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+258 |