aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated imports to handle Python 2.5 ElementTree module.W. Trevor King2008-11-135-2/+115
| | | | Opened, fixed, and closed as bug 31c.
* Created bug c4e. Wrote a simple (an hopefully correct) be/test.py docstring.W. Trevor King2008-11-136-0/+97
|
* Created late bug report for Popen OSError catchesW. Trevor King2008-11-133-0/+59
|
* Catch OSErrors from Popen()sW. Trevor King2008-11-132-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 Ball2008-05-161-1/+1
|
* Require editbugs permission to edit bugs. Patch from j@oil21.org.Chris Ball2008-05-161-0/+1
|
*---. Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.Chris Ball2008-05-1620-8/+583
|\ \ \
| | | * Makefile: Add with 'clean' target.Ben Finney2008-04-181-0/+27
| | | |
| | * | Fix branding: Bazaar-NG -> Bazaar.Jelmer Vernooij2008-05-141-1/+1
| | | |
| | * | Make setup.py executable.Jelmer Vernooij2008-05-141-0/+0
| | |/
| * / Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4j^2008-04-144-1/+60
| |/
* / Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-163-2/+154
|/
* Assume commit messages are in utf-8 for now...Aaron Bentley2007-07-301-0/+1
|
* Add support for VISUALAaron Bentley2007-07-163-5/+17
|
* Ensure that Arch tests have a user id setAaron Bentley2007-07-162-0/+21
|
* Clarify VISUAL meaningAaron Bentley2007-07-162-0/+30
|
* Add setup-tables scriptAaron Bentley2007-07-151-0/+34
|
* Add bug report from JelmerAaron Bentley2007-07-153-0/+58
|\
| * New bug.Jelmer Vernooij2007-07-153-0/+58
| |
* | Merge from panometricsAaron Bentley2007-07-1537-271/+888
|\|
| * Fix long linesAaron Bentley2007-02-051-2/+4
| |
| * More Mercurial supportAaron Bentley2007-02-053-1/+120
| |\
| | * Add support for Mercurial (Steve Borho)Aaron Bentley2007-01-233-1/+120
| | |
| * | Get beweb mostly workingAaron Bentley2007-02-053-4/+8
| |/
| * Mostly upgrade to turbogears 1.0b1Aaron Bentley2006-12-0524-249/+599
| |
| * Add top_level.txtAaron Bentley2006-12-050-0/+0
| |
| * Disable commit behavior because it's not reliableAaron Bentley2006-10-171-3/+3
| |
| * New bugsAaron Bentley2006-10-176-0/+127
| |
| * Fix double-invocation bugAaron Bentley2006-09-051-1/+0
| |
| * Merge changes from BelchenkoAaron Bentley2006-08-114-5/+25
| |\
| | * line-endings in .bzrignoreAlexander Belchenko2006-08-111-8/+8
| | |
| | * don't use std. commands module 'cause it's Linux-only. Grab code from this ↵Alexander Belchenko2006-08-111-2/+10
| | | | | | | | | | | | module and adapt it to win32
| | * ignore .shelfAlexander Belchenko2006-07-191-7/+8
| | |
| | * win32: fix crash of 'be show' when bug don't have commentsAlexander Belchenko2006-07-191-1/+4
| | |
| | * subprocess: win32 don't have os.execvp() so have to run command in a shellAlexander Belchenko2006-07-191-1/+7
| | |
| | * .bzrignoreAlexander Belchenko2006-07-181-0/+3
| | |
| * | Use subprocess-native functionality for changing directoryAaron Bentley2006-07-192-10/+3
| | |
| * | Use Popen.communicate instead of reading the individual streams (why needed?)Aaron Bentley2006-07-192-3/+6
| |/
| * Handle UTF-8 commentsAaron Bentley2006-04-181-1/+1
| |
* | Merge from other BEAaron Bentley2006-04-176-7/+48
|\|
| * Note the dependencies/reverse-dependencies debateAaron Bentley2006-04-172-0/+26
| |
| * Fix help printing (Lee Braiden)Aaron Bentley2006-04-172-2/+3
| |
| * Revert change, because it messes up stripey tablesAaron Bentley2006-04-121-7/+3
| |
| * Hide closed using display:NoneAaron Bentley2006-04-121-3/+7
| |
| * Remember search valueAaron Bentley2006-04-121-1/+1
| |
| * Tweaked colours of odd/even rows in tablesAaron Bentley2006-04-122-4/+18
| |
* | Added prompt to commentsAaron Bentley2006-04-162-6/+28
|/
* Teach PrestHandler to handle bad paths cleanlyAaron Bentley2006-04-121-1/+10
|
* Use relative path to databaseAaron Bentley2006-04-122-2/+2
|
* Merge with other beAaron Bentley2006-04-1110-28/+57
|\