- 29 Aug, 2006 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
but looks like that was a problem before this change.
-
Neal Norwitz authored
-
- 28 Aug, 2006 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Guido van Rossum authored
-
- 27 Aug, 2006 1 commit
-
-
Brett Cannon authored
Closes patch #1500623. Thanks, Collin Winter.
-
- 26 Aug, 2006 3 commits
-
-
Guido van Rossum authored
functools, and adjust docs etc.
-
Guido van Rossum authored
traceback.py be closer to the built-in formatting. A few unittests had to be fixed, too.
-
Guido van Rossum authored
-
- 25 Aug, 2006 18 commits
-
-
Guido van Rossum authored
Don't use our own temp name creation (dbm). Should be backported to 2.5.
-
Guido van Rossum authored
Create a real zip iterator object; not using itertools.izip (Brian Holmes).
-
Brett Cannon authored
import MAGIC number.
-
Brett Cannon authored
``python -m compileall -f`` is really handy for finding Python files that use invalid syntax.
-
Brett Cannon authored
Still need to remove traces of the UNARY_CONVERT opcode.
-
Brett Cannon authored
optimization for it.
-
Brett Cannon authored
SyntaxError. This is probably not the proper solution to this failing test, but removing the test itself causes 19 other tests to fail for some odd reason because doctest doesn't expect a complete traceback (or something; rather odd problem for just removing a single test).
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
auto-generates this file will need to get fixed.
-
Brett Cannon authored
'<>'.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
- 24 Aug, 2006 8 commits
-
-
Brett Cannon authored
-
Guido van Rossum authored
-
Guido van Rossum authored
use __eq__ instead of __cmp__. The other change is unexplained: with a random hash code as before, it would run forever; with a constant hash code, it fails quickly. This found a refcount bug in dict_equal() -- I wonder if that bug is also present in 2.5...
-
Guido van Rossum authored
I mea, *really* equal -- for now, the implementation just imports itertools. :-) The only other changes necessary were various unit tests that were assuming zip() returns a real list. No "real" code made this assumption.
-
Guido van Rossum authored
-
Guido van Rossum authored
This essentially meant fixing one case where a list of custom objects was being sorted, and fixing one genuine bug where a method call was missing parentheses.
-
Guido van Rossum authored
The special-casing of other objects with a timetuple attribute is gone. Let's hope Tim agrees.
-
Guido van Rossum authored
This makes test_codeop and test_marshal pass.
-