- 19 Agu, 1999 8 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Greg Ward yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 18 Agu, 1999 6 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
-
Barry Warsaw yazdı
(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 yazdı
the data fork *is* copied).
-
Guido van Rossum yazdı
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 yazdı
-
- 14 Agu, 1999 7 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
Initial revision only includes support for POSIX-style fork-and-exec.
-
Greg Ward yazdı
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 yazdı
'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 yazdı
-
Greg Ward yazdı
Better error messages for bad entries in option table.
-
Greg Ward yazdı
-
- 13 Agu, 1999 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Fred Drake yazdı
waitpid().
-
- 11 Agu, 1999 4 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
be clearer.
-
Guido van Rossum yazdı
same directory as __file__, rather than searching for it along sys.path. This works better when idle is a package.
-
Guido van Rossum yazdı
-
- 10 Agu, 1999 3 kayıt (commit)
-
-
Barry Warsaw yazdı
convenient to call py-shell before the first Python file has been visited.
-
Greg Ward yazdı
- 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 yazdı
object, if required.
-
- 09 Agu, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
raised. Prompted by Barry's whining. ;-0
-
Guido van Rossum yazdı
-
- 07 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also got rid of unnecessary use of eval() and regsub.gsub().
-
- 05 Agu, 1999 3 kayıt (commit)
-
-
Fred Drake yazdı
buffer size, I/O I/O control, buffering line-buffered I/O unbuffered I/O
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 04 Agu, 1999 4 kayıt (commit)
-
-
Guido van Rossum yazdı
""" 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 yazdı
Greg Stein: Please help with this; it's your baby!
-
Fred Drake yazdı
constructors didn't miss this). Raise MemoryError if malloc() fails, instead of just returning NULL.
-
Jack Jansen yazdı
testing whether EnterMovies points to an actual routine or is a null pointer).
-