1. 24 Nis, 2016 1 kayıt (commit)
  2. 20 Mar, 2016 1 kayıt (commit)
  3. 30 Eki, 2015 1 kayıt (commit)
  4. 14 Tem, 2015 1 kayıt (commit)
  5. 20 May, 2015 1 kayıt (commit)
  6. 31 Ock, 2015 1 kayıt (commit)
  7. 30 Kas, 2014 1 kayıt (commit)
  8. 21 Kas, 2014 1 kayıt (commit)
  9. 07 Kas, 2014 1 kayıt (commit)
  10. 05 Kas, 2014 1 kayıt (commit)
  11. 21 Eki, 2014 1 kayıt (commit)
  12. 30 Eyl, 2014 1 kayıt (commit)
    • Georg Brandl's avatar
      Issue #19855: uuid.getnode() on Unix now looks on the PATH for the · 51c11622
      Georg Brandl yazdı
      executables used to find the mac address, with /sbin and /usr/sbin as
      fallbacks.
      
      Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
      virtual interface.  Original patch by Kent Frazier.
      
      Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
      if all necessary functions are already found in libuuid.
      Patch by Evgeny Sologubov.
      
      Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
      51c11622
  13. 06 Eyl, 2014 2 kayıt (commit)
  14. 25 Tem, 2014 1 kayıt (commit)
  15. 18 Ock, 2014 1 kayıt (commit)
    • R David Murray's avatar
      #19855: restore use of LC_ALL, not LC_MESSAGES · 42953535
      R David Murray yazdı
      I didn't realize LC_ALL was an override, and I should have.  I tried to
      make a test, but it is not clear that the LC variables actually affect
      the strings that uuid is using to parse the command output.
      42953535
  16. 18 Ara, 2013 1 kayıt (commit)
  17. 26 Kas, 2013 1 kayıt (commit)
  18. 13 Eyl, 2013 1 kayıt (commit)
  19. 30 Agu, 2013 1 kayıt (commit)
  20. 09 Haz, 2013 1 kayıt (commit)
  21. 25 Ara, 2012 1 kayıt (commit)
  22. 24 Haz, 2012 1 kayıt (commit)
  23. 05 Kas, 2010 3 kayıt (commit)
  24. 31 Eki, 2010 3 kayıt (commit)
  25. 06 Eki, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from · 107690c2
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r76884 | georg.brandl | 2009-12-19 18:35:49 +0100 (Sa, 19 Dez 2009) | 9 lines
      
        Merged revisions 76883 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76883 | georg.brandl | 2009-12-19 18:34:32 +0100 (Sa, 19 Dez 2009) | 1 line
      
          #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().
        ........
      ................
        r76885 | georg.brandl | 2009-12-19 18:36:20 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7521: remove PyEval_GetRestricted() from the docs.
      ................
        r76887 | georg.brandl | 2009-12-19 18:46:40 +0100 (Sa, 19 Dez 2009) | 9 lines
      
        Recorded merge of revisions 76886 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76886 | georg.brandl | 2009-12-19 18:43:33 +0100 (Sa, 19 Dez 2009) | 1 line
      
          #7493: review of Design FAQ by Florent Xicluna.
        ........
      ................
        r76889 | georg.brandl | 2009-12-19 18:57:51 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7499: Review of Library FAQ by Florent Xicluna.
      ................
        r76890 | georg.brandl | 2009-12-19 18:59:59 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7500: add "Python 3 review needed" comments and fix a few obvious errors.
      ................
        r76895 | georg.brandl | 2009-12-19 19:23:28 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
      ................
      107690c2
  26. 03 Agu, 2010 1 kayıt (commit)
    • Ezio Melotti's avatar
      Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from · 262a47d2
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the aifc module
      ........
        r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in bsddb
      ........
        r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence a py3k warning claiming to affect Lib/calendar.py
      ........
        r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
      ........
        r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the socket module
      ........
        r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the sndhdr module (found with test_email)
      ........
        r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence some py3k warnings claiming to affect _pyio
      ........
        r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence py3k warning claiming to affect the random module
      ........
        r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in httplib
      ........
        r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the uuid module
      ........
      262a47d2
  27. 27 Haz, 2010 4 kayıt (commit)
  28. 05 May, 2010 4 kayıt (commit)
  29. 19 Ara, 2009 1 kayıt (commit)