- 07 Apr, 2000 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
The copytree function doesn't pass the symlinks parameter in recursicve calls
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support.
-
Jack Jansen authored
-
Jack Jansen authored
Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future.
-
Jack Jansen authored
-
Guido van Rossum authored
representation of code objects when optimization is on (python -O). It was always reported as -1 instead of the real lineno.
-
- 06 Apr, 2000 25 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
doesn't mean what the Python programmer thought...
-
Fred Drake authored
Clean up several markup problems & inconsistencies.
-
Fred Drake authored
unicode(): Added \versionadded{} annotations.
-
Fred Drake authored
Added UnicodeType.
-
Fred Drake authored
Added note that Unicode strings are picklable.
-
Fred Drake authored
standard exceptions), added documentation of UnboundLocalError.
-
Guido van Rossum authored
-
Fred Drake authored
Added UnicodeError description.
-
Fred Drake authored
Add Unicode strings to the list of marshalable types.
-
Guido van Rossum authored
reduce the size of python16.dll to almost its 1.5.2 size, and remove dependencies on winsock unless sockets are actually used. Note that soundex is simply no longer supported.
-
Fred Drake authored
-
Fred Drake authored
Documentation for unichr(), unicode(), update for ord().
-
Guido van Rossum authored
moved to their own DLLs, or are obsolete (soundex).
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
codecs module documentation, with some preliminary markup adjustments from FLD.
-
Fred Drake authored
Tutorial information about Unicode strings in Python, with some markup adjustments from FLD.
-
Fred Drake authored
API documentation for Unicode support from C.
-
Fred Drake authored
those markups! <with-mixed-feelings>
-
Fred Drake authored
Added Unicode type to the language reference.
-
Guido van Rossum authored
(Mark Hammond.)
-
Guido van Rossum authored
-
Greg Ward authored
-
- 05 Apr, 2000 4 commits
-
-
Fred Drake authored
B. Hartwell <slt5v@cc.usu.edu>. Removed second copy of the "See also" section!
-
Fred Drake authored
in the mimetools documentation. Suggested by Skip Montanaro <skip@mojam.com>.
-
Jack Jansen authored
-
Guido van Rossum authored
-