History log of /external/python/cpython2/Mac/Modules/icgluemodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a8163a928f9ff04242580c09216431ddd39cdbc 15-Apr-2016 Martin Panter <vadmium+py@gmail.com> Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc

This affects documentation and code comments.
/external/python/cpython2/Mac/Modules/icgluemodule.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Mac/Modules/icgluemodule.c
920fd66ac6e723246baf6c3ed9f720675811bb15 03-Apr-2010 Mark Dickinson <dickinsm@gmail.com> Ensure 'module removed' warning messages contain the word 'module' or 'package'.

This should fix the test_py3kwarn failure on OS X. test_support.import_module
also requires this.
/external/python/cpython2/Mac/Modules/icgluemodule.c
236819310db3fe6f2fb22d48b780fa6ec253b6c7 12-May-2008 Benjamin Peterson <benjamin@python.org> Add warnings to and deprecated all those Mac modules
/external/python/cpython2/Mac/Modules/icgluemodule.c
7107c1aff301a65faed24642cdc08f82a1c41cd4 20-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
/external/python/cpython2/Mac/Modules/icgluemodule.c
37249c55248d8e355e3184d597f89aace42798ab 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
pre-carbon MacOS9 support.
/external/python/cpython2/Mac/Modules/icgluemodule.c
6c7e326eaaa2d814e0d299054f78e5bd187489ab 12-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Getting rid of pre-Carbon (MacOS8) support. All code depending on
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
/external/python/cpython2/Mac/Modules/icgluemodule.c
938ace69a0e112424a2f426a4881d1fd1fc922d2 17-Jul-2002 Jeremy Hylton <jeremy@alum.mit.edu> staticforward bites the dust.

The staticforward define was needed to support certain broken C
compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
static keyword when it was used with a forward declaration of a static
initialized structure. Standard C allows the forward declaration with
static, and we've decided to stop catering to broken C compilers. (In
fact, we expect that the compilers are all fixed eight years later.)

I'm leaving staticforward and statichere defined in object.h as
static. This is only for backwards compatibility with C extensions
that might still use it.

XXX I haven't updated the documentation.
/external/python/cpython2/Mac/Modules/icgluemodule.c
0e2f79830173ccd00bc113a42d951c139deca040 22-May-2002 Jack Jansen <jack.jansen@cwi.nl> Replaced lots of PyMem_DEL() calls with PyObject_DEL().
/external/python/cpython2/Mac/Modules/icgluemodule.c
8f54f2a3f3ed3876a9466c62e537ebef303f5624 11-Jan-2002 Jack Jansen <jack.jansen@cwi.nl> Internet Config is now part of official Apple interfaces, so use the new
headers and libraries.
/external/python/cpython2/Mac/Modules/icgluemodule.c
146483964e2e94b0d1709be438a1b86f75b5d730 08-Dec-2001 Guido van Rossum <guido@python.org> Patch supplied by Burton Radons for his own SF bug #487390: Modifying
type.__module__ behavior.

This adds the module name and a dot in front of the type name in every
type object initializer, except for built-in types (and those that
already had this). Note that it touches lots of Mac modules -- I have
no way to test these but the changes look right. Apologies if they're
not. This also touches the weakref docs, which contains a sample type
object initializer. It also touches the mmap test output, because the
mmap type's repr is included in that output. It touches object.h to
put the correct description in a comment.
/external/python/cpython2/Mac/Modules/icgluemodule.c
1767f9360346cd7e312be20d49bd2538f5864910 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Added prototypes to silence gcc strict-prototype warnings.
Fixed a few missing return values.
/external/python/cpython2/Mac/Modules/icgluemodule.c
6143d533b682dbfe38474ae8858741b3eecd8c91 19-May-2001 Jack Jansen <jack.jansen@cwi.nl> Include Carbon/Carbon.h in stead of universal headers, if appropriate.
Test for TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON where
appropriate.
/external/python/cpython2/Mac/Modules/icgluemodule.c
5a8115c94b02bab70437f9eac53464c56e32bfd2 29-Jan-2001 Jack Jansen <jack.jansen@cwi.nl> Ported the icglue module to carbon.
/external/python/cpython2/Mac/Modules/icgluemodule.c
726d873887c9c7bc9a8296780780b3b6975d1240 20-Jan-2001 Jack Jansen <jack.jansen@cwi.nl> Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution" of a funny define makes portable code impossible:-(
/external/python/cpython2/Mac/Modules/icgluemodule.c
42218ce33cd11fb2dc4f7a4e2eef092c4d0f2bbf 31-Jan-1997 Jack Jansen <jack.jansen@cwi.nl> Added/updated copyright notices
(and the &*^$%@ resource files got binhexed again, sigh)
/external/python/cpython2/Mac/Modules/icgluemodule.c
8ce72f50b52b19d047a2296d7ac2733960512ff5 07-Jan-1997 Jack Jansen <jack.jansen@cwi.nl> Low-level interface to Internet Config (to be augmented by nice Python
wrapper shortly)
/external/python/cpython2/Mac/Modules/icgluemodule.c