1. 04 4月, 2019 1 次提交
  2. 27 6月, 2018 1 次提交
  3. 25 5月, 2018 1 次提交
  4. 21 5月, 2018 2 次提交
  5. 20 5月, 2018 2 次提交
  6. 19 5月, 2018 2 次提交
  7. 18 5月, 2018 1 次提交
  8. 05 1月, 2017 1 次提交
  9. 11 8月, 2012 1 次提交
  10. 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
  11. 03 9月, 2011 1 次提交
  12. 27 7月, 2011 2 次提交
  13. 15 5月, 2011 1 次提交
  14. 21 3月, 2011 1 次提交
  15. 19 9月, 2010 2 次提交
  16. 05 11月, 2009 1 次提交
  17. 28 10月, 2009 1 次提交
  18. 10 8月, 2009 1 次提交
  19. 09 8月, 2009 1 次提交
  20. 21 2月, 2009 1 次提交
  21. 25 1月, 2009 1 次提交
  22. 15 6月, 2008 1 次提交
  23. 06 5月, 2008 1 次提交
  24. 03 5月, 2008 1 次提交
  25. 02 5月, 2008 1 次提交
  26. 22 5月, 2006 1 次提交
  27. 18 5月, 2006 3 次提交
  28. 16 5月, 2006 2 次提交
  29. 15 11月, 2005 1 次提交
  30. 28 11月, 2004 2 次提交
  31. 03 1月, 2003 1 次提交