summaryrefslogtreecommitdiff
path: root/Mac/Tools
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
* Fix for issue8868: without this patch 'MacOS.WMAvailable()' will returnRonald Oussoren2010-06-021-0/+8
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-85/+85
* This check-in fixes two problems:Ronald Oussoren2010-04-081-2/+2
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* Fix for issue #7998: pythonw didn't work when --with-framework-name wasRonald Oussoren2010-03-071-1/+1
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-6/+29
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-5/+135
* Remove some old MacPython files that are no longer relevant.Ronald Oussoren2009-05-198-910/+0
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-292-3/+3
* Port of revision 51902 in release25-maint to the trunkRonald Oussoren2006-09-171-1/+2
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-111-0/+10
* Move Mac/OSX/Tools one level upRonald Oussoren2006-06-0710-0/+1046
* Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-Jun...Neal Norwitz2006-06-0346-11606/+0
* fix typos, mostly in commentsFred Drake2005-10-281-1/+1
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-6/+6
* Oops, there was a tab in there.Jack Jansen2005-01-071-1/+1
* Workaround for the fact that urllib2 doesn't default to "file:" urls.Jack Jansen2005-01-071-0/+2
* Updated version numbers.Jack Jansen2004-12-272-8/+8
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1838-10386/+10376
* After more than two years of puzzlement Jurjen Bos found the reason forJack Jansen2004-07-151-2/+0
* - Added a note about fixversions.pyJack Jansen2004-07-153-30/+25
* Fix for #860242: use correct names in the "save preferences" dialog.Jack Jansen2004-06-031-3/+3
* - Fix for #862941: "run with commandline python" crashed. Fixed.Jack Jansen2004-06-031-2/+5
* Very large scripts folders could crash the IDE, because it runs outJack Jansen2004-06-031-3/+9
* - Allow easy opening of experimental database, if pimp >= 0.4Jack Jansen2004-02-281-9/+29
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1213-35/+33
* fixed long standing typoJust van Rossum2003-12-071-13/+13
* Fix (workaround, actually) for bug #844676: deselecting "show hidden" canJack Jansen2003-11-271-0/+2
* Package Mnager error dialogs could refer to hidden packages, which wasJack Jansen2003-11-271-0/+5
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-196-439/+0
* Forward port of various fixes that were initially only done on theJack Jansen2003-11-195-16/+91
* Fix for [ 782686 ]: new files used \r as the default line separatorJust van Rossum2003-11-181-13/+8
* fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() f...Just van Rossum2003-10-121-4/+8
* We erronuously re-used the pimpinstaller object if there were multiple installs.Jack Jansen2003-07-211-4/+3
* Because plistlib doesn't catch all possible errors that canJack Jansen2003-07-211-0/+5
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-041-4/+4
* Use splitlines() in stead of split() to split lines, and added a methodJack Jansen2003-06-011-1/+1
* - Get the database from a different place.Jack Jansen2003-05-291-7/+17
* Added Help menu. Fixes #731635Jack Jansen2003-05-271-0/+20
* fixed some DeprecationWarningsJust van Rossum2003-05-251-5/+9
* also support cmd-. in the interactive windowJust van Rossum2003-05-091-1/+25
* add explicit support for cancelling a running script (CFM-based MacPython had...Just van Rossum2003-05-091-2/+25
* more dead code removalJust van Rossum2003-05-091-32/+2
* dead code removalJust van Rossum2003-05-091-33/+6
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-064-5/+16
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
* Hiding packages was done incorrectly. Fixed.Jack Jansen2003-04-221-9/+16