• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rackspace / pyrax / 857

Builds Branch Commit Type Ran Committer Via Coverage
857 working Handle the distinction between unicode and bytes Python 2 is a lot more forgiving when accepting either unicode strings or byte strings. Python 3 is not forgiving at all. All strings are now unicode strings unless explicitly set otherwise. Thing... Pull #536 05 Feb 2015 12:14AM UTC Tim Heap travis-ci pending completion   set done
856 working Handle differences in exceptions in Python 3 Some operations change what error they throw in Python 3. Comparing `None < 1.0` became an error in Python 3, so this must be checked for. Pull #533 05 Feb 2015 12:14AM UTC Tim Heap travis-ci pending completion   set done
854 working Merge branches 'python3/exceptions', 'python3/file-context-handler', 'python3/iterators', 'python3/metadata', 'python3/MethodCall', 'python3/os.walk', 'python3/renames-and-moves' and 'python3/unicode' into working * python3/exceptions: Handle d... Pull #527 04 Feb 2015 11:48PM UTC Tim Heap travis-ci pending completion   set done
851 working Use six or compatible names for Python 2 and 3 compatibility * `six.integer_types` is used instead of `(int, long)`, as `long` does not exist in Python 3 * Various renames and moves: * `im_func` -> `__func__` * `unichar` -> `six.unichar` ... Pull #535 04 Feb 2015 11:35PM UTC Tim Heap travis-ci pending completion   set done
850 working Call types.MethodType correctly in Python 2 and 3 The call signature for `types.MethodType` changed in Python 3, causing an error. There is no six import or similar to handle this easily, so detecting the Python version is required. Pull #534 04 Feb 2015 11:33PM UTC Tim Heap travis-ci pending completion   set done
848 working Open file in context handler to ensure it saves Python 3 files may not write until they are garbage collected and closed. By using the file in a context handler, this is guaranteed to happen. Pull #532 04 Feb 2015 11:33PM UTC Tim Heap travis-ci pending completion   set done
849 working Handle differences in exceptions in Python 3 Some operations change what error they throw in Python 3. Comparing `None < 1.0` became an error in Python 3, so this must be checked for. Pull #533 04 Feb 2015 11:32PM UTC Tim Heap travis-ci pending completion   set done
847 working Use iterators in a Python 3 compatible manner * `iter.next()` has been replaced by `next(iter)` * `dict.keys()` no longer returns a `list`, so can not be indexed. It is now either explicitly cast to a `list`, or used as an iterator. * `file.xre... Pull #531 04 Feb 2015 11:30PM UTC Tim Heap travis-ci pending completion   set done
846 working Change usages of os.path.walk to os.walk `os.path.walk` does not exist in Python 3, but `os.walk` exists in both Python 2 and 3. Plus, `os.walk` presents a nicer interface. Pull #530 04 Feb 2015 11:30PM UTC Tim Heap travis-ci pending completion   set done
845 working Add Python 3 support to tox, Travis CI, setup.py Pull #529 04 Feb 2015 11:26PM UTC timheap travis-ci pending completion   set done
844 working Merge branches 'python3/exceptions', 'python3/file-context-handler', 'python3/iterators', 'python3/metadata', 'python3/MethodCall', 'python3/os.walk', 'python3/renames-and-moves' and 'python3/unicode' into working * python3/exceptions: Handle d... Pull #527 04 Feb 2015 11:18PM UTC Tim Heap travis-ci pending completion   set done
843 working Make library Python 2 and 3 compatible Pull #527 29 Jan 2015 10:10PM UTC Tim Heap travis-ci pending completion   set done
842 working Make library Python 2 and 3 compatible Pull #527 29 Jan 2015 06:40AM UTC Tim Heap travis-ci pending completion   set done
841 working Merge pull request #525 from rs-randallburt/cm-tokens Add support for Monitoring Agent Tokens push 14 Jan 2015 07:54PM UTC sivel travis-ci pending completion   set done
840 working Add support for Monitoring Agent Tokens Added support to the monitoring client for managing agent tokens Pull #525 14 Jan 2015 06:46PM UTC Randall Burt travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 42
  • 43
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc