- 10 Apr, 2002 6 commits
-
-
Andrew M. Kuchling authored
Move imports to top
-
Skip Montanaro authored
-
Fred Drake authored
is not already present. If it is, raise an exception, since that should not happen in a well-defined conversion.
-
Fred Drake authored
-
Neal Norwitz authored
-
Fred Drake authored
whrandom module. (The deprecation was effective in Python 2.1.)
-
- 09 Apr, 2002 13 commits
-
-
Fred Drake authored
used to define Python objects.
-
Tim Peters authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Fix a typo in the comments for csimplemacrodesc.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Thomas Heller authored
-
Thomas Heller authored
This suppresses bogus warnings about modules installed into a directory not in sys.path. Bugfix candidate.
-
Thomas Heller authored
-
- 08 Apr, 2002 10 commits
-
-
Fred Drake authored
-
Tim Peters authored
-
Martin v. Löwis authored
-
Tim Peters authored
-
Tim Peters authored
-
Martin v. Löwis authored
-
Marc-André Lemburg authored
Fixes bug #525620.
-
Fred Drake authored
This addresses the issue in SF bug #515745.
-
Tim Peters authored
open_the_file: Some (not all) flavors of Windows set errno to EINVAL when passed a syntactically invalid filename. Python turned that into an incomprehensible complaint about the mode string. Fixed by special-casing MSVC.
-
Guido van Rossum authored
when PyType_Ready() was called, if ob_type was found to be NULL, it was always set to &PyType_Type; now it is set to base->ob_type, where base is tp_base, defaulting to &PyObject_Type. - PyType_Ready() accidentally did not inherit tp_is_gc; now it does. Bugfix candidate.
-
- 07 Apr, 2002 5 commits
-
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 06 Apr, 2002 6 commits
-
-
Martin v. Löwis authored
-
Tim Peters authored
I probably didn't do a correct thing for the LaTeX spelling of the integer 1.
-
Mark Hammond authored
Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs.
-
Tim Peters authored
the big numbers.
-
Guido van Rossum authored
method returns something that's not a C instance, its __init__ is not called. [SF bug #537450]
-
Guido van Rossum authored
-