summaryrefslogtreecommitdiff
path: root/Lib/plat-mac/gensuitemodule.py
Commit message (Expand)AuthorAgeFilesLines
* Silence DeprecationWarnings from uses of has_key and <> in plat-mac.Mark Dickinson2010-04-031-11/+11
* fix test_py3kwarnsBenjamin Peterson2008-07-141-1/+1
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-84/+84
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-29/+29
* An indenting error in the code made it miss some suites that have an applicationJack Jansen2003-06-181-2/+2
* - Allow access to poperties of the "application" OSA class directly fromJack Jansen2003-06-131-2/+12
* The identify() description didn't match the code. Fixed.Jack Jansen2003-04-161-1/+1
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-22/+20
* Detabbed.Jack Jansen2003-04-091-1067/+1081
* Properties (like enums) are not in the global namespace but only validJack Jansen2003-04-011-23/+23
* Turned the suite compiler into an object.Jack Jansen2003-04-011-254/+258
* - All messages are now dependent on the --verbose option.Jack Jansen2003-04-011-47/+85
* Classes have to be sorted by code, not name, and synonyms have toJack Jansen2003-03-301-2/+19
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-0/+1132