Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.3
/
Lib
/
uuid.py
tag
4dea2538537ba8ef14e4296217abcd7a45cb25ce
tagger
Ned Deily <nad@python.org>
Fri Oct 06 20:32:07 2017
object
bf9cccb2b54ad2c641ea78435a8618a6d251491e
Final head of the former 3.3 branch
4295353
#19855: restore use of LC_ALL, not LC_MESSAGES
by R David Murray
· 12 years ago
4be1e24
#19855: uuid.get_node now looks on the PATH for executables on unix.
by R David Murray
· 12 years ago
56507c7
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
016af3f
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
by Serhiy Storchaka
· 12 years ago
6f50b81
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
by Serhiy Storchaka
· 12 years ago
605a62d
Issue #15118: Change return value of os.uname() and os.times() from
by Larry Hastings
· 13 years ago
69cd87b
Shift the pipe-using code into an else block, then close the pipe
by Brian Curtin
· 15 years ago
bf07571
Fix ResourceWarning for unclosed files (from os.popen)
by Brian Curtin
· 15 years ago
0f377a5
Merged revisions 82276 via svnmerge from
by Ronald Oussoren
· 15 years ago
ac764d3
Merged revisions 80784 via svnmerge from
by Ronald Oussoren
· 15 years ago
1d523e1
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
by Georg Brandl
· 16 years ago
b0c2916
Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from
by Amaury Forgeot d'Arc
· 17 years ago
254348e
Rename buffer -> bytearray.
by Guido van Rossum
· 18 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 18 years ago
37410aa
Make uuid.py thread-safe. Fix by Yuri Ginsburg.
by Guido van Rossum
· 18 years ago
fb56d8f
Fix test_uuid.py. Add a note that this module is thread-unsafe. :-(
by Guido van Rossum
· 18 years ago
5ed033b
Change hashlib to return bytes from digest() instead of str8.
by Guido van Rossum
· 18 years ago
65b6a80
Make test_uuid passed.
by Guido van Rossum
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
a8add0e
Merged revisions 55270-55324 via svnmerge from
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago