- 08 Aug, 1998 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication).
-
Guido van Rossum authored
-
Guido van Rossum authored
The real change is that it now includes "Python.h".
-
Guido van Rossum authored
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
could hide so long...
-
- 07 Aug, 1998 29 commits
-
-
Barry Warsaw authored
serial number isn't enough to uniquify the temp file name -- what if two users are on the same machine? Add in the (emacs-pid) to help further. Should never be tickled on Emacs 20, XEmacs 20, 21.
-
Fred Drake authored
buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index().
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
implementation wins.
-
Fred Drake authored
-
Guido van Rossum authored
PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them.
-
Guido van Rossum authored
-
Fred Drake authored
Added some dependencies to some of the HTML generation targets.
-
Guido van Rossum authored
how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms.
-
Guido van Rossum authored
with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
chapters.
-
Fred Drake authored
which replace the existing internet chapter.
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Don't use CL module since all constants are now in cl.
-