- 10 Tem, 1997 7 kayıt (commit)
-
-
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 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
- 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 yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
resources when set)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
open (so the user can quit with cmd-Q, print, etc) - Removed a few unused routines
-
- 06 Haz, 1997 6 kayıt (commit)
-
-
Fred Drake yazdı
image of the argument list....
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
than just the four. Also folded some long lines.
-
- 05 Haz, 1997 2 kayıt (commit)
-
-
Roger E. Masse yazdı
so that MSVC 4.2 doesn't complain under NT.
-
Roger E. Masse yazdı
-
- 03 Haz, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-