summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix indent.Nathan Olla2014-07-141-1/+1
|
* Add urlretrieve to Compat and documentNathan Olla2014-07-141-1/+3
|
* Compat: Fix u_str for PY3KSol Jerome2013-06-161-4/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed unit testsChris St. Pierre2013-05-071-2/+2
|
* Compat: better b64encode/decode funcs for py3kChris St. Pierre2013-05-071-12/+15
|
* Compat: b64encode for py3k that works on strings and bytesChris St. Pierre2013-05-071-1/+7
|
* Compat: Fix tracebackSol Jerome2013-03-271-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: more text fixesChris St. Pierre2013-03-261-1/+9
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-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 suiteChris St. Pierre2013-03-111-1/+3
| |
* | allow communication passwords with URL special chars (@, /, etc.) in themChris St. Pierre2013-03-181-1/+2
| |
* | fixed unit tests using long ints for py3kChris St. Pierre2013-02-201-0/+7
|/
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-0/+15
|
* Compat: added reminder about compat docsChris St. Pierre2012-10-161-0/+7
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-261-35/+20
|
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* expanded pylint coverageChris St. Pierre2012-09-251-22/+26
|
* made json optional againChris St. Pierre2012-09-251-6/+0
|
* expanded pylint testsChris St. Pierre2012-09-251-0/+6
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-0/+2
|
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-0/+12
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-0/+7
|
* fixed walk_packages implementation for py2.4Chris St. Pierre2012-08-311-0/+2
|
* fixed base64 encoding of non-ascii stringsChris St. Pierre2012-08-291-3/+6
|
* Compat: added all() for py2.4Chris St. Pierre2012-08-281-0/+10
|
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-0/+81
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-0/+134