- 09 Jul, 2000 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
legit warnings).
-
Fred Drake authored
-
Fred Drake authored
-
- 08 Jul, 2000 26 commits
-
-
Fred Drake authored
-
Fredrik Lundh authored
staring at the diffs before checking this one in. let me know asap if it breaks things on your platform. -- ANSI-fying (patch #100763 by Peter Schneider-Kamp, minus the indentation changes and minus the changes the broke the windows build)
-
Fredrik Lundh authored
(patch #100762 by Peter Schneider-Kamp, minus the indentation changes) -- added INT_PTR workaround to make it build under VC 5.0
-
Fredrik Lundh authored
bill's more complete solution.
-
Fredrik Lundh authored
- some more spacification...
-
Fredrik Lundh authored
- ansified, reindentified, spacified, nullified
-
Fredrik Lundh authored
Barry Scott). it appears to solve the problem on NT and 2000, but not on Windows 95. in other words, it's better than before, but not per- fect. I'll leave the patch open for now.
-
Fredrik Lundh authored
strings, instead of the default encoding. (see "minidom" thread for discussion, and also patch #100706)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Use PyArg_ParseTuple() to get better error messages. Add docstrings all around.
-
Skip Montanaro authored
-
Andrew M. Kuchling authored
Fix some incorrect module names
-
Skip Montanaro authored
-
Fred Drake authored
Converted to PyArg_ParseTuple() with method names to get better error messages.
-
Fred Drake authored
-
Fred Drake authored
Convert to four-space indents.
-
Fred Drake authored
Clarify some of the details of readline-related configuration.
-
Fred Drake authored
Convert to using PyArg_ParseTuple() as appropriate to allow method names in error messages. Re-indent to four-space indentation.
-
Fred Drake authored
hackery (/**/), leaving only new-style preprocessor hackery (##).
-
Tim Peters authored
This was a convenient excuse to create the pyport.h file recently discussed! Please use new Py_ARITHMETIC_RIGHT_SHIFT when right-shifting a signed int and you *need* sign-extension. This is #define'd in pyport.h, keying off new config symbol SIGNED_RIGHT_SHIFT_ZERO_FILLS. If you're running on a platform that needs that symbol #define'd, the std tests never would have worked for you (in particular, at least test_long would have failed). The autoconfig stuff got added to Python after my Unix days, so I don't know how that works. Would someone please look into doing & testing an auto-config of the SIGNED_RIGHT_SHIFT_ZERO_FILLS symbol? It needs to be defined if & only if, e.g., (-1) >> 3 is not -1.
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
contains 16 bits. Not true on Cray J90.
-
Greg Stein authored
-
Tim Peters authored
Stein -- thanks!). Incidentally removed all the Py_PROTO macros from object.h, as they prevented my editor from magically finding the definitions of the "coercion", "cmpfunc" and "reprfunc" typedefs that were being redundantly applied in longobject.c.
-
- 07 Jul, 2000 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
convert semicolons to newlines
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-