1. 02 Ock, 2009 1 kayıt (commit)
  2. 14 Tem, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      fix test_py3kwarns · a6864e0d
      Benjamin Peterson yazdı
      The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
      a6864e0d
  3. 12 May, 2008 1 kayıt (commit)
  4. 29 Mar, 2008 1 kayıt (commit)
  5. 06 Haz, 2006 1 kayıt (commit)
    • Martin Blais's avatar
      Normalized a few cases of whitespace in function declarations. · 215f13dd
      Martin Blais yazdı
      Found them using::
      
        find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done
        find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done
      
      (I was doing this all over my own code anyway, because I'd been using spaces in
      all defs, so I thought I'd make a run on the Python code as well.  If you need
      to do such fixes in your own code, you can use xx-rename or parenregu.el within
      emacs.)
      215f13dd
  6. 18 Tem, 2004 1 kayıt (commit)
  7. 12 Şub, 2004 1 kayıt (commit)
  8. 21 Haz, 2003 1 kayıt (commit)
  9. 20 May, 2003 1 kayıt (commit)
  10. 06 Nis, 2003 1 kayıt (commit)
  11. 24 Mar, 2003 1 kayıt (commit)
  12. 03 Mar, 2003 1 kayıt (commit)
  13. 21 Şub, 2003 1 kayıt (commit)
  14. 07 Şub, 2003 1 kayıt (commit)
  15. 26 Ock, 2003 1 kayıt (commit)
  16. 21 Ock, 2003 3 kayıt (commit)
  17. 17 Ock, 2003 2 kayıt (commit)
  18. 30 Ara, 2002 1 kayıt (commit)
  19. 30 Kas, 2002 1 kayıt (commit)
  20. 07 Kas, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Got rid of the python.rsrc resource file. The error message strings and · dde800ec
      Jack Jansen yazdı
      dialogs are now stored in Mac/Lib, and loaded on demand through macresource.
      Not only does this simplify a MacPython based on Apple's Python, but
      it also makes Mac error codes come out symbolically when running command
      line python (if you have Mac/Lib in your path).
      
      The resource files are copied from Mac/Resources. The old ones will disappear
      after the OS9 build procedure has been adjusted.
      dde800ec
  21. 02 Agu, 2002 1 kayıt (commit)
  22. 26 Haz, 2002 1 kayıt (commit)
  23. 09 Eyl, 2001 1 kayıt (commit)
  24. 27 Agu, 2001 1 kayıt (commit)
  25. 25 Agu, 2001 1 kayıt (commit)
  26. 27 Tem, 2001 1 kayıt (commit)
  27. 26 Haz, 2001 1 kayıt (commit)
  28. 23 Şub, 2001 1 kayıt (commit)
  29. 09 Şub, 2001 1 kayıt (commit)
  30. 09 Ock, 2001 1 kayıt (commit)
  31. 21 Eyl, 2000 1 kayıt (commit)
  32. 19 Eyl, 2000 1 kayıt (commit)
  33. 25 Agu, 2000 1 kayıt (commit)
  34. 24 Tem, 2000 1 kayıt (commit)
  35. 10 Şub, 2000 1 kayıt (commit)
  36. 18 Ock, 2000 1 kayıt (commit)
  37. 13 Ara, 1999 1 kayıt (commit)