- 09 Apr, 2002 8 commits
-
-
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
-
- 05 Apr, 2002 11 commits
-
-
Fred Drake authored
document to the C API reference. Move some instructional text from the API reference to the Extending & Embedding manual. Fix the descriptions of the es and es# formats for PyArg_Parse*(). This closes SF bug #536516.
-
Guido van Rossum authored
checkin. And since that one was, this one is also a: Bugfix candidate.
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
Change pickling format for bools to use a backwards compatible encoding. This means you can pickle True or False on Python 2.3 and Python 2.2 or before will read it back as 1 or 0. The code used for pickling bools before would create pickles that could not be read in previous Python versions.
-
Fred Drake authored
-
Fred Drake authored
either.
-
Guido van Rossum authored
Bugfix candidate.
-
Martin v. Löwis authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
They now raise an NotImplementedError to hint to the truth ;-)
-