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