| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -837/+0 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -9/+9 |
|
|
* | Fix more exception slicing. | Georg Brandl | 2008-01-06 | 1 | -3/+3 |
|
|
* | Convert raise statements in Lib/plat-{mac,os2emx}. | Collin Winter | 2007-08-23 | 1 | -11/+11 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -6/+6 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -4/+3 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -6/+6 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
|
|
* | Get rid of a bunch more has_key() uses. We *really* need a tool for this. | Neal Norwitz | 2006-08-20 | 1 | -4/+4 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -14/+13 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | changed 8-space indentation to 4 | Just van Rossum | 2003-06-21 | 1 | -711/+711 |
|
|
* | 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail | Just van Rossum | 2003-05-20 | 1 | -1/+1 |
|
|
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -741/+741 |
|
|
* | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
|
|
* | Call AEInteractWithUser() before bringing up any of the dialogs (with the | Jack Jansen | 2003-03-03 | 1 | -1/+13 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -3/+3 |
|
|
* | Made AskFile* dialogs movable-modal by default, by providing a dummy | Jack Jansen | 2003-02-07 | 1 | -10/+26 |
|
|
* | FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS... | Jack Jansen | 2003-01-26 | 1 | -12/+16 |
|
|
* | Tuples and lists don't have a copy() method (yet?). | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
|
|
* | Spell out the arguments to AskFileForOpen and friends, so help() gives useful | Jack Jansen | 2003-01-21 | 1 | -45/+100 |
|
|
* | Use new file dialogs in GetArgv() | Jack Jansen | 2003-01-21 | 1 | -11/+10 |
|
|
* | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -1/+2 |
|
|
* | Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These | Jack Jansen | 2003-01-17 | 1 | -2/+154 |
|
|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -0/+598 |
|
|