- 28 Şub, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 27 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Kas, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 30 Eki, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
properties now.
-
- 25 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Haz, 2005 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
I wonder if there's a way to fix this Makefile to be slightly less totally unreliable.
-
- 12 Nis, 2005 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
can be processed. (Submitted by Jooncheol Park)
-
- 10 Nis, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Call to unpack_int() should have no arguments * Misspelled BadRPCVerspion exception * Replace <> with !=
-
- 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ı
-
- 16 Ock, 2005 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 18 Tem, 2004 3 kayıt (commit)
-
-
Tim Peters yazdı
this, but I'm sure it wasn't locked intentionally.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 17 Tem, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling 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 May, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 10 Ara, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 10 Eyl, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
- 01 Agu, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Haz, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 24 Nis, 2003 8 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
use re module make chomp() use rstrip()
-
Andrew M. Kuchling yazdı
use re module use .split() string method Doesn't use 'for line in sys.stdin'; that ends up changing its interactive behaviour.
-
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ı
-
- 01 Ock, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-