1. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  2. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  3. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  4. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  5. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 13 years ago
  6. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  7. a3a5050 Silence DeprecationWarnings from uses of has_key and <> in plat-mac. by Mark Dickinson · 14 years ago
  8. 74c5c2b Replace backquotes with repr(), to silence a SyntaxWarning. by Mark Dickinson · 14 years ago
  9. 920fd66 Ensure 'module removed' warning messages contain the word 'module' or 'package'. by Mark Dickinson · 14 years ago
  10. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  11. 1f6176e Fix some name errors in Mac modules. by Georg Brandl · 15 years ago
  12. 626faeb Fix for issue 4937 by Ronald Oussoren · 15 years ago
  13. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  14. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  15. 072bb40 Fix for issues #841800 and #900506 by Ronald Oussoren · 16 years ago
  16. abcc168 Fix for issue 1149804 by Ronald Oussoren · 16 years ago
  17. 919697c Fix for issue r1737832 by Ronald Oussoren · 16 years ago
  18. 7f8cbf0 Fix for issue 1627952 by Ronald Oussoren · 16 years ago
  19. 63b74fe Fix for issue 900949 by Ronald Oussoren · 16 years ago
  20. a6864e0 fix test_py3kwarns by Benjamin Peterson · 16 years ago
  21. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  22. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
  23. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  24. 26f545c Fix for issue #2520 (cannot import macerrors) by Ronald Oussoren · 16 years ago
  25. f2ef92c Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard by Ronald Oussoren · 16 years ago
  26. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  27. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  28. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 17 years ago
  29. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 17 years ago
  30. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  31. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 17 years ago
  32. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 17 years ago
  33. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  34. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  35. 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 18 years ago
  36. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  37. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  38. cbd7b75 Whitespace normalization. by Tim Peters · 18 years ago
  39. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  40. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 18 years ago
  41. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 18 years ago
  42. 8142cb6 Damn another occurrence of using as as a keywordf by Neal Norwitz · 19 years ago
  43. de540e2 Got rid of byte-order dependencies. by Jack Jansen · 19 years ago
  44. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  45. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  46. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  47. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  48. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  49. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  50. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  51. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  52. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  53. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  54. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  55. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  56. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  57. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  58. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  59. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  60. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  61. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  62. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  63. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  64. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  65. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  66. 118e127 Two issues spotted by Ronald OUssoren: by Jack Jansen · 21 years ago
  67. c32cec1 Don't use "dict" as a variable, it shadows the builtin. Spotted by Bob Ippolito. by Jack Jansen · 21 years ago
  68. 0576d0a Force option should be applied to a single package, not recursively by Jack Jansen · 21 years ago
  69. 989ddc0 - Added a downloader using urllib2 in stead of curl, based on code by Jack Jansen · 21 years ago
  70. 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 21 years ago
  71. afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 21 years ago
  72. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  73. 73b94da Wrapper modules for _Launch and _OSA weren't added yet. Fixed. by Jack Jansen · 21 years ago
  74. da78a5d Finished update to universal header 3.4.2. by Jack Jansen · 21 years ago
  75. 5a4071a Reverting to previous version, which works. And I don't really care about by Jack Jansen · 21 years ago
  76. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  77. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  78. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  79. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  80. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  81. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  82. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  83. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  84. be56aae #765903: by Just van Rossum · 21 years ago
  85. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  86. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  87. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  88. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  89. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  90. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  91. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  92. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  93. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  94. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  95. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  96. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  97. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  98. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  99. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  100. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago