1. 11 Mar, 2011 1 kayıt (commit)
  2. 07 Ock, 2011 1 kayıt (commit)
  3. 26 Kas, 2010 1 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
  4. 16 Kas, 2010 1 kayıt (commit)
  5. 14 Eki, 2010 1 kayıt (commit)
  6. 17 May, 2009 1 kayıt (commit)
  7. 02 Nis, 2009 1 kayıt (commit)
  8. 08 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59407-59422 via svnmerge from · 895627ff
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59407 | armin.rigo | 2007-12-07 20:19:55 +0100 (Fri, 07 Dec 2007) | 2 lines
      
        This is probably what was meant here.
      ........
        r59410 | guido.van.rossum | 2007-12-08 05:38:23 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Be (just a bit :) more specific about release date.
      ........
        r59411 | alexandre.vassalotti | 2007-12-08 05:49:22 +0100 (Sat, 08 Dec 2007) | 3 lines
      
        Fix issue #1530.
        Return an error exit status if not all tests passes.
      ........
        r59413 | georg.brandl | 2007-12-08 11:56:39 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Fix tpyo.
      ........
        r59414 | georg.brandl | 2007-12-08 12:05:05 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Fix markup in whatsnew, use new directive in ACKS.
      ........
        r59415 | georg.brandl | 2007-12-08 12:05:36 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Fix Eren's name.
      ........
        r59416 | georg.brandl | 2007-12-08 12:23:13 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".
      ........
        r59417 | skip.montanaro | 2007-12-08 15:37:43 +0100 (Sat, 08 Dec 2007) | 2 lines
      
        Note that open() is the preferred way to open files (issue 1510).
      ........
        r59418 | skip.montanaro | 2007-12-08 16:23:31 +0100 (Sat, 08 Dec 2007) | 1 line
      
        + "context manager"
      ........
        r59419 | skip.montanaro | 2007-12-08 16:26:16 +0100 (Sat, 08 Dec 2007) | 1 line
      
        correct email address
      ........
        r59420 | skip.montanaro | 2007-12-08 16:33:24 +0100 (Sat, 08 Dec 2007) | 3 lines
      
        When splitting, avoid making a copy of the string if the split doesn't find
        anything (issue 1538).
      ........
      895627ff
  9. 02 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59259-59274 via svnmerge from · d8654cf7
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59260 | lars.gustaebel | 2007-12-01 22:02:12 +0100 (Sat, 01 Dec 2007) | 5 lines
      
        Issue #1531: Read fileobj from the current offset, do not seek to
        the start.
      
        (will backport to 2.5)
      ........
        r59262 | georg.brandl | 2007-12-01 23:24:47 +0100 (Sat, 01 Dec 2007) | 4 lines
      
        Document PyEval_* functions from ceval.c.
      
        Credits to Michael Sloan from GHOP.
      ........
        r59263 | georg.brandl | 2007-12-01 23:27:56 +0100 (Sat, 01 Dec 2007) | 2 lines
      
        Add a few refcount data entries.
      ........
        r59264 | georg.brandl | 2007-12-01 23:38:48 +0100 (Sat, 01 Dec 2007) | 4 lines
      
        Add test suite for cmd module.
      
        Written by Michael Schneider for GHOP.
      ........
        r59265 | georg.brandl | 2007-12-01 23:42:46 +0100 (Sat, 01 Dec 2007) | 3 lines
      
        Add examples to the ElementTree documentation.
        Written by h4wk.cz for GHOP.
      ........
        r59266 | georg.brandl | 2007-12-02 00:12:45 +0100 (Sun, 02 Dec 2007) | 3 lines
      
        Add "Using Python on Windows" document, by Robert Lehmann.
        Written for GHOP.
      ........
        r59271 | georg.brandl | 2007-12-02 15:34:34 +0100 (Sun, 02 Dec 2007) | 3 lines
      
        Add example to mmap docs.
        Written for GHOP by Rafal Rawicki.
      ........
        r59272 | georg.brandl | 2007-12-02 15:37:29 +0100 (Sun, 02 Dec 2007) | 2 lines
      
        Convert bdb.rst line endings to Unix style.
      ........
        r59274 | georg.brandl | 2007-12-02 15:58:50 +0100 (Sun, 02 Dec 2007) | 4 lines
      
        Add more entries to the glossary.
      
        Written by Jeff Wheeler for GHOP.
      ........
      d8654cf7
  10. 04 Eyl, 2007 1 kayıt (commit)
  11. 01 Eyl, 2007 1 kayıt (commit)
  12. 15 Agu, 2007 1 kayıt (commit)