summaryrefslogtreecommitdiffstats
path: root/Tools/framer/README.txt
Commit message (Expand)AuthorAgeFilesLines
* Initial prototype of framer: a tool to build the frame for extension modules.Jeremy Hylton2002-08-051-0/+8
.git/commit/Mac?h=v3.4.2rc1&id=3ccb78724127e3501067e8693fa15807e2777e9c'>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 * Kill execfile(), use exec() insteadNeal Norwitz2007-08-1260-73/+73 * Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-180/+0 * SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-271-2/+2 * Fix two bad type identifiers that caused crashes on OSX (icglue and Nav).Guido van Rossum2007-07-253-5/+3 * SF patch# 1758570 by Jeffrey Yasskin, who writes:Guido van Rossum2007-07-231-7/+3 * Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-2224-253/+198 * Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-183-12/+12 * SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-108-8/+8 * Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-137-53/+68 * Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11