summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Actual text submitted by AMK.Guido van Rossum1996-10-222-2/+392
|
* Background chapter on restricted execution. Additional sections areGuido van Rossum1996-10-222-0/+122
| | | | rexec and bastion.
* Change the default seeding -- use 8 bits of sub-second precision andGuido van Rossum1996-10-211-1/+2
| | | | fold in the higest 8 bits of the time as well.
* The usual...Guido van Rossum1996-10-214-8/+8
|
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-212-2/+2
|
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-212-10/+56
| | | | | Menu object via om['menu'] -- this is necessary to use a post-command with an OptionMenu. The API has not changed.
* Changes in description of NeXT options. Fixed reference to newsgroupGuido van Rossum1996-10-211-5/+4
| | | | (above instead of below).
* Support passing in an empty dictionary of keywords to newinstanceobject.Guido van Rossum1996-10-211-1/+3
|
* Changed _Py_EllipsesObject -> _Py_EllipsisObject.Guido van Rossum1996-10-211-1/+1
|
* Major upgrade by Vladimir Marangozov.Guido van Rossum1996-10-211-36/+144
|
* Checkin before ticking changes off..Guido van Rossum1996-10-211-0/+169
|
* Don't recommend unzipping in the root.Guido van Rossum1996-10-211-15/+9
|
* Changed _Py_EllipsesObject -> _Py_EllipsisObject.Guido van Rossum1996-10-211-1/+2
| | | | Added PyEval_CallObjectWithKeywords.
* Add an XXX comment about apparent incompleteness of Borland defines.Guido van Rossum1996-10-211-0/+1
|
* From: "Mark Hammond" <MHammond@skippinet.com.au>Guido van Rossum1996-10-211-16/+35
| | | | | | | | | | | | | | | | 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.
* Ported to CW10Jack Jansen1996-10-1625-8589/+8646
|
* Added a warning about gusi cfm68k "far data"Jack Jansen1996-10-161-1/+4
|
* Forget about Ellipses b/w compatibility.Guido van Rossum1996-10-162-3/+0
|
* Changed Types to types.Jack Jansen1996-10-151-1/+1
|
* Fixed xstat to again include resroucefork size, creator, type. ObtainJack Jansen1996-10-151-14/+50
| | | | | thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree).
* Fixed flashing in ProgressBar update.Jack Jansen1996-10-151-9/+8
|
* Added warning not to import directly.Guido van Rossum1996-10-151-1/+2
|
* Allow code objects to be passed to run() and eval().Guido van Rossum1996-10-151-2/+7
|
* Patches for Mac module docs by JackGuido van Rossum1996-10-1510-22/+374
|
* (partparse.py): Small change by Sjoerd to improve handle of X11 extensionFred Drake1996-10-142-2/+2
| | | | documentation.
* Added item about bug in Slackware96 libdl.Guido van Rossum1996-10-131-19/+30
|
* Don't close an already closed socket.Guido van Rossum1996-10-121-3/+5
|
* Added embryonic description of fcntl.lockf(). Added pointer to thatGuido van Rossum1996-10-114-0/+18
| | | | in posixfile (which is obsolescent).
* (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottomFred Drake1996-10-113-6/+6
| | | | | | | 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.
* (libtypes.tex): Correct reversal of two words in description ofFred Drake1996-10-112-4/+4
| | | | formatting strings.
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-117-24/+28
| | | | | | | | 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.
* Added Slice and Ellipses types.Guido van Rossum1996-10-111-0/+3
|
* Typos detected by SjoerdGuido van Rossum1996-10-114-8/+8
|
* Got rid of almost totally obsolete Demo/www subdir.Guido van Rossum1996-10-111-2/+0
|
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-0/+4
|
* Moved resources to 510/511: the numbers above 512 gave problems whenJack Jansen1996-10-112-63/+64
| | | | editing preferences in applets with their own dialogs
* (partparse.py): Small fix to do_datadesc(): in some odd cases the name ofFred Drake1996-10-102-8/+8
| | | | | data item was omitted, which also affected the indentation of the description.
* Add a dependency on clobber to the boot target. Now, if you run "makeGuido van Rossum1996-10-101-1/+1
| | | | -f Makefile.pre.in boot", all traces of previous runs are removed.
* Fix some cases where self.openedurl wasn't set.Guido van Rossum1996-10-101-2/+3
|
* Don't add names that start with _Guido van Rossum1996-10-101-1/+4
|
* (Makefile): Push texi2html.py options into a make variable.Fred Drake1996-10-091-1/+2
|
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-093-477/+753
| | | | | | | | | | | | | | | | 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....
* (Makefile): Add libformatter.tex to the library document dependencies.Fred Drake1996-10-091-1/+1
|
* (libhtmllib.tex, libsgmllib.tex, libformatter.tex):Fred Drake1996-10-096-12/+58
| | | | | Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc.
* (partparse.py): Rationalize some behavior around unexpected conditions.Fred Drake1996-10-092-8/+14
|
* (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllibFred Drake1996-10-094-8/+8
| | | | chapter to better reflect the relationship between the modules.
* Prepared for Tk windowing implementationJack Jansen1996-10-095-28/+61
|
* tweaked some of the positions of interface elements.Jack Jansen1996-10-091-888/+887
|
* (formatter.py): Simplify NullFormatter definition of add_hor_rule() to matchFred Drake1996-10-081-3/+2
| | | | documentation.
* (lib.tex): Added entry for formatter module.Fred Drake1996-10-082-0/+2
|