- 09 Dec, 1996 3 commits
-
-
Guido van Rossum authored
a conflicting definition somewhere). Resolved line wrap for error message in ins().
-
Barry Warsaw authored
-
Barry Warsaw authored
PyDict_SetItemString. GvR: note the long line > 80 chars. Wrapping suggestions?
-
- 06 Dec, 1996 15 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
function and variable in the module, verifies a few return values and even tests a couple of known error conditions.
-
Guido van Rossum authored
(all contributed by Andrew Kuchling).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Determine sizeof int and long. For HPUX, add linker options for shared library usage.
-
Guido van Rossum authored
-
Guido van Rossum authored
Make gcc -Wall happy.
-
Fred Drake authored
This makes addressing the manuals a little simpler.
-
Fred Drake authored
the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now.
-
Fred Drake authored
instead! Updated some comments.
-
Fred Drake authored
parameters.
-
Fred Drake authored
change it), and correct a typo in a comment.
-
- 05 Dec, 1996 21 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Keep gcc -Wall happy.
-
Guido van Rossum authored
-
Guido van Rossum authored
Keep gcc -Wall happy.
-
Guido van Rossum authored
base class is special it gets invoked. Make gcc -Wall happy.
-
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 1 commit
-
-
Barry Warsaw authored
-