Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -318/+0 |
| | |||||
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........ | ||||
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
| | |||||
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -302/+302 |
| | |||||
* | Setup file to allow the QuickTime for 2.4 to be compiled | Jack Jansen | 2004-02-24 | 1 | -0/+4 |
| | | | | for MacPython 2.3 (and, hopefully, python 2.3 for windows too). | ||||
* | More cases of input parameters passed by reference without const. | Jack Jansen | 2004-01-11 | 1 | -0/+3 |
| | |||||
* | Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: | Jack Jansen | 2004-01-11 | 1 | -1/+53 |
| | | | | | the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference. | ||||
* | Added support for APIs in MediaHandlers.h. | Jack Jansen | 2004-01-09 | 1 | -1/+19 |
| | |||||
* | Added interfaces for most of the stuff in QuickTimeComponents.h. | Jack Jansen | 2004-01-03 | 1 | -2/+51 |
| | |||||
* | Added support for ImageCompression.h APIs. | Jack Jansen | 2004-01-02 | 1 | -1/+35 |
| | |||||
* | Updated for QuickTime 6.0, Universal Header 3.4.2. | Jack Jansen | 2004-01-02 | 1 | -1/+6 |
| | |||||
* | Changed an edit instruction because of a changed parameter name (sigh). | Jack Jansen | 2003-02-04 | 1 | -0/+1 |
| | |||||
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -17/+14 |
| | | | | | | 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). | ||||
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
| | | | | we catch errors during the build process in stead of later during runtime. | ||||
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+5 |
| | |||||
* | Various tweaks to make it everything build and compile again under carbon. ↵ | Jack Jansen | 2001-01-09 | 1 | -0/+10 |
| | | | | Mainly greylisted functions. | ||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -0/+9 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 1 | -0/+7 |
| | |||||
* | Fixed parameters to a few time and timebase calls: InOut parameters were | Jack Jansen | 2000-03-03 | 1 | -0/+8 |
| | | | | inadvertantly seen as out-only. | ||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 1 | -29/+1 |
| | |||||
* | Added support for the horribly complex TimeRecord, so we can position | Jack Jansen | 1998-04-23 | 1 | -3/+1 |
| | | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else). | ||||
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 1 | -27/+32 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -2/+4 |
| | |||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -0/+3 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Can't remember... | Jack Jansen | 1997-09-01 | 1 | -13/+2 |
| | |||||
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 1 | -9/+11 |
| | | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason. | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -2/+34 |
| | | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit) | ||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 1 | -1/+2 |
| | | | | Lib:toolbox folder. | ||||
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 1 | -2/+13 |
| | | | | example programs translated to python and added. | ||||
* | still untested (but it compiles) | Jack Jansen | 1995-11-30 | 1 | -17/+40 |
| | |||||
* | QuickTime support (not yet functional) | Jack Jansen | 1995-11-30 | 1 | -0/+78 |