1. 19 Eki, 2011 1 kayıt (commit)
  2. 10 Haz, 2011 1 kayıt (commit)
  3. 09 Haz, 2011 1 kayıt (commit)
  4. 22 May, 2011 1 kayıt (commit)
  5. 19 May, 2011 1 kayıt (commit)
  6. 18 May, 2011 1 kayıt (commit)
  7. 14 Mar, 2011 2 kayıt (commit)
  8. 02 Şub, 2011 1 kayıt (commit)
  9. 01 Ock, 2011 2 kayıt (commit)
  10. 21 Ara, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 87430 via svnmerge from · 30f9c8c6
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87430 | r.david.murray | 2010-12-21 16:53:37 -0500 (Tue, 21 Dec 2010) | 9 lines
      
        #4871: check that zipfile password is bytes, and give useful error message.
      
        Previously passing a string in as the password would fail either with
        an assertion error or a TypeError with a confusing error message.
        Note that a string can't be accepted since zipfile has no way to
        guess what encoding should be used to turn it into bytes.
      
        Patch by Victor Stinner.
      ........
      30f9c8c6
    • R. David Murray's avatar
      #4871: check that zipfile password is bytes, and give useful error message. · 8d855d83
      R. David Murray yazdı
      Previously passing a string in as the password would fail either with
      an assertion error or a TypeError with a confusing error message.
      Note that a string can't be accepted since zipfile has no way to
      guess what encoding should be used to turn it into bytes.
      
      Patch by Victor Stinner.
      8d855d83
  11. 04 Ara, 2010 1 kayıt (commit)
  12. 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
  13. 23 Kas, 2010 1 kayıt (commit)
  14. 21 Kas, 2010 1 kayıt (commit)
  15. 18 Kas, 2010 1 kayıt (commit)
  16. 31 Eki, 2010 1 kayıt (commit)
  17. 28 Eki, 2010 1 kayıt (commit)
  18. 14 Eki, 2010 1 kayıt (commit)
  19. 12 Eyl, 2010 2 kayıt (commit)
  20. 12 Agu, 2010 2 kayıt (commit)
  21. 17 Nis, 2010 1 kayıt (commit)
  22. 07 Şub, 2010 1 kayıt (commit)
  23. 27 Ock, 2010 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 77798 via svnmerge from · a32f9a24
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77798 | antoine.pitrou | 2010-01-27 21:59:50 +0100 (mer., 27 janv. 2010) | 8 lines
      
        Issue #7610: Reworked implementation of the internal
        :class:`zipfile.ZipExtFile` class used to represent files stored inside
        an archive.  The new implementation is significantly faster and can
        be wrapped in a :class:`io.BufferedReader` object for more speedups.
        It also solves an issue where interleaved calls to `read()` and
        `readline()` give wrong results.  Patch by Nir Aides.
      ........
      a32f9a24
  24. 24 Ock, 2010 1 kayıt (commit)
  25. 19 Ock, 2010 1 kayıt (commit)
  26. 06 Ock, 2010 1 kayıt (commit)
  27. 31 Ara, 2009 1 kayıt (commit)
  28. 30 Ara, 2009 1 kayıt (commit)
  29. 12 Eyl, 2009 1 kayıt (commit)
  30. 13 Agu, 2009 2 kayıt (commit)
  31. 28 Tem, 2009 1 kayıt (commit)
  32. 15 Tem, 2009 1 kayıt (commit)
  33. 11 Tem, 2009 1 kayıt (commit)
  34. 08 Tem, 2009 1 kayıt (commit)