Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -293/+0 |
| | |||||
* | Convert raise statements in Lib/plat-{mac,os2emx}. | Collin Winter | 2007-08-23 | 1 | -6/+6 |
| | |||||
* | Fix test_scriptpackage with pure will power. | Guido van Rossum | 2006-04-21 | 1 | -4/+10 |
| | | | | | | | | | | I really don't know why I bother; these are all generated files. But I don't recall how to regenerate them nor how to fix the generator. The hardest part was fixing two mutual recursive imports; somehow changing "import foo" into "from . import foo" where foo and bar import each other AND both are imported from __init__.py caused things to break. Bah. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -5/+5 |
| | |||||
* | Re-gegernated with the new gensuitemodule. | Jack Jansen | 2003-06-13 | 1 | -13/+55 |
| | |||||
* | Oops, _propdeclarations and friends are needed: gensuitemodule uses them | Jack Jansen | 2003-04-12 | 1 | -177/+194 |
| | | | | | | | | | to lookup properties declared in base classes. Looking at it I'm not sure what the official scope if the property codes is, maybe it is only the (OSA) class in which they are used. But giving them global scope hasn't been a problem so far. Regenerated the standard suites, which are now also space-indented. | ||||
* | Regenerated with property names with _Prop_ prepended. | Jack Jansen | 2003-04-01 | 1 | -35/+18 |
| | |||||
* | Regenerated again, now clases are sorted by code, and with synonyms after | Jack Jansen | 2003-03-30 | 1 | -0/+245 |
the primary name. |