- 13 Nis, 2000 5 kayıt (commit)
-
-
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 19 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.
-
Guido van Rossum yazdı
Modified .splitlines() tests according to the changes in unicodeobject.c.
-
Guido van Rossum yazdı
-
Greg Ward yazdı
Perhaps these should be added to the standard Python style file?
-
Greg Ward yazdı
Lots of scattered wording changes.
-
- 10 Nis, 2000 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
IRIX, it doesn't even compile. Added a cast: "where >= (char *)0".
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Add descriptions for the system variables.
-
Guido van Rossum yazdı
(everyone who said something remotely useful in the last 100 messages I archived has been added :-).
-
Fred Drake yazdı
are still C functions, and should be marked.
-
Fred Drake yazdı
Remove statement that the return value is always NULL; this is generated by the formatting.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description.
-
Fred Drake yazdı
PyObject* values.
-