1. e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 18 years ago
  2. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  3. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
  4. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  5. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  6. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  7. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 19 years ago
  8. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 19 years ago
  9. d910855 Remove apply() by Neal Norwitz · 19 years ago
  10. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  12. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 22 years ago
  13. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 22 years ago
  14. 36d49a9 The identify() description didn't match the code. Fixed. by Jack Jansen · 22 years ago
  15. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 22 years ago
  16. 0ae3220 Detabbed. by Jack Jansen · 22 years ago
  17. bc95605 Properties (like enums) are not in the global namespace but only valid by Jack Jansen · 22 years ago
  18. 3279cb0 Turned the suite compiler into an object. by Jack Jansen · 22 years ago
  19. 18c9b13 - All messages are now dependent on the --verbose option. by Jack Jansen · 22 years ago
  20. 2dc16f2 Classes have to be sorted by code, not name, and synonyms have to by Jack Jansen · 22 years ago
  21. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 22 years ago[Renamed from Mac/scripts/gensuitemodule.py]
  22. 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 22 years ago
  23. 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 22 years ago
  24. 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 22 years ago
  25. 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 22 years ago
  26. 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 22 years ago
  27. 7cb016d Not all objects have an _propdict and _privpropdict, so cater for that. by Jack Jansen · 22 years ago
  28. 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 22 years ago
  29. 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 22 years ago
  30. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 22 years ago
  31. fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 22 years ago
  32. df976ca Use new file dialogs. by Jack Jansen · 23 years ago
  33. 7ff034b Fixed incorrect logic in determining whether we should initialize by Jack Jansen · 23 years ago
  34. 21f6758 - If an OSA identifier is a Python reserved word we now append an _ by Jack Jansen · 23 years ago
  35. 2f7f8c4 Don't be over-enthusiastic with the ascii() calls: we don't need it if by Jack Jansen · 23 years ago
  36. 8b77767 Donovan Preston's patch #538395, with some mods by me. by Jack Jansen · 23 years ago
  37. 1898353 First part of fix for #493826: if 'errn' key exists in return value this doesn't necesarily signal an error, only if the value is non-zero it does. This by Jack Jansen · 23 years ago
  38. 4092606 Modified to allow it to run in MachoPython in a reasonable way. It still by Jack Jansen · 23 years ago
  39. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 24 years ago
  40. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 24 years ago
  41. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 24 years ago
  42. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 24 years ago
  43. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
  44. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 24 years ago
  45. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 25 years ago
  46. 6aa92c5 - identify() enum names. by Jack Jansen · 25 years ago
  47. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 25 years ago
  48. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 25 years ago
  49. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 25 years ago
  50. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 25 years ago
  51. 6654422 Generate class, property and comparison code (finally!). The resulting by Jack Jansen · 28 years ago
  52. 977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors by Jack Jansen · 29 years ago
  53. a2408e9 Fixed code generated for an argument of type **** by Jack Jansen · 29 years ago
  54. 32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) by Jack Jansen · 29 years ago
  55. 18a99f5 Changed creator from PYTH to Pyth by Jack Jansen · 29 years ago
  56. 7321514 Fixed bug in optional argument error checking (and generated all suites anew). by Jack Jansen · 30 years ago
  57. 8426477 Modified/recreated to use keyword arguments by Jack Jansen · 30 years ago
  58. 9d19a91 Added prompt to getfile dialog Renumbered resources by Jack Jansen · 30 years ago
  59. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 30 years ago