summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Bob Ippolito, slighly edited:Just van Rossum2004-10-251-16/+77
* removed 2.2 supportJust van Rossum2004-10-021-74/+3
* Which reminds me, I've had a much improved plistlib.py lying around forJust van Rossum2004-10-021-85/+113
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1879-1626/+1610
* Allow overriding of bgen pathnames in an optional module bgenlocationcustomize.Jack Jansen2004-07-151-0/+8
* Two issues spotted by Ronald OUssoren:Jack Jansen2004-03-134-3/+2234
* Don't use "dict" as a variable, it shadows the builtin. Spotted byJack Jansen2004-03-131-13/+13
* Force option should be applied to a single package, not recursivelyJack Jansen2004-03-131-1/+1
* - Added a downloader using urllib2 in stead of curl, based on codeJack Jansen2004-03-111-51/+137
* getDefaultDatabase() should be a toplevel function, not a method of theJack Jansen2004-02-281-48/+46
* Started on version 0.4: better scheme for finding correct database:Jack Jansen2004-02-281-4/+50
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-128-69/+66