- 27 Haz, 1998 8 kayıt (commit)
-
-
Guido van Rossum yazdı
the filename contains at least a rudimentary pathname. (The bad part is that we need to call getcwd() because only a prefix of ".\\" is not enough -- we prefix the drive letter.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
long, but it sure helps!
-
Guido van Rossum yazdı
is returned as the object's __doc__ attribute. (If only the list of methods would be referenced from the type...)
-
Guido van Rossum yazdı
document new LockType and reverse the preference for exit() vs. exit_thread() -- exit() is now preferred and exit_thread() is obsolete.
-
Guido van Rossum yazdı
Py_InitModule4() with appropriate arguments.
-
Guido van Rossum yazdı
a doc string.
-
- 26 Haz, 1998 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
object before using it.
-
Guido van Rossum yazdı
Marangozov.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
- 25 Haz, 1998 6 kayıt (commit)
-
-
Guido van Rossum yazdı
function.
-
Fred Drake yazdı
it's already decribed that way in the description.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
retrieve one or more URLs to stdout. Use -t to run the self-test.
-
Guido van Rossum yazdı
changes, and made only a few minor changes. No changes of my own this time.
-
Guido van Rossum yazdı
in comments and doc strings.
-
- 24 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Haz, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
possible to use this in PythonWin, and to replace Fredrik Lundh's PythonInterpreter class. Fredrik is credited with the class' API.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
MultiFile constructor, and only do the posstack bookkeeping when it is true.
-
- 22 Haz, 1998 9 kayıt (commit)
-
-
Fred Drake yazdı
to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package.
-
Fred Drake yazdı
like any other header.
-
Fred Drake yazdı
.dvi files are properly dependent on it.
-
Guido van Rossum yazdı
for presence unread, not getattr()!
-
Andrew M. Kuchling yazdı
^ and the pos argument to re.match(). Also, fixed a typo in libregex.tex.
-
Guido van Rossum yazdı
doesn't work on modern Windows systems, and Control-Z works everywhere.
-
Guido van Rossum yazdı
goal to use isinstance(x, y) instead of comparing type(x) to y, it doesn't make sense to change this in the example code for the type() builtin...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
conversions. Formerly, for example, int('-') would return 0 instead of raising ValueError, and int(' 0') would raise ValueError (complaining about a null byte!) instead of 0...
-
- 19 Haz, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
L.append(a,b,c,d) with the correct L.append((a,b,c,d)).
-
Fred Drake yazdı
the empty prompt.
-