Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compat: Fix u_str for PY3K | Sol Jerome | 2013-06-16 | 1 | -4/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed unit tests | Chris St. Pierre | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | Compat: better b64encode/decode funcs for py3k | Chris St. Pierre | 2013-05-07 | 1 | -12/+15 |
| | |||||
* | Compat: b64encode for py3k that works on strings and bytes | Chris St. Pierre | 2013-05-07 | 1 | -1/+7 |
| | |||||
* | Compat: Fix traceback | Sol Jerome | 2013-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | testsuite: more text fixes | Chris St. Pierre | 2013-03-26 | 1 | -1/+9 |
| | |||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py | ||||
| * | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 1 | -1/+3 |
| | | |||||
* | | allow communication passwords with URL special chars (@, /, etc.) in them | Chris St. Pierre | 2013-03-18 | 1 | -1/+2 |
| | | |||||
* | | fixed unit tests using long ints for py3k | Chris St. Pierre | 2013-02-20 | 1 | -0/+7 |
|/ | |||||
* | fixed conversion to octal in py3k | Chris St. Pierre | 2012-12-04 | 1 | -0/+15 |
| | |||||
* | Compat: added reminder about compat docs | Chris St. Pierre | 2012-10-16 | 1 | -0/+7 |
| | |||||
* | wrote docs for Bcfg2.Compat | Chris St. Pierre | 2012-09-26 | 1 | -35/+20 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 1 | -22/+26 |
| | |||||
* | made json optional again | Chris St. Pierre | 2012-09-25 | 1 | -6/+0 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 1 | -0/+6 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 1 | -0/+2 |
| | |||||
* | added json, md5 to Bcfg2.Compat | Chris St. Pierre | 2012-09-20 | 1 | -0/+12 |
| | |||||
* | added server-side client metadata object caching | Chris St. Pierre | 2012-09-05 | 1 | -0/+7 |
| | |||||
* | fixed walk_packages implementation for py2.4 | Chris St. Pierre | 2012-08-31 | 1 | -0/+2 |
| | |||||
* | fixed base64 encoding of non-ascii strings | Chris St. Pierre | 2012-08-29 | 1 | -3/+6 |
| | |||||
* | Compat: added all() for py2.4 | Chris St. Pierre | 2012-08-28 | 1 | -0/+10 |
| | |||||
* | added better common walk_packages implementation for python 2.4 and 2.5 | Chris St. Pierre | 2012-08-27 | 1 | -0/+81 |
| | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py | ||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 1 | -0/+134 |