- 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".
-
- 20 Eyl, 2007 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Thomas Wouters yazdı
Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 19 Eyl, 2007 7 kayıt (commit)
-
-
Facundo Batista yazdı
numbers.
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Facundo Batista yazdı
predictable to being completely predictable. The value of hash(n) is unchanged for any n that's small enough to be representable as an int, and also unchanged for the vast majority of long integers n of reasonable size.
-
Facundo Batista yazdı
-
Sean Reifscheider yazdı
-
Georg Brandl yazdı
-
- 18 Eyl, 2007 7 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
Thomas Wouters yazdı
py3k branch ;)
-
Raymond Hettinger yazdı
-
Facundo Batista yazdı
divideint and divmod). Thanks Mark Dickinson.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
- 17 Eyl, 2007 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
-