- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Tem, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
Editing of bgenlocations.py isn't easy if your Python was supplied by Apple.
-
- 13 Mar, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
- there were no accessor functions for the global per-database fields - packages and their dependencies were installed in order in stead of in reverse order.
-
Jack Jansen yazdı
Bob Ippolito.
-
Jack Jansen yazdı
to its dependencies. Fixes #733819.
-
- 11 Mar, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
donated by Kevin Ollivier. This is now the default downloader. - Added a watcher mechanism, whereby downloaders and unpackers (and, later builders) can give status feedback to the user. When running pimp as a command line tool in verbose mode print this output.
-
- 28 Şub, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
preferences object.
-
Jack Jansen yazdı
- Try not only "darwin-7.X.Y" but also "darwin-7.X" and "darwin-7", so far we've never had to create anew database for a minor release. - Distinguish between the various different installs (user-installed MacPython, apple-installed MacPython, other).
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 09 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 05 Ara, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the new waste functionality because it's probably going to be dropped anyway.
-
- 03 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
-
- 02 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Things will definitely change before 2.4, but for now use a slightly different URL.
-
- 19 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
later.
-
- 18 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
after some minor mods. Fixes #803498, but should NOT be backported because the original problem seems to be unreproducable.
-
- 21 Tem, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Pimp crashed if you tried to install a non-installable package, in stead of printing a decent error message. Fixes #773450..
-
- 10 Tem, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
until now: the inheritance of default values was the wrong way around. This caused app bundles to get a type of "BNDL" instead of "APPL". Apparently this is not a problem until you try to drag your app to the dock. ----------------------------------------------------------------------
-
Just van Rossum yazdı
-
- 04 Tem, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
- added bundle_id/--bundle-id option, to specify the CFBundleIndentifier #765615: - in the appropriate situation, prepend $PATH with our path instead of setting it.
-
Jack Jansen yazdı
line also use this as the executable in the bundle.
-
- 01 Tem, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
- use isinstance instead of flaky file-detection code
-
- 29 Haz, 2003 3 kayıt (commit)
-
-
Just van Rossum yazdı
- don't use "abc" in aString - don't reorganize extension modules when not using zipimport
-
Just van Rossum yazdı
installed Python, yet include any modules not in the std lib - reworked extension module inclusion code: put all .so files in a subdirectory of Contents/Resources/, but more importantly, correctly support extensions that are submodules.
-
-
- 21 Haz, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 20 Haz, 2003 5 kayıt (commit)
-
-
Just van Rossum yazdı
- move the normpath stuff around a bit - added dubious special case to addPythonFramework()
-
Just van Rossum yazdı
-
Just van Rossum yazdı
executable in the bundle. Therefore got rid of the "binaries" attribute.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 18 Haz, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
we don't get infinite recursion for suites that don't have an application class. Also got rid of some tabs.
-
Jack Jansen yazdı
class.
-
- 13 Haz, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the toplevel package. This already worked for elements, but now for properties too. Fixes #753925. - Even better, the toplevel class (such as Finder.Finder) now inherits the element and property dictionaries of its application class and has the necessary glue to allow you to say f = Finder.Finder() f.get(f.name)
-
- 01 Haz, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
prefixes, any file that is skipped during a per-user install that matches this set is *not* an error; Systemwide-only is a boolean that says the package cannot be installer per-user.
-
Jack Jansen yazdı
shortdescription() so the code to split off the first line of the description isn't all over the place.
-
- 29 May, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
-