summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed gusi preferencesJack Jansen1996-10-231-4/+4
|
* removed unused varJack Jansen1996-10-231-1/+0
|
* Added support for tab hooksJack Jansen1996-10-232-0/+59
|
* Raise a more intellegible error in the case of missing keyword argsJack Jansen1996-10-231-2/+9
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Added a note on swed and htmled examples, added tab support, fixed typoJack Jansen1996-10-235-123/+128
|
* Modified to work together with BBPyJack Jansen1996-10-233-891/+905
| | | | Re-enabled splash screen
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
| | | | CGIHTTPServer.py when used with the POST command.
* Fixed compare function to do first char comparison in unsigned mode,Guido van Rossum1996-10-231-1/+1
| | | | for consistency with the way other characters are compared.
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-232-2/+10
|
* Frame versions of documents after mangling by Robin.Guido van Rossum1996-10-2212-0/+0
|
* New version for 1.4 from Manus.Guido van Rossum1996-10-221-4/+12
|
* Version number and date.Guido van Rossum1996-10-222-2/+2
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-2220-6770/+16382
|
* Got rid of most XXXes in the News chapter. Bumped the version to 1.4.Guido van Rossum1996-10-222-152/+268
|
* New date and version number.Guido van Rossum1996-10-222-2/+2
|
* Get rid of evil workaround for Python 1.4b2 bug.Guido van Rossum1996-10-221-4/+0
|
* It turns out that VC1.5 does not necessarily define _WINDOWS.Guido van Rossum1996-10-221-2/+0
|
* Get preference file name from a resource.Jack Jansen1996-10-221-3/+22
| | | | Changed for 1.8.0 CWGUSI release
* Also put aliases to PythonCore{PPC,CFM68K} in the extensions folderJack Jansen1996-10-221-1/+35
|
* Updated the instructions for the 1.4 releaseJack Jansen1996-10-221-39/+29
|
* Added a note about incorrect "PythonCore not found" messageJack Jansen1996-10-221-2/+17
| | | | Added a few comments on preference file handling.
* Added a note about PythonApplet nameJack Jansen1996-10-221-12/+11
|
* Version upped to 1.4, removed some unused dialogs, added STR resourceJack Jansen1996-10-224-665/+661
| | | | with preference filename.
* - Get preference filename from a resourceJack Jansen1996-10-221-31/+53
| | | | - Create the file if it doesn't exist and don't be fussy about it
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
|
* Fix another case where...Guido van Rossum1996-10-221-0/+1
|
* Changed version to plain "1.4".Guido van Rossum1996-10-221-1/+1
|
* Added question about error from misuse of mangled names.Guido van Rossum1996-10-221-0/+7
|
* Changed URL for PCT again.Guido van Rossum1996-10-222-2/+2
|
* Added all current changes.Guido van Rossum1996-10-221-5/+205
|
* Added chapter on restricted execution.Guido van Rossum1996-10-221-1/+3
|
* Start new chapter on restricted execution.Guido van Rossum1996-10-222-4/+8
|
* 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
|