- 25 Jul, 1997 8 commits
-
-
Guido van Rossum authored
A dummy getbuildno.o (with a number of 0) still gets built here, to make the library complete.
-
Guido van Rossum authored
python executable is built. (It still won't reflect builds of the library only, but since the default make target builds the python executable, that's alright.)
-
Guido van Rossum authored
-
Guido van Rossum authored
order of the variables in the declarations). Also removed an entry in the TODO list that's done.
-
Guido van Rossum authored
the comma after the day name is optional if it is a recognized day name; and the date and month may be swapped. Thus, the following two test dates will now be parsed correctly: Thu, Feb 13 12:16:57 1992 Thu Feb 13 12:16:57 1992
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
have to do that one!), but at least the version will match the release version. (1.5a2 got skipped for this.)
-
- 24 Jul, 1997 1 commit
-
-
Fred Drake authored
Re-sequenced the function descriptions so that the formatting is described before the assumption is made that the reader has a clue about the formatting. Moved examples to be closer to the functions being demonstrated. Added example of saferepr() result.
-
- 23 Jul, 1997 1 commit
-
-
Guido van Rossum authored
-
- 21 Jul, 1997 1 commit
-
-
Guido van Rossum authored
importdl.c: the MAXSUFFIXSIZE macro is now defined in importdl.h, and the modules dictionary is now passed using PyImport_GetModuleDict(). Also undefine USE_SHLIB for AIX -- in AIX 4.2 and up, dlfcn.h exists but we don't want to use it.
-
- 19 Jul, 1997 29 commits
-
-
Guido van Rossum authored
ready for a release yet).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Modules/python.o.
-
Guido van Rossum authored
-
Guido van Rossum authored
add Setup.local to list of installed files.
-
Guido van Rossum authored
with entry point Py_FrozenMain().
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the need for the StringIO subclass.
-
Guido van Rossum authored
-
Guido van Rossum authored
to '"'.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
PyEval_{Acquire,Release}Thread() calls.
-
Guido van Rossum authored
-
Guido van Rossum authored
WITH_THREAD as PyEval_InitThreads(). Removed use of Py_SuppressPrintingFlag.
-