cpython/Lib/plat-mac
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line

  Removed duplicate Py_CHARMASK define.  It's already defined in Python.h.
........
  r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines

  #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
  Remove automatic handling of datetime.date and datetime.time.
  This breaks backward compatibility, but python-dev discussion was strongly
  against this automatic conversion; see the bug for a link.
........
  r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line

  #835521: Add index entries for various pickle-protocol methods and attributes
........
  r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines

  #1433694: minidom's .normalize() failed to set .nextSibling for last element.
  Fix by Malte Helmert
........
  r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line

  Patch #2167 from calvin: Remove unused imports
........
  r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line

  Patch #1957: syslogmodule: Release GIL when calling syslog(3)
........
  r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines

  Issue #2051 and patch from Alexander Belopolsky:
  Permission for pyc and pyo files are inherited from the py file.
........
2008-02-23 18:30:17 +00:00
..
Carbon Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
lib-scriptpackages Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
Audio_mac.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
EasyDialogs.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
FrameWork.py Kill more lingering string exceptions in Lib/plat-mac/. 2007-08-30 18:11:48 +00:00
MiniAEFrame.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
PixMapWrapper.py Kill more lingering string exceptions in Lib/plat-mac/. 2007-08-30 18:11:48 +00:00
aepack.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
aetools.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
aetypes.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
applesingle.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
appletrawmain.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
appletrunner.py Detabbed. 2003-04-09 13:25:43 +00:00
argvemulator.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
bgenlocations.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
buildtools.py Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
bundlebuilder.py Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
dialogs.rsrc Changing the window type to movable modal isn't enough to make the dialogs movable: apprently you also need to set a bit in the dlgx resource. Did this. 2003-02-27 22:36:20 +00:00
errors.rsrc Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both 2002-12-30 22:04:23 +00:00
findertools.py Remove unneeded import. 2007-08-28 06:07:49 +00:00
gensuitemodule.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
ic.py remove ord() calls on what are now integers rather than characters 2007-10-30 18:12:39 +00:00
icopen.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
macerrors.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
macostools.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
macresource.py Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
pimp.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
terminalcommand.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
videoreader.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00