- 19 Nis, 2000 12 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
Reformatted wide paragraphs.
-
Greg Ward yazdı
-
Greg Ward yazdı
'\textbackslash'.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
option.
-
Fred Drake yazdı
(4-space indents already used.)
-
Greg Ward yazdı
-
Greg Ward yazdı
in the Makefile that start with "./" to be absolute paths (with the implied root being the directory where the Makefile itself was found).
-
Greg Ward yazdı
information from config.h. Code is still there in case someone in the future needs to parse an autoconf-generated config.h file.
-
Greg Ward yazdı
Two small fixes to 'link_shared_object()'.
-
- 18 Nis, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
values. Untested by me.
-
- 17 Nis, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
<bozon@natur.cuni.cz>. (Mark Hammond, other Python/Windows cognoscenti: please check this!)
-
Fred Drake yazdı
explanation of why you'd want to use it. Based on a question from Michael Simcich <msimcich@accesstools.com>.
-
- 15 Nis, 2000 2 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
- DistutilsOptionError is now documented as it's actually used, ie. to indicate bogus option values (usually user options, eg. from the command-line) - added DistutilsSetupError to indicate errors that definitely arise in the setup script - got rid of DistutilsValueError, and changed all usage of it to either DistutilsSetupError or ValueError as appropriate - simplified a bunch of option get/set methods in Command and Distribution classes -- just pass on AttributeError most of the time, rather than turning it into something else
-
- 14 Nis, 2000 8 kayıt (commit)
-
-
Jeremy Hylton yazdı
Note that comparisons of deeply nested objects can still dump core in extreme cases.
-
Fred Drake yazdı
The following adds support for RTSP (RFC2326) URLs to the standard urlparse.py module. (Augmented by FLD to include rtspu:, specified in the same RFC & OK'd by Anthony.)
-
Greg Ward yazdı
with ":".
-
Greg Ward yazdı
Started spewing "Creating Built Distributions" section.
-
Greg Ward yazdı
rather than cobbling them togethere here.
-
Greg Ward yazdı
'native_path()'.
-
Greg Ward yazdı
than we actually use, and do actually use AR and SO. Run ranlib on static libraries. (Should probably have a platform-check so we don't run ranlib when it's not necessary, ie. on most modern Unices.)
-
Greg Ward yazdı
on Unix either, so should probably disappear entirely.)
-
- 13 Nis, 2000 13 kayıt (commit)
-
-
Fred Drake yazdı
suggestion from Greg Stein.
-
Fred Drake yazdı
-
Fred Drake yazdı
major, minor, micro, level, serial Values are now monotonically increasing with each new release.
-
Fred Drake yazdı
explained).
-
Fred Drake yazdı
is a string "a2", "b1", "c1", or '' for a final release. Added version_info and hexversion to the module docstring.
-
Barry Warsaw yazdı
inserted dictionary values. Also, simplified the logic a bit.
-
Fred Drake yazdı
ihooks.ModuleLoader does not implement reload(mod) correctly: If mod has already been loaded by ModuleLoader, it has been returned from a cache. Added an additional parameter to import_it() to force reloading.
-
Fred Drake yazdı
Updated to version 1.4.
-
Fred Drake yazdı
Added test for Unicode string concatenation.
-
Fred Drake yazdı
Added more documentation. Clarified some existing comments.
-
Fred Drake yazdı
Fixed problem with Unicode string concatenation: u = (u"abc" u"abc") previously dumped core.
-
Fred Drake yazdı
Added test output for Unicode string concatenation test.
-
Fred Drake yazdı
docstrings, the documentation guidelines call for "Unicode", not "unicode". Comply.
-
- 12 Nis, 2000 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-