summaryrefslogtreecommitdiff
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* English spelling and grammar fixesMartin Panter2016-07-112-3/+3
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-1/+8
* Issue #12935: Correct typo in findertools.Ned Deily2011-09-151-1/+1
* In a number of places code still reversRonald Oussoren2010-05-052-11/+8
* Silence DeprecationWarnings from uses of has_key and <> in plat-mac.Mark Dickinson2010-04-0315-118/+118
* Replace backquotes with repr(), to silence a SyntaxWarning.Mark Dickinson2010-04-031-1/+1
* Ensure 'module removed' warning messages contain the word 'module' or 'package'.Mark Dickinson2010-04-032-2/+2
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-054-0/+0
* Fix some name errors in Mac modules.Georg Brandl2010-02-063-3/+4
* Fix for issue 4937Ronald Oussoren2009-09-061-1/+0
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-064-43/+49
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Fix for issues #841800 and #900506Ronald Oussoren2009-01-021-15/+28
* Fix for issue 1149804Ronald Oussoren2009-01-021-1/+8
* Fix for issue r1737832Ronald Oussoren2009-01-021-5/+8
* Fix for issue 1627952Ronald Oussoren2009-01-021-1/+1
* Fix for issue 900949Ronald Oussoren2009-01-021-11/+9
* fix test_py3kwarnsBenjamin Peterson2008-07-1435-37/+37
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-1235-6/+123
* Revert commit r63086.Alexandre Vassalotti2008-05-112-220/+212
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-112-212/+220
* Fix for issue #2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-022-1/+2
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-2928-93/+93
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-234-8/+1
* #1555501: document plistlib and move it to the general library.Georg Brandl2008-01-211-470/+0
* Fixed #1687: plistlib.py restricts <integer> to Python int when writingChristian Heimes2008-01-041-2/+2
* Have cfmfile raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-311-0/+3
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-311-0/+3
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-202-213/+2
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-4/+5
* with and as are now keywords. There are some generated files I can't recreate.Neal Norwitz2006-09-062-6/+6
* * 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