Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 5 | -3712/+0 |
| | | | | | | | 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). | ||||
* | Regenerated with OSA class inheritance and fix for non-ascii chars. | Jack Jansen | 2002-08-07 | 5 | -161/+370 |
| | |||||
* | Second part of fix for #493826: regenerated suite modules so errn exists but ↵ | Jack Jansen | 2002-04-23 | 4 | -52/+52 |
| | | | | | | == 0 doesn't signal an error. Bugfix candidate. | ||||
* | Regenerated to take advantage of new _builtinSuites package. | Jack Jansen | 2002-01-22 | 5 | -324/+272 |
| | |||||
* | quit() wasn't included in the suite. This is a quick manual patch to add it. | Jack Jansen | 2001-10-23 | 1 | -1/+2 |
| | |||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 3 | -24/+24 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Regenerated with fixes to gensuitemodule. | Jack Jansen | 2000-08-20 | 2 | -9/+9 |
| | |||||
* | Package with suites for talking to CodeWarrior. | Jack Jansen | 2000-08-17 | 5 | -0/+3554 |