1. 28 Haz, 2011 1 kayıt (commit)
  2. 05 Haz, 2011 2 kayıt (commit)
  3. 24 May, 2011 1 kayıt (commit)
  4. 03 May, 2011 1 kayıt (commit)
  5. 25 Nis, 2011 1 kayıt (commit)
  6. 26 Mar, 2011 1 kayıt (commit)
  7. 16 Mar, 2011 1 kayıt (commit)
  8. 15 Mar, 2011 1 kayıt (commit)
  9. 05 Mar, 2011 3 kayıt (commit)
  10. 11 Şub, 2011 1 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions… · 561b96f9
      R. David Murray yazdı
      Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86542 | r.david.murray | 2010-11-19 22:48:58 -0500 (Fri, 19 Nov 2010) | 2 lines
      
        Make test class name unique so that both test classes run.
      ........
        r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines
      
        Have script_helper._assert_python strip refcount strings from stderr.
      
        This makes the output of the function and those that depend on it
        independent of whether or not they are being run under a debug
        build.
      ........
        r87216 | r.david.murray | 2010-12-13 17:50:30 -0500 (Mon, 13 Dec 2010) | 2 lines
      
        #10698: fix typo in example.
      ........
        r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines
      
        #10699: fix docstring for tzset: it does not take a parameter
      
        Thanks to Garrett Cooper for the fix.
      ........
        r87228 | r.david.murray | 2010-12-13 21:25:43 -0500 (Mon, 13 Dec 2010) | 2 lines
      
        Turn on regrtest -W (rerun immediately) option for Windows, too.
      ........
        r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines
      
        #10705: document what the values of debuglevel are and mean.
      ........
        r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10559: provide instructions for accessing sys.argv when first mentioned.
      ........
        r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10454: clarify the compileall docs and help messages.
        [changes to compileall.py were not backported, only the doc changes]
      ........
        r87372 | r.david.murray | 2010-12-18 11:39:06 -0500 (Sat, 18 Dec 2010) | 2 lines
      
        #10728: the default for printing help is sys.stdout, not stderr.
      ........
        r87516 | r.david.murray | 2010-12-27 15:09:32 -0500 (Mon, 27 Dec 2010) | 5 lines
      
        #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs
      
        I've only tested regular runs and -j runs.  If I've broken anything
        else I'm sure I'll hear about it sooner or later.
      ........
        r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines
      
        Fix same typo in docs.
      ........
        r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines
      
        #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
      
        Original patch by Michal Nowikowski, with some additions and wording
        fixes by me.
      
        I changed the wording from 'Performs a stat system call' to 'Performs
        the equivalent of a stat system call', since on Windows there are no
        stat/lstat system calls involved.  I also extended Michal's breakout
        of the attributes into a list to the other paragraphs, and rearranged
        the order of the paragraphs in the 'stat' docs to make it flow
        better and put it in what I think is a more logical/useful order.
      ........
      561b96f9
  11. 26 Kas, 2010 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from · 1060380e
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
        r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line
      
        Fix style.
      ........
        r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line
      
        Add documentation about the default warnings filters.
      ........
      1060380e
    • Georg Brandl's avatar
      Merged revisions 85766-85767 via svnmerge from · ef212e0a
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
      ef212e0a
    • Georg Brandl's avatar
      Merged revisions 85253,85452-85454 via svnmerge from · 420cca92
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line
      
        Copyedit of os.symlink() docs.
      ........
        r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line
      
        #10046: small correction to atexit docs.
      ........
        r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line
      
        #6825: small correction to split() docs.
      ........
        r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line
      
        Mention 2to3.
      ........
      420cca92
  12. 22 Kas, 2010 1 kayıt (commit)
  13. 14 Kas, 2010 1 kayıt (commit)
  14. 25 Eki, 2010 1 kayıt (commit)
  15. 28 Eyl, 2010 2 kayıt (commit)
  16. 08 Eyl, 2010 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 84635-84636 via svnmerge from · 2fba0b3d
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84635 | antoine.pitrou | 2010-09-08 22:57:48 +0200 (mer., 08 sept. 2010) | 5 lines
      
        Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
        as wide (UCS4) unicode builds for both the host interpreter (embedded
        inside gdb) and the interpreter under test.
      ........
        r84636 | antoine.pitrou | 2010-09-08 23:07:40 +0200 (mer., 08 sept. 2010) | 4 lines
      
        Add a safety limit to the number of unicode characters we fetch
        (followup to r84635, suggested by Dave Malcolm).
      ........
      2fba0b3d
  17. 09 Agu, 2010 1 kayıt (commit)
    • Florent Xicluna's avatar
      Merged revisions 83833,83838-83839,83859,83878 via svnmerge from · 172e15fd
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines
      
        Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
      ........
        r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines
      
        Typo.
      ........
        r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines
      
        Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
      ........
        r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines
      
        Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
      ........
        r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line
      
        Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
      ........
      172e15fd
  18. 04 Agu, 2010 2 kayıt (commit)
  19. 02 Agu, 2010 1 kayıt (commit)
  20. 14 Tem, 2010 1 kayıt (commit)
  21. 29 Haz, 2010 1 kayıt (commit)
  22. 04 Haz, 2010 2 kayıt (commit)
  23. 28 May, 2010 1 kayıt (commit)
  24. 20 May, 2010 1 kayıt (commit)
  25. 09 May, 2010 2 kayıt (commit)
  26. 06 May, 2010 1 kayıt (commit)
  27. 05 May, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      In a number of places code still revers · 9545a23c
      Ronald Oussoren yazdı
      to "sys.platform == 'mac'" and that is
      dead code because it refers to a platform
      that is no longer supported (and hasn't been
      supported for several releases).
      
      Fixes issue #7908 for the trunk.
      9545a23c
  28. 20 Nis, 2010 1 kayıt (commit)
  29. 17 Nis, 2010 1 kayıt (commit)
  30. 11 Nis, 2010 1 kayıt (commit)
  31. 01 Nis, 2010 1 kayıt (commit)