- 11 Nis, 2002 2 kayıt (commit)
-
-
Mark Hammond yazdı
Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting)
-
Fred Drake yazdı
-
- 10 Nis, 2002 15 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
(2.2 bugfix candidate?)
-
Andrew M. Kuchling yazdı
-
Barry Warsaw yazdı
non-us-ascii character sets in headers and bodies. Some API changes (with DeprecationWarnings for the old APIs). Better RFC-compliant implementations of base64 and quoted-printable. Updated test cases. Documentation updates to follow (after I finish writing them ;).
-
Marc-André Lemburg yazdı
-
Fred Drake yazdı
Update description of PyType_Check().
-
Marc-André Lemburg yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Move imports to top
-
Skip Montanaro yazdı
-
Fred Drake yazdı
is not already present. If it is, raise an exception, since that should not happen in a well-defined conversion.
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
whrandom module. (The deprecation was effective in Python 2.1.)
-
- 09 Nis, 2002 13 kayıt (commit)
-
-
Fred Drake yazdı
used to define Python objects.
-
Tim Peters yazdı
-
Fred Drake yazdı
-
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.
-