- 19 Tem, 1997 40 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
add Setup.local to list of installed files.
-
Guido van Rossum yazdı
with entry point Py_FrozenMain().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the need for the StringIO subclass.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
to '"'.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
PyEval_{Acquire,Release}Thread() calls.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
WITH_THREAD as PyEval_InitThreads(). Removed use of Py_SuppressPrintingFlag.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
properly declared in Python.h.
-
Guido van Rossum yazdı
Py_Get*() functions.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
this level. The old libraries Modules/libModules.a etc. don't exist any more. The libainstall target is updated to match.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Remove some unneeded AC_SUBST() calls.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
which is in the library and does all the work.
-
Guido van Rossum yazdı
- Got rid of inspection of some environment variables. - Got rid of Py_GetProgramName() and related logic. - Print the version header *after* successful initialization.
-
Guido van Rossum yazdı
it can be placed in the library. Other, related changes: - Moved the inspection of some environment variables to Py_Initialize(). - Got rid of -s option. - Moved Py_GetProgramName() and related logic to pythonrun.c; call Py_SetProgramName() instead. - Print the version header *after* successful initialization.
-
Guido van Rossum yazdı
for more!). - The global flags that can be set from environment variables are now set in Py_Initialize (except the silly Py_SuppressPrint, which no longer exists). This saves duplicate code in frozenmain.c and main.c. - Py_GetProgramName() is now here; added Py_SetProgramName(). An embedding program should no longer provide Py_GetProgramName(), instead it should call Py_SetProgramName() *before* calling Py_Initialize().
-