aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/utility.py
Commit message (Expand)AuthorAgeFilesLines
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+6
* Added Bug.from_xml() + some .from_xml() fixups.W. Trevor King2009-11-201-0/+15
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-4/+1
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+5
* Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings().W. Trevor King2009-07-211-1/+20
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Added timezone handling to libbe.utility.str_to_time.W. Trevor King2009-07-121-2/+20
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+2
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-70/+3
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-241-2/+2
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-241-50/+1
* Fixed "'NoneType' object is not callable" error in libbe/utility/Dir.__del__W. Trevor King2008-11-231-2/+5
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-231-1/+0
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-221-1/+4
* libbe.utility.Dir was complaining of a missing shutil in __del__().W. Trevor King2008-11-221-1/+2
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-0/+26
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-0/+12
* Add support for VISUALAaron Bentley2007-07-161-3/+14
* Added prompt to commentsAaron Bentley2006-04-161-5/+27
* Various Windows-related bugfixesAaron Bentley2005-12-221-1/+2
* Added tests for missing $EDITORAaron Bentley2005-05-171-1/+11
* Fixed bug handing missing $EDITORAaron Bentley2005-05-171-3/+5
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Made get_editor_string use contents and mtime to check for changesAaron Bentley2005-03-241-1/+2
* Removed comment from exampleAaron Bentley2005-03-241-1/+0
* Added editor_string utility functionAaron Bentley2005-03-231-1/+24
* Added datestamps to bugsAaron Bentley2005-03-231-0/+28
* Moved FileString and get_file() into utility.pyAaron Bentley2005-03-231-0/+51