An error occurred fetching the project authors.
  1. 18 Feb, 2017 1 commit
  2. 10 Jan, 2017 1 commit
  3. 31 Dec, 2016 1 commit
    • Berker Peksag's avatar
      Issue #26267: Improve uuid.UUID documentation · 6b5e4a86
      Berker Peksag authored
      * 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.
      6b5e4a86
  4. 11 Jun, 2016 1 commit
  5. 02 Dec, 2011 2 commits
  6. 06 Oct, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from · 107690c2
      Georg Brandl authored
      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
  7. 19 Dec, 2009 1 commit
  8. 16 Sep, 2009 2 commits
    • Georg Brandl's avatar
      Merged revisions 74821,74828-74831,74833,74835 via svnmerge from · b044b2a7
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74821 | georg.brandl | 2009-09-16 11:42:19 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6885: run python 3 as python3.
      ................
        r74828 | georg.brandl | 2009-09-16 16:23:20 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74829 | georg.brandl | 2009-09-16 16:24:29 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Small PEP8 correction.
      ................
        r74830 | georg.brandl | 2009-09-16 16:36:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74831 | georg.brandl | 2009-09-16 17:54:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans and PEP8 for argdefaults.
      ................
        r74833 | georg.brandl | 2009-09-16 17:58:14 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Last round of adapting style of documenting argument default values.
      ................
        r74835 | georg.brandl | 2009-09-16 18:00:31 +0200 (Mi, 16 Sep 2009) | 33 lines
      
        Merged revisions 74817-74820,74822-74824 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Make deprecation notices as visible as warnings are right now.
        ........
          r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6880: add reference to classes section in exceptions section, which comes earlier.
        ........
          r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6876: fix base class constructor invocation in example.
        ........
          r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6891: comment out dead link to Unicode article.
        ........
          r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign.
        ........
          r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Remove strange trailing commas.
        ........
          r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6892: fix optparse example involving help option.
        ........
      ................
      b044b2a7
    • Georg Brandl's avatar
  9. 01 Sep, 2007 1 commit
  10. 15 Aug, 2007 2 commits