History log of /external/python/cpython2/Mac/Modules/win/_Winmodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca56dd4767617a2f5e946130de4beb06442a5cd5 17-Sep-2016 Martin Panter <vadmium+py@gmail.com> Issue #28139: Fix messed up indentation

Also update the classmethod and staticmethod doc strings and comments to
match the RST documentation.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
fd2f85d6e4e8abc9c943cf56cf45527d522c7882 16-Sep-2016 sashk <b@compuix.com> Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
deprecated QuickTime/QuickTime.h header file. Patch by sashk.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
dd96db63f689e2f0d8ae5a1436b3b3395eec7de5 09-Jun-2008 Gregory P. Smith <greg@mad-scientist.com> This reverts r63675 based on the discussion in this thread:

http://mail.python.org/pipermail/python-dev/2008-June/079988.html

Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names
in the spirit of 3.0 are available via a #define only. See the email thread.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
5640ce2f1edc0148ee14fd3daeb7ac700700bb71 05-Jun-2008 Ronald Oussoren <ronaldoussoren@mac.com> MacOS X: Enable 4-way universal builds

This patch adds a new configure argument on OSX:
--with-universal-archs=[32-bit|64-bit|all]

When used with the --enable-universalsdk option this controls which
CPU architectures are includes in the framework. The default is 32-bit,
meaning i386 and ppc. The most useful alternative is 'all', which includes
all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64).

This includes limited support for the Carbon bindings in 64-bit mode as well,
limited because (a) I haven't done extensive testing and (b) a large portion
of the Carbon API's aren't available in 64-bit mode anyway.

I've also duplicated a feature of Apple's build of python: setting the
environment variable 'ARCHFLAGS' controls the '-arch' flags used for building
extensions using distutils.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
593daf545bd9b7e7bcb27b498ecc6f36db9ae395 26-May-2008 Christian Heimes <christian@cheimes.de> Renamed PyString to PyBytes
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
918a9e2f63a037de2a32e2b009944a0e5c693742 03-Jul-2005 Jack Jansen <jack.jansen@cwi.nl> Updated (and regenerated) for name change in tp_init method arguments:
they are now _self, _args and _kwds.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
da6081fccb71541004e3f36f57a9c0971a969e3b 04-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.

Completely untested.
/external/python/cpython2/Mac/Modules/win/_Winmodule.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/win/_Winmodule.c
a53f4eba19856613a55ccbcfdb8c862d24a691b9 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of code conditional on TARGET_API_MAC_*.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
e48cef7aba0993ca6d01579f62900f0596960885 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
8c46ce9addf8c30cce1e3a3f3814789160a430c4 22-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Allow setting the auto dispose flag on window objects.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
b734869f46cdbbfff231fdab49dc0ad4e3b45623 24-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> - Various tweaks to shut up compiler warnings.
- Regenerated with the correct calls to PyType_Ready and the correct
deallocator calls.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
f955784f0cfeecb94d3f2ade83a5ea548391f74b 19-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated with inheritance-aware xxxx_Check() macros.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0 13-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Get rid of support for Universal Headers older than 3.4 and various other
outdated things.
/external/python/cpython2/Mac/Modules/win/_Winmodule.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/win/_Winmodule.c
96cebde909bbb8034af576d8f31f465bbad90374 04-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Added PEP253 support to most Carbon modules. This isn't complete yet:
some of the more compilcated cases (CF, Res) haven't been done yet. Also,
various types should inherit from each other (anything with an as_Resource
method should be a Resource subtype, the CF types should become one family).
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
dbd5701d736a151d29fee4658228e16876626f47 30-Nov-2002 Jack Jansen <jack.jansen@cwi.nl> Converted the Carbon modules to use PEP252-style objects, with
descriptors in stead of manual getattr hooks to get at attributes
of the objects.

For Qd I have in stead gotten rid of most of the attribute access
in favor of the carbon-style accessor methods (with the exception
of visRgn, to be done later), and of the Carbon.Qd.qd global object,
for which accessor functions are also available.

For List I have fixed the fact that various methods were incorrectly
generated as functions.

CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with
basechain, so it will have to wait for PEP253 support.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
49931887d7e135190fbcf0119e03419a7101ff7c 16-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated with PyDoc_STR() around docstrings.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
84fca948c8e90dae94c5815d8b9ae2ff2331b676 05-Jun-2002 Just van Rossum <just@letterror.com> fixed refcount leak in CreateNewWindow() and CreateWindowFromResource().
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
033b79c483566661eda1a87a11f19619d1ff4046 24-Apr-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
ca9a4a6e175803b212bbb024fb54ef6d560c27d8 18-Mar-2002 Jack Jansen <jack.jansen@cwi.nl> Lurking bug found by patch for 531291: FSSpecs should be passed to
Py_BuildValue by address, not by value.

2.2.1 candidate.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
620a7667ebb2ebd31a22349c20e66bad3a8980f9 18-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> Updated to Universal Headers 3.4
/external/python/cpython2/Mac/Modules/win/_Winmodule.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/win/_Winmodule.c
b3be216b41a4755556a887baa6ab440279fbe1dc 30-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
bd008844156384108a71423005911e37c0ca5395 05-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> First tweaks to allow MacPython to be compiled with
Universal Headers 3.4
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
fd064863ebbe90adc24c60df4c3dbf630ec3a6c4 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Shut up many more gcc warnings.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
06d2e1af3579f6a698a84b81dfda0bacb6263f7d 05-Sep-2001 Jack Jansen <jack.jansen@cwi.nl> Regenerated without default int return types.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c
50ecb0ad835480e6a3446613ceeffa78a7bd2de3 23-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> Renamed the Mac toolbox modules to have an initial _ in their name.
/external/python/cpython2/Mac/Modules/win/_Winmodule.c