Commit History

Author SHA1 Message Date
  Jelmer Vernooij fe2f37b3c2 Handle multi-line quoted values in config files. #495. 8 years ago
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 8 years ago
  Jelmer Vernooij 34fe903c97 Consistently overwrite HOME. 8 years ago
  Jelmer Vernooij 0913a1b433 Revert "Don't look up "HOME" environment variable unconditionally to avoid KeyError" 8 years ago
  Jelmer Vernooij ca6edf70fb Fix some pyflakes warnings. 8 years ago
  Jelmer Vernooij 9281acb26f Fix python3 compatibility. 8 years ago
  Jelmer Vernooij e557e763e2 Add parse_submodules function. 8 years ago
  Jelmer Vernooij 19ed258c5e Fix parsing of quoted strings in config. 9 years ago
  Gary van der Merwe 037f9cb1f5 Add test for quotes in config file. 10 years ago
  Jelmer Vernooij 60263333a7 Port dulwich.config to python3. 10 years ago
  Gary van der Merwe 733bde0683 Skip tests in python3 that fail (most of them :-() 10 years ago
  Jelmer Vernooij 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. 11 years ago
  Jelmer Vernooij f3836f3650 Add ConfigDict.itersections. 11 years ago
  Jelmer Vernooij 46c4b29e46 Reimplement iteritems. 11 years ago
  Jelmer Vernooij 4969501030 Add test for ConfigDict.iteritems. 11 years ago
  Jelmer Vernooij c8e705ac52 Provide OrderedDict fallback for Python < 2.6, fix test. 12 years ago
  Jelmer Vernooij 60742876dd Use indentation in config file consistent with C Git. 12 years ago
  milki aa34a540d4 typo 12 years ago
  Adam 'Cezar' Jenkins 16af611e8b Wrote tests for the ConfigDict dict changes 13 years ago
  Jelmer Vernooij 6a92ba3213 Some refactoring, put all os.environ-cleaning functionality in TestCase.setUp(). 13 years ago
  Jelmer Vernooij 792648b5d9 merge trunk 13 years ago
  Jelmer Vernooij 851e9c7a46 Use TestCase.assertEqual rather than TestCase.assertEquals. 13 years ago
  Risto Kankkunen 5b8a6675e8 Don't look up "HOME" environment variable unconditionally to avoid KeyError 13 years ago
  Jelmer Vernooij 312a436698 Options on the same line as sections in config files are now supported. #920553 13 years ago
  Jelmer Vernooij 45d211f79d $HOME is now explicitly specified for tests that use it to read 13 years ago
  Jelmer Vernooij 3577f2d329 Add tests for default git config file. 13 years ago
  Jelmer Vernooij a1b4b45b63 Provide Config.get_boolean. 13 years ago
  Jelmer Vernooij 2704f944bd Make section names and variable names case insensitive. 13 years ago
  Jelmer Vernooij cb42ef5189 Fix parsing of comments. 13 years ago