summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Bcfg2Py3k.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-131/+0
|
* removed or fixed functools importsChris St. Pierre2012-08-231-2/+1
|
* fixed encoding of Cfg files with unicode contentsChris St. Pierre2012-08-221-2/+2
|
* Cfg: Fix traceback for unicode templatesSol Jerome2012-08-221-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* lots of various py3k fixesChris St. Pierre2012-08-211-0/+5
|
* py3k unicode fixesChris St. Pierre2012-08-201-0/+5
|
* added CmpMixin to provide __cmp__ functionality to py3kChris St. Pierre2012-08-201-0/+22
|
* removed calls to built-in file()/io.FileIO() in favor of read()Chris St. Pierre2012-08-091-5/+0
|
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-0/+5
|
* Inotify: Use functools where reduce is unavailableSol Jerome2012-07-301-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged maintChris St. Pierre2012-06-191-0/+2
|
* PY3K: Refactor input codeSol Jerome2012-06-051-0/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove fprint in favor of cleaner setup.pySol Jerome2012-04-041-11/+0
| | | | | | | We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+92
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>