and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 05 Jan, 2016 3 commits
  2. 04 Jan, 2016 5 commits
  3. 22 Dec, 2015 6 commits
  4. 16 Dec, 2015 2 commits
  5. 14 Dec, 2015 2 commits
  6. 09 Dec, 2015 3 commits
  7. 08 Dec, 2015 2 commits
  8. 16 Nov, 2015 2 commits
    • Jeff Meadows's avatar
      Merge pull request #90 from box/replace_basestring · 726dc0a0
      Jeff Meadows authored
      Replace `basestring` with `six.string_types`
      726dc0a0
    • Jordan Moldow's avatar
      Replace `basestring` with `six.string_types` · a66da09b
      Jordan Moldow authored
      On Python 3, calling `setup_logging()` in `boxsdk.util.log`
      would always raise
      
          NameError: name 'basestring' is not defined
      
      On Python 3, this prevented `LoggingNetwork` from being
      initialized without passing an existing `Logger`.
      
      Replace this usage of `basestring` with the equivalent
      `six.string_types`.
      
      Add unit test coverage of `boxsdk.util.log`.
      
      Bump version to 1.3.2.
      a66da09b
  9. 06 Nov, 2015 4 commits
  10. 05 Nov, 2015 8 commits
  11. 03 Nov, 2015 1 commit
  12. 02 Nov, 2015 1 commit
  13. 30 Oct, 2015 1 commit