- 19 Aug, 1999 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 18 Aug, 1999 6 commits
-
-
Guido van Rossum authored
ftp://user@host//root/path: the double slash in the pathname means to go to the root directory even if the initial directory isn't the root.
-
Barry Warsaw authored
-
Barry Warsaw authored
(interrupted system call) when getting the device information. I've never seen it, but this patch should take care of the problem. If we get that exception and we're polling, just return since we'll wake up again soon and get the right information. If we're not polling, try 4 times and then give up.
-
Guido van Rossum authored
the data fork *is* copied).
-
Guido van Rossum authored
ftp://user@host//root/path: the double slash in the pathname means to go to the root directory even if the initial directory isn't the root.
-
Guido van Rossum authored
-
- 14 Aug, 1999 7 commits
-
-
Greg Ward authored
-
Greg Ward authored
Initial revision only includes support for POSIX-style fork-and-exec.
-
Greg Ward authored
Added 'verbose' and 'dry_run' parameters to constructor. Changed 'compile()', 'link_*()' to default lists arguments to None rather than empty list. Added implementations of the filename-mangling methods mandated by the CCompiler interface.
-
Greg Ward authored
'new_compiler()' factory function. Added 'runtime_library_dirs' list (for -R linker option) and methods to manipulate it. Deleted some obsolete comments. Added all the filename manglign methods: 'object_filenames()', 'shared_object_filename()', 'library_filename()', 'shared_library_filename()'. Added 'spawn()' method (front end to the "real" spawn).
-
Greg Ward authored
-
Greg Ward authored
Better error messages for bad entries in option table.
-
Greg Ward authored
-
- 13 Aug, 1999 2 commits
-
-
Barry Warsaw authored
-
Fred Drake authored
waitpid().
-
- 11 Aug, 1999 4 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
be clearer.
-
Guido van Rossum authored
same directory as __file__, rather than searching for it along sys.path. This works better when idle is a package.
-
Guido van Rossum authored
-
- 10 Aug, 1999 3 commits
-
-
Barry Warsaw authored
convenient to call py-shell before the first Python file has been visited.
-
Greg Ward authored
- did away with 'comment_re' option -- it's just not that simple anymore - heavily revised the main logic in 'readline()' to accomodate this Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is automatically converted to a string.
-
Andrew M. Kuchling authored
object, if required.
-
- 09 Aug, 1999 2 commits
-
-
Fred Drake authored
raised. Prompted by Barry's whining. ;-0
-
Guido van Rossum authored
-
- 07 Aug, 1999 1 commit
-
-
Guido van Rossum authored
Also got rid of unnecessary use of eval() and regsub.gsub().
-
- 05 Aug, 1999 3 commits
-
-
Fred Drake authored
buffer size, I/O I/O control, buffering line-buffered I/O unbuffered I/O
-
Fred Drake authored
-
Fred Drake authored
-
- 04 Aug, 1999 4 commits
-
-
Guido van Rossum authored
""" Following up Robin Dunn's troubles with freeze, here's a patch that fixes an oddity regarding the import logic of shared modules on AIX. Symbol resolution of shared modules is now handled properly for the cases when the python library is linked to a binary with an arbitrary name. This includes the standard python[version] executable, but also applications that are embedding the python core (i.e. linked with libpython[version].a, the latter being static or shared). """
-
Fred Drake authored
Greg Stein: Please help with this; it's your baby!
-
Fred Drake authored
constructors didn't miss this). Raise MemoryError if malloc() fails, instead of just returning NULL.
-
Jack Jansen authored
testing whether EnterMovies points to an actual routine or is a null pointer).
-
- 03 Aug, 1999 3 commits
-
-
Guido van Rossum authored
names, some suggested by Joe Ellsworth.
-
Guido van Rossum authored
Treat them as read-only, and make a copy as appropriately. This was first reported by Bill Janssend and later by Craig Rowland and Ron Sedlmeyer. This fix is mine.
-
Fred Drake authored
-