| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of byte-order dependencies. | Jack Jansen | 2006-02-23 | 1 | -2/+2 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 2 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 2 | -5/+5 |
|
|
* | Allow relative URLs for included databases and packages. | Jack Jansen | 2005-01-07 | 1 | -4/+7 |
|
|
* | - Added an "installer" flavor, which uses the "open" command to install | Jack Jansen | 2005-01-03 | 1 | -7/+43 |
|
|
* | - getDefaultDatabase wasn't listed in __all__. | Jack Jansen | 2004-12-28 | 1 | -2/+2 |
|
|
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 2 | -7/+13 |
|
|
* | On second thought: "Errors should never pass silently", so barf when a | Just van Rossum | 2004-11-12 | 1 | -3/+6 |
|
|
* | - \f is not a valid XML character | Just van Rossum | 2004-11-12 | 1 | -3/+4 |
|
|
* | reordered a couple of things | Just van Rossum | 2004-11-12 | 1 | -5/+6 |
|
|
* | Made <data> output match Apple's exactly. To do that I had to add a custom | Just van Rossum | 2004-10-26 | 1 | -6/+21 |
|
|
* | also escape '>', to closer match Apple's plist output | Just van Rossum | 2004-10-26 | 1 | -0/+1 |
|
|
* | Deprecating Dict class; going through a few hoops to get the warnings right. | Just van Rossum | 2004-10-26 | 1 | -20/+29 |
|
|
* | - Removed Date class. We don't really need it for b/w compatibility since | Just van Rossum | 2004-10-26 | 1 | -52/+25 |
|
|
* | - added two more convenience functions: readPlistFromString() and | Just van Rossum | 2004-10-26 | 1 | -15/+30 |
|
|
* | Updated doc strings. | Just van Rossum | 2004-10-25 | 1 | -3/+2 |
|
|
* | Deprecate Plist class | Just van Rossum | 2004-10-25 | 1 | -2/+8 |
|
|
* | Removed superfluous **kwargs constructor cruft: this class predates | Just van Rossum | 2004-10-25 | 1 | -8/+0 |
|
|
* | Patch from Bob Ippolito, slighly edited: | Just van Rossum | 2004-10-25 | 1 | -16/+77 |
|
|
* | removed 2.2 support | Just van Rossum | 2004-10-02 | 1 | -74/+3 |
|
|
* | Which reminds me, I've had a much improved plistlib.py lying around for | Just van Rossum | 2004-10-02 | 1 | -85/+113 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 79 | -1626/+1610 |
|
|
* | Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. | Jack Jansen | 2004-07-15 | 1 | -0/+8 |
|
|
* | Two issues spotted by Ronald OUssoren: | Jack Jansen | 2004-03-13 | 4 | -3/+2234 |
|
|
* | Don't use "dict" as a variable, it shadows the builtin. Spotted by | Jack Jansen | 2004-03-13 | 1 | -13/+13 |
|
|
* | Force option should be applied to a single package, not recursively | Jack Jansen | 2004-03-13 | 1 | -1/+1 |
|
|
* | - Added a downloader using urllib2 in stead of curl, based on code | Jack Jansen | 2004-03-11 | 1 | -51/+137 |
|
|
* | getDefaultDatabase() should be a toplevel function, not a method of the | Jack Jansen | 2004-02-28 | 1 | -48/+46 |
|
|
* | Started on version 0.4: better scheme for finding correct database: | Jack Jansen | 2004-02-28 | 1 | -4/+50 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 8 | -69/+66 |
|
|
* | Wrapper modules for _Launch and _OSA weren't added yet. Fixed. | Jack Jansen | 2003-12-09 | 2 | -0/+2 |
|
|
* | Finished update to universal header 3.4.2. | Jack Jansen | 2003-12-05 | 19 | -79/+443 |
|
|
* | Reverting to previous version, which works. And I don't really care about | Jack Jansen | 2003-12-05 | 1 | -83/+0 |
|
|
* | Adding an interface to the high-level Open Scripting Architecture, | Jack Jansen | 2003-12-03 | 2 | -0/+212 |
|
|
* | An interface to the LaunchServices API. | Jack Jansen | 2003-12-02 | 1 | -0/+65 |
|
|
* | 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. | Jack Jansen | 2003-11-27 | 1 | -1/+1 |
|
|
* | Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed | Jack Jansen | 2003-11-19 | 1 | -16/+3 |
|
|
* | Modified version by Bob Ippolito. It passes the just-added test_applesingle | Jack Jansen | 2003-11-18 | 1 | -63/+100 |
|
|
* | Backport from r23c1-branch: | Jack Jansen | 2003-07-21 | 1 | -2/+2 |
|
|
* | Fixed a bug that's been there from the beginning but wasn't noticed | Just van Rossum | 2003-07-10 | 1 | -3/+3 |
|
|
* | don't optimize empty strings | Just van Rossum | 2003-07-10 | 1 | -1/+1 |
|
|
* | #765903: | Just van Rossum | 2003-07-04 | 1 | -5/+22 |
|
|
* | If a --python option is used to specify the Python to use in the #! | Jack Jansen | 2003-07-04 | 1 | -1/+4 |
|
|
* | - replaced a couple of asserts with proper exceptions | Just van Rossum | 2003-07-01 | 1 | -4/+5 |
|
|
* | restore 2.2 compatibility: | Just van Rossum | 2003-06-29 | 1 | -11/+11 |
|
|
* | - added --semi-standalone option that builds apps that depend on an | Just van Rossum | 2003-06-29 | 1 | -26/+50 |
|
|
* | Use http://www.python.org/packman as the base URL. Also upped the version | Jack Jansen | 2003-06-29 | 1 | -3/+3 |
|
|
* | some old changes to this unused module | Just van Rossum | 2003-06-21 | 1 | -13/+6 |
|
|
* | changed 8-space indentation to 4 | Just van Rossum | 2003-06-21 | 4 | -1935/+1935 |
|
|
* | - do the right thing with symlinks inside directories we're copying | Just van Rossum | 2003-06-20 | 1 | -6/+13 |
|
|