Age | Commit message (Expand) | Author | Files |
2010-07-02 | Make the file not found error actually useable. | Chris Larson | 1 |
2010-07-02 | fetch: commentary typo fix in fetcher_init() | Bernhard Reutner-Fischer | 1 |
2010-07-02 | cache: fix typo in error message of cacheValidUpdate() | Bernhard Reutner-Fischer | 1 |
2010-07-02 | fetch: documentation typo fix | Bernhard Reutner-Fischer | 1 |
2010-07-02 | fetch: Check for existence of tar file along with md5 signature | Khem Raj | 1 |
2010-07-02 | Revert "In expand, drop the unnecessary second regular expression match" | Chris Larson | 1 |
2010-07-02 | Don't emit vars starting with __, as those are internal | Chris Larson | 1 |
2010-07-02 | In expand, drop the unnecessary second regular expression match | Chris Larson | 1 |
2010-07-02 | Simplify _findVar a bit | Chris Larson | 1 |
2010-07-02 | Fix major bug that slipped in when moving update_data | Chris Larson | 1 |
2010-07-02 | Move a var definition in cooker.parse_next | Chris Larson | 1 |
2010-07-02 | Enhance the expansion exception message | Chris Larson | 1 |
2010-07-02 | For ${@}, run str() on the result | Chris Larson | 1 |
2010-07-02 | Allow emission of non-string objects in emit_var, instead running str() on it... | Chris Larson | 1 |
2010-07-02 | emit_env: clean up, iterate once | Chris Larson | 1 |
2010-07-02 | Fix the debug level check in print_exception | Chris Larson | 1 |
2010-07-02 | Don't try to expand non-string values | Chris Larson | 4 |
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 |