summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/buildpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
| | | | Thanks to Wummel for the patch
* 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.