1. 27 Tem, 2010 1 kayıt (commit)
  2. 08 Mar, 2010 1 kayıt (commit)
  3. 13 Eyl, 2008 3 kayıt (commit)
  4. 29 Mar, 2008 1 kayıt (commit)
  5. 10 Şub, 2008 1 kayıt (commit)
  6. 15 Ock, 2008 1 kayıt (commit)
    • Jeffrey Yasskin's avatar
      Add rational.Rational as an implementation of numbers.Rational with infinite · d7b00334
      Jeffrey Yasskin yazdı
      precision. This has been discussed at http://bugs.python.org/issue1682. It's
      useful primarily for teaching, but it also demonstrates how to implement a
      member of the numeric tower, including fallbacks for mixed-mode arithmetic.
      
      I expect to write a couple more patches in this area:
       * Rational.from_decimal()
       * Rational.trim/approximate() (maybe with different names)
       * Maybe remove the parentheses from Rational.__str__()
       * Maybe rename one of the Rational classes
       * Maybe make Rational('3/2') work.
      d7b00334
  7. 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
  8. 09 Nis, 2005 2 kayıt (commit)
  9. 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
  10. 12 Şub, 2004 1 kayıt (commit)
  11. 10 Eyl, 2003 1 kayıt (commit)
  12. 07 Haz, 2003 1 kayıt (commit)
  13. 24 Nis, 2003 3 kayıt (commit)
  14. 18 Eki, 2002 1 kayıt (commit)
  15. 21 Nis, 1999 1 kayıt (commit)
  16. 14 Eyl, 1998 1 kayıt (commit)
  17. 09 Eyl, 1998 1 kayıt (commit)
  18. 09 Ara, 1997 1 kayıt (commit)
  19. 13 May, 1997 1 kayıt (commit)
  20. 30 Tem, 1996 1 kayıt (commit)
  21. 09 Eki, 1994 1 kayıt (commit)
  22. 08 Eki, 1994 1 kayıt (commit)
  23. 17 Şub, 1994 1 kayıt (commit)
  24. 26 Ock, 1994 1 kayıt (commit)
  25. 17 Ara, 1993 1 kayıt (commit)
  26. 30 Eki, 1993 3 kayıt (commit)
  27. 27 Eki, 1993 3 kayıt (commit)
  28. 13 Agu, 1992 1 kayıt (commit)