- 14 Mar, 1997 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
was some locking code in this file that needed it...
-
Guido van Rossum authored
-
Guido van Rossum authored
last variable to which a floating point expression is assigned. The macro passes its address to a dummy function so that the optimizer can't delay calculating its value until after the macro.
-
Guido van Rossum authored
-
Guido van Rossum authored
(it should return a list of tuples, not a list of lists).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Mar, 1997 2 commits
-
-
Fred Drake authored
Create the .pyo files corresponding to the .py and .pyc files as well.
-
Fred Drake authored
to use for the cached module code object.
-
- 11 Mar, 1997 5 commits
-
-
Guido van Rossum authored
Add prototypes for parsestr() and parsestrplus() (unrelated, but seemed to make sense.)
-
Guido van Rossum authored
errors in initializing the dictionary.
-
Guido van Rossum authored
recognized by the code generator and code generation for the test and the subsequent suite is suppressed. One must write *exactly* ``if __debug__:'' or ``elif __debug__:'' -- no parentheses or operators must be present, or the optimization is not carried through. Whitespace doesn't matter. Other uses of __debug__ will find __debug__ defined as 0 or 1 in the __builtin__ module.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 10 Mar, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 07 Mar, 1997 5 commits
-
-
Guido van Rossum authored
This is done for backward compatibility with Python 1.4.
-
Guido van Rossum authored
this mode, all tests are run in verbose mode with their output to stdout. No comparing of output is done.
-
Guido van Rossum authored
of day, day of week, and season. Fix the weekday predictions -- these seemed to be all bogus. The new predictions seem to correspond with strftime() on Solaris and IRIX, so I believe they are correct. Get rid of the test for non-standard format %C returning "the same as date(1)". This is hard to do reliably without opening a pipe to date, and moreover, on IRIX 6.2, %C yields the Century. So we use that instead. (We don't complain about this in non-verbose mode anyway.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 05 Mar, 1997 2 commits
-
-
Guido van Rossum authored
integer overflow in << operator.
-
Guido van Rossum authored
it anyway.
-
- 04 Mar, 1997 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Mar, 1997 8 commits
-
-
Guido van Rossum authored
Fred: sorry, I hadn't checked these changes in. This should fix your tracebacks!
-
Guido van Rossum authored
-
Guido van Rossum authored
nonzero.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 28 Feb, 1997 1 commit
-
-
Guido van Rossum authored
-