- 05 Dec, 1996 14 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
A plain int that doesn't fit in 32 bits will be marshalled using a new type. 32 bits machines can't handle this and will issue a warning.
-
Fred Drake authored
indicates the line on which the token ends rather than starts (a side effect of interpreting the parse tree nodes directly). Maybe I'll fix this for Python 2.0.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(although for 32-bit hardware it's a bit slower than it was). Make gcc -Wall happy.
-
Guido van Rossum authored
defines that a shorter dictionary is always smaller than a longer one. For dictionaries of the same size, the smallest differing element determines the outcome (which yields the same results as before, without explicit sorting).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Make gcc -Wall happy.
-
Guido van Rossum authored
Correct typo in error msg (expec[t]ed). Make gcc -Wall happy.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Dec, 1996 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 02 Dec, 1996 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Nov, 1996 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the first line, replacing the entire line.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added definition TARGET=python for more flexibility.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 21 Nov, 1996 1 commit
-
-
Guido van Rossum authored
-
- 20 Nov, 1996 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
hyphen confused Tk into thinking the name was an option.
-
Guido van Rossum authored
parsedate_tz() return a 10-tuple, the last field is the tz offset in seconds (e.g. -18000 or -5 hours for EST).
-
Guido van Rossum authored
IOError, keep the traceback.
-
Barry Warsaw authored
-
Jack Jansen authored
difference between aetools.Error and MacOS.Error for appletscript programs.
-
Barry Warsaw authored
-
Barry Warsaw authored
-