| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a field that allows the user to set sys.argv-style arguments | Jack Jansen | 2003-06-20 | 9 | -5/+21 |
|
|
* | Cop out, and set things to be group-writeable recursively. The various | Jack Jansen | 2003-06-20 | 3 | -1/+7 |
|
|
* | Updated. | Jack Jansen | 2003-06-20 | 1 | -45/+37 |
|
|
* | At startup, test that PythonLauncher is the default application for files | Jack Jansen | 2003-06-20 | 3 | -18/+44 |
|
|
* | Installation of PythonLauncher has been failing silently, probably since | Jack Jansen | 2003-06-20 | 1 | -2/+2 |
|
|
* | Install Demo and Tools too. | Jack Jansen | 2003-06-19 | 1 | -0/+1 |
|
|
* | MacPython-2.3 has progressed so far that building a set of Mac 2.3 | Jack Jansen | 2003-06-19 | 3 | -252/+0 |
|
|
* | Added a target frameworkinstallextras (OSX framework build specific, | Jack Jansen | 2003-06-19 | 3 | -0/+70 |
|
|
* | 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 |
|
|
* | - Create TMPDIR only if it doesn't exist yet | Jack Jansen | 2003-06-18 | 1 | -1/+4 |
|
|
* | Make sure the files in the installer have group "admin", otherwise | Jack Jansen | 2003-06-17 | 1 | -0/+2 |
|
|
* | Allow passing a build directory on the command line. Also, if the | Jack Jansen | 2003-06-16 | 1 | -7/+25 |
|
|
* | Only fix up pathnames in installed scripts when needed, i.e. when not installing | Jack Jansen | 2003-06-16 | 1 | -9/+10 |
|
|
* | Added a note about FSRef tests failing on MacOS 8.6. | Jack Jansen | 2003-06-16 | 1 | -1/+4 |
|
|
* | This wasn't ansified. Fixed. | Jack Jansen | 2003-06-16 | 1 | -6/+2 |
|
|
* | Import EasyDialogs only when needed, so this works if there is no window | Jack Jansen | 2003-06-16 | 1 | -1/+1 |
|
|
* | Patch #755147 by Brian Lenihan: | Jack Jansen | 2003-06-16 | 1 | -5/+5 |
|
|
* | Use the new, now preferred, form of referring to object specifiers (through | Jack Jansen | 2003-06-13 | 1 | -1/+1 |
|
|
* | Use splitlines() in stead of split() to split lines, and added a method | Jack Jansen | 2003-06-01 | 1 | -1/+1 |
|
|
* | Forgot the code to initialize the glue for the new CFObj_ routines. | Jack Jansen | 2003-05-31 | 2 | -4/+4 |
|
|
* | - Get the database from a different place. | Jack Jansen | 2003-05-29 | 1 | -7/+17 |
|
|
* | Example database for Package Manager. | Jack Jansen | 2003-05-28 | 1 | -0/+51 |
|
|
* | Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus | Jack Jansen | 2003-05-27 | 7 | -1/+686 |
|
|
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 2 | -2/+98 |
|
|
* | Added Help menu. Fixes #731635 | Jack Jansen | 2003-05-27 | 1 | -0/+20 |
|
|
* | Fixed the DESTDIR modifications to also allow MacOSX framework builds | Jack Jansen | 2003-05-25 | 1 | -48/+55 |
|
|
* | Added a --python option, which sets the python to be used in the #! line | Jack Jansen | 2003-05-25 | 1 | -2/+7 |
|
|
* | fixed some DeprecationWarnings | Just van Rossum | 2003-05-25 | 1 | -5/+9 |
|
|
* | modernized ColorPicker somewhat | Just van Rossum | 2003-05-24 | 1 | -0/+4 |
|
|
* | Pydoc also needs its #! line massaged. Fixes #733199. | Jack Jansen | 2003-05-09 | 1 | -2/+8 |
|
|
* | Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and | Jack Jansen | 2003-05-09 | 2 | -2/+3 |
|
|
* | also support cmd-. in the interactive window | Just van Rossum | 2003-05-09 | 1 | -1/+25 |
|
|
* | Suppress wartning on macfs import. | Jack Jansen | 2003-05-09 | 1 | -0/+2 |
|
|
* | add explicit support for cancelling a running script (CFM-based MacPython had... | Just van Rossum | 2003-05-09 | 1 | -2/+25 |
|
|
* | 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 |
|
|
* | Merged 2.3b1 welcome message to the trunk. | Jack Jansen | 2003-05-07 | 1 | -4/+17 |
|
|
* | Merged 1.2.2.1 fixes: | Jack Jansen | 2003-05-07 | 1 | -12/+14 |
|
|
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 4 | -5/+16 |
|
|
* | fixed typo | Just van Rossum | 2003-05-03 | 1 | -2/+2 |
|
|
* | Install automatic GIL switcher upon IDE startup. | Just van Rossum | 2003-05-03 | 1 | -0/+7 |
|
|
* | Short and sweet module doing something very useful: for event loop | Just van Rossum | 2003-05-03 | 1 | -0/+149 |
|
|
* | Fixed age-old beginner's error: don't start the main loop as a side | Just van Rossum | 2003-05-02 | 2 | -5/+2 |
|
|
* | Rename funny long suite to Disk_File_Folder. | Jack Jansen | 2003-05-01 | 1 | -1/+2 |
|
|
* | Added a note about Stefan Deibels list of contacts. | Jack Jansen | 2003-04-29 | 1 | -0/+1 |
|
|
* | The new bundlebuilder-generated applets contain an absolute reference | Jack Jansen | 2003-04-29 | 1 | -1/+10 |
|
|
* | By default be verbose. | Jack Jansen | 2003-04-29 | 1 | -7/+9 |
|
|
* | Allow setting the auto dispose flag on window objects. | Jack Jansen | 2003-04-22 | 2 | -3/+42 |
|
|
* | Hiding packages was done incorrectly. Fixed. | Jack Jansen | 2003-04-22 | 1 | -9/+16 |
|
|