summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ae/aescan.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-97/+0
|
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-2/+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 Winter2007-08-301-4/+4
|
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-79/+79
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-6/+0
| | | | | | 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, soJack Jansen2002-08-151-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 Jansen2002-08-051-2/+1
|
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-171-1/+1
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-1/+0
|
* Remove (unused) regex imports.Jack Jansen2001-01-021-1/+0
|
* Use new multi-input-file feature of bgen in stead of @-file hack to parse ↵Jack Jansen2000-12-121-33/+5
| | | | multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+8
|
* Bgen now understands more constant definitions, but that means that a few ↵Jack Jansen1999-12-141-0/+3
| | | | which are not parseable in Python have to be blacklisted.
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-3/+19
| | | | | | 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.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-3/+4
| | | | Lib:toolbox folder.
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-291-1/+7
|
* Also scan AERegistry.h and AEObjects.h and create .py definitionJack Jansen1995-07-171-0/+21
| | | | | | files. Some methods had turned to functions again. Fixed.
* Rather massive changes:Jack Jansen1995-06-051-0/+7
| | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+71