- 30 Sep, 2007 2 commits
-
-
Brett Cannon authored
don't worry about any self-referring tuples.
-
Brett Cannon authored
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 Sep, 2007 5 commits
-
-
Vinay Sajip authored
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 authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 25 Sep, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 24 Sep, 2007 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Sep, 2007 1 commit
-
-
Guido van Rossum authored
Make tell() mark CRLF as a newline. With unit test.
-
- 21 Sep, 2007 1 commit
-
-
Sean Reifscheider authored
oldsharedmods and sharedmods in "libinstall".
-
- 20 Sep, 2007 6 commits
-
-
Georg Brandl authored
-
Thomas Wouters authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 19 Sep, 2007 7 commits
-
-
Facundo Batista authored
numbers.
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Facundo Batista authored
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 authored
-
Sean Reifscheider authored
-
Georg Brandl authored
-
- 18 Sep, 2007 7 commits
-
-
Sean Reifscheider authored
-
Thomas Wouters authored
py3k branch ;)
-
Raymond Hettinger authored
-
Facundo Batista authored
divideint and divmod). Thanks Mark Dickinson.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
- 17 Sep, 2007 5 commits
-
-
Sean Reifscheider authored
-
Facundo Batista authored
executed through a subclass (thanks Mark Dickinson). Added a bit of testing for this.
-
Facundo Batista authored
-
Sean Reifscheider authored
-
Brett Cannon authored
PyObject_Print(). Closes issue #1164.
-