|
|
|
@594
|
8 years |
lele |
ExternalCommand?.execute() returns now a tuple (stdout, stderr)
|
|
|
|
@586
|
8 years |
lele |
Fix the return value of ExternalCommand?.execute with empty output
|
|
|
|
@585
|
8 years |
lele |
Raise an OSError when an external command is not found
|
|
|
|
@571
|
8 years |
lele |
Redirect output of external command to /dev/null when it does not matter
|
|
|
|
@568
|
8 years |
lele |
M-x whitespace-cleanup
|
|
|
|
@420
|
8 years |
lele |
Explicitly encode the changelog and author
If no charset is forced with …
|
|
|
|
@417
|
8 years |
lele |
Use universal newlines to read spawned command output
|
|
|
|
@404
|
8 years |
lele |
In verbose mode, prefix the command with the current working directory
|
|
|
|
@393
|
8 years |
lele |
Transition to a Python 2.4 subprocess compatible way of executing external …
|
|
|
|
@385
|
8 years |
lele |
Immediately close the file descriptor returned by mkstemp(), as the doc …
|
|
|
|
@380
|
8 years |
lele |
Do not suggest every source is a script by itself
|
|
|
|
@360
|
8 years |
lele |
Force output encoding only when given the --encoding option
|
|
|
|
@359
|
8 years |
zooko |
utf-8 encode a couple of things which caused exceptions when processing …
|
|
|
|
@311
|
8 years |
lele |
Little documentation fixes to make epydoc happy
|
|
|
|
@305
|
8 years |
lele |
Explicitly license everything under GPL
|
|
|
|
@285
|
8 years |
lele |
Escape some more characters
Escape also regexp metachars: maybe I should …
|
|
|
|
@282
|
8 years |
lele |
Escape some more shell meta-chars
|
|
|
|
@272
|
8 years |
lele |
Escape any dollar symbol to avoid shell variable expansion
|
|
|
|
@270
|
8 years |
lele |
Use double quote character around filenames and such
Don't use single …
|
|
|
|
@265
|
8 years |
jgoerzen |
Small typo fix
|
|
|
|
@264
|
8 years |
jgoerzen |
Fixed syntax error
|
|
|
|
@263
|
8 years |
jgoerzen |
First stab at fixing deadlock
I ran into this trying to commit a very huge …
|
|
|
|
@262
|
8 years |
matt.lavin |
Fix pipe handle leak
|
|
|
|
@259
|
8 years |
lele |
Revisited zooko's ReopenableNamedTemporaryFile? patch
|
|
|
|
@233
|
8 years |
lele |
Quote any filename fed to underlying shell process
|
|
|
|
@65
|
9 years |
lele |
Fix the exit_status that in one case was None instead of 0
|
|
|
|
@32
|
9 years |
lele |
Catch the exit_status with wait() when using popen2
|
|
|
|
@31
|
9 years |
lele |
New shwrap module imported from cvsync, with input capability
|