- 11 Tem, 1997 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This makes it thread-safe again.
-
Guido van Rossum yazdı
but it makes the regression test not complain about test_re.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Added -I$(DBPORT) for bsddb compilation line.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
to decode/encode the standard transfer encodings.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Changed some '==' to 'in' (Tim Peters).
-
Guido van Rossum yazdı
-
- 10 Tem, 1997 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
realloc(p, 0) returns NULL. See changes to configure script to be checked in later.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
Emacs 20, and bind TAB key to self-insert-command in *Python* process.
-
Guido van Rossum yazdı
know Python integers are at least 32 bits long; and avoid zeros in initial seed value.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 Haz, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
I discussed to the original version way-back-when.
-
- 20 Haz, 1997 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added asyncevents call to enable asynchronous event handling
-
Jack Jansen yazdı
Allow changing labels on yesnocancel dialog
-
Jack Jansen yazdı
windowing programs, together with option to keep console window closed until needed.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
an AESend with command-. (unless specifically disabled, of course).
-
Jack Jansen yazdı
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 Haz, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
an FSSpec to a non-existing file.
-
- 13 Haz, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice.
-
- 12 Haz, 1997 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-