Age | Commit message (Expand) | Author | Files |
2010-07-02 | Move the python version check into the python package | Chris Larson | 2 |
2010-07-02 | Drop an unnecessary second python version check and use the less ugly sys.ver... | Chris Larson | 1 |
2010-07-02 | Bump version to 1.11.0 | Chris Larson | 2 |
2010-07-02 | Move the python version check before the module imports, in case the modules ... | Chris Larson | 1 |
2010-07-02 | Search up the directory tree for bblayers.conf | Chris Larson | 1 |
2010-07-02 | Add a hack to avoid the req that all vars using LAYERDIR be immediately expanded | Chris Larson | 1 |
2010-07-02 | Move the unset BBPATH sanity check after the bblayers processing | Chris Larson | 2 |
2010-07-02 | Kill unnecessary usages of the types module | Chris Larson | 5 |
2010-07-02 | Apply some 2to3 transforms that don't cause issues in 2.6 | Chris Larson | 26 |
2010-07-02 | Add __contains__ to COWDictMeta | Chris Larson | 1 |
2010-07-02 | Drop unused bb.data.expandData function | Chris Larson | 1 |
2010-07-02 | Ignore deprecation warnings for now | Chris Larson | 1 |
2010-07-02 | Switch some references to moved functions | Chris Larson | 4 |
2010-07-02 | Add a missing import of print_function | Chris Larson | 1 |
2010-07-02 | Apply the 2to3 print function transform | Chris Larson | 17 |
2010-07-02 | Deprecate the usage of certain objects via certain modules | Chris Larson | 2 |
2010-07-02 | Exception handling fixups | Chris Larson | 1 |
2010-07-02 | Add some missing docstrings | Chris Larson | 1 |
2010-07-02 | Drop __all__ usage | Chris Larson | 3 |
2010-07-02 | Drop some unused functions | Chris Larson | 1 |
2010-07-02 | Drop some unused classes | Chris Larson | 2 |
2010-07-02 | Drop some unused vars | Chris Larson | 1 |
2010-07-02 | Import fixups | Chris Larson | 15 |
2010-07-02 | Formatting cleanups | Chris Larson | 41 |
2010-07-02 | Drop doctest, as we aren't utilizing it | Chris Larson | 3 |
2010-07-02 | Don't run metadata event handlers for bb.msg events | Chris Larson | 1 |
2010-07-02 | Stop using functions via 'bb' that were moved from there to other modules | Chris Larson | 3 |
2010-07-02 | Add a function to get the debug level, without poking into debug_levels manually | Chris Larson | 1 |
2010-07-02 | Fix invalid logging domain warning | Chris Larson | 1 |
2010-07-02 | Bump minimum python version check to 2.6. | Chris Larson | 1 |
2010-07-02 | Make the default domain a proper domain, not a string | Chris Larson | 1 |
2010-07-02 | Implement bb.msg.domain as a named tuple, drop the Enum class | Chris Larson | 2 |
2010-07-02 | Fix an error in the ncurses UI | Chris Larson | 1 |
2010-07-02 | Display python warnings via bb.msg | Chris Larson | 1 |
2010-07-02 | Immediately display messages if no UI handlers are installed yet | Chris Larson | 1 |
2010-07-02 | Use __import__ for the ui rather than exec | Chris Larson | 1 |
2010-07-02 | Fix the task event handling in the ncurses UI | Chris Larson | 1 |
2010-07-02 | Ensure we always utilize the correct messaging domains | Chris Larson | 6 |
2010-07-02 | bb.event: NotHandled and Handled are on the way out | Chris Larson | 2 |
2010-07-02 | Rename the finalise method for consistency | Chris Larson | 1 |
2010-07-02 | Move update_data into the DataSmart class as a finalize() method | Chris Larson | 2 |
2010-07-02 | Initialize pkgs_to_build in the BBConfiguration constructor | Chris Larson | 1 |
2010-07-02 | Drop doctest, as we aren't utilizing it | Chris Larson | 1 |
2010-07-02 | Made '-b' work with BBCLASSEXTEND | Enrico Scholz | 2 |
2010-07-02 | Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps | Chris Larson | 2 |
2010-07-02 | Pass the config metadata into the Cache constructor rather than the cooker | Chris Larson | 1 |
2010-07-02 | Resurrect merged anonfunc execution | Chris Larson | 1 |
2010-07-02 | Add & utilize a simple_exec utility function | Chris Larson | 2 |
2010-07-02 | Consolidate the exec/eval bits, switch anonfunc to better_exec, etc | Chris Larson | 6 |
2010-07-02 | Pass an empty locals dict in expansion, since list comprehensions apparently ... | Chris Larson | 1 |