- 18 Aug, 1999 3 commits
-
-
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 5 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
-
Fred Drake authored
engine in latex2esis.py can do, so discard it. paragraph detection & markup: Handle some of the list-like environments properly, picking up paragraphs inside list items. (Only changed a few element-sets used for recognition.) fixup_refmodindexes_chunk(): Use the right attribute to determine the module a <ref*modindex/> element is referring to. convert(): Don't call remap_element_names(); it was removed.
-
Fred Drake authored
the old one, so use it.
-
- 02 Aug, 1999 6 commits
-
-
Guido van Rossum authored
great purpose.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
with a more descriptive name. Allow creation of multiple archive formats with a single pass; useful in this case since it uses a fresh export/checkout from CVS to ensure that the tree is "clean" (no build turds, saved files, &c). Use --all to create all supported formats.
-
Fred Drake authored
same as sys.stderr.write(), but bwrite() will make it bold if stderr is a tty (for visibility). Use these everywhere instead of accessing sys.stderr.write() directly. find_all_child_elements(): Find all elements by type name that are immediate children of another. cleanup_synopses(): Receive both the document and fragment objects as parameters; if only the document is passed, synopsis information is never found since it's in the fragment! build_para(): Add a chunk of code to ensure that a newline always follows the </para> end-tag. Not really important, but makes presentation consistent for authoring/ maintenance. fixup_bifuncindexes_chunk(): Use find_all_child_elements() instead of find_all_elements() so we don't work with too many levels at once; that could cause DOM exceptions with the <elem>.removeChild() method.
-
Fred Drake authored
Removed some obsolete commented-out code. Merged BaseConversion into Conversion since there's only one conversion process now. Remove push/pop of output stream; it's no longer needed.
-