summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-2012-108/+105
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-084-473/+35
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-272-7/+20
* Fix test_scriptpackage with pure will power.Guido van Rossum2006-04-2121-128/+139
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Fix two errors that prevented "make libinstall" from working:Guido van Rossum2006-04-171-2/+2
* Remove another use of as as a keywordNeal Norwitz2006-03-221-5/+5
* Damn another occurrence of using as as a keywordfNeal Norwitz2006-03-221-2/+2
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Got rid of byte-order dependencies.Jack Jansen2006-02-231-2/+2
* [ 1243081 ] repair typosGeorg Brandl2005-07-222-2/+2
* Whitespace normalization.Tim Peters2005-01-072-5/+5
* Allow relative URLs for included databases and packages.Jack Jansen2005-01-071-4/+7
* - Added an "installer" flavor, which uses the "open" command to installJack Jansen2005-01-031-7/+43
* - getDefaultDatabase wasn't listed in __all__.Jack Jansen2004-12-281-2/+2
* Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destrootJack Jansen2004-12-272-7/+13
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-3/+6
* - \f is not a valid XML characterJust van Rossum2004-11-121-3/+4
* reordered a couple of thingsJust van Rossum2004-11-121-5/+6
* Made <data> output match Apple's exactly. To do that I had to add a customJust van Rossum2004-10-261-6/+21
* also escape '>', to closer match Apple's plist outputJust van Rossum2004-10-261-0/+1
* Deprecating Dict class; going through a few hoops to get the warnings right.Just van Rossum2004-10-261-20/+29
* - Removed Date class. We don't really need it for b/w compatibility sinceJust van Rossum2004-10-261-52/+25
* - added two more convenience functions: readPlistFromString() andJust van Rossum2004-10-261-15/+30
* Updated doc strings.Just van Rossum2004-10-251-3/+2
* Deprecate Plist classJust van Rossum2004-10-251-2/+8
* Removed superfluous **kwargs constructor cruft: this class predatesJust van Rossum2004-10-251-8/+0