summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/EasyDialogs.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-1/+8
* In a number of places code still reversRonald Oussoren2010-05-051-10/+7
* Silence DeprecationWarnings from uses of has_key and <> in plat-mac.Mark Dickinson2010-04-031-4/+4
* Fix for issue r1737832Ronald Oussoren2009-01-021-5/+8
* fix test_py3kwarnsBenjamin Peterson2008-07-141-1/+1
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-9/+9
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-14/+13
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* changed 8-space indentation to 4Just van Rossum2003-06-211-711/+711
* 'Progress' doesn't exists, causing 'from EasyDialogs import *' to failJust van Rossum2003-05-201-1/+1
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-741/+741
* Allow floating point values in ProgressBar.Jack Jansen2003-03-241-0/+2
* Call AEInteractWithUser() before bringing up any of the dialogs (with theJack Jansen2003-03-031-1/+13
* Getting rid of macfs.Jack Jansen2003-02-211-3/+3
* Made AskFile* dialogs movable-modal by default, by providing a dummyJack Jansen2003-02-071-10/+26
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-261-12/+16
* Tuples and lists don't have a copy() method (yet?).Jack Jansen2003-01-211-1/+1
* Spell out the arguments to AskFileForOpen and friends, so help() gives usefulJack Jansen2003-01-211-45/+100
* Use new file dialogs in GetArgv()Jack Jansen2003-01-211-11/+10
* Fixed the first two bugs in the new file dialogs (found by Just):Jack Jansen2003-01-171-1/+2
* Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). TheseJack Jansen2003-01-171-2/+154
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+598