- 14 Apr, 2000 1 commit
-
-
Greg Ward authored
on Unix either, so should probably disappear entirely.)
-
- 13 Apr, 2000 13 commits
-
-
Fred Drake authored
suggestion from Greg Stein.
-
Fred Drake authored
-
Fred Drake authored
major, minor, micro, level, serial Values are now monotonically increasing with each new release.
-
Fred Drake authored
explained).
-
Fred Drake authored
is a string "a2", "b1", "c1", or '' for a final release. Added version_info and hexversion to the module docstring.
-
Barry Warsaw authored
inserted dictionary values. Also, simplified the logic a bit.
-
Fred Drake authored
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 authored
Updated to version 1.4.
-
Fred Drake authored
Added test for Unicode string concatenation.
-
Fred Drake authored
Added more documentation. Clarified some existing comments.
-
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 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
IRIX, it doesn't even compile. Added a cast: "where >= (char *)0".
-