Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Forward port of various fixes that were initially only done on the | Jack Jansen | 2003-11-19 | 5 | -16/+91 | |
| | | | | | | | | | | | | | | | | release23-maint branch: - Remember the scroll position when rebuilding the browser (as we do far too often). Fixes #824430. - Allow for the documentation to be inside PythonIDE as well as in the Python.app inside the framework (the original location for 2.3). - Updated version numbers - In PythonIDE, add the Tools/IDE directory as the second entry in sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources as the first one. - The code for setting the working directory to $HOME was both incorrect and in the wrong place, fixed. - On OSX the default location for IDE scripts is now $HOME/Library/Python/IDE-Scripts. | |||||
* | Fix for [ 782686 ]: new files used \r as the default line separator | Just van Rossum | 2003-11-18 | 1 | -13/+8 | |
| | | | | instead of os.linesep. | |||||
* | fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() ↵ | Just van Rossum | 2003-10-12 | 1 | -4/+8 | |
| | | | | fails | |||||
* | We erronuously re-used the pimpinstaller object if there were multiple installs. | Jack Jansen | 2003-07-21 | 1 | -4/+3 | |
| | | | | This lead to a duplication of error messages (and installs). Fixes #764615. | |||||
* | Because plistlib doesn't catch all possible errors that can | Jack Jansen | 2003-07-21 | 1 | -0/+5 | |
| | | | | | | | happen while parsing a plistfile feeding an ill-formatted file to pimp may cause an exception. As a stopgap we use an unqualified except and print an error message "Unspecified error, probably ill-formatted database". Fixes #765621. | |||||
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 1 | -4/+4 | |
| | | | | strings, non-standard naming of things in bundles, etc. | |||||
* | Use splitlines() in stead of split() to split lines, and added a method | Jack Jansen | 2003-06-01 | 1 | -1/+1 | |
| | | | | | shortdescription() so the code to split off the first line of the description isn't all over the place. | |||||
* | - Get the database from a different place. | Jack Jansen | 2003-05-29 | 1 | -7/+17 | |
| | | | | | - Added support for multi-line descriptions. Doesn't look nice yet in Package Manager. | |||||
* | Added Help menu. Fixes #731635 | Jack Jansen | 2003-05-27 | 1 | -0/+20 | |
| | ||||||
* | fixed some DeprecationWarnings | Just van Rossum | 2003-05-25 | 1 | -5/+9 | |
| | ||||||
* | also support cmd-. in the interactive window | Just van Rossum | 2003-05-09 | 1 | -1/+25 | |
| | ||||||
* | add explicit support for cancelling a running script (CFM-based MacPython ↵ | Just van Rossum | 2003-05-09 | 1 | -2/+25 | |
| | | | | had this built-in) | |||||
* | more dead code removal | Just van Rossum | 2003-05-09 | 1 | -32/+2 | |
| | ||||||
* | dead code removal | Just van Rossum | 2003-05-09 | 1 | -33/+6 | |
| | ||||||
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 4 | -5/+16 | |
| | | | | interactive window is frontmost. | |||||
* | Install automatic GIL switcher upon IDE startup. | Just van Rossum | 2003-05-03 | 1 | -0/+7 | |
| | | | | | (Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...) | |||||
* | Fixed age-old beginner's error: don't start the main loop as a side | Just van Rossum | 2003-05-02 | 2 | -5/+2 | |
| | | | | | effect of an import. (This is one step towards threading support in the IDE.) | |||||
* | Hiding packages was done incorrectly. Fixed. | Jack Jansen | 2003-04-22 | 1 | -9/+16 | |
| | ||||||
* | Refer people to the help pages on failure to load the database. | Jack Jansen | 2003-04-16 | 1 | -1/+3 | |
| | ||||||
* | Added support for per-user installs. | Jack Jansen | 2003-04-16 | 1 | -19/+71 | |
| | | | | | Don't show psuedo-packages by default, added a button to show them. Cleaned up interface a little (not enough, though). | |||||
* | Adapted GUI for per-user install. Doesn't do anything yet, though | Jack Jansen | 2003-04-15 | 1 | -14/+22 | |
| | ||||||
* | Added a File->Generate OSA Suite command. | Jack Jansen | 2003-03-31 | 1 | -0/+5 | |
| | ||||||
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 1 | -15/+22 | |
| | | | | optional full documentation Python Documentation. | |||||
* | - Don't ask for bring-to-front when quitting through an appleevent. | Jack Jansen | 2003-03-16 | 1 | -6/+4 | |
| | | | | - Changed checkbox labels as suggested by Kevin Ollivier. | |||||
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 | |
| | ||||||
* | Don't call AEInteractWithUser unconditionally on a quit appleevent. The | Jack Jansen | 2003-03-03 | 1 | -2/+0 | |
| | | | | | | EasyDIalogs methods will call it if needed. Fixes #684975. | |||||
* | Check modes on install and temporary directories. Fixes #693230. | Jack Jansen | 2003-02-28 | 1 | -1/+1 | |
| | ||||||
* | Removed silly print. | Jack Jansen | 2003-02-28 | 1 | -1/+0 | |
| | ||||||
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 | |
| | ||||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 | |
| | ||||||
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 | |
| | ||||||
* | Allow opening of alternate databases. | Jack Jansen | 2003-02-14 | 1 | -7/+38 | |
| | ||||||
* | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 | |
| | ||||||
* | 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 | |
| | | | | | temporary location. This is needed to makethings work with the new buildtools based on bundlebuilder. | |||||
* | Renamed InstallManager to PackageManager, finished a first stab at the | Jack Jansen | 2003-02-12 | 2 | -11/+43 | |
| | | | | implementation and integrated it into the IDE. | |||||
* | 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 | |
| | | | | | expected. - Fixed resizing of multi-column lists, somewhat. | |||||
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 9 | -68/+55 | |
| | | | | used everywhere). | |||||
* | Added "Open File by Name" command which presens a filename dialog. If | Jack Jansen | 2003-02-05 | 1 | -0/+17 | |
| | | | | the clipboard contains a filename that filename is used as the default. | |||||
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 2 | -1/+3 | |
| | ||||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 5 | -29/+30 | |
| | ||||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -3/+3 | |
| | ||||||
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 | |
| | | | | | - clear clears the entire buffer - cut doesn't cut, but copies. | |||||
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 | |
| | ||||||
* | removed silly & mask, avoiding FutureWarning | Just van Rossum | 2003-01-09 | 1 | -2/+2 | |
| | ||||||
* | macfsn is gone. | Jack Jansen | 2002-12-26 | 1 | -1/+1 | |
| | ||||||
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵ | Jack Jansen | 2002-12-13 | 1 | -2/+5 | |
| | | | | Temporary workaround is to ignore the exception (it's only about file creator/type anyway). |