- 27 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82594 | georg.brandl | 2010-07-05 22:13:41 +0200 (Mo, 05 Jul 2010) | 1 line Update Vec class constructor, remove indirection via function, use operator module. ........ r82599 | alexander.belopolsky | 2010-07-05 23:44:05 +0200 (Mo, 05 Jul 2010) | 1 line "Modernized" the demo a little. ........
-
- 08 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Eyl, 2008 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section
-
- 29 Mar, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Thanks to Wummel for the patch
-
- 10 Şub, 2008 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 15 Ock, 2008 1 kayıt (commit)
-
-
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.
-
- 06 Haz, 2006 1 kayıt (commit)
-
-
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.)
-
- 09 Nis, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
for non-complex arguments. * Replace type() comparisons with isinstance() checks. * Replace apply() calls with equivalent syntactic form. * Simplify __hash__ definition to hash the underlying tuple. * Use math.hypot() for more robust computation of __abs__(). * Use sorted() instead of the multi-step keys/sort/iter. * Update comment on the cmath module.
-
Martin v. Löwis yazdı
-
- 27 Haz, 2004 1 kayıt (commit)
-
-
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.
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 10 Eyl, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
- 07 Haz, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Nis, 2003 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 18 Eki, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the difference got converted to float. Put brackets around the string representation of (non-integer) rationals. (Sjoerd Mullender.)
-
- 09 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added exp(z).
-
- 09 Eki, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ock, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Eki, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 27 Eki, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 13 Agu, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-