Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -1/+1 |
| | | | | Thanks to Wummel for the patch | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -3/+3 |
| | |||||
* | Re-gegernated with the new gensuitemodule. | Jack Jansen | 2003-06-13 | 1 | -1/+5 |
| | |||||
* | Oops, _propdeclarations and friends are needed: gensuitemodule uses them | Jack Jansen | 2003-04-12 | 1 | -437/+477 |
| | | | | | | | | | 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 | -89/+49 |
| | |||||
* | Regenerated again, now clases are sorted by code, and with synonyms after | Jack Jansen | 2003-03-30 | 1 | -0/+578 |
the primary name. |