1. 09 Nis, 2012 2 kayıt (commit)
  2. 13 Nis, 2011 1 kayıt (commit)
  3. 03 Ock, 2011 2 kayıt (commit)
  4. 30 Ara, 2010 1 kayıt (commit)
  5. 26 Kas, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85450-85455,85460-85465 via svnmerge from · aba9796c
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85450 | georg.brandl | 2010-10-14 08:35:53 +0200 (Do, 14 Okt 2010) | 1 line
      
        #7642: update to os.system() docs.
      ........
        r85451 | georg.brandl | 2010-10-14 08:41:42 +0200 (Do, 14 Okt 2010) | 1 line
      
        #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document.
      ........
        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.
      ........
        r85455 | georg.brandl | 2010-10-14 08:59:45 +0200 (Do, 14 Okt 2010) | 1 line
      
        #1710703: write zipfile structures also in the case of closing a new, but empty, archive.
      ........
        r85460 | georg.brandl | 2010-10-14 09:24:28 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_import under -O or -OO.
      ........
        r85461 | georg.brandl | 2010-10-14 09:29:08 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix lib2to3 fixer fix_operator when running under -OO.
      ........
        r85462 | georg.brandl | 2010-10-14 09:32:52 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_xml_etree under -OO.
      ........
        r85463 | georg.brandl | 2010-10-14 09:34:56 +0200 (Do, 14 Okt 2010) | 1 line
      
        Better check for "any optimize option given".
      ........
        r85464 | georg.brandl | 2010-10-14 09:42:27 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_compileall under -O and -OO.
      ........
        r85465 | georg.brandl | 2010-10-14 10:08:56 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_cmd_line_script under -O and -OO.
      ........
      aba9796c
    • 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
  6. 14 Eki, 2010 1 kayıt (commit)
  7. 02 Agu, 2010 1 kayıt (commit)
  8. 04 Tem, 2010 1 kayıt (commit)
  9. 03 Tem, 2010 1 kayıt (commit)
  10. 11 Nis, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from · 6a6666ab
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79548 | martin.v.loewis | 2010-04-01 02:40:51 -0500 (Thu, 01 Apr 2010) | 3 lines
      
        Issue #8032: For gdb7, a python-gdb.py file is added to the build,
        allowing to use advanced gdb features when debugging Python.
      ........
        r79557 | antoine.pitrou | 2010-04-01 12:56:57 -0500 (Thu, 01 Apr 2010) | 5 lines
      
        Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked
        as a regular test by regrtest.py, and fails.
      ........
        r79616 | mark.dickinson | 2010-04-02 15:22:21 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.
      ........
        r79617 | mark.dickinson | 2010-04-02 15:34:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
      ........
        r79716 | martin.v.loewis | 2010-04-03 13:54:07 -0500 (Sat, 03 Apr 2010) | 2 lines
      
        Don't install python-gdb.py as an executable.
      ........
        r79778 | r.david.murray | 2010-04-04 20:34:50 -0500 (Sun, 04 Apr 2010) | 3 lines
      
        Issue 8287: try to fix the gdb-python install errors on Solaris
        and FreeBSD.  Patch by Dave Malcolm.
      ........
        r79795 | ronald.oussoren | 2010-04-05 06:21:21 -0500 (Mon, 05 Apr 2010) | 7 lines
      
        Ensure that the gdb hooks can be installed when
        srcdir != builddir.
      
        Without this patch it is no longer possible to
        build python when you don't run configure from
        the root of the source tree.
      ........
        r79803 | r.david.murray | 2010-04-05 11:28:49 -0500 (Mon, 05 Apr 2010) | 3 lines
      
        Issue 8316: make test_gdb robust in the face of differing terminal
        widths.  Patch by Dave Malcolm.
      ........
        r79896 | martin.v.loewis | 2010-04-07 14:11:32 -0500 (Wed, 07 Apr 2010) | 2 lines
      
        Issue #8337: Disable the remaining test also for now.
      ........
      6a6666ab
  11. 01 Nis, 2010 1 kayıt (commit)
  12. 21 Mar, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 2614cda2
      Benjamin Peterson yazdı
      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
  13. 22 Şub, 2010 1 kayıt (commit)
  14. 01 Haz, 2008 3 kayıt (commit)
  15. 14 Haz, 2003 1 kayıt (commit)
  16. 20 Eyl, 2001 1 kayıt (commit)
  17. 06 Agu, 2001 2 kayıt (commit)
  18. 25 Eyl, 2000 1 kayıt (commit)
  19. 04 Agu, 2000 1 kayıt (commit)
  20. 10 Nis, 1998 1 kayıt (commit)
  21. 23 Ara, 1997 1 kayıt (commit)
  22. 28 Agu, 1997 1 kayıt (commit)
  23. 20 Haz, 1995 1 kayıt (commit)
  24. 02 Mar, 1995 1 kayıt (commit)