- 11 Jul, 1997 13 commits
-
-
Guido van Rossum authored
but it makes the regression test not complain about test_re.
-
Guido van Rossum authored
-
Guido van Rossum authored
Added -I$(DBPORT) for bsddb compilation line.
-
Guido van Rossum authored
-
Guido van Rossum authored
Not sure why this is generated, but this fixes a problem with a particular file that was received with the following final line: F-WE<-*A5]AY]%7>8'&!!(_Y<F*55_"*%46"<OFG=>_5(F/\'``!@
-
Guido van Rossum authored
to decode/encode the standard transfer encodings.
-
Guido van Rossum authored
-
Guido van Rossum authored
(Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Changed some '==' to 'in' (Tim Peters).
-
Guido van Rossum authored
-
- 10 Jul, 1997 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
realloc(p, 0) returns NULL. See changes to configure script to be checked in later.
-
Guido van Rossum authored
-
Guido van Rossum authored
replaces its own entry in sys.module, reference count errors ensue; even if there is no reference count problem, it would be preferable for the import to yield the new thing in sys.modules anyway (if only because that's what later imports will yield). This opens the road to an official hack to implement a __getattr__ like feature for modules: stick an instance in sys.modules[__name__].
-
Barry Warsaw authored
Emacs 20, and bind TAB key to self-insert-command in *Python* process.
-
Guido van Rossum authored
know Python integers are at least 32 bits long; and avoid zeros in initial seed value.
-
Guido van Rossum authored
-
Guido van Rossum authored
have a unique name, otherwise they get squished by locals2fast (or fast2locals, I dunno) when the debugger is invoked before they have been transferred to real locals.
-
- 24 Jun, 1997 1 commit
-
-
Fred Drake authored
I discussed to the original version way-back-when.
-
- 20 Jun, 1997 9 commits
-
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
Added asyncevents call to enable asynchronous event handling
-
Jack Jansen authored
Allow changing labels on yesnocancel dialog
-
Jack Jansen authored
windowing programs, together with option to keep console window closed until needed.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
an AESend with command-. (unless specifically disabled, of course).
-
Jack Jansen authored
handling in inner loop with python code. Also move (previously machine independent) PyErr_CheckSignals here, so we can propagate exceptions in event handling code.
-
- 16 Jun, 1997 1 commit
-
-
Jack Jansen authored
an FSSpec to a non-existing file.
-
- 13 Jun, 1997 1 commit
-
-
Barry Warsaw authored
since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice.
-
- 12 Jun, 1997 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
- Remembering whether sys.path components refer to files or folders, - Using mac-specific code to check for file existence, in stead of trying to fopen() each possible file. These mods need an accompanying mod to import.c.
-
Jack Jansen authored
-