1. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  2. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  3. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  4. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  5. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  6. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  7. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  8. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  9. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  10. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  11. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  12. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  13. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  14. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  15. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  16. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  17. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  18. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  19. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  20. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  21. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  22. 118e127 Two issues spotted by Ronald OUssoren: by Jack Jansen · 20 years ago
  23. c32cec1 Don't use "dict" as a variable, it shadows the builtin. Spotted by Bob Ippolito. by Jack Jansen · 20 years ago
  24. 0576d0a Force option should be applied to a single package, not recursively by Jack Jansen · 20 years ago
  25. 989ddc0 - Added a downloader using urllib2 in stead of curl, based on code by Jack Jansen · 20 years ago
  26. 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 20 years ago
  27. afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 20 years ago
  28. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  29. 73b94da Wrapper modules for _Launch and _OSA weren't added yet. Fixed. by Jack Jansen · 21 years ago
  30. da78a5d Finished update to universal header 3.4.2. by Jack Jansen · 21 years ago
  31. 5a4071a Reverting to previous version, which works. And I don't really care about by Jack Jansen · 21 years ago
  32. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  33. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  34. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  35. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  36. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  37. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  38. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  39. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  40. be56aae #765903: by Just van Rossum · 21 years ago
  41. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  42. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  43. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  44. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  45. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  46. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  47. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  48. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  49. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  50. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  51. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  52. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  53. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  54. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  55. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  56. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago
  57. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  58. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
  59. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  60. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  61. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  62. 5d6ad75 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail by Just van Rossum · 21 years ago
  63. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 21 years ago
  64. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 21 years ago
  65. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 21 years ago
  66. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  67. d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 21 years ago
  68. 6432f78 Only return a warning message about not all files being unpacked if there by Jack Jansen · 21 years ago
  69. 36d49a9 The identify() description didn't match the code. Fixed. by Jack Jansen · 21 years ago
  70. 20fa675 Allow switching of install dir after creation of preferences. by Jack Jansen · 21 years ago
  71. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 21 years ago
  72. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 21 years ago
  73. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  74. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  75. 9dd7810 Sigh... The get() and set() commands are not declared in the aete for by Jack Jansen · 21 years ago
  76. 842273b Regenerated with property names with _Prop_ prepended. by Jack Jansen · 21 years ago
  77. bc95605 Properties (like enums) are not in the global namespace but only valid by Jack Jansen · 21 years ago
  78. 3279cb0 Turned the suite compiler into an object. by Jack Jansen · 21 years ago
  79. 18c9b13 - All messages are now dependent on the --verbose option. by Jack Jansen · 21 years ago
  80. fc71026 Subclasses of ObjectSpecifier can now be packed and unpacked. This allows by Jack Jansen · 21 years ago
  81. 397e914 In TalkTo.send(), check that we have access to the window manager, by Jack Jansen · 21 years ago
  82. 068a1e2 Regenerated again, now clases are sorted by code, and with synonyms after by Jack Jansen · 21 years ago
  83. 2dc16f2 Classes have to be sorted by code, not name, and synonyms have to by Jack Jansen · 21 years ago
  84. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  85. 694570e Regenerated with the new way to get terminology (through AppleEvents), by Jack Jansen · 21 years ago
  86. d6ab153 On OSX the finder will return from an open() event before the application by Jack Jansen · 21 years ago
  87. d4885f8 Sigh: didn't catch all lists that needed to be sorted. Regenerated again. by Jack Jansen · 21 years ago
  88. 7377bec Regenerated (from resource files) with sorting version of gensuitemodule. by Jack Jansen · 21 years ago
  89. 52fbe53 Allow floating point values in ProgressBar. by Jack Jansen · 21 years ago
  90. b46bebf Regenerated with Donovan Prestons patch #702620. by Jack Jansen · 21 years ago
  91. 5c83bb0 use os.path.realpath() instead of os.readlink() by Just van Rossum · 21 years ago
  92. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 21 years ago
  93. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 21 years ago
  94. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 21 years ago
  95. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 21 years ago
  96. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 21 years ago
  97. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 21 years ago
  98. 1c8501e Filter out macfs warning. by Jack Jansen · 21 years ago
  99. 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 21 years ago
  100. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 21 years ago