summaryrefslogtreecommitdiff
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Backport of revision 62648Ronald Oussoren2008-05-022-1/+2
* Backport r59688.Georg Brandl2008-01-191-2/+2
* * If BuildApplet.py is used as an applet it starts with a version ofRonald Oussoren2006-06-071-57/+33
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-042-414/+0
* Whitespace normalization.Tim Peters2006-05-161-1/+1
* Rework the build system for osx applications:Ronald Oussoren2006-05-141-5/+18
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-2/+2
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-1/+1
* Damn another occurrence of using as as a keywordfNeal Norwitz2006-03-221-2/+2
* 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
* Wrapper modules for _Launch and _OSA weren't added yet. Fixed.Jack Jansen2003-12-092-0/+2
* Finished update to universal header 3.4.2.Jack Jansen2003-12-0519-79/+443
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-032-0/+212
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+65
* 2.4a0 Package Manager shouldn't attempt to use the 2.3 database.Jack Jansen2003-11-271-1/+1
* Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixedJack Jansen2003-11-191-16/+3
* Modified version by Bob Ippolito. It passes the just-added test_applesingleJack Jansen2003-11-181-63/+100
* Backport from r23c1-branch:Jack Jansen2003-07-211-2/+2