- 21 Oct, 1996 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added PyEval_CallObjectWithKeywords.
-
Guido van Rossum authored
-
Guido van Rossum authored
Date: Fri, 4 Oct 1996 09:08:19 +1000 A couple of things. As I mentioned a while back, I have made the changes to the registry support, in getpath_nt.c. To recap, there can be: ...\pythonpath = default core Pythonpath ...\pythonpath\Pythonwin = c:\somewhere etc. The code simply appends them all. The order can not be guaranteed (registry limitation) but the "default" is always at the end. The main reasons for change were the length of the path, but mainly so an uninstaller can do the right thing.
-
- 16 Oct, 1996 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 15 Oct, 1996 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree).
-
Jack Jansen authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 14 Oct, 1996 1 commit
-
-
Fred Drake authored
documentation.
-
- 13 Oct, 1996 1 commit
-
-
Guido van Rossum authored
-
- 12 Oct, 1996 1 commit
-
-
Guido van Rossum authored
-
- 11 Oct, 1996 9 commits
-
-
Guido van Rossum authored
in posixfile (which is obsolescent).
-
Fred Drake authored
navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly.
-
Fred Drake authored
formatting strings.
-
Guido van Rossum authored
be Ellipsis!). Bumped the API version because a linker-visible symbol is affected. Old C code will still compile -- there's a b/w compat macro. Similarly, old Python code will still run, builtin exports both Ellipses and Ellipsis.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
editing preferences in applets with their own dialogs
-
- 10 Oct, 1996 4 commits
-
-
Fred Drake authored
data item was omitted, which also affected the indentation of the description.
-
Guido van Rossum authored
-f Makefile.pre.in boot", all traces of previous runs are removed.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 Oct, 1996 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description....
-
Fred Drake authored
-
Fred Drake authored
Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc.
-
Fred Drake authored
-
Fred Drake authored
chapter to better reflect the relationship between the modules.
-
Jack Jansen authored
-