- 12 Dec, 2000 23 commits
-
-
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
-
- 11 Dec, 2000 11 commits
-
-
Thomas Wouters authored
#102169.
-
Fred Drake authored
from right to left! Closes bug #125391.
-
Fred Drake authored
Add a Node class that defines the NodeType constants, based on discussion in the XML-SIG.
-
Fred Drake authored
roundtrip(): Show the offending syntax tree when things break; this makes it a little easier to debug the module by adding test cases. (Still need better tests for this module, but there's not enough time today.)
-
Fred Drake authored
it when *args and/or **kw are used, and one when they are not. This closes bug #125375: "parser.tuple2ast() failure on valid parse tree".
-
Fred Drake authored
This closes bug #124943.
-
Guido van Rossum authored
dumbdbm archive created on Windows can be read on Unix.
-
Guido van Rossum authored
socket in httplib.py. The bug reports that on Windows, you must pass sock._sock to the socket.ssl() call. But on Unix, you must pass sock itself. (sock is a wrapper on Windows but not on Unix; the ssl() call wants the real socket object, not the wrapper.) So we see if sock has an _sock attribute and if so, extract it. Unfortunately, the submitter of the bug didn't confirm that this patch works, so I'll just have to believe it (can't test it myself since I don't have OpenSSL on Windows set up, and that's a nontrivial thing I believe).
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
using *only* empty lists may not be acceptable on all platforms, with the specific caveat that it does not work on Windows. Also clarified list of acceptable objects that may be in the lists, to let the user know that file objects are not usable here on Windows.
-
- 10 Dec, 2000 2 commits
-
-
Jack Jansen authored
-
Andrew M. Kuchling authored
StreamReader ignores the 'errors' parameter passed to its constructor
-
- 09 Dec, 2000 1 commit
-
-
Tim Peters authored
after implementing it I liked Gregor's two-"?" line idea a lot.
-
- 08 Dec, 2000 1 commit
-
-
Fred Drake authored
-
- 07 Dec, 2000 2 commits
-
-
Fred Drake authored
sequence repitition works just fine with long integers now, so we should not say that only plain integers are allowed.
-
Fred Drake authored
implement as many of the relevant methods as make sense for the particular information being modelled.
-