- 12 Aug, 1997 11 commits
-
-
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 12 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
-
Jack Jansen authored
Py_SetProgramName replaces Py_GetProgramName
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
projects unified (as much as possible: PythonCore is still separate).
-
Jack Jansen authored
project files, which have to be cleaned up before checking in, .prj files are CW Pro 1 projects (which are always clean). Prj files are still binhexed, even though they only have a data fork (and, hence, could be checked in in binary mode).
-
Jack Jansen authored
code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work if all the classes and properties are declared in the same suite, but at least font(Paragraph(3, Window(1))) always works.
-
- 07 Aug, 1997 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
under WIN32 -- remove file handler interface, don't use Py_input_hook.
-
Guido van Rossum authored
main_nt.c is gone -- we can use Modules/python.c now. Added Mark Hammond's module msvcrt.c (untested). Added several new symbols.
-
- 06 Aug, 1997 1 commit
-
-
Guido van Rossum authored
-
- 05 Aug, 1997 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Add Py_input_hook (used by _tkinter and perhaps Gist).
-
Guido van Rossum authored
-
Guido van Rossum authored
-