source: tailor/vcpx/shwrap.py @ 1085

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1085   7 years lele Check for working directory existence, to avoid confusing error message
(edit) @1047   7 years lele Avoid execution of too long command lines Now the mechanism that executes …
(edit) @1016   8 years lele Use the new encode facility of the Repository
(edit) @987   8 years lele Override also LC_ALL when using LANG=C Tailor needs to parse the output of …
(edit) @981   8 years lele Fix methods documentation.
(edit) @980   8 years lele Import one time used symbol in the method's local space
(edit) @952   8 years lele Now the verbosity of external command execution is controlled by logging
(edit) @943   8 years lele Nicer log for the shell command
(edit) @940   8 years lele Revamped the logging subsystem
(edit) @850   8 years lele Use getpreferredencoding() instead of getdefaultencoding() Accordingly to …
(edit) @601   8 years lele Reprint command output to stderr when in debug mode Now --verbose prints …
(edit) @594   8 years lele ExternalCommand?.execute() returns now a tuple (stdout, stderr)
(edit) @586   8 years lele Fix the return value of ExternalCommand?.execute with empty output
(edit) @585   8 years lele Raise an OSError when an external command is not found
(edit) @571   8 years lele Redirect output of external command to /dev/null when it does not matter
(edit) @568   8 years lele M-x whitespace-cleanup
(edit) @420   8 years lele Explicitly encode the changelog and author If no charset is forced with …
(edit) @417   8 years lele Use universal newlines to read spawned command output
(edit) @404   8 years lele In verbose mode, prefix the command with the current working directory
(edit) @393   8 years lele Transition to a Python 2.4 subprocess compatible way of executing external …
(edit) @385   8 years lele Immediately close the file descriptor returned by mkstemp(), as the doc …
(edit) @380   8 years lele Do not suggest every source is a script by itself
(edit) @360   8 years lele Force output encoding only when given the --encoding option
(edit) @359   8 years zooko utf-8 encode a couple of things which caused exceptions when processing …
(edit) @311   8 years lele Little documentation fixes to make epydoc happy
(edit) @305   8 years lele Explicitly license everything under GPL
(edit) @285   8 years lele Escape some more characters Escape also regexp metachars: maybe I should …
(edit) @282   8 years lele Escape some more shell meta-chars
(edit) @272   8 years lele Escape any dollar symbol to avoid shell variable expansion
(edit) @270   8 years lele Use double quote character around filenames and such Don't use single …
(edit) @265   8 years jgoerzen Small typo fix
(edit) @264   8 years jgoerzen Fixed syntax error
(edit) @263   8 years jgoerzen First stab at fixing deadlock I ran into this trying to commit a very huge …
(edit) @262   8 years matt.lavin Fix pipe handle leak
(edit) @259   8 years lele Revisited zooko's ReopenableNamedTemporaryFile? patch
(edit) @233   8 years lele Quote any filename fed to underlying shell process
(edit) @65   9 years lele Fix the exit_status that in one case was None instead of 0
(edit) @32   9 years lele Catch the exit_status with wait() when using popen2
(add) @31   9 years lele New shwrap module imported from cvsync, with input capability
Note: See TracRevisionLog for help on using the revision log.