summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/aetypes.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-584/+0
* 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-3/+14
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-1/+1
* SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-271-16/+24
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-6/+5
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-8/+7
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-2/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-9/+9
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-2/+2
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-96/+95
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-28/+27
* Detabbed.Jack Jansen2003-04-091-445/+445
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-3/+3
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-121-34/+18
* Some objects could have uninitialized attributes. Fixed.Jack Jansen2003-01-291-0/+2
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+584