1. 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
  2. 09 Nis, 2005 2 kayıt (commit)
  3. 27 Haz, 2004 1 kayıt (commit)
    • Brett Cannon's avatar
      Add code for a range function that uses generators. · c2b151c6
      Brett Cannon yazdı
      Cleaned up existing code by abstracting code to parse arguments.  Also removed
      any unneeded operations (such as calling 'int' on a division when using floor
      division also works).  Fixed a bug where the values  returned by
      OldStyleRange could be short by one value.  Added more documentation.
      
      Testing code also has a basic sanity check.
      c2b151c6
  4. 12 Şub, 2004 1 kayıt (commit)
  5. 10 Eyl, 2003 1 kayıt (commit)
  6. 07 Haz, 2003 1 kayıt (commit)
  7. 24 Nis, 2003 3 kayıt (commit)
  8. 18 Eki, 2002 1 kayıt (commit)
  9. 21 Nis, 1999 1 kayıt (commit)
  10. 14 Eyl, 1998 1 kayıt (commit)
  11. 09 Eyl, 1998 1 kayıt (commit)
  12. 09 Ara, 1997 1 kayıt (commit)
  13. 13 May, 1997 1 kayıt (commit)
  14. 30 Tem, 1996 1 kayıt (commit)
  15. 09 Eki, 1994 1 kayıt (commit)
  16. 08 Eki, 1994 1 kayıt (commit)
  17. 17 Şub, 1994 1 kayıt (commit)
  18. 26 Ock, 1994 1 kayıt (commit)
  19. 17 Ara, 1993 1 kayıt (commit)
  20. 30 Eki, 1993 3 kayıt (commit)
  21. 27 Eki, 1993 3 kayıt (commit)
  22. 13 Agu, 1992 1 kayıt (commit)