1. 01 7月, 2012 5 次提交
  2. 14 6月, 2012 3 次提交
  3. 01 6月, 2012 5 次提交
  4. 12 5月, 2012 2 次提交
  5. 11 5月, 2012 2 次提交
  6. 10 5月, 2012 1 次提交
    • A
      stop using deprecated python-apt functions · 9a4fb568
      Ansgar Burchardt 提交于
      Renamed functions and methods:
      
        Find              -> find
        FindB             -> find_b
        newConfiguration  -> Configuration
        ParseCommandLine  -> parse_commandline
        ParseSrcDepends   -> parse_src_depends
        ReadConfigFileISC -> read_config_file_isc
        SubTree           -> subtree
        ValueList         -> value_list
        VersionCompare    -> version_compare
      
      Removed functions:
      
        debExtractControl: replaced with utils.deb_extract_control
      
      Other changes:
      
        x.has_key(y) -> y in x
        x.Find(y)    -> x[y]
      
      The last change was only done in places where `y' is sure to exists (`x.Find'
      would return None otherwise, `x[y]' would raise an exception).
      9a4fb568
  7. 09 5月, 2012 4 次提交
  8. 20 3月, 2012 2 次提交
  9. 17 3月, 2012 1 次提交
  10. 05 3月, 2012 3 次提交
  11. 03 3月, 2012 1 次提交
  12. 04 2月, 2012 1 次提交
  13. 06 1月, 2012 1 次提交
  14. 03 12月, 2011 3 次提交
  15. 27 11月, 2011 1 次提交
  16. 19 11月, 2011 1 次提交
  17. 12 11月, 2011 1 次提交
  18. 03 11月, 2011 1 次提交
    • A
      Remove unused files. · c1ba866c
      Ansgar Burchardt 提交于
      daklib/threadpool.py should no longer be used anywhere. Also remove the
      license for it (not used anywhere else).
      c1ba866c
  19. 04 10月, 2011 1 次提交
  20. 03 9月, 2011 1 次提交