| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed compare function to do first char comparison in unsigned mode, | Guido van Rossum | 1996-10-23 | 1 | -1/+1 |
|
|
* | Added support for floating point resolution to Scale.get(). | Guido van Rossum | 1996-10-23 | 2 | -2/+10 |
|
|
* | Frame versions of documents after mangling by Robin. | Guido van Rossum | 1996-10-22 | 12 | -0/+0 |
|
|
* | New version for 1.4 from Manus. | Guido van Rossum | 1996-10-22 | 1 | -4/+12 |
|
|
* | Version number and date. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
|
|
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 20 | -6770/+16382 |
|
|
* | Got rid of most XXXes in the News chapter. Bumped the version to 1.4. | Guido van Rossum | 1996-10-22 | 2 | -152/+268 |
|
|
* | New date and version number. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
|
|
* | Get rid of evil workaround for Python 1.4b2 bug. | Guido van Rossum | 1996-10-22 | 1 | -4/+0 |
|
|
* | It turns out that VC1.5 does not necessarily define _WINDOWS. | Guido van Rossum | 1996-10-22 | 1 | -2/+0 |
|
|
* | Get preference file name from a resource. | Jack Jansen | 1996-10-22 | 1 | -3/+22 |
|
|
* | Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder | Jack Jansen | 1996-10-22 | 1 | -1/+35 |
|
|
* | Updated the instructions for the 1.4 release | Jack Jansen | 1996-10-22 | 1 | -39/+29 |
|
|
* | Added a note about incorrect "PythonCore not found" message | Jack Jansen | 1996-10-22 | 1 | -2/+17 |
|
|
* | Added a note about PythonApplet name | Jack Jansen | 1996-10-22 | 1 | -12/+11 |
|
|
* | Version upped to 1.4, removed some unused dialogs, added STR resource | Jack Jansen | 1996-10-22 | 4 | -665/+661 |
|
|
* | - Get preference filename from a resource | Jack Jansen | 1996-10-22 | 1 | -31/+53 |
|
|
* | Added resource for preference file name | Jack Jansen | 1996-10-22 | 1 | -0/+7 |
|
|
* | Fix another case where... | Guido van Rossum | 1996-10-22 | 1 | -0/+1 |
|
|
* | Changed version to plain "1.4". | Guido van Rossum | 1996-10-22 | 1 | -1/+1 |
|
|
* | Added question about error from misuse of mangled names. | Guido van Rossum | 1996-10-22 | 1 | -0/+7 |
|
|
* | Changed URL for PCT again. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
|
|
* | Added all current changes. | Guido van Rossum | 1996-10-22 | 1 | -5/+205 |
|
|
* | Added chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 1 | -1/+3 |
|
|
* | Start new chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 2 | -4/+8 |
|
|
* | Actual text submitted by AMK. | Guido van Rossum | 1996-10-22 | 2 | -2/+392 |
|
|
* | Background chapter on restricted execution. Additional sections are | Guido van Rossum | 1996-10-22 | 2 | -0/+122 |
|
|
* | Change the default seeding -- use 8 bits of sub-second precision and | Guido van Rossum | 1996-10-21 | 1 | -1/+2 |
|
|
* | The usual... | Guido van Rossum | 1996-10-21 | 4 | -8/+8 |
|
|
* | (Tkinter.py): Fixed bug in re-implementation of OptionMenu. | Fred Drake | 1996-10-21 | 2 | -2/+2 |
|
|
* | (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real | Guido van Rossum | 1996-10-21 | 2 | -10/+56 |
|
|
* | Changes in description of NeXT options. Fixed reference to newsgroup | Guido van Rossum | 1996-10-21 | 1 | -5/+4 |
|
|
* | Support passing in an empty dictionary of keywords to newinstanceobject. | Guido van Rossum | 1996-10-21 | 1 | -1/+3 |
|
|
* | Changed _Py_EllipsesObject -> _Py_EllipsisObject. | Guido van Rossum | 1996-10-21 | 1 | -1/+1 |
|
|
* | Major upgrade by Vladimir Marangozov. | Guido van Rossum | 1996-10-21 | 1 | -36/+144 |
|
|
* | Checkin before ticking changes off.. | Guido van Rossum | 1996-10-21 | 1 | -0/+169 |
|
|
* | Don't recommend unzipping in the root. | Guido van Rossum | 1996-10-21 | 1 | -15/+9 |
|
|
* | Changed _Py_EllipsesObject -> _Py_EllipsisObject. | Guido van Rossum | 1996-10-21 | 1 | -1/+2 |
|
|
* | Add an XXX comment about apparent incompleteness of Borland defines. | Guido van Rossum | 1996-10-21 | 1 | -0/+1 |
|
|
* | From: "Mark Hammond" <MHammond@skippinet.com.au> | Guido van Rossum | 1996-10-21 | 1 | -16/+35 |
|
|
* | Ported to CW10 | Jack Jansen | 1996-10-16 | 25 | -8589/+8646 |
|
|
* | Added a warning about gusi cfm68k "far data" | Jack Jansen | 1996-10-16 | 1 | -1/+4 |
|
|
* | Forget about Ellipses b/w compatibility. | Guido van Rossum | 1996-10-16 | 2 | -3/+0 |
|
|
* | Changed Types to types. | Jack Jansen | 1996-10-15 | 1 | -1/+1 |
|
|
* | Fixed xstat to again include resroucefork size, creator, type. Obtain | Jack Jansen | 1996-10-15 | 1 | -14/+50 |
|
|
* | Fixed flashing in ProgressBar update. | Jack Jansen | 1996-10-15 | 1 | -9/+8 |
|
|
* | Added warning not to import directly. | Guido van Rossum | 1996-10-15 | 1 | -1/+2 |
|
|
* | Allow code objects to be passed to run() and eval(). | Guido van Rossum | 1996-10-15 | 1 | -2/+7 |
|
|
* | Patches for Mac module docs by Jack | Guido van Rossum | 1996-10-15 | 10 | -22/+374 |
|
|
* | (partparse.py): Small change by Sjoerd to improve handle of X11 extension | Fred Drake | 1996-10-14 | 2 | -2/+2 |
|
|