Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch OSErrors from Popen()s | W. Trevor King | 2008-11-13 | 2 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the subprocess module documentation: http://www.python.org/doc/2.5.2/lib/node530.html "The most common exception raised is OSError. This occurs, for example, when trying to execute a non-existent file. Applications should prepare for OSError exceptions." And from the os module documentation: http://www.python.org/doc/2.5.2/lib/module-os.html "exception error This exception is raised when a function returns a system-related error (not for illegal argument types or other incidental errors). This is also known as the built-in exception OSError. The accompanying value is a pair containing the numeric error code from errno and the corresponding string, as would be printed by the C function perror(). See the module errno, which contains names for the error codes defined by the underlying operating system. When exceptions are classes, this exception carries two attributes, errno and strerror. The first holds the value of the C errno variable, and the latter holds the corresponding error message from strerror(). For exceptions that involve a file system path (such as chdir() or unlink()), the exception instance will contain a third attribute, filename, which is the file name passed to the function." I turned this up running be/test.py, when it defaulted to the tla client which I didn't have installed. I don't have things working yet, so I can't create a bug at the moment... | ||||
* | Don't require python2.4 for "be". | Chris Ball | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Require editbugs permission to edit bugs. Patch from j@oil21.org. | Chris Ball | 2008-05-16 | 1 | -0/+1 |
| | |||||
*---. | Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij. | Chris Ball | 2008-05-16 | 20 | -8/+583 |
|\ \ \ | |||||
| | | * | Makefile: Add with 'clean' target. | Ben Finney | 2008-04-18 | 1 | -0/+27 |
| | | | | |||||
| | * | | Fix branding: Bazaar-NG -> Bazaar. | Jelmer Vernooij | 2008-05-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Make setup.py executable. | Jelmer Vernooij | 2008-05-14 | 1 | -0/+0 |
| | |/ | |||||
| * / | Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4 | j^ | 2008-04-14 | 4 | -1/+60 |
| |/ | |||||
* / | Add GIT support, from Chris Ball and Michael Stone. | Chris Ball | 2008-05-16 | 3 | -2/+154 |
|/ | |||||
* | Assume commit messages are in utf-8 for now... | Aaron Bentley | 2007-07-30 | 1 | -0/+1 |
| | |||||
* | Add support for VISUAL | Aaron Bentley | 2007-07-16 | 3 | -5/+17 |
| | |||||
* | Ensure that Arch tests have a user id set | Aaron Bentley | 2007-07-16 | 2 | -0/+21 |
| | |||||
* | Clarify VISUAL meaning | Aaron Bentley | 2007-07-16 | 2 | -0/+30 |
| | |||||
* | Add setup-tables script | Aaron Bentley | 2007-07-15 | 1 | -0/+34 |
| | |||||
* | Add bug report from Jelmer | Aaron Bentley | 2007-07-15 | 3 | -0/+58 |
|\ | |||||
| * | New bug. | Jelmer Vernooij | 2007-07-15 | 3 | -0/+58 |
| | | |||||
* | | Merge from panometrics | Aaron Bentley | 2007-07-15 | 37 | -271/+888 |
|\| | |||||
| * | Fix long lines | Aaron Bentley | 2007-02-05 | 1 | -2/+4 |
| | | |||||
| * | More Mercurial support | Aaron Bentley | 2007-02-05 | 3 | -1/+120 |
| |\ | |||||
| | * | Add support for Mercurial (Steve Borho) | Aaron Bentley | 2007-01-23 | 3 | -1/+120 |
| | | | |||||
| * | | Get beweb mostly working | Aaron Bentley | 2007-02-05 | 3 | -4/+8 |
| |/ | |||||
| * | Mostly upgrade to turbogears 1.0b1 | Aaron Bentley | 2006-12-05 | 24 | -249/+599 |
| | | |||||
| * | Add top_level.txt | Aaron Bentley | 2006-12-05 | 0 | -0/+0 |
| | | |||||
| * | Disable commit behavior because it's not reliable | Aaron Bentley | 2006-10-17 | 1 | -3/+3 |
| | | |||||
| * | New bugs | Aaron Bentley | 2006-10-17 | 6 | -0/+127 |
| | | |||||
| * | Fix double-invocation bug | Aaron Bentley | 2006-09-05 | 1 | -1/+0 |
| | | |||||
| * | Merge changes from Belchenko | Aaron Bentley | 2006-08-11 | 4 | -5/+25 |
| |\ | |||||
| | * | line-endings in .bzrignore | Alexander Belchenko | 2006-08-11 | 1 | -8/+8 |
| | | | |||||
| | * | don't use std. commands module 'cause it's Linux-only. Grab code from this ↵ | Alexander Belchenko | 2006-08-11 | 1 | -2/+10 |
| | | | | | | | | | | | | module and adapt it to win32 | ||||
| | * | ignore .shelf | Alexander Belchenko | 2006-07-19 | 1 | -7/+8 |
| | | | |||||
| | * | win32: fix crash of 'be show' when bug don't have comments | Alexander Belchenko | 2006-07-19 | 1 | -1/+4 |
| | | | |||||
| | * | subprocess: win32 don't have os.execvp() so have to run command in a shell | Alexander Belchenko | 2006-07-19 | 1 | -1/+7 |
| | | | |||||
| | * | .bzrignore | Alexander Belchenko | 2006-07-18 | 1 | -0/+3 |
| | | | |||||
| * | | Use subprocess-native functionality for changing directory | Aaron Bentley | 2006-07-19 | 2 | -10/+3 |
| | | | |||||
| * | | Use Popen.communicate instead of reading the individual streams (why needed?) | Aaron Bentley | 2006-07-19 | 2 | -3/+6 |
| |/ | |||||
| * | Handle UTF-8 comments | Aaron Bentley | 2006-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge from other BE | Aaron Bentley | 2006-04-17 | 6 | -7/+48 |
|\| | |||||
| * | Note the dependencies/reverse-dependencies debate | Aaron Bentley | 2006-04-17 | 2 | -0/+26 |
| | | |||||
| * | Fix help printing (Lee Braiden) | Aaron Bentley | 2006-04-17 | 2 | -2/+3 |
| | | |||||
| * | Revert change, because it messes up stripey tables | Aaron Bentley | 2006-04-12 | 1 | -7/+3 |
| | | |||||
| * | Hide closed using display:None | Aaron Bentley | 2006-04-12 | 1 | -3/+7 |
| | | |||||
| * | Remember search value | Aaron Bentley | 2006-04-12 | 1 | -1/+1 |
| | | |||||
| * | Tweaked colours of odd/even rows in tables | Aaron Bentley | 2006-04-12 | 2 | -4/+18 |
| | | |||||
* | | Added prompt to comments | Aaron Bentley | 2006-04-16 | 2 | -6/+28 |
|/ | |||||
* | Teach PrestHandler to handle bad paths cleanly | Aaron Bentley | 2006-04-12 | 1 | -1/+10 |
| | |||||
* | Use relative path to database | Aaron Bentley | 2006-04-12 | 2 | -2/+2 |
| | |||||
* | Merge with other be | Aaron Bentley | 2006-04-11 | 10 | -28/+57 |
|\ | |||||
| * | Used identity for new comments and bugs | Aaron Bentley | 2006-04-11 | 2 | -1/+7 |
| | | |||||
| * | Use people listings from identity framework, not config, on bug pages. | Aaron Bentley | 2006-04-11 | 3 | -2/+7 |
| | | |||||
| * | Enable identity tracking | Aaron Bentley | 2006-04-11 | 3 | -10/+10 |
| | |