- 08 Eki, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Also expand a few other methods' docs, which had more info in the deprecated string module docs.
-
- 06 Eki, 2007 4 kayıt (commit)
-
-
Neal Norwitz yazdı
Also use the safe unlink in test_support instead of rolling our own here.
-
Gregory P. Smith yazdı
reliable. gmail.org is someones personal domain.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
ubuntu buildbots.
-
- 05 Eki, 2007 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This code was broken if save() returned a negative number since i contained a boolean value and then we compared i < 0 which should never be true. Will backport (assuming it's necessary)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix a compiler warning about passing a PyTypeObject* instead of PyObject*.
-
-
Raymond Hettinger yazdı
Add maxlen support to deque() and fixup docs. Partially fix __reduce__(). The None as a third arg was no longer supported. Still needs work on __reduce__() to handle recursive inputs.
-
Fred Drake yazdı
-
- 04 Eki, 2007 7 kayıt (commit)
-
-
Neal Norwitz yazdı
All this code already exists above starting at line 653.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
something he didn't select or complete.
-
Raymond Hettinger yazdı
-
- 03 Eki, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy.
-
Mark Summerfield yazdı
unicodedata.normalize().
-
- 02 Eki, 2007 2 kayıt (commit)
-
-
Facundo Batista yazdı
available when necessary without recomputing. Thanks Mark Dickinson
-
Facundo Batista yazdı
with Cawlishaw by mail, and he basically confirmed that to these is_* operations, there's no need to return Decimal(0) and Decimal(1) if the language supports the False and True booleans. Also added a few tests for the these functions in extra.decTest, since they are mostly untested (apart from the doctests). Thanks Mark Dickinson
-
- 30 Eyl, 2007 2 kayıt (commit)
-
-
Brett Cannon yazdı
don't worry about any self-referring tuples.
-
Brett Cannon yazdı
Python code; but it is possible from C. object.__str__ had the issue of not expecting a type to doing something within it's tp_str implementation that could trigger an infinite recursion, but it could in C code.. Both found thanks to BaseException and how it handles its repr. Closes issue #1686386. Thanks to Thomas Herve for taking an initial stab at coming up with a solution.
-
- 27 Eyl, 2007 5 kayıt (commit)
-
-
Vinay Sajip yazdı
Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 25 Eyl, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 24 Eyl, 2007 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Eyl, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Make tell() mark CRLF as a newline. With unit test.
-
- 21 Eyl, 2007 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
oldsharedmods and sharedmods in "libinstall".
-