- 24 Mar, 2006 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Use relative imports in compiler package now that it is required. (Should this go into 2.5 or should we do compiler.XXX?)
-
- 22 Mar, 2006 5 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
were some cases where an int was assumed. Also had to change the string of the exception when dividing and int by zero. Not sure what the best error message should be. Currently 5 / 0 yields the message: ZeroDivisionError: float division That isn't entirely correct. But I'm not sure what else to do.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 21 Mar, 2006 8 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 20 Mar, 2006 1 commit
-
-
Guido van Rossum authored
Mention the builtins that Neal killed.
-
- 17 Mar, 2006 16 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 16 Mar, 2006 2 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 15 Mar, 2006 1 commit
-
-
Guido van Rossum authored
- all classes are new-style (but ripping out classobject.[ch] isn't done) - int/int -> float - all exceptions must derive from BaseException - absolute import - 'as' and 'with' are keywords
-
- 14 Mar, 2006 1 commit
-
-
Guido van Rossum authored
-