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

bottlepy / bottle / 467

Builds Branch Commit Type Ran Committer Via Coverage
467 master fix #913: Harden bottle against malformed headers. Bottle now checks against certain control characters (\n, \r and \0) in header names or values and raises a ValueError if the application tries to set an invalid header. push 10 Dec 2016 01:25PM UTC defnull travis-ci pending completion   set done
465 master Merge pull request #912 from pyx/issue-911 Fixed issue #911 push 08 Dec 2016 03:54PM UTC web-flow travis-ci pending completion   set done
464 master Fixed issue #911 Changed __hook_reversed into set. Set literal is chosen (over list, tuple) because: 1. It is supported since python 2.7, which is the lowest version of python supported by bottle right now. 2. Set membership testing is fas... Pull #912 08 Dec 2016 05:27AM UTC web-flow travis-ci pending completion   set done
463 master Merge pull request #907 from krlk89/patch-2 Fixed Flup webpage link push 14 Nov 2016 12:42PM UTC web-flow travis-ci pending completion   set done
462 master Fixed Flup webpage link Flup webpage link was broken (outdated) in the tutorial. Pull #907 14 Nov 2016 12:00PM UTC web-flow travis-ci pending completion   set done
461 master Fixed after_request for some obscure case. push 12 Nov 2016 02:50PM UTC defnull travis-ci pending completion   set done
460 master Optimized inner `bottle._handle` call. Overall HelloWorld performance increased by 4-5% push 12 Nov 2016 01:00PM UTC defnull travis-ci pending completion   set done
459 master Track ConfigDict overlays with weak references to avoid memory leaks. push 19 Oct 2016 11:49AM UTC defnull travis-ci pending completion   set done
458 master Merge pull request #903 from sirex/flush-wsgi-errors Flush wsgi.errors (fix #841) push 19 Oct 2016 11:00AM UTC web-flow travis-ci pending completion   set done
457 master Flush wsgi.errors Some wsgi servers buffers `wsgi.errors` and error messages does not appear in logs. To fix that, after writing to `wsgi.errors` it should be flushed in order for content to be written to the file. See: https://github.com/unbit/... Pull #903 19 Oct 2016 09:15AM UTC web-flow travis-ci pending completion   set done
453 master request.get_header removes race-condition Context: When I use `bottle.run(..., server='cherrypy')`, I run it in multi-threaded mode. This results in two requests sharing the same environment. They serve the old file with 200 in this case. Fix: ge... Pull #899 08 Oct 2016 11:39PM UTC web-flow travis-ci pending completion   set done
452 master Change coverage call in Makefile to use the python module and not the binary. push 25 Sep 2016 04:42PM UTC defnull travis-ci pending completion   set done
451 config-overlay Rewrite 'overlay' feature for ConfigDict. push 25 Sep 2016 03:31PM UTC defnull travis-ci pending completion   set done
450 master Merge pull request #895 from oz123/add_circle_ci_badge Add badge for CircleCI push 25 Sep 2016 03:06PM UTC web-flow travis-ci pending completion   set done
449 master Add badge for CircleCI and update Python 3.x version Pull #895 25 Sep 2016 02:15PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 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