- 13 Apr, 2000 3 commits
-
-
Fred Drake authored
Fixed problem with Unicode string concatenation: u = (u"abc" u"abc") previously dumped core.
-
Fred Drake authored
Added test output for Unicode string concatenation test.
-
Fred Drake authored
docstrings, the documentation guidelines call for "Unicode", not "unicode". Comply.
-
- 12 Apr, 2000 5 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Greg Ward authored
for the idea).
-
Greg Ward authored
Still some not-quite-standard definitions in here that I have to fix.
-
Greg Ward authored
more consistent with the rest of the Python docs.
-
- 11 Apr, 2000 19 commits
-
-
Fred Drake authored
-
Fred Drake authored
Describe policy on vertical lines in tables.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
cvs2svn authored
-
Guido van Rossum authored
README for each new alpha release.
-
Guido van Rossum authored
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 authored
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 authored
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 authored
Added a few missing whitespace Unicode char mappings. Thanks to Brian Hooper.
-
Guido van Rossum authored
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 authored
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 authored
Added .writelines(), .readlines() and .readline() to all codec classes.
-
Guido van Rossum authored
Modified .splitlines() tests according to the changes in stringobject.c.
-
Guido van Rossum authored
Modified .splitlines() tests according to the changes in unicodeobject.c.
-
Guido van Rossum authored
-
Greg Ward authored
Perhaps these should be added to the standard Python style file?
-
Greg Ward authored
Lots of scattered wording changes.
-
- 10 Apr, 2000 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
IRIX, it doesn't even compile. Added a cast: "where >= (char *)0".
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
Add descriptions for the system variables.
-
Guido van Rossum authored
(everyone who said something remotely useful in the last 100 messages I archived has been added :-).
-
Fred Drake authored
are still C functions, and should be marked.
-
Fred Drake authored
Remove statement that the return value is always NULL; this is generated by the formatting.
-
Jeremy Hylton authored
-
Fred Drake authored
Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description.
-
Fred Drake authored
PyObject* values.
-
Fred Drake authored
do_env_cfuncdesc(): Support the "null" value for the refcounts field in refcounts.dat.
-
Fred Drake authored
PyErr_SetFromErrno() should be "null".
-