- 12 Nis, 2002 8 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
designators. Remove PyMalloc_New.
-
Neil Schemenauer yazdı
compatibility function. Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of trivial macros wrapping functions. Provide binary compatibility functions.
-
Neil Schemenauer yazdı
it's enabled.
-
Neil Schemenauer yazdı
it's enabled. Allow PyObject_Del, PyObject_Free, and PyObject_GC_Del to be used as function designators. Provide source compatibility macros. Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of trivial macros wrapping functions.
-
Neil Schemenauer yazdı
-
Tim Peters yazdı
-
- 11 Nis, 2002 22 kayıt (commit)
-
-
Jack Jansen yazdı
Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later.
-
Fred Drake yazdı
-
Fred Drake yazdı
The deprecation is now listed in PEP 4.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
not-GPL-compatible to GPL-compatible, with a footnote explaining that RMS disagrees. I'm not going to discuss this further -- both sides (CNRI and RMS) will argue their POV till they're blue in the face.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
module necessarily raises.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
This is nice for use with "make TESTOPTS='-u all' test".
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
The bug report pointed out a bogosity in the comment block explaining thread safety for arena management. Repaired that comment, repaired a couple others while I was at it, and added an assert. _PyMalloc_DebugRealloc: If this needed to get more memory, but couldn't, it erroneously freed the original memory. Repaired that. This is for 2.3 only (unless we decide to backport the new pymalloc).
-
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 10 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
-