283 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Ronald Oussoren 82bfcc87f0 Merged revisions 81649 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Benjamin Peterson 051858e8a0 Merged revisions 79902 via svnmerge from 16 years ago
Ronald Oussoren b366cda5e0 Merged revisions 78755 via svnmerge from 16 years ago
Ronald Oussoren 755740f3ea Forward port a number of OSX bugfixes from the trunk to 3.2 16 years ago
Ronald Oussoren 6f6c562492 Merged revisions 77031 via svnmerge from 16 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Ronald Oussoren 2160015915 Make it possible to install a framework build of Python 3.x on OSX. 17 years ago
Benjamin Peterson de9c869fb8 Hopefully fix make framework install on Mac (see 3174) 18 years ago
Alexandre Vassalotti 4e6531e7de Removed remnants of os.path.walk(). 18 years ago
Benjamin Peterson 2a691a8149 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from 18 years ago
Georg Brandl c76473d887 Fix Mac build, patch #1091 by Humberto Diogenes. 19 years ago
Collin Winter 828f04ac3f Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 19 years ago
Collin Winter e7bf59f500 Run 2to3's print fixer over some places that had been missed. 19 years ago
Collin Winter 1dd46a048f Convert raise statements in Mac/. 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Thomas Wouters 1ba5b3b425 Merged revisions 46607-46608 via svnmerge from 20 years ago
Neal Norwitz d91085598f Remove apply() 20 years ago
Neal Norwitz ac3625fcb9 Remove sys.exc_type, sys.exc_value, sys.exc_traceback 20 years ago
Fred Drake db390c1ad8 fix typos, mostly in comments 21 years ago
Georg Brandl 7eb4b7d177 Fix all wrong instances of "it's". 21 years ago
Jack Jansen 5a3c7c39db Oops, there was a tab in there. 21 years ago
Jack Jansen 30620ac641 Workaround for the fact that urllib2 doesn't default to "file:" urls. 21 years ago
Jack Jansen de2ecb8466 Updated version numbers. 21 years ago
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 22 years ago
Jack Jansen ad1654e03a After more than two years of puzzlement Jurjen Bos found the reason for 22 years ago
Jack Jansen 4f9013759b - Added a note about fixversions.py 22 years ago
Jack Jansen 0701bd64aa Fix for #860242: use correct names in the "save preferences" dialog. 22 years ago
Jack Jansen 30184f3611 - Fix for #862941: "run with commandline python" crashed. Fixed. 22 years ago
Jack Jansen 8d562e6b4f Very large scripts folders could crash the IDE, because it runs out 22 years ago
Jack Jansen fe99927630 - Allow easy opening of experimental database, if pimp >= 0.4 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Just van Rossum 001734ca7f fixed long standing typo 23 years ago
Jack Jansen ac5d667e9f Fix (workaround, actually) for bug #844676: deselecting "show hidden" can 23 years ago
Jack Jansen 9cc4fcd649 Package Mnager error dialogs could refer to hidden packages, which was 23 years ago
Jack Jansen 28ecf70db5 Getting rid of support for MacOS9 and earlier. This is the first step, 23 years ago
Jack Jansen d48364e8b1 Forward port of various fixes that were initially only done on the 23 years ago
Just van Rossum 4e6b3c55d0 Fix for [ 782686 ]: new files used \r as the default line separator 23 years ago
Just van Rossum 7e94a9aae3 fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails 23 years ago
Jack Jansen 40b2e83924 We erronuously re-used the pimpinstaller object if there were multiple installs. 23 years ago
Jack Jansen a7203d1037 Because plistlib doesn't catch all possible errors that can 23 years ago
Jack Jansen dd614fdc51 Fixed lots of minor issues found by Edward Moy: incorrect version 23 years ago
Jack Jansen 2a97dcce09 Use splitlines() in stead of split() to split lines, and added a method 23 years ago
Jack Jansen 9f0c5754a6 - Get the database from a different place. 23 years ago
Jack Jansen 31fa845c01 Added Help menu. Fixes #731635 23 years ago
Just van Rossum 8d97b9bd36 fixed some DeprecationWarnings 23 years ago
Just van Rossum ba5db20558 also support cmd-. in the interactive window 23 years ago
Just van Rossum eb64af9201 add explicit support for cancelling a running script (CFM-based MacPython had this built-in) 23 years ago