- 14 Aug, 1997 20 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
usable createfilehandler). Define HAVE_CREATEFILEHANDLER to test later. Also other Mac specific patches by Jack.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
added some caveats.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
installed version.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
status from main() and call sys.exit(main()) in the startup stub at the end of the file.
-
Guido van Rossum authored
bugginess has been fixed.
-
Guido van Rossum authored
different in a future version.
-
Guido van Rossum authored
-
Guido van Rossum authored
0.3 won't break on Windows.
-
Guido van Rossum authored
-
Guido van Rossum authored
mime_encode_header().
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Aug, 1997 17 commits
-
-
Jeremy Hylton authored
Change default alloc size for uncompressing to 16K. Remove comment about core dumps when an invalid window sizes is used. This bug has been fixed in zlib 1.0.4. Two new optional arguments to decompress, wbits and bufsize. wbits specifies the window size and bufsize specifies the initial output string size. In decompression code -- decompress and decompressobj methods -- use a Python string (and _PyString_Resize) to collect the uncompressed stream. Replaces a separate buffer that was copied into a string. Fix bug in decompress that caused it to always realloc the buffer when it was finished decompressing. Modernized handling of optional arguments to compressobj. Updated doc strings.
-
Guido van Rossum authored
After this I will be using 5.0, which has binary workspace files...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
realloc. (Fixed in PyZlib_unflush.)
-
Guido van Rossum authored
-
Guido van Rossum authored
is now obsolete), and changed the default path calculations. $PYTHONPATH is now added as a prefix (like it's always been on Unix); $PYTHONHOME takes precedence over the program pathname; and only one landmark is needed.
-
Guido van Rossum authored
of Python file objects. Added open_osfhandle() (Mark had done some work for that), get_osfhandle(), setmode(), and the console I/O functions kbhit(), getch(), getche(), ungetch(), and putch().
-
Guido van Rossum authored
lives to the end of the path. (Still to do: add $PYTHONPATH to the front instead of using it as is; add the Win32 registry paths as in getpath_nt.c (which can then retire).)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
ModuleLoader.load_module! (Thanks to Daniel Larsson who complained about this.)
-
Guido van Rossum authored
-
Guido van Rossum authored
Removed handling of \e, \cX escapes, following a string-SIG discussion. Fixed minor typos in re.py re.error is now set equal to reop.error. Move definition of constants like NORMAL and CHARCLASS into reop, which exports them; re.py was changed to import them from reop. Added C equivalents of _expand and expand_escape to reop, and changed re.py to use them.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 12 Aug, 1997 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- Moved most imports to the top, for faster loadingf when using ni. - Always open the temp file in binary mode.
-