| Commit message (Expand) | Author | Age | Files | Lines |
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 12 | -30/+41 |
|
|
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | Added a method WMAvailable(). This will return True if and only if there | Jack Jansen | 2003-02-21 | 1 | -0/+43 |
|
|
* | Use pythonw as the default interpreter also for .py scripts (overridable | Jack Jansen | 2003-02-19 | 1 | -4/+9 |
|
|
* | Undid half of the previous checkin: continue using BuildApplet for most | Jack Jansen | 2003-02-18 | 1 | -14/+8 |
|
|
* | Optionally honour #! paths in scripts. Fixes #676358. | Jack Jansen | 2003-02-17 | 14 | -14/+54 |
|
|
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 |
|
|
* | Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least | Jack Jansen | 2003-02-14 | 1 | -49/+61 |
|
|
* | Allow opening of alternate databases. | Jack Jansen | 2003-02-14 | 1 | -7/+38 |
|
|
* | Got building documentation from source to work. | Jack Jansen | 2003-02-14 | 1 | -4/+3 |
|
|
* | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Photoshop source file for package manager icon. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Use bundlebuilder directly to build applets. | Jack Jansen | 2003-02-12 | 1 | -7/+34 |
|
|
* | Allow this to run both standalone and as a window in the IDE. | Jack Jansen | 2003-02-12 | 1 | -1/+35 |
|
|
* | More int() around float arguments. | Jack Jansen | 2003-02-12 | 1 | -1/+1 |
|
|
* | Create applets slightly differently: by saving the sourcecode to a | Jack Jansen | 2003-02-12 | 1 | -1/+11 |
|
|
* | Renamed InstallManager to PackageManager, finished a first stab at the | Jack Jansen | 2003-02-12 | 2 | -11/+43 |
|
|
* | In a MultiList select all cells in the row, not only the first one. | Jack Jansen | 2003-02-12 | 1 | -4/+5 |
|
|
* | An install manager window for the IDE and standalone use. Unfinished. | Jack Jansen | 2003-02-11 | 1 | -0/+251 |
|
|
* | - More int() calls around floating point numbers passed where integers are | Jack Jansen | 2003-02-11 | 1 | -3/+3 |
|
|
* | Got rid of macfs. | Jack Jansen | 2003-02-06 | 1 | -5/+4 |
|
|
* | Got rid of FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -29/+28 |
|
|
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 9 | -68/+55 |
|
|
* | Got rid of macfs and made a bit more OSX-friendly. | Jack Jansen | 2003-02-05 | 1 | -7/+10 |
|
|
* | removing old junk | Just van Rossum | 2003-02-05 | 1 | -60/+0 |
|
|
* | Removed unused import of macfs. | Jack Jansen | 2003-02-05 | 1 | -1/+0 |
|
|
* | I don't think this script serves a useful purpose anymore, and I can't | Jack Jansen | 2003-02-05 | 1 | -0/+0 |
|
|
* | Added "Open File by Name" command which presens a filename dialog. If | Jack Jansen | 2003-02-05 | 1 | -0/+17 |
|
|
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 2 | -1/+3 |
|
|
* | Added itertools module. | Jack Jansen | 2003-02-05 | 3 | -0/+2 |
|
|
* | Changed an edit instruction because of a changed parameter name (sigh). | Jack Jansen | 2003-02-04 | 2 | -7/+10 |
|
|
* | The FSAliasFile routines also have an in/out parameter. | Jack Jansen | 2003-02-02 | 2 | -4/+9 |
|
|
* | patch #678211 from Robin Dunn | Just van Rossum | 2003-02-01 | 1 | -7/+15 |
|
|
* | Added a missing INCREF in pathname(). | Jack Jansen | 2003-01-28 | 2 | -2/+6 |
|
|
* | Install "python$(VERSION)" into /usr/local as the symlink to the framework, | Jack Jansen | 2003-01-28 | 1 | -2/+4 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 5 | -29/+30 |
|
|
* | Fix an omission in the previous checkin. | Jack Jansen | 2003-01-26 | 1 | -1/+1 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 16 | -78/+72 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 3 | -39/+34 |
|
|
* | FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS... | Jack Jansen | 2003-01-26 | 2 | -2/+52 |
|
|
* | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
|
|
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 |
|
|
* | Added a convenience routine pathname() which accepts either a string, unicode, | Jack Jansen | 2003-01-19 | 2 | -3/+37 |
|
|
* | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -10/+11 |
|
|
* | It turns out that some calls return AEDesc records that are "borrowed", | Jack Jansen | 2003-01-17 | 2 | -3/+69 |
|
|
* | For reasons unknown previewProc and filterProc were disabled. Enabled them. | Jack Jansen | 2003-01-17 | 1 | -4/+2 |
|
|
* | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 2 | -12/+2 |
|
|
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 3 | -27/+705 |
|
|
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 2 | -2/+60 |
|
|
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 |
|
|