- 11 Apr, 2002 22 commits
-
-
Jack Jansen authored
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 authored
-
Fred Drake authored
The deprecation is now listed in PEP 4.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings)
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
module necessarily raises.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Fred Drake authored
This is nice for use with "make TESTOPTS='-u all' test".
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
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 authored
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 authored
-
- 10 Apr, 2002 15 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
(2.2 bugfix candidate?)
-
Andrew M. Kuchling authored
-
Barry Warsaw authored
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 authored
-
Fred Drake authored
Update description of PyType_Check().
-
Marc-André Lemburg authored
-
Andrew M. Kuchling authored
-
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 3 commits
-
-
Fred Drake authored
used to define Python objects.
-
Tim Peters authored
-
Fred Drake authored
-