- 09 Nis, 2002 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Fix a typo in the comments for csimplemacrodesc.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
This suppresses bogus warnings about modules installed into a directory not in sys.path. Bugfix candidate.
-
Thomas Heller yazdı
-
- 08 Nis, 2002 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Marc-André Lemburg yazdı
Fixes bug #525620.
-
Fred Drake yazdı
This addresses the issue in SF bug #515745.
-
Tim Peters yazdı
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 yazdı
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 Nis, 2002 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 06 Nis, 2002 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
I probably didn't do a correct thing for the LaTeX spelling of the integer 1.
-
Mark Hammond yazdı
Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs.
-
Tim Peters yazdı
the big numbers.
-
Guido van Rossum yazdı
method returns something that's not a C instance, its __init__ is not called. [SF bug #537450]
-
Guido van Rossum yazdı
-
- 05 Nis, 2002 9 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
checkin. And since that one was, this one is also a: Bugfix candidate.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Fred Drake yazdı
either.
-
Guido van Rossum yazdı
Bugfix candidate.
-
Martin v. Löwis yazdı
-