| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Ran it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
(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...)
|
|
|
|
|
| |
effect of an import. (This is one step towards threading support in
the IDE.)
|
|
|
|
|
|
| |
on Jaguar.
Ceteram censeam W era packagendam esse.
|
|
|
|
| |
folder. This allows running the IDE from the source tree on OSX.
|
|
|
|
|
|
|
|
| |
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
|
|
|
| |
needed).
|
| |
|
|
|
|
| |
any further encoding conversion troubles.
|
| |
|
| |
|
|
|
|
| |
improve startup time -- jvr
|
|
|
|
|
|
| |
- this file dropped onto the interpreter
- applet built by BuildApplet (contains only __main__)
- applet built by BuildIDE (contains all IDE modules)
|
|
|