summaryrefslogtreecommitdiff
path: root/Mac/Tools
Commit message (Expand)AuthorAgeFilesLines
* Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.Ned Deily2014-03-291-934/+0
* Issue #14455: fix handling of unsigned long long values for binary plist filesRonald Oussoren2014-02-061-1/+2
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
|\
* | Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-0/+8
* | Issue #14455: plistlib now supports binary plists and has an updated API.Ronald Oussoren2013-11-211-0/+94
* | Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo.Ned Deily2013-09-298-909/+0
* | #16135: Removal of OS/2 support (I)Jesus Cea2012-10-051-1/+1
|/
* Closes #15307: symlinks now work on OS X with framework Python builds. Patch...Vinay Sajip2012-07-171-2/+38
* Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-251-1/+1
* Remove obsolete fixapplepython23 script and PythonSystemFixesNed Deily2012-06-241-131/+0
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+12
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
|\
* | Merged revisions 81649 via svnmerge fromRonald Oussoren2010-06-021-0/+8
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-86/+86
* | Merged revisions 79902 via svnmerge fromBenjamin Peterson2010-04-111-2/+2
* | Merged revisions 78755 via svnmerge fromRonald Oussoren2010-03-071-1/+1
* | Forward port a number of OSX bugfixes from the trunk to 3.2Ronald Oussoren2010-02-071-5/+28
* | Merged revisions 77031 via svnmerge fromRonald Oussoren2009-12-241-5/+135
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-302-3/+938
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-1/+1
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-312-3/+3
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-031-2/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-3/+2
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-302-16/+16
* Convert raise statements in Mac/.Collin Winter2007-08-224-22/+22
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+10
* Merge the rest of the trunk.Thomas Wouters2006-06-0810-0/+1046
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-0846-11607/+0
* Remove apply()Neal Norwitz2006-03-176-16/+16
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-172-7/+8
* 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