- 14 Nis, 2000 7 kayıt (commit)
-
-
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 5 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Greg Ward yazdı
for the idea).
-
Greg Ward yazdı
Still some not-quite-standard definitions in here that I have to fix.
-
Greg Ward yazdı
more consistent with the rest of the Python docs.
-
- 11 Nis, 2000 15 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Describe policy on vertical lines in tables.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
cvs2svn yazdı
-
Guido van Rossum yazdı
README for each new alpha release.
-
Guido van Rossum yazdı
a missing part of the previous checkin message: Marc-Andre Lemburg: Added encoding name attributes to wrapper classes which allow applications to check the used encoding names.
-
Guido van Rossum yazdı
Changed PyUnicode_Splitlines() maxsplit argument to keepends. The maxsplit functionality was replaced by the keepends functionality which allows keeping the line end markers together with the string.
-
Guido van Rossum yazdı
The maxsplit functionality in .splitlines() was replaced by the keepends functionality which allows keeping the line end markers together with the string. Added support for '%r' % obj: this inserts repr(obj) rather than str(obj).
-
Guido van Rossum yazdı
Added a few missing whitespace Unicode char mappings. Thanks to Brian Hooper.
-
Guido van Rossum yazdı
The maxsplit functionality in .splitlines() was replaced by the keepends functionality which allows keeping the line end markers together with the string.
-
Guido van Rossum yazdı
Added special case to unicode(): when being passed a Unicode object as first argument, return the object as-is. Raises an exception when given a Unicode object *and* an encoding name.
-
Guido van Rossum yazdı
Added .writelines(), .readlines() and .readline() to all codec classes.
-
Guido van Rossum yazdı
Modified .splitlines() tests according to the changes in stringobject.c.
-