1. 02 Ock, 2011 8 kayıt (commit)
  2. 01 Ock, 2011 3 kayıt (commit)
  3. 31 Ara, 2010 1 kayıt (commit)
  4. 29 Ara, 2010 2 kayıt (commit)
  5. 28 Ara, 2010 5 kayıt (commit)
  6. 27 Ara, 2010 3 kayıt (commit)
  7. 26 Ara, 2010 4 kayıt (commit)
  8. 24 Ara, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 87479 via svnmerge · 770f4be5
      R. David Murray yazdı
      ........
        r87479 | r.david.murray | 2010-12-24 17:36:49 -0500 (Fri, 24 Dec 2010) | 8 lines
      
        #1693546: don't add quotes around RFC 2231 encoded values.
      
        The RFC is bit hard to understand on this point, but the examples
        clearly show that parameter values that are encoded according
        to its charset/language rules don't have surrounding quotes, and
        the ABNF does not allow for quotes.  So when we produce such
        encoded values, we no longer add quotes.
      ........
      770f4be5
    • Alexander Belopolsky's avatar
      Merged revisions 87463 via svnmerge from · bd584d21
      Alexander Belopolsky yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87463 | alexander.belopolsky | 2010-12-23 19:24:11 -0500 (Thu, 23 Dec 2010) | 1 line
      
        Issue #9063: Corrected the tzinfo example.
      ........
      bd584d21
  9. 23 Ara, 2010 3 kayıt (commit)
  10. 21 Ara, 2010 6 kayıt (commit)
  11. 20 Ara, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 87411 via svnmerge · e321259c
      R. David Murray yazdı
      ........
        r87411 | r.david.murray | 2010-12-20 14:04:51 -0500 (Mon, 20 Dec 2010) | 2 lines
      
        Revert incorrect patch made at the wrong time.
      ........
      e321259c
    • R. David Murray's avatar
      Blocked revisions 87408 via svnmerge · 556974ac
      R. David Murray yazdı
      ........
        r87408 | r.david.murray | 2010-12-20 13:08:59 -0500 (Mon, 20 Dec 2010) | 8 lines
      
        Make test_compileall more robust by using -S to keep sys.path minimized.
      
        Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo
        install because it was tyring to write .pyc files to a read-only system
        directory during test_no_args_compiles_path.  Having subprocess call python
        with -S should eliminate the system directories from the path.
      ........
      556974ac
  12. 19 Ara, 2010 1 kayıt (commit)