summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/aepack.py
Commit message (Expand)AuthorAgeFilesLines
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Try to fix test_aepack by comparing bytes with bytes.Neal Norwitz2007-08-301-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-271-74/+88
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+3
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-11/+9
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-2/+0
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-9/+9
* Detabbed.Jack Jansen2003-04-091-266/+266
* Subclasses of ObjectSpecifier can now be packed and unpacked. This allowsJack Jansen2003-03-311-3/+20
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-121-0/+4
* Moved aepack test code to the test suite.Jack Jansen2003-01-291-40/+0
* Converted to not use macfs whenever possible.Jack Jansen2003-01-281-18/+18
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+385