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

racker / falcon / 289

Builds Branch Commit Type Ran Committer Via Coverage
289 master Adds an Exception Handler Mechanism How to use: def handler(ex, req, resp, params): log_error(req, ex) resp.status = falcon.HTTP_500 resp.body = "I regret to inform you that an unfortunate error has occured." app.... Pull #202 14 Nov 2013 11:12PM UTC sudorandom travis-ci pending completion   set done
288 master Ensure long description is Unicode string in setup Python 3.3 is not able to properly install Falcon due to UTF-8 characters in the README.rst file. The characters are fine, we just need to be sure to decode the open('README.rst', 'rb').read() by... Pull #201 02 Nov 2013 06:42PM UTC jaypipes travis-ci pending completion   set done
287 master Ensure long description is Unicode string in setup Python 3.3 is not able to properly install Falcon due to UTF-8 characters in the README.rst file. The characters are fine, we just need to be sure to decode the open('README.rst', 'r').read() res... Pull #200 02 Nov 2013 06:19PM UTC jaypipes travis-ci pending completion   set done
286 master doc: Clarify WSGI app variable in README examples push 31 Oct 2013 08:23PM UTC kgriffs travis-ci pending completion   set done
285 master chore: Send Travis notifications to IRC push 17 Oct 2013 08:54PM UTC kgriffs travis-ci pending completion   set done
284 master fix(setup): Fix UTF-8 loading of README.rst README.rst contains some unicode characters which under certain environment conditions will cause python3 to fail to read the description and run setup.py. fixes: #186 Pull #187 14 Oct 2013 02:00AM UTC jamielennox travis-ci pending completion   set done
283 master fix: Add output encoding to tests for Python3 In certain environment setups python 3 will detect the appropriate output as ASCII and will fail when trying to write a unicode string. Override this by forcing UTF-8. Pull #188 14 Oct 2013 01:56AM UTC jamielennox travis-ci pending completion   set done
282 master fix: Add output encoding to tests for Python3 In certain environment setups python 3 will detect the appropriate output as ASCII and will fail when trying to write a unicode string. Override this by forcing UTF-8. Pull #188 14 Oct 2013 01:56AM UTC jamielennox travis-ci pending completion   set done
280 master feat(uri): decode percent encoded query string Per RFC3986's requirement, we decode the query string, plus the '+' -> ' ' conversion. We also assume the source string before percent-encoded is a UTF-8 string, so we decode it as well. Related bu... Pull #195 11 Oct 2013 09:40PM UTC lichray travis-ci pending completion   set done
279 master feat(uri): decode percent encoded query string Per RFC3986's requirement, we decode the query string, plus the '+' -> ' ' conversion. We also assume the source string before percent-encoded is a UTF-8 string, so we decode it as well. Related bu... Pull #195 11 Oct 2013 09:24PM UTC lichray travis-ci pending completion   set done
278 master feat(uri): decode percent encoded query string Per RFC3986's requirement, we decode the query string, plus the '+' -> ' ' conversion. We also assume the source string before percent-encoded is a UTF-8 string, so we decode it as well. Related bu... Pull #195 11 Oct 2013 08:37PM UTC lichray travis-ci pending completion   set done
277 master perf(Request): Use a list comprehension and don't lowercase the headers List comprehensions are faster than generators. Also, there is no need to lowercase the header name, since headers are case-insensitive after all. Pull #193 07 Oct 2013 05:51PM UTC kgriffs travis-ci pending completion   set done
276 master Merge pull request #191 from kgriffs/master chore: Bump version to 0.1.8-dev push 07 Oct 2013 05:41PM UTC kgriffs travis-ci pending completion   set done
275 master chore: Bump version to 0.1.8-dev Pull #191 07 Oct 2013 05:41PM UTC kgriffs travis-ci pending completion   set done
274 master Add output encoding to tests for Python3 In certain environment setups python 3 will detect the appropriate output as ASCII and will fail when trying to write a unicode string. Override this by forcing UTF-8. Pull #188 24 Sep 2013 01:13AM UTC jamielennox travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • …
  • 40
  • 41
  • 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