| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Workaround for the fact that urllib2 doesn't default to "file:" urls.
|
| |
|
|
|
|
| |
- Allow easy access to the PackMan homepage, for even more databases.
|
|
|
|
|
| |
cause an index error. We now select the first package if this threatens
to happen. Will backport.
|
|
|
|
|
| |
confusing. To be on the safe side we always show hidden packages before
showing error dialogs. Will backport.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This lead to a duplication of error messages (and installs). Fixes #764615.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
shortdescription() so the code to split off the first line of the
description isn't all over the place.
|
|
|
|
|
| |
- Added support for multi-line descriptions. Doesn't look nice
yet in Package Manager.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Don't show psuedo-packages by default, added a button to show them.
Cleaned up interface a little (not enough, though).
|
| |
|
|
|
|
| |
- Changed checkbox labels as suggested by Kevin Ollivier.
|
| |
|
| |
|
| |
|
|
implementation and integrated it into the IDE.
|