Skip to content
Snippets Groups Projects
  1. Feb 17, 2011
  2. Feb 11, 2011
  3. Feb 09, 2011
  4. Jan 28, 2011
  5. Dec 27, 2010
  6. Oct 13, 2010
  7. Sep 21, 2010
  8. Sep 16, 2010
  9. Aug 18, 2010
  10. Aug 13, 2010
  11. Aug 12, 2010
  12. Jun 18, 2010
  13. Feb 18, 2010
  14. Feb 17, 2010
  15. Feb 02, 2010
  16. Jan 11, 2010
  17. Nov 05, 2009
  18. Oct 01, 2009
  19. Sep 30, 2009
  20. Sep 25, 2009
  21. Sep 18, 2009
  22. Sep 15, 2009
  23. Sep 01, 2009
  24. Aug 26, 2009
  25. Jun 30, 2009
  26. 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
  27. May 19, 2009
  28. May 18, 2009
  29. Apr 08, 2009
  30. Mar 27, 2009
  31. Jan 16, 2009
  32. Jan 07, 2009
  33. Dec 23, 2008
  34. Dec 09, 2008
  35. Dec 04, 2008
  36. Nov 18, 2008
  37. Nov 06, 2008
    • Kartic Krishnamurthy's avatar
      Merged into release with command: · b2bfb128
      Kartic Krishnamurthy authored
      =================================
      svn merge -r100865:101402 svn+ssh://svn/svn/linden/branches/purge-dpo-code-for-merge .
      
      QAR-951 : Sandbox QA for DEV 20842 - Ensure DPO is not enabled accidentally
      QAR-967 : Merge Build for DEV 20842 - Ensure DPOis not enabled accidentally
      QA tested: Beast, Oskar
      
      DEV's fulfilled as part of this branch:
      ======================================
      
      DEV-20842 Prevent accidental activation of DPO procs
      DEV-23028 Mac build fails - link error dual inclusion
      DEV-20824 VWR-9255: Build fails on mac_updater and mac_crash_logger targets due to info.plist problems
      DEV-22997 Xcode project: 'server' target has no dependencies
      DEV-23353 Friend request custom messages come through as an asset tag.
      DEV-23309 Voice Chat Indicator does not show active voice status
      DEV-23187 Can't teleport to home location
      b2bfb128
  38. Nov 04, 2008
    • John Biesley's avatar
      * Added del_empty_estates.py script. · 09196240
      John Biesley authored
      * Shifted common code for copy_bans.py and del_empty_estates.py into the indra library.
      * Documented copy_bans.py and del_empty_estates.py.
      * Added iter_chunks generator to a new module: indra.util.iterators.
      * Added unit tests for indra.util.iterators.
      09196240
Loading