- 11 Mar, 1997 3 commits
-
-
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
-
- 26 Feb, 1997 1 commit
-
-
Guido van Rossum authored
on-line list of same.
-
- 25 Feb, 1997 1 commit
-
-
- 24 Feb, 1997 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
- Changed FragLoader.h to CodeFragments.h - Removed Desk.h
-
Jack Jansen authored
- Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
-
Jack Jansen authored
-
Barry Warsaw authored
-
- 23 Feb, 1997 1 commit
-
-
Guido van Rossum authored
and there is already a similar demo in Demo/classes/Complex.py.
-
- 21 Feb, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Lee is wondering whether to withdraw his patchs. Sigh.
-
- 20 Feb, 1997 5 commits
-
-
Guido van Rossum authored
extensively in test_strftime.py anyway).
-
Jack Jansen authored
and there, etc. These projects are still CW10.
-
Jack Jansen authored
-
Jack Jansen authored
in importdl.c (I had just one crash too many with a static python importing a dynamic module) - On powerpc, enable USE_CACHE_ALIGNED with a linesize of 32 bytes.
-
Jack Jansen authored
-