summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions ↵Georg Brandl2010-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line #7595: fix typo in argument default constant. ........ r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line #7487: update Pygments version. ........ r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line We only support Windows NT derivatives now. ........ r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line Fix casing. ........ r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line Fix typo. ........ r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line Add Stefan. ........ r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class. ........ r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line #5950: document that zip files with comments are unsupported in zipimport. ........ r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line #7422: make it clear that getargspec() only works on Python functions. ........ r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. ........ r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line Add note about usage of STRINGLIB_EMPTY. ........
* Remove documentation for the no longer existing 'Python IDE'Ronald Oussoren2009-12-0813-225/+0
| | | | | | | from the Python.app bundle on OSX. This fixes Issue7437, the documentation contained filenames that broke the installer on OSX 10.3.
* Merged revisions 70741 via svnmerge fromRonald Oussoren2009-03-301-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70741 | ronald.oussoren | 2009-03-30 14:56:25 -0500 (Mon, 30 Mar 2009) | 2 lines Fixes issue 5270 ........
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-025-26/+10
| | | | | | | This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build).
* Move Mac/OSX/* one level upRonald Oussoren2006-06-0739-0/+803
|
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-198-207/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-081-1/+2
|
* Changed sys.path initializer because of addition of Lib/plat-mac and a few minorJack Jansen2002-12-301-4/+3
| | | | things.
* Removed: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-141-0/+0
|
* Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc.Jack Jansen2002-12-131-0/+0
|
* Regenerated to include Internet Config error strings.Jack Jansen2002-04-221-0/+0
| | | | Bugfix candidate.
* New checkin to convert from BinHex to AppleSingle encoding.Jack Jansen2002-03-211-0/+0
|
* Regenerated from UH 3.4. Candidate for 2.2.1.Jack Jansen2002-01-131-0/+0
|
* Added the modules I missed first time around. Still not good enough, though: ↵Jack Jansen2002-01-101-0/+0
| | | | bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help...
* Upgraded _tkinter to Tcl/Tk 8.3.4.Jack Jansen2002-01-081-0/+0
|
* Added preferences/startup options for division warningJack Jansen2001-09-012-0/+6
| | | | and accepting unix-style newlines on input.
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-2/+2
| | | | | | | like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone.
* Long time overdue: change sys.path defaults so that people willJust van Rossum2001-08-161-1/+1
| | | | have to do "from PIL import Image" instead of "import Image".
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-0/+0
|
* Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the ↵Just van Rossum2001-06-221-0/+0
| | | | unusual [cancel, no, yes] to the more standard [no, cancel, yes].
* Updated copyright info (which was long due).Jack Jansen2001-04-252-2/+2
|
* Oops, ISO translation was off. Fixed.Jack Jansen2001-03-271-1/+1
|
* Started on plst resource. Not enabled yet.Jack Jansen2001-03-061-4/+22
|
* Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.Jack Jansen2001-03-011-2/+0
|
* Turn on the "multifinder aware" bit. This should always have been on, but ↵Jack Jansen2001-02-231-1/+1
| | | | was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason).
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-111-0/+3
| | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
* Upped the default memory size to a whopping 24Mb, which is needed to make ↵Jack Jansen2001-01-231-0/+0
| | | | the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
* Made the about box a bit larger (Apparently MacOSX does something a little ↵Jack Jansen2001-01-231-0/+0
| | | | different?).
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-011-0/+0
|
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
|
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
|
* Different phrasing of keepconsole options, suggested by David Goodger.Jack Jansen2000-10-191-0/+0
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-222-4/+7
| | | | Default is "unseen output". Upped the Popt version number.
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ↵Jack Jansen2000-09-191-0/+0
| | | | create a unix-style sys.argv.
* Final tweaks for 2.0b1Jack Jansen2000-09-111-3/+5
|
* 'carb' resource for carbon application.Jack Jansen2000-07-181-0/+15
|
* Upped default memory size to 16MBJack Jansen2000-06-071-0/+0
|
* Added lib-tk to the standard sys.path initializer.Jack Jansen2000-06-051-1/+2
|
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-053-1/+6
| | | | preference, upped version number.
* Tk 8.3.0 resources.Jack Jansen2000-04-231-0/+0
|
* Made all textfields in message and question boxes minimal height and ↵Jack Jansen2000-01-181-0/+0
| | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
* Increase applet minimal memory size by a megabyte.Jack Jansen1999-12-181-0/+0
|
* Added kind resources (in US-english and dutch, sigh).Jack Jansen1999-12-151-0/+0
|
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-0/+0
| | | | Aligned all sizes and such the HIG standards (I think).
* Updated Message, question, YNC and progress dialogs for Appearance. PasswordJack Jansen1999-12-121-0/+0
| | | | | remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer.
* Changed appearance-dialogs to new WDEF values. Also undid silly change ofJack Jansen1999-12-091-0/+0
| | | | button types in those dialogs.
* Removed all owner resources except for "Pyth".Jack Jansen1999-03-171-0/+0
|
* Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.Jack Jansen1999-02-272-0/+0
|
* Added Extensions:img:Mac to default sys.pathJack Jansen1999-02-061-0/+1
|
* Replaced by Pythonpath.rJack Jansen1999-02-021-0/+0
|