Skip to content
Snippets Groups Projects
  1. Jan 14, 2010
  2. Jun 22, 2009
    • Bryan O'Sullivan's avatar
      Python 2.4 and 2.6 improvements · 5f4c09fa
      Bryan O'Sullivan authored
      The sets module is no longer needed with Python 2.4, and causes a
      DeprecationWarning with 2.6, so drop it
      
      The md5 module causes a DeprecationWarning with 2.6, so try to import
      hashlib (its replacement) instead, else fall back
      
      Reviewed by Poppy.
      5f4c09fa
  3. Apr 30, 2009
  4. Apr 09, 2009
  5. Feb 24, 2009
  6. Jan 07, 2009
  7. Dec 29, 2008
  8. Dec 02, 2008
  9. Nov 19, 2008
  10. Oct 28, 2008
  11. Oct 10, 2008
  12. Aug 19, 2008
    • Jennifer Leech's avatar
      - install.xml updated with versions of tarfiles which no longer contain debug... · b59caea9
      Jennifer Leech authored
      - install.xml updated with versions of tarfiles which no longer contain debug lib files on linux and darwin.  Files mistakenly added previously from automatically generated linux build dir (viewer-linux-i686) removed.  Also some dll's mistakenly added to linux lib tarfiles removed.
      
      - file lists in assemblies/3rd_party_libs (used for updating lib tarfiles) updated as per above
      - new config files created for 'glib' library; glib files removed from gtk-atk-pango-glib filelist.  glib can be decoupled from mono, when appropriate.
      
      - package.py help dialogue and error reporting updated for clarity.
      - install.py will now output list of files installed for a package with command-line option
      b59caea9
  13. Jul 18, 2008
  14. Jun 26, 2008
  15. Jun 23, 2008
  16. Jun 21, 2008
  17. Jun 12, 2008
  18. Jun 02, 2008
Loading