An error occurred fetching the project authors.
  1. 13 Oct, 2011 1 commit
  2. 11 Oct, 2011 2 commits
  3. 09 Oct, 2011 1 commit
  4. 29 Sep, 2011 1 commit
  5. 05 Jul, 2011 1 commit
  6. 25 May, 2011 2 commits
  7. 20 Mar, 2011 1 commit
  8. 11 Jan, 2011 1 commit
  9. 07 Jan, 2011 1 commit
  10. 04 Jan, 2011 1 commit
  11. 26 Nov, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from · d62ecbf0
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
      
        #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
      ........
        r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line
      
        Be consistent in the spelling of thread-safe(ty).
      ........
        r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line
      
        Fix r85728: use "" to mean the system default locale, which should work on more systems.
      ........
        r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line
      
        #10159: sort completion matches before comparing to dir() result.
      ........
        r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
      ........
        r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
      ........
        r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
      
        Fix missing import.
      ........
        r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
      
        #3077: fix h2py substitution of character literals.
      ........
        r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        #1203650: allow larger list of files in windows makefile for freeze.
      ........
        r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
      
        #4829: better error message for invalid file mode
      ........
        r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        Add .hgeol file for the Mercurial EOL extension.
      ........
      d62ecbf0
  12. 05 Nov, 2010 1 commit
  13. 31 Oct, 2010 1 commit
  14. 30 Oct, 2010 3 commits
  15. 29 Oct, 2010 1 commit
  16. 21 Oct, 2010 1 commit
  17. 05 Sep, 2010 1 commit
  18. 15 May, 2010 1 commit
  19. 05 May, 2010 2 commits
  20. 21 Mar, 2010 1 commit
    • Benjamin Peterson's avatar
      Merged revisions... · 2614cda2
      Benjamin Peterson authored
      Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78338 | andrew.kuchling | 2010-02-22 15:04:02 -0600 (Mon, 22 Feb 2010) | 4 lines
      
        Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
        (I asked the BDFL first, and he approved removing it.  The last actual bugfix
        to Tools/modulator was in 2001; since then all changes have been search-and-replace:
        string methods, whitespace fixes, etc.)
      ........
        r78345 | andrew.kuchling | 2010-02-22 17:10:52 -0600 (Mon, 22 Feb 2010) | 1 line
      
        #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).
      ........
        r78346 | andrew.kuchling | 2010-02-22 17:12:00 -0600 (Mon, 22 Feb 2010) | 1 line
      
        #7706: add include guards where they're missing; required for Windows CE
      ........
        r78561 | andrew.kuchling | 2010-03-01 13:51:43 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7191: describe more details of wbits parameter
      ........
        r78562 | andrew.kuchling | 2010-03-01 14:11:57 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7637: avoid repeated-concatenation antipattern in example
      ........
        r78566 | barry.warsaw | 2010-03-01 15:46:51 -0600 (Mon, 01 Mar 2010) | 4 lines
      
        Manually copy patch for bug 7250 from the release26-maint branch.  I suck
        because I did this in the wrong order and couldn't smack svnmerge into
        submission.
      ........
        r78574 | benjamin.peterson | 2010-03-01 17:25:13 -0600 (Mon, 01 Mar 2010) | 1 line
      
        remove CVS id
      ........
        r78581 | michael.foord | 2010-03-02 08:22:15 -0600 (Tue, 02 Mar 2010) | 1 line
      
        Link correction in documentation.
      ........
        r78634 | benjamin.peterson | 2010-03-03 15:28:25 -0600 (Wed, 03 Mar 2010) | 1 line
      
        rephrase
      ........
        r78660 | dirkjan.ochtman | 2010-03-04 13:21:53 -0600 (Thu, 04 Mar 2010) | 4 lines
      
        Try to fix buildbot breakage from r78384.
      
        Thanks bitdancer and briancurtin for the help.
      ........
        r78675 | florent.xicluna | 2010-03-04 19:12:14 -0600 (Thu, 04 Mar 2010) | 2 lines
      
        These line should not be there.
      ........
      2614cda2
  21. 31 Jan, 2010 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 77895-77896 via svnmerge from · 66f9fea7
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77895 | antoine.pitrou | 2010-01-31 23:47:27 +0100 (dim., 31 janv. 2010) | 12 lines
      
        Merged revisions 77890 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines
      
          - Issue #6939: Fix file I/O objects in the `io` module to keep the original
            file position when calling `truncate()`.  It would previously change the
            file position to the given argument, which goes against the tradition of
            ftruncate() and other truncation APIs.  Patch by Pascal Chambon.
        ........
      ................
        r77896 | antoine.pitrou | 2010-02-01 00:12:29 +0100 (lun., 01 févr. 2010) | 3 lines
      
        r77895 broke doctest.
      ................
      66f9fea7
    • Antoine Pitrou's avatar
      Merged revisions 77890 via svnmerge from · 905a2ffe
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines
      
        - Issue #6939: Fix file I/O objects in the `io` module to keep the original
          file position when calling `truncate()`.  It would previously change the
          file position to the given argument, which goes against the tradition of
          ftruncate() and other truncation APIs.  Patch by Pascal Chambon.
      ........
      905a2ffe
  22. 27 Jan, 2010 2 commits
  23. 13 Dec, 2009 2 commits
  24. 21 Sep, 2009 2 commits
  25. 28 Jun, 2009 1 commit
  26. 12 Jun, 2009 1 commit
  27. 23 May, 2009 1 commit
  28. 17 May, 2009 1 commit
  29. 15 May, 2009 1 commit
  30. 10 May, 2009 1 commit
  31. 05 May, 2009 1 commit