summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in configure line that caused the build installerRonald Oussoren2009-04-011-1/+1
* Merged revisions 70802 via svnmerge fromRonald Oussoren2009-03-311-0/+11
* Fix for issue 5558Ronald Oussoren2009-03-301-3/+5
* Merged revisions 70746 via svnmerge fromRonald Oussoren2009-03-301-0/+6
* Merged revisions 70741 via svnmerge fromRonald Oussoren2009-03-302-5/+12
* Enable "--with-computed-gotos" for the binary installerRonald Oussoren2009-03-301-1/+1
* Merged revisions 70737 via svnmerge fromRonald Oussoren2009-03-302-87/+148
* Merged revisions 70735 via svnmerge fromRonald Oussoren2009-03-301-2/+2
* Merged revisions 70727 via svnmerge fromRonald Oussoren2009-03-302-109/+64
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Fix for issue5224 ("Update Shell Profile.command" contains wrong Python versi...Ronald Oussoren2009-02-122-4/+3
* Update the ReadMe and Welcome files that are used by the OSX binaryRonald Oussoren2009-02-122-10/+8
* Fix for issue5196, patch by Ned Deily.Ronald Oussoren2009-02-121-2/+7
* Fix for issue5195, a patch by Ned DeilyRonald Oussoren2009-02-121-0/+17
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-123-9/+52
* Fix for issue 3433Ronald Oussoren2009-01-022-3/+3
* Py3k: update OSX installer-generatorRonald Oussoren2008-12-302-2/+16
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-308-19/+1007
* don't build bsddb anymoreBenjamin Peterson2008-12-201-11/+0
* unpy3kize this; it require 2.x only Mac modulesBenjamin Peterson2008-12-201-44/+43
* merge from trunkBenjamin Peterson2008-10-111-9/+11
* #3414: run install_Python when installing Python.Georg Brandl2008-07-191-3/+4
* fix typo in Mac/Makefile.inBenjamin Peterson2008-07-191-1/+1
* Merged revisions 64446,64490,64495,64526,64567 via svnmerge fromGeorg Brandl2008-07-161-1/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-162-4/+61
* make the symlink to Python be created on install for IDLE.appBenjamin Peterson2008-07-052-1/+1
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-0171-5699/+332
* remove usage of cachesrc.py in Mac/MakefileBenjamin Peterson2008-06-281-2/+0
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-2/+3
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-6/+6
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-042-6/+6
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-6/+6
* remove old mac scripts including bgenBenjamin Peterson2008-06-017-2182/+0
* Remove the Mac modulesBenjamin Peterson2008-05-12115-95282/+0
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-093-3/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-0412-136/+65
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-315-13/+12
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-2339-46/+0
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-1924-143/+143
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-336/+0
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-0210-17/+17
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* Get a bunch of tests working on Mac OS. I suspect that a bunch of theNeal Norwitz2007-10-271-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-193-0/+3
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-034-5/+6
* Use symbolic name for METH_VARARGS.Georg Brandl2007-09-011-14/+14
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-314-10/+9
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-3049-241/+241
* Convert raise statements in Mac/.Collin Winter2007-08-2211-58/+58