- 13 Aug, 1997 11 commits
-
-
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 16 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.
-
Guido van Rossum authored
Look in more env vars (for NT: TEMP, TMP).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the buffer used to hold the array -- for dangerous low-level I/O.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 11 Aug, 1997 3 commits
-
-
Guido van Rossum authored
(1) No longer close self.sock; close it on close(). (Guido) (2) Don't use regular expressions for what can be done simply with string.split() -- regex is thread unsafe. (Jeremy) (3) Delete unused imports. (Jeremy)
-
Guido van Rossum authored
Also cleaned out some CR's left by the VC++ editor.
-
Guido van Rossum authored
by default children are waited for automatically.
-
- 10 Aug, 1997 2 commits
-
-
Guido van Rossum authored
inserting tabs. All this (and the previous patch) in preparation for porting to NT.
-
Guido van Rossum authored
the install directory. Added -h option to print the full usage message; by default, only two lines are now printed for errors.
-
- 09 Aug, 1997 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 08 Aug, 1997 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
flags for open().
-
Barry Warsaw authored
-
Jack Jansen authored
aliases (Just)
-
Jack Jansen authored
- Fixed Property class: selector is a 'type', not an 'enum'
-
Jack Jansen authored
-