| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Make it possible to install a framework build of Python 3.x on OSX. | Ronald Oussoren | 2008-12-30 | 2 | -3/+938 |
|
|
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 1 | -1/+1 |
|
|
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 2 | -3/+3 |
|
|
* | Fix Mac build, patch #1091 by Humberto Diogenes. | Georg Brandl | 2007-09-03 | 1 | -2/+2 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -3/+2 |
|
|
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 2 | -16/+16 |
|
|
* | Convert raise statements in Mac/. | Collin Winter | 2007-08-22 | 4 | -22/+22 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+10 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 10 | -0/+1046 |
|
|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 46 | -11607/+0 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 6 | -16/+16 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 2 | -7/+8 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+1 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -6/+6 |
|
|
* | Oops, there was a tab in there. | Jack Jansen | 2005-01-07 | 1 | -1/+1 |
|
|
* | Workaround for the fact that urllib2 doesn't default to "file:" urls. | Jack Jansen | 2005-01-07 | 1 | -0/+2 |
|
|
* | Updated version numbers. | Jack Jansen | 2004-12-27 | 2 | -8/+8 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 38 | -10386/+10376 |
|
|
* | After more than two years of puzzlement Jurjen Bos found the reason for | Jack Jansen | 2004-07-15 | 1 | -2/+0 |
|
|
* | - Added a note about fixversions.py | Jack Jansen | 2004-07-15 | 3 | -30/+25 |
|
|
* | Fix for #860242: use correct names in the "save preferences" dialog. | Jack Jansen | 2004-06-03 | 1 | -3/+3 |
|
|
* | - Fix for #862941: "run with commandline python" crashed. Fixed. | Jack Jansen | 2004-06-03 | 1 | -2/+5 |
|
|
* | Very large scripts folders could crash the IDE, because it runs out | Jack Jansen | 2004-06-03 | 1 | -3/+9 |
|
|
* | - Allow easy opening of experimental database, if pimp >= 0.4 | Jack Jansen | 2004-02-28 | 1 | -9/+29 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 13 | -35/+33 |
|
|
* | fixed long standing typo | Just van Rossum | 2003-12-07 | 1 | -13/+13 |
|
|
* | Fix (workaround, actually) for bug #844676: deselecting "show hidden" can | Jack Jansen | 2003-11-27 | 1 | -0/+2 |
|
|
* | Package Mnager error dialogs could refer to hidden packages, which was | Jack Jansen | 2003-11-27 | 1 | -0/+5 |
|
|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 6 | -439/+0 |
|
|
* | Forward port of various fixes that were initially only done on the | Jack Jansen | 2003-11-19 | 5 | -16/+91 |
|
|
* | Fix for [ 782686 ]: new files used \r as the default line separator | Just van Rossum | 2003-11-18 | 1 | -13/+8 |
|
|
* | fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() f... | Just van Rossum | 2003-10-12 | 1 | -4/+8 |
|
|
* | We erronuously re-used the pimpinstaller object if there were multiple installs. | Jack Jansen | 2003-07-21 | 1 | -4/+3 |
|
|
* | Because plistlib doesn't catch all possible errors that can | Jack Jansen | 2003-07-21 | 1 | -0/+5 |
|
|
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 1 | -4/+4 |
|
|
* | Use splitlines() in stead of split() to split lines, and added a method | Jack Jansen | 2003-06-01 | 1 | -1/+1 |
|
|
* | - Get the database from a different place. | Jack Jansen | 2003-05-29 | 1 | -7/+17 |
|
|
* | Added Help menu. Fixes #731635 | Jack Jansen | 2003-05-27 | 1 | -0/+20 |
|
|
* | fixed some DeprecationWarnings | Just van Rossum | 2003-05-25 | 1 | -5/+9 |
|
|
* | also support cmd-. in the interactive window | Just van Rossum | 2003-05-09 | 1 | -1/+25 |
|
|
* | add explicit support for cancelling a running script (CFM-based MacPython had... | Just van Rossum | 2003-05-09 | 1 | -2/+25 |
|
|
* | more dead code removal | Just van Rossum | 2003-05-09 | 1 | -32/+2 |
|
|
* | dead code removal | Just van Rossum | 2003-05-09 | 1 | -33/+6 |
|
|
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 4 | -5/+16 |
|
|
* | Install automatic GIL switcher upon IDE startup. | Just van Rossum | 2003-05-03 | 1 | -0/+7 |
|
|
* | Fixed age-old beginner's error: don't start the main loop as a side | Just van Rossum | 2003-05-02 | 2 | -5/+2 |
|
|
* | Hiding packages was done incorrectly. Fixed. | Jack Jansen | 2003-04-22 | 1 | -9/+16 |
|
|