aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-04-09Exception handling fixupsChris Larson
2010-04-09Add some missing docstringsChris Larson
2010-04-09Drop __all__ usageChris Larson
2010-04-09Drop some unused functionsChris Larson
2010-04-09Drop some unused classesChris Larson
2010-04-09Drop some unused varsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Don't run metadata event handlers for bb.msg eventsChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-04-09Add a function to get the debug level, without poking into debug_levels manuallyChris Larson
2010-04-09Fix invalid logging domain warningChris Larson
2010-04-09Bump minimum python version check to 2.6.Chris Larson
2010-04-09Make the default domain a proper domain, not a stringChris Larson
2010-04-09Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson
2010-04-09Fix an error in the ncurses UIChris Larson
2010-04-09Display python warnings via bb.msgChris Larson
2010-04-09Immediately display messages if no UI handlers are installed yetChris Larson
2010-04-09Use __import__ for the ui rather than execChris Larson
2010-04-09Fix the task event handling in the ncurses UIChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-04-09bb.event: NotHandled and Handled are on the way outChris Larson
2010-04-09Rename the finalise method for consistencyChris Larson
2010-04-09Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-04-09Initialize pkgs_to_build in the BBConfiguration constructorChris Larson
2010-04-09Drop doctest, as we aren't utilizing itChris Larson
2010-04-09Add bin/bitbakec to .gitignoreChris Larson
2010-04-09Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-04-06Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-04-06Pass the config metadata into the Cache constructor rather than the cookerChris Larson
2010-03-31Resurrect merged anonfunc executionChris Larson
2010-03-31Add & utilize a simple_exec utility functionChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-30Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson
2010-03-30Two minor changes to the way python snippet expansion happensChris Larson
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie
2010-03-25bb.manifest: Drop, its unused and obsolete. No point in having dead code aroundRichard Purdie
2010-03-24BBFILES: use a set to remove duplicates when collecting.Chris Larson
2010-03-24bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson
2010-03-24Why is bb/__init__.py importing bb?Chris Larson
2010-03-24data_smart: be explicit about what we make available to eval'd python codeChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-24bb.utils: remove old portage remnantsChris Larson
2010-03-24bb.utils: utilize string.letters and string.digitsChris Larson
2010-03-24bb.which: fix broken direction/reverse argumentChris Larson
2010-03-23crumbs: fix hassattr typoChris Larson
2010-03-23Implement BBVERSIONSChris Larson
2010-03-23utils: improve wording of error messageBernhard Reutner-Fischer