1. 13 Eki, 2010 1 kayıt (commit)
  2. 07 Nis, 2010 1 kayıt (commit)
    • Philip Jenvey's avatar
      Merged revisions 79878-79880 via svnmerge from · 0805ca3f
      Philip Jenvey yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79878 | philip.jenvey | 2010-04-06 16:24:45 -0700 (Tue, 06 Apr 2010) | 4 lines
      
        #7301: add the environment variable $PYTHONWARNINGS to supplement the -W
        command line option
        patch from Brian Curtin
      ........
        r79879 | benjamin.peterson | 2010-04-06 16:32:27 -0700 (Tue, 06 Apr 2010) | 1 line
      
        tell people to update python.man, too
      ........
        r79880 | philip.jenvey | 2010-04-06 16:38:57 -0700 (Tue, 06 Apr 2010) | 1 line
      
        document new PYTHONWARNINGS env var
      ........
      0805ca3f
  3. 02 Nis, 2010 1 kayıt (commit)
  4. 31 Ock, 2010 1 kayıt (commit)
  5. 13 Eyl, 2009 2 kayıt (commit)
  6. 24 Haz, 2009 1 kayıt (commit)
  7. 26 Mar, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 70518,70521,70590,70594-70595 via svnmerge from · 5f28b7b7
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70518 | matthias.klose | 2009-03-22 08:08:22 -0500 (Sun, 22 Mar 2009) | 2 lines
      
        - Fix comment macro in python.man
      ........
        r70521 | benjamin.peterson | 2009-03-22 12:45:11 -0500 (Sun, 22 Mar 2009) | 1 line
      
        close the file even if an exception occurs #5536
      ........
        r70590 | skip.montanaro | 2009-03-24 19:52:11 -0500 (Tue, 24 Mar 2009) | 1 line
      
        clarify the type of data returned
      ........
        r70594 | marc-andre.lemburg | 2009-03-25 14:44:58 -0500 (Wed, 25 Mar 2009) | 9 lines
      
        Remove the sys.version_info shortcut, since they cause the APIs
        to return different information than the _sys_version() output
        used in previous Python versions.
      
        This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings
      
        Added more tests for the various platform functions.
      ........
        r70595 | marc-andre.lemburg | 2009-03-25 14:45:33 -0500 (Wed, 25 Mar 2009) | 3 lines
      
        News item for the platform.py fix (r70594).
      ........
      5f28b7b7
  8. 23 Şub, 2009 1 kayıt (commit)
  9. 04 Haz, 2008 3 kayıt (commit)
  10. 17 Mar, 2006 1 kayıt (commit)
  11. 20 Mar, 2005 1 kayıt (commit)
  12. 07 Eki, 2004 4 kayıt (commit)
  13. 26 May, 2003 1 kayıt (commit)
  14. 09 Agu, 2002 1 kayıt (commit)
  15. 28 Tem, 2002 1 kayıt (commit)
  16. 09 May, 2002 1 kayıt (commit)
  17. 12 Eki, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch #467455 : Enhanced environment variables, by Toby Dickenson. · 9abaf4d3
      Guido van Rossum yazdı
         This patch changes to logic to:
      
         if env.var. set and non-empty:
             if env.var. is an integer:
                 set flag to that integer
         if flag is zero: # [actually, <= 0 --GvR]
             set flag to 1
      
         Under this patch, anyone currently using
         PYTHONVERBOSE=yes will get the same output as before.
      
         PYTHONVERBNOSE=2 will generate more verbosity than
         before.
      
         The only unusual case that the following three are
         still all equivalent:
         PYTHONVERBOSE=yespleas
         PYTHONVERBOSE=1
         PYTHONVERBOSE=0
      9abaf4d3
  18. 05 Eyl, 2001 2 kayıt (commit)
  19. 26 Tem, 2001 1 kayıt (commit)
  20. 23 Tem, 2001 1 kayıt (commit)
  21. 05 Nis, 2001 1 kayıt (commit)
  22. 19 Ara, 2000 1 kayıt (commit)
  23. 15 Eyl, 2000 1 kayıt (commit)
  24. 01 Eyl, 2000 1 kayıt (commit)
  25. 30 Haz, 2000 1 kayıt (commit)
  26. 20 Agu, 1999 2 kayıt (commit)
  27. 10 Nis, 1998 2 kayıt (commit)
  28. 08 Eyl, 1997 1 kayıt (commit)
  29. 19 Tem, 1997 1 kayıt (commit)
  30. 25 Eki, 1996 1 kayıt (commit)
  31. 30 Tem, 1996 1 kayıt (commit)