summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/buildpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
|
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-14/+14
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Remove apply()Neal Norwitz2006-03-171-2/+2
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-39/+39
|
* Various tweaks to make the packages work better. Still not 100%, though.Jack Jansen2003-07-221-4/+18
|
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
|
* The script was very sloppy about which variables held source pathnamesJack Jansen2002-09-061-56/+54
| | | | and which held destination pathnames. Fixed.
* Script to generate .pkg packages, donated by Dinu Gherman. This is hisJack Jansen2002-09-061-0/+464
original code, it still needs fiddling to make it work in general circumstances.