- 13 Dec, 2000 7 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Fred Drake authored
since the API documentation will state specifically that the specializations must be used by the DOM implementations.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
a prime size, which is in fact never true anymore ...).
-
- 12 Dec, 2000 33 commits
-
-
Fred Drake authored
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
Barry Warsaw authored
-
Barry Warsaw authored
can't be imported. This makes StringIO.py work with Jython. Also, get rid of the string module by converting to string methods. Shorten some lines by using augmented assignment where appropriate.
-
Fred Drake authored
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
Jack Jansen authored
2.1.3) finally agree on when the epoch is, so the code to convert epochs has been disabled.
-
Jack Jansen authored
windows, but not on the mac. Fixed.
-
Jack Jansen authored
Pascal-strings. Safer, because Pstring converts in-place and the pathname may be reused later for error messages.
-
Jack Jansen authored
happens because the scanner ignores preprocessor #ifs).
-
Jack Jansen authored
Py_FatalError on errors.
-
Jack Jansen authored
-
Jack Jansen authored
Allow /* */ comments within function prototypes.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
Drag moved to core toolbox modules (Win uses it).
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(http://package.debian.org/lintian), which includes a spellchecker for common typos in control files of packages... You see, we're so paranoid that we even have automatic tools that keep monitoring license files ;-)" (Gregor Hoffleit)
-
Marc-André Lemburg authored
encodings package aliases mapping dictionary rather than in the internal cache used by the search function. This enables aliases to take advantage of the full normalization process applied to encoding names which was previously not available. The patch restricts alias registration to new aliases. Existing aliases cannot be overridden anymore.
-
Tim Peters authored
Still needs docs; see bug report (which was reassigned to Fred) for MS's docs.
-
Tim Peters authored
-
Guido van Rossum authored
-