Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -9/+9 |
| | |||||
* | Detabbed. | Jack Jansen | 2003-04-09 | 1 | -266/+266 |
| | |||||
* | Subclasses of ObjectSpecifier can now be packed and unpacked. This allows | Jack Jansen | 2003-03-31 | 1 | -3/+20 |
| | | | | | | you to say something like "talker.count(want=Address_Book.people)" in stead of having to manually create the aetypes.Type(Address_Book.people.want) OSA type. | ||||
* | When in MacPython-OSX use bundlebuilder to create .app bundles. | Jack Jansen | 2003-02-12 | 1 | -0/+4 |
| | |||||
* | Moved aepack test code to the test suite. | Jack Jansen | 2003-01-29 | 1 | -40/+0 |
| | |||||
* | Converted to not use macfs whenever possible. | Jack Jansen | 2003-01-28 | 1 | -18/+18 |
| | |||||
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -0/+385 |
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc). |