Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added instructions on setting the proxy host. | Jack Jansen | 2003-07-24 | 1 | -0/+6 |
| | |||||
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 4 | -13/+15 |
| | | | | strings, non-standard naming of things in bundles, etc. | ||||
* | Moved two sentences around to make them clearer. | Jack Jansen | 2003-07-03 | 1 | -4/+5 |
| | |||||
* | Moved the IDE tutorial to a directory with a shorter name. The long | Jack Jansen | 2003-07-02 | 14 | -2/+2 |
| | | | | name was giving problems with some tar implementations. | ||||
* | Suggest people visit www.python.org/packman if the default database | Jack Jansen | 2003-06-29 | 1 | -1/+3 |
| | | | | cannot be found. | ||||
* | dded notes on reporting bugs and becoming an active developer. | Jack Jansen | 2003-06-19 | 1 | -1/+8 |
| | |||||
* | - Added a "community" section. | Jack Jansen | 2003-06-18 | 9 | -39/+108 |
| | | | | - Cleaned up the HTML. | ||||
* | Use the new, now preferred, form of referring to object specifiers (through | Jack Jansen | 2003-06-13 | 1 | -1/+1 |
| | | | | the object, not the module). | ||||
* | Added a note on getting 404 Not Found errors when loading the database. | Jack Jansen | 2003-04-16 | 1 | -1/+11 |
| | |||||
* | The minimal scripting example now actually works. | Jack Jansen | 2003-04-01 | 1 | -8/+10 |
| | |||||
* | Added 1-page introductions to creating GUIs in Python and the OSA | Jack Jansen | 2003-03-31 | 3 | -0/+108 |
| | | | | interface. | ||||
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 2 | -2/+3 |
| | | | | optional full documentation Python Documentation. | ||||
* | Lots of textual changes suggested by Matthew Moelter. | Jack Jansen | 2003-03-16 | 1 | -13/+13 |
| | |||||
* | Adding MacPython online help. Only the basics are installed, with a | Jack Jansen | 2003-03-11 | 21 | -0/+493 |
| | | | | | | placeholder for the full documentation (pointing to the online docs and explaining you can also install them locally to make them searchable, etc). | ||||
* | Fix for bug #697546: don't auto-register the Python documentation | Jack Jansen | 2003-03-05 | 1 | -1/+3 |
| | | | | | | by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu. | ||||
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
| | |||||
* | Photoshop source file for package manager icon. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
| | |||||
* | - Install a symlink to the documentation (which lives in the framework) | Jack Jansen | 2002-08-28 | 2 | -3/+10 |
| | | | | | | in Python.app, and refer to it in Info.plist. This makes Apple Help Viewer recognize the Python documentation. - Changed the externally visible name of Python.app to "Python" (was PythonW). | ||||
* | An icon for .pyw files. Yes, it's lousy, I know.... | Jack Jansen | 2002-08-02 | 1 | -0/+0 |
| | |||||
* | Python.app no longer advertises that it can handle .py and .pyc files, | Jack Jansen | 2002-08-01 | 3 | -32/+0 |
| | | | | PythonLauncher.app has taken that responsibility over. | ||||
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 1 | -0/+2 |
| | | | | | | | verbose output to the console, etc. - Allow Cocoa applets to be built with BuildApplet. No full testing has been done yet to ensure OS9 operation hasn't suffered. | ||||
* | Auxiliary files used by BuildApplet for MachoPython. | Jack Jansen | 2002-03-29 | 3 | -0/+52 |
| | |||||
* | Missed one version number. | Jack Jansen | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | First stab at an icon for the IDE. | Jack Jansen | 2002-03-29 | 1 | -0/+0 |
| | |||||
* | Changed visible name (in dock, menubar) of the interpreter to PythonW. | Jack Jansen | 2002-03-29 | 2 | -11/+11 |
| | | | | Changed version numbers and copyright. | ||||
* | Applet icon. | Jack Jansen | 2002-03-16 | 1 | -0/+0 |
| | |||||
* | Updated for 2.2 release. | Jack Jansen | 2001-12-12 | 1 | -0/+0 |
| | |||||
* | Ready for 2.2 distribution. | Jack Jansen | 2001-12-12 | 3 | -10/+18 |
| | |||||
* | - Removed the . in the extensions. | Jack Jansen | 2001-09-11 | 1 | -2/+12 |
| | | | | - Allow any file to be dropped on the interpreter (for file args). | ||||
* | Python is a Shell, not a Viewer. | Jack Jansen | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | Template for an OSX PythonInterpreter application. | Jack Jansen | 2001-09-04 | 6 | -0/+66 |
| | |||||
* | Photoshop sources for icon files. Not pretty, but hey! I'm not an | Jack Jansen | 2001-09-04 | 3 | -0/+0 |
| | | | | artist (and a certain artist didn't jump in, yet). | ||||
* | Resource files for OSX Python.framework. Incomplete, and they should probably | Jack Jansen | 2001-08-08 | 3 | -0/+49 |
eventually be generated so version numbers and such are automatically correct, but they do the job for now. |