1. 15 Ock, 2012 1 kayıt (commit)
    • Éric Araujo's avatar
      Hide or remove user-visible XXX notes from distutils doc (#13716). · 9cff4273
      Éric Araujo yazdı
      Requested by Florent Xicluna with the rationale that they make the docs
      look unfinished.  I’ve also removed a few XXX notes that were not
      visible in the HTML but could waste contributors’ time by suggesting
      improvements that are never going to happen for distutils.
      9cff4273
  2. 19 Eki, 2011 1 kayıt (commit)
  3. 12 Eki, 2011 1 kayıt (commit)
  4. 07 Eki, 2011 1 kayıt (commit)
  5. 25 Agu, 2011 4 kayıt (commit)
  6. 19 Agu, 2011 2 kayıt (commit)
  7. 31 Tem, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Fix regression with distutils MANIFEST handing (#11104, #8688). · ab7c1b3f
      Éric Araujo yazdı
      The changed behavior of sdist in 3.1 broke packaging for projects that
      wanted to use a manually-maintained MANIFEST file (instead of having a
      MANIFEST.in template and letting distutils generate the MANIFEST).
      
      The fixes that were committed for #8688 (76643c286b9f by Tarek and
      d54da9248ed9 by me) did not fix all issues exposed in the bug report,
      and also added one problem: the MANIFEST file format gained comments,
      but the read_manifest method was not updated to handle (i.e. ignore)
      them.  This changeset should fix everything; the tests have been
      expanded and I successfully tested the 2.7 version with Mercurial, which
      suffered from this regression.
      
      I have grouped the versionchanged directives for these bugs in one place
      and added micro version numbers to help users know the quirks of the
      exact version they’re using.
      
      Initial report, thorough diagnosis and patch by John Dennis, further
      work on the patch by Stephen Thorne, and a few edits and additions by
      me.
      ab7c1b3f
  8. 28 Tem, 2011 1 kayıt (commit)
  9. 18 Tem, 2011 1 kayıt (commit)
  10. 15 Tem, 2011 1 kayıt (commit)
  11. 07 Haz, 2011 1 kayıt (commit)
  12. 02 Haz, 2011 1 kayıt (commit)
  13. 01 Haz, 2011 1 kayıt (commit)
  14. 31 May, 2011 1 kayıt (commit)
  15. 28 May, 2011 2 kayıt (commit)
  16. 09 May, 2011 1 kayıt (commit)
  17. 22 Nis, 2011 1 kayıt (commit)
  18. 15 Nis, 2011 1 kayıt (commit)
  19. 25 Şub, 2011 3 kayıt (commit)
  20. 15 Ara, 2010 2 kayıt (commit)
  21. 15 Eki, 2010 1 kayıt (commit)
  22. 06 Eki, 2010 8 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85274 via svnmerge from · d098c3d9
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
      
        Fix errors found by "make suspicious".
      ........
      d098c3d9
    • Georg Brandl's avatar
      Fix errors found by "make suspicious". · 682d7e0e
      Georg Brandl yazdı
      682d7e0e
    • Georg Brandl's avatar
      60203b41
    • Georg Brandl's avatar
      Merged revisions 84945 via svnmerge from · 4b05466e
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
      
        #9911: doc copyedits.
      ........
      4b05466e
    • Georg Brandl's avatar
      Merged revisions 84142 via svnmerge from · 23b4f927
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line
      
        Consistency check for versionadded/changed directives.
      ........
      23b4f927
    • Georg Brandl's avatar
      Merged revisions… · 4009c9ed
      Georg Brandl yazdı
      Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
      
        #7935: cross-reference to ast.literal_eval() from eval() docs.
      ........
        r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line
      
        #9223: link to Command class reference, and move Command interface docs nearer to class docs.
      ........
        r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9209 and #7781: fix two crashes in pstats interactive browser.
      ........
        r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
      ........
        r83525 | georg.brandl | 2010-08-02 14:36:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Get rid of spurious "threading" entries in trace output.
      ........
        r83526 | georg.brandl | 2010-08-02 14:40:22 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix softspace relic.
      ........
        r83527 | georg.brandl | 2010-08-02 14:48:46 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #3821: beginnings of a trace.py unittest.
      ........
        r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8578: mention danger of not incref'ing weak referenced object.
      ........
        r83538 | georg.brandl | 2010-08-02 20:10:13 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6928: fix class docs w.r.t. new metaclasses.
      ........
        r83542 | georg.brandl | 2010-08-02 20:56:54 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Move test_SimpleHTTPServer into test_httpservers.
      ........
        r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7973: Fix distutils options spelling.
      ........
        r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7386: add example that shows that trailing path separators are stripped.
      ........
        r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8172: how does one use a property?
      ........
        r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9451: strengthen warning about __*__ special name usage.
      ........
        r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove XXX comment that was displayed.
      ........
        r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9438: clarify that constant names also cannot be assigned as attributes.
      ........
        r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove redundant information.
      ........
        r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7280: note about nasmw.exe.
      ........
        r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8861: remove unused variable.
      ........
        r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8648: document UTF-7 codec functions.
      ........
        r83560 | georg.brandl | 2010-08-02 22:16:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9087: update json docstrings -- unicode and long do not exist anymore.
      ........
      4009c9ed
    • Georg Brandl's avatar
      Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 via svnmerge from · 914a218f
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line
      
        Make comment out of an awkward note.
      ........
        r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line
      
        Turn more notes into comments.
      ........
        r82724 | georg.brandl | 2010-07-09 09:33:15 +0200 (Fr, 09 Jul 2010) | 1 line
      
        2.7 is now stable.
      ........
        r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Fix markup.
      ........
        r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Emphasize role of count for Pascal string.
      ........
        r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #3214: improve description of duck-typing in glossary.
      ........
        r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #1434090: properly append child in expatbuilder doctype handler.
      ........
        r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8338: fix outdated class name.
      ........
        r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8456: fix signature of sqlite3.connect().
      ........
        r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line
      
        #6774: explain shutdown() behavior varying with platform.
      ........
        r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line
      
        Fix typo.
      ........
        r82801 | georg.brandl | 2010-07-11 11:33:39 +0200 (So, 11 Jul 2010) | 1 line
      
        #9184: fix default value for "buffering" param of open().
      ........
      914a218f
    • Georg Brandl's avatar
      Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from · d6abb72a
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r77236 | georg.brandl | 2010-01-02 15:51:12 +0100 (Sa, 02 Jan 2010) | 1 line
      
        #7592: remove duplicate description.
      ................
        r77383 | georg.brandl | 2010-01-09 10:48:46 +0100 (Sa, 09 Jan 2010) | 9 lines
      
        Merged revisions 77382 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
      
          #7422: make it clear that getargspec() only works on Python functions.
        ........
      ................
        r77399 | georg.brandl | 2010-01-09 23:39:42 +0100 (Sa, 09 Jan 2010) | 1 line
      
        Remove redundant brackets in signatures.
      ................
        r77857 | georg.brandl | 2010-01-30 18:54:04 +0100 (Sa, 30 Jan 2010) | 1 line
      
        #7814: fix wrong example function usage.
      ................
        r78238 | georg.brandl | 2010-02-19 10:10:15 +0100 (Fr, 19 Feb 2010) | 1 line
      
        #5341: fix parenthesis placement.
      ................
        r78861 | georg.brandl | 2010-03-12 11:04:37 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Make tool compatible with 2.x and 3.x.
      ................
        r78862 | georg.brandl | 2010-03-12 11:06:40 +0100 (Fr, 12 Mär 2010) | 13 lines
      
        Merged revisions 78859-78860 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Get rid of backticks.
        ........
          r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Fix warnings from "make check".
        ........
      ................
        r78958 | georg.brandl | 2010-03-14 11:51:01 +0100 (So, 14 Mär 2010) | 37 lines
      
        Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78101 | georg.brandl | 2010-02-08 01:04:54 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix test_fnmatch.
        ........
          r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix missing string formatting placeholder.
        ........
          r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Convert test failure from output-producing to self.fail().
        ........
          r78182 | georg.brandl | 2010-02-14 09:18:23 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix stray parens.
        ........
          r78188 | georg.brandl | 2010-02-14 14:38:12 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix-up wording.
        ........
          r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
      
          #7967: PyXML is no more.
        ........
          r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line
      
          #6544: fix refleak in kqueue, occurring in certain error conditions.
        ........
          r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line
      
          Link to http://www.python.org/dev/workflow/ from bugs page.
        ........
      ................
      d6abb72a
  23. 21 Eyl, 2010 1 kayıt (commit)
  24. 17 Agu, 2010 1 kayıt (commit)
  25. 14 Agu, 2010 1 kayıt (commit)