summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/EasyDialogs.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-9/+9
* Fix more exception slicing.Georg Brandl2008-01-061-3/+3
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-11/+11
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-4/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-4/+4
* Merge the rest of the trunk.Thomas Wouters2006-06-081-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