1. 02 Feb, 2011 7 commits
    • Éric Araujo's avatar
      Move entries to the right place · f60b4852
      Éric Araujo authored
      f60b4852
    • Raymond Hettinger's avatar
      collections.Mapping is not available for setup.py. Remove the dependency the... · 44d8bb08
      Raymond Hettinger authored
      collections.Mapping is not available for setup.py.  Remove the dependency the old-fashioned way (copy and paste).
      44d8bb08
    • Éric Araujo's avatar
      Blocked revisions 86252 via svnmerge · 3bae626f
      Éric Araujo authored
      ........
        r86252 | eric.araujo | 2010-11-06 07:33:03 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Fix wrapper/wrapped typo (with Raymond’s blessing)
      ........
      3bae626f
    • Éric Araujo's avatar
      Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from · b344dd06
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      The missing NEWS entries correspond to changes that were made before 3.1.3, but
      I think it’s not usual to edit entries of released versions, so I put them at
      the top.
      
      ........
        r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
      ........
        r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Prevent ResourceWarnings in test_gettext
      ........
        r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines
      
        Add missing NEWS entry for a fix committed by Senthil.
      
        All recent modifications to distutils should now be covered in NEWS.
      ........
        r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines
      
        This was actually fixed for the previous alpha.
      ........
        r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines
      
        Improve trace documentation (#9264).  Patch by Eli Bendersky.
      ........
        r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines
      
        Use nested method directives, rewrap long lines, fix whitespace.
      ........
        r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines
      
        Fix typo in superclass method name
      ........
      b344dd06
    • Raymond Hettinger's avatar
      Issue #11089: Fix performance issue limiting the use of ConfigParser() · 65548873
      Raymond Hettinger authored
      with large config files.
      65548873
    • Éric Araujo's avatar
      Blocked revisions... · 9f1ab853
      Éric Araujo authored
      Blocked revisions 84189,84532,84537,84540,84549,84551,84602,85226,85786,85891,86247-86248,86253,86275,86326,86486,86513,86617,86630,86661,86668,86758,86993,87056,87304,87446,87461 via svnmerge
      
      ........
        r84189 | eric.araujo | 2010-08-19 00:35:23 +0200 (jeu., 19 août 2010) | 2 lines
      
        Fix typo
      ........
        r84532 | eric.araujo | 2010-09-05 19:32:25 +0200 (dim., 05 sept. 2010) | 11 lines
      
        Fix typos and wording in what’s new 3.2.
      
        - The entry about shutil.copytree is just a revert of r84524 which
        looks like an unfinished edition.
        - The use of gender-neutral language (s/his/their/) removes the
        implicit assumption that programmer == male (change agreed by Antoine).
        - Other changes should be uncontroversial fixes.
      
        I haven’t rewrapped under 80 lines to keep the diffs readable; I’ll
        rewrap later.
      ........
        r84537 | eric.araujo | 2010-09-05 20:43:07 +0200 (dim., 05 sept. 2010) | 2 lines
      
        Make naming consistent
      ........
        r84540 | eric.araujo | 2010-09-05 20:59:49 +0200 (dim., 05 sept. 2010) | 2 lines
      
        Fix accidental suppression in r84537
      ........
        r84549 | eric.araujo | 2010-09-06 03:27:06 +0200 (lun., 06 sept. 2010) | 1 line
      
        Update
      ........
        r84551 | eric.araujo | 2010-09-06 03:31:11 +0200 (lun., 06 sept. 2010) | 2 lines
      
        Revert accidental commit, apologies for the noise
      ........
        r84602 | eric.araujo | 2010-09-07 23:35:35 +0200 (mar., 07 sept. 2010) | 2 lines
      
        Fix typo in whatsnew (#9793)
      ........
        r85226 | eric.araujo | 2010-10-05 02:04:20 +0200 (mar., 05 oct. 2010) | 2 lines
      
        Fix news entry formatting nits
      ........
        r85786 | eric.araujo | 2010-10-22 01:02:07 +0200 (ven., 22 oct. 2010) | 8 lines
      
        Apply fix from r85784 on py3k too.
      
        Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the
        directory to the shared library.  test_distutils now passes when
        Python was built with --enable-shared (Barry didn’t have the error
        but I did).
      ........
        r85891 | eric.araujo | 2010-10-28 15:49:17 +0200 (jeu., 28 oct. 2010) | 2 lines
      
        Fix typo from r85874
      ........
        r86247 | eric.araujo | 2010-11-06 05:59:27 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Fix typo from r86170.
      ........
        r86248 | eric.araujo | 2010-11-06 07:00:54 +0100 (sam., 06 nov. 2010) | 6 lines
      
        Remove traces of Mac OS 9 support, again (#9508).
      
        This was done in r80805 (#7908) and erroneously brought back by the
        distutils revert.  This commit removes more code than the original,
        which was uncomplete.  There is no NEWS entry, like in r80805.
      ........
        r86253 | eric.araujo | 2010-11-06 08:03:07 +0100 (sam., 06 nov. 2010) | 4 lines
      
        Tweak example to make clear the argument is a boolean, not any integer.
      
        With Raymond’s approval.
      ........
        r86275 | eric.araujo | 2010-11-06 17:06:37 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Remove traces of setuptools (#10341)
      ........
        r86326 | eric.araujo | 2010-11-08 18:13:03 +0100 (lun., 08 nov. 2010) | 2 lines
      
        Move a news entry to the right section (+ light reformatting)
      ........
        r86486 | eric.araujo | 2010-11-16 20:13:50 +0100 (mar., 16 nov. 2010) | 4 lines
      
        Provide links to Python source where the code is short, readable and
        informative adjunct to the docs.  Forward-port of Raymond's r86225 and
        r86245 using the new source reST role added in #10334.
      ........
        r86513 | eric.araujo | 2010-11-18 15:22:08 +0100 (jeu., 18 nov. 2010) | 2 lines
      
        Remove spurious space that was breaking Vim’s reST highlighting.
      ........
        r86617 | eric.araujo | 2010-11-20 22:53:02 +0100 (sam., 20 nov. 2010) | 2 lines
      
        Fix typos and style in compileall.
      ........
        r86630 | eric.araujo | 2010-11-21 03:19:09 +0100 (dim., 21 nov. 2010) | 2 lines
      
        Try to get more useful output from failing buildbot
      ........
        r86661 | eric.araujo | 2010-11-22 02:11:49 +0100 (lun., 22 nov. 2010) | 2 lines
      
        Fix typo
      ........
        r86668 | eric.araujo | 2010-11-22 03:42:43 +0100 (lun., 22 nov. 2010) | 2 lines
      
        Fix one compileall test (#10453).  Patch by Michele Orrù.
      ........
        r86758 | eric.araujo | 2010-11-26 01:39:59 +0100 (ven., 26 nov. 2010) | 2 lines
      
        #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah.
      ........
        r86993 | eric.araujo | 2010-12-03 20:41:00 +0100 (ven., 03 déc. 2010) | 7 lines
      
        Allow translators to reorder placeholders in localizable messages from
        argparse (#10528).
      
        There is no unit test; I checked with xgettext that no more warnings
        were emitted.  Steven approved the change.
      ........
        r87056 | eric.araujo | 2010-12-04 18:31:49 +0100 (sam., 04 déc. 2010) | 2 lines
      
        Use proper plural forms in argparse (#4391)
      ........
        r87304 | eric.araujo | 2010-12-16 04:13:05 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Fix one versionchanged
      ........
        r87446 | eric.araujo | 2010-12-23 19:44:31 +0100 (jeu., 23 déc. 2010) | 2 lines
      
        Nits: use a real boolean, make one docstring more similar to the other ones
      ........
        r87461 | eric.araujo | 2010-12-24 00:18:41 +0100 (ven., 24 déc. 2010) | 2 lines
      
        Fix syntax typo
      ........
      9f1ab853
    • Éric Araujo's avatar
  2. 01 Feb, 2011 1 commit
  3. 31 Jan, 2011 2 commits
  4. 30 Jan, 2011 1 commit
  5. 29 Jan, 2011 5 commits
  6. 27 Jan, 2011 1 commit
  7. 26 Jan, 2011 1 commit
  8. 24 Jan, 2011 2 commits
  9. 23 Jan, 2011 1 commit
  10. 21 Jan, 2011 2 commits
  11. 20 Jan, 2011 1 commit
  12. 19 Jan, 2011 1 commit
  13. 18 Jan, 2011 3 commits
  14. 17 Jan, 2011 5 commits
  15. 15 Jan, 2011 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 88036 via svnmerge from · 50dc65f6
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88036 | antoine.pitrou | 2011-01-15 18:25:58 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Fix mmap and test_mmap under Windows too (followup to r88022)
      ........
      50dc65f6
    • Antoine Pitrou's avatar
      Merged revisions 88022 via svnmerge from · fb7bc3d2
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88022 | antoine.pitrou | 2011-01-15 17:17:07 +0100 (sam., 15 janv. 2011) | 7 lines
      
        Issue #10916: mmap should not segfault when a file is mapped using 0 as
        length and a non-zero offset, and an attempt to read past the end of file
        is made (IndexError is raised instead).  Patch by Ross Lagerwall.
      
        Requested by Georg.
      ........
      fb7bc3d2
    • Antoine Pitrou's avatar
      Merged revisions 88012-88018 via svnmerge from · 3acd3e97
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88012 | antoine.pitrou | 2011-01-15 12:39:23 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Avoid ResourceWarnings in ccbench
      ........
        r88013 | antoine.pitrou | 2011-01-15 12:44:17 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Standard streams use file descriptors, not FILE pointers.
      ........
        r88014 | antoine.pitrou | 2011-01-15 12:57:42 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Restructure a bit
      ........
        r88015 | antoine.pitrou | 2011-01-15 13:10:48 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Improve description of issues
      ........
        r88016 | antoine.pitrou | 2011-01-15 13:21:53 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Add mention of how to switch interpreters
      ........
        r88017 | antoine.pitrou | 2011-01-15 13:54:19 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Reword and restructure the GIL API doc
      ........
        r88018 | antoine.pitrou | 2011-01-15 14:11:48 +0100 (sam., 15 janv. 2011) | 4 lines
      
        Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
        PyEval_ReleaseLock().  The thread-state aware APIs should be used instead.
      ........
      3acd3e97
    • Eli Bendersky's avatar
      Merged revisions 88009 via svnmerge from · 5bcc563c
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88009 | eli.bendersky | 2011-01-15 12:23:34 +0200 (Sat, 15 Jan 2011) | 2 lines
      
        Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
      ........
      5bcc563c
  16. 14 Jan, 2011 3 commits
    • Antoine Pitrou's avatar
      Merged revisions 87968,87971-87975 via svnmerge from · 78ae1fb1
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87968 | antoine.pitrou | 2011-01-12 21:46:37 +0100 (mer., 12 janv. 2011) | 4 lines
      
        Fix the expected memory use of utf-8 encoding.  Also, release the
        one reference to a huge object even when an exception is raised.
      ........
        r87971 | antoine.pitrou | 2011-01-12 22:19:59 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Make test skipping message nicer, and remove the rather useless "overhead" parameter.
      ........
        r87972 | antoine.pitrou | 2011-01-12 22:40:20 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Fix @bigmemtest when no limit is given by the user (oops)
      ........
        r87973 | antoine.pitrou | 2011-01-12 22:50:44 +0100 (mer., 12 janv. 2011) | 3 lines
      
        More informative skip message in @bigaddrspace
      ........
        r87974 | antoine.pitrou | 2011-01-12 22:58:39 +0100 (mer., 12 janv. 2011) | 3 lines
      
        A better message again
      ........
        r87975 | antoine.pitrou | 2011-01-12 23:02:45 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)
      ........
      78ae1fb1
    • Eli Bendersky's avatar
      Merged revisions 87993 via svnmerge from · 39be2a52
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87993 | eli.bendersky | 2011-01-14 10:25:03 +0200 (Fri, 14 Jan 2011) | 2 lines
      
        Issue #10902: Fix reference to run* methods
      ........
      39be2a52
    • Eli Bendersky's avatar
      Merged revisions 87991 via svnmerge from · 44a6c167
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87991 | eli.bendersky | 2011-01-14 09:31:14 +0200 (Fri, 14 Jan 2011) | 2 lines
      
        Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
      ........
      44a6c167