cpython/Mac/Modules
Christian Heimes b9eccbfe2a Merged revisions 59333-59370 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59343 | georg.brandl | 2007-12-05 08:02:47 +0100 (Wed, 05 Dec 2007) | 2 lines

  Fix typo.
........
  r59347 | christian.heimes | 2007-12-05 13:31:44 +0100 (Wed, 05 Dec 2007) | 1 line

  Fixed quoting and paths in the sqlite project file
........
  r59348 | christian.heimes | 2007-12-05 13:45:11 +0100 (Wed, 05 Dec 2007) | 1 line

  Fixed error in regrtest. I must have missed the spot.
........
  r59350 | christian.heimes | 2007-12-05 13:49:14 +0100 (Wed, 05 Dec 2007) | 1 line

  merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
........
  r59352 | christian.heimes | 2007-12-05 13:52:34 +0100 (Wed, 05 Dec 2007) | 1 line

  Added msg to Misc/NEWS
........
  r59354 | andrew.kuchling | 2007-12-05 14:27:20 +0100 (Wed, 05 Dec 2007) | 1 line

  Spelling fix
........
  r59356 | georg.brandl | 2007-12-05 18:56:50 +0100 (Wed, 05 Dec 2007) | 3 lines

  Add examples to csv, pprint and traceback docs.
  Written by Ross for GHOP.
........
  r59358 | raymond.hettinger | 2007-12-05 19:11:08 +0100 (Wed, 05 Dec 2007) | 1 line

  Error checking was too aggressive (reported by Chris Tismer)
........
  r59359 | georg.brandl | 2007-12-05 19:30:48 +0100 (Wed, 05 Dec 2007) | 2 lines

  Add examples to re docs. Written for GHOP by Dan Finnie.
........
  r59366 | georg.brandl | 2007-12-05 20:49:21 +0100 (Wed, 05 Dec 2007) | 2 lines

  Fix markup.
........
  r59367 | christian.heimes | 2007-12-05 20:57:54 +0100 (Wed, 05 Dec 2007) | 1 line

  Updated documentation and build_tkinter.py script
........
  r59368 | georg.brandl | 2007-12-05 21:03:57 +0100 (Wed, 05 Dec 2007) | 2 lines

  Another markup fix.
........
  r59369 | ronald.oussoren | 2007-12-05 21:07:36 +0100 (Wed, 05 Dec 2007) | 7 lines

  This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard
  by purging bindings to OSA's debug API's. Those APIs we're completely
  unsupported on OSX 10.4 and are no longer available on OSX 10.5.

  Note that this patches a generated file. This is somewhat acceptable because
  regenerating the file is non-trivial and wouldn't use system headers anyway.
........
  r59370 | christian.heimes | 2007-12-05 21:10:38 +0100 (Wed, 05 Dec 2007) | 1 line

  Fixed bug #1557 by using popen.communicate() before popen.wait()
........
2007-12-05 20:18:38 +00:00
..
ae Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
ah Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
app Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
carbonevt Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
cf Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
cg Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
cm Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
ctl Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
dlg Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
drag Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
evt Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
file Get a bunch of tests working on Mac OS. I suspect that a bunch of the 2007-10-27 06:04:52 +00:00
fm Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
folder Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
help Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
ibcarbon Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
icn Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
launch Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
list Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
menu Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
mlte Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
osa Merged revisions 59333-59370 via svnmerge from 2007-12-05 20:18:38 +00:00
qd Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
qdoffs Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
qt Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
res Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
scrap Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
snd Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
te Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
win Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
ColorPickermodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
MacOS.c Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
Nav.c Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). 2007-07-25 16:47:51 +00:00
OSATerminology.c Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 2004-07-15 13:21:16 +00:00
autoGIL.c fixed typo 2003-05-03 00:38:26 +00:00
gestaltmodule.c Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 2007-12-02 14:31:20 +00:00
icgluemodule.c Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). 2007-07-25 16:47:51 +00:00