| Commit message (Expand) | Author | Age | Files | Lines |
* | use bare raise so you get the original tb | Just van Rossum | 2003-02-26 | 1 | -1/+1 |
|
|
* | use the same Python for running the bootstrap script and the main program | Just van Rossum | 2003-02-26 | 1 | -1/+9 |
|
|
* | remove sitecustomize hack, will be solved elsewhere | Just van Rossum | 2003-02-26 | 1 | -25/+0 |
|
|
* | Let's try making the dialogs at least Movable Modal. | Jack Jansen | 2003-02-25 | 1 | -0/+0 |
|
|
* | If a resource file cannot be decoded because the directory is readonly | Jack Jansen | 2003-02-25 | 2 | -44/+41 |
|
|
* | Reverted the rev. 1.8 change: the magic for decoding resourcefiles | Jack Jansen | 2003-02-25 | 1 | -4/+0 |
|
|
* | tweak error message | Just van Rossum | 2003-02-25 | 1 | -2/+2 |
|
|
* | - renamed the --copyfile option to --file. | Just van Rossum | 2003-02-25 | 1 | -4/+6 |
|
|
* | added some comments, minor tweaks | Just van Rossum | 2003-02-25 | 1 | -3/+34 |
|
|
* | Resolving parts of #688907: | Just van Rossum | 2003-02-25 | 1 | -9/+29 |
|
|
* | Workaround for bug #644243 (which is actually an Apple bug, I think): URLs | Jack Jansen | 2003-02-25 | 1 | -0/+4 |
|
|
* | Added a -c (--copyfile) option with argument src:dst which copies file src | Jack Jansen | 2003-02-24 | 2 | -3/+12 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 3 | -8/+6 |
|
|
* | Get rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -60/+59 |
|
|
* | Enable argv emulation if required. | Jack Jansen | 2003-02-18 | 1 | -2/+4 |
|
|
* | Added an argv_emulation option (command line option: --argv or -a) which | Jack Jansen | 2003-02-18 | 1 | -2/+36 |
|
|
* | Argvemulator still used the old Alias API. Fixed. | Jack Jansen | 2003-02-18 | 1 | -2/+2 |
|
|
* | Use "$@" to pass arguments to Python in stead of "${1}". This passes all | Jack Jansen | 2003-02-18 | 1 | -1/+1 |
|
|
* | When installing resource files whose name ends in .rsrc use the | Jack Jansen | 2003-02-17 | 2 | -5/+45 |
|
|
* | - Added support for zip archives | Jack Jansen | 2003-02-17 | 1 | -3/+13 |
|
|
* | Better error messages and warnings. | Jack Jansen | 2003-02-16 | 1 | -7/+11 |
|
|
* | Factored out classes for handling source and binary distributions. Source | Jack Jansen | 2003-02-14 | 1 | -40/+126 |
|
|
* | - Use distutils to find site-python (suggested by Thomas Heller, thanks!) | Jack Jansen | 2003-02-12 | 1 | -7/+3 |
|
|
* | Thank you sir, can I have another. | Just van Rossum | 2003-02-12 | 1 | -3/+3 |
|
|
* | When in MacPython-OSX use bundlebuilder to create .app bundles. | Jack Jansen | 2003-02-12 | 4 | -181/+53 |
|
|
* | - Better way to find site-packages | Jack Jansen | 2003-02-12 | 1 | -3/+43 |
|
|
* | Changed database format to make fields adhere to PEP 241 where | Jack Jansen | 2003-02-11 | 1 | -116/+113 |
|
|
* | Punctuation fixes in docstrings. | Jack Jansen | 2003-02-10 | 1 | -3/+3 |
|
|
* | Added docstrings. | Jack Jansen | 2003-02-10 | 1 | -6/+130 |
|
|
* | - Better exception when the database isn't found. | Jack Jansen | 2003-02-10 | 1 | -1/+3 |
|
|
* | Use MD5 checksums to check archive integrity and forestall downloads. | Jack Jansen | 2003-02-10 | 1 | -11/+38 |
|
|
* | Added preInstall and postInstall commands to packages. PIL needs this | Jack Jansen | 2003-02-10 | 1 | -1/+17 |
|
|
* | Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at | Jack Jansen | 2003-02-09 | 1 | -0/+499 |
|
|
* | Made AskFile* dialogs movable-modal by default, by providing a dummy | Jack Jansen | 2003-02-07 | 1 | -10/+26 |
|
|
* | Got rid of macfs and FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -4/+3 |
|
|
* | Getting rid of macfs and FSSpecs. | Jack Jansen | 2003-02-05 | 1 | -7/+5 |
|
|
* | Got rid of macfs | Jack Jansen | 2003-02-05 | 1 | -5/+3 |
|
|
* | Fixed a few typos, and changed FSCreateResourceFile filename argument to unic... | Jack Jansen | 2003-02-05 | 1 | -3/+3 |
|
|
* | - Handle the img and MediaFormat modules not being available (by not | Jack Jansen | 2003-02-04 | 1 | -24/+40 |
|
|
* | Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. | Jack Jansen | 2003-02-02 | 1 | -18/+22 |
|
|
* | jeez, now I know why I shouldn't even _want_ to learn sh. | Just van Rossum | 2003-02-02 | 1 | -4/+4 |
|
|
* | icon support by Robin Dunn, closes patch #678218 | Just van Rossum | 2003-02-01 | 1 | -1/+14 |
|
|
* | Moved aepack test code to the test suite. | Jack Jansen | 2003-01-29 | 1 | -40/+0 |
|
|
* | Some objects could have uninitialized attributes. Fixed. | Jack Jansen | 2003-01-29 | 1 | -0/+2 |
|
|
* | test_macfs found an error on the first day of its existence: round trips for ... | Jack Jansen | 2003-01-29 | 1 | -1/+5 |
|
|
* | Converted to not use macfs whenever possible. | Jack Jansen | 2003-01-28 | 2 | -129/+132 |
|
|
* | Don't import Nav. It isn't needed, and importing it doesn't work in a | Jack Jansen | 2003-01-28 | 1 | -1/+0 |
|
|
* | Path to default location for Python output has changed. | Jack Jansen | 2003-01-26 | 1 | -3/+3 |
|
|
* | FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS... | Jack Jansen | 2003-01-26 | 1 | -12/+16 |
|
|
* | Tweaked time conversion to work in MacPython-OS9. | Jack Jansen | 2003-01-22 | 1 | -2/+5 |
|
|