summaryrefslogtreecommitdiff
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-12148-38094/+0
* Revert commit r63088.Alexandre Vassalotti2008-05-111-0/+0
* Renamed PixMapWrapper module to pixmapwrapper.Alexandre Vassalotti2008-05-111-0/+0
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-043-1/+3
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-3128-94/+101
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-234-5/+1
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-469/+0
* Fix more exception slicing.Georg Brandl2008-01-064-6/+6
* Fix merge glitch.Guido van Rossum2008-01-051-1/+1
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-041-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Rename buffer -> bytearray.Guido van Rossum2007-11-212-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-063-7/+18
* remove ord() calls on what are now integers rather than charactersBill Janssen2007-10-301-7/+7
* Get a bunch of tests working on Mac OS. I suspect that a bunch of theNeal Norwitz2007-10-271-1/+1
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-172-2/+2
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-034-11/+12
* Got test_plistlib working. Don't ask how.Guido van Rossum2007-08-311-4/+4
* Kill more lingering string exceptions in Lib/plat-mac/.Collin Winter2007-08-303-7/+9
* 1/0 -> True/False cleanup.Collin Winter2007-08-301-4/+4
* Try to fix test_aepack by comparing bytes with bytes.Neal Norwitz2007-08-301-1/+1
* Remove unneeded import.Collin Winter2007-08-281-1/+0
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-273-5/+5
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-2348-501/+501
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-2/+7
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-3/+3
* SF patch# 1769016 by James Brotchie.Guido van Rossum2007-08-071-25/+25
* Patch #1768976, Fix for failing test_scriptpackages (untested but looks good)Neal Norwitz2007-08-071-3/+2
* SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-273-91/+113
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-134-8/+8
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-073-20/+17
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-062-183/+3
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-222-213/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+6
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-4/+5
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-3/+3
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-032-5/+5
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-027-17/+17
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-176-22/+16
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-112-4/+3
* Fix plistlib to work with dict views.Brett Cannon2007-02-211-2/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-0914-156/+156
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-1517-455/+455
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-1011-25/+25
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-063-12/+12
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-245-13/+13
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+4