1. 6d199ef Remove unneeded import. by Collin Winter · 17 years ago
  2. 6dab795 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  3. e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 17 years ago
  4. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  5. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  6. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  7. cd869d8 SF patch# 1769016 by James Brotchie. by Guido van Rossum · 17 years ago
  8. f9b95d4 Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) by Neal Norwitz · 17 years ago
  9. f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 17 years ago
  10. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  11. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  12. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  13. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  14. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  15. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  16. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  17. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  18. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  19. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  20. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  21. b38e2bc Fix plistlib to work with dict views. by Brett Cannon · 18 years ago
  22. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  23. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  24. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  27. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  28. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  29. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  30. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  31. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  32. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  33. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  34. 6da4856 Fix test_scriptpackage with pure will power. by Guido van Rossum · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. 69e8084 Fix two errors that prevented "make libinstall" from working: by Guido van Rossum · 18 years ago
  37. a0bc30f Remove another use of as as a keyword by Neal Norwitz · 18 years ago
  38. f84c38a Damn another occurrence of using as as a keywordf by Neal Norwitz · 18 years ago
  39. d910855 Remove apply() by Neal Norwitz · 18 years ago
  40. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  41. de540e2 Got rid of byte-order dependencies. by Jack Jansen · 19 years ago
  42. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  43. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  44. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  45. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  46. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  47. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  48. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  49. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  50. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  51. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  52. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  53. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  54. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  55. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  56. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  57. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  58. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  59. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  60. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  61. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  62. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  63. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  64. 118e127 Two issues spotted by Ronald OUssoren: by Jack Jansen · 20 years ago
  65. c32cec1 Don't use "dict" as a variable, it shadows the builtin. Spotted by Bob Ippolito. by Jack Jansen · 20 years ago
  66. 0576d0a Force option should be applied to a single package, not recursively by Jack Jansen · 20 years ago
  67. 989ddc0 - Added a downloader using urllib2 in stead of curl, based on code by Jack Jansen · 20 years ago
  68. 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 20 years ago
  69. afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 20 years ago
  70. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  71. 73b94da Wrapper modules for _Launch and _OSA weren't added yet. Fixed. by Jack Jansen · 21 years ago
  72. da78a5d Finished update to universal header 3.4.2. by Jack Jansen · 21 years ago
  73. 5a4071a Reverting to previous version, which works. And I don't really care about by Jack Jansen · 21 years ago
  74. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  75. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  76. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  77. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  78. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  79. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  80. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  81. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  82. be56aae #765903: by Just van Rossum · 21 years ago
  83. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  84. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  85. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  86. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  87. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  88. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  89. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  90. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  91. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  92. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  93. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  94. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  95. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  96. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  97. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  98. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago
  99. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  100. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago