narzeja
|
a320bc28a6
|
add bottle simple_server using gunicorn
|
2016-10-16 07:52:10 +02:00 |
|
narzeja
|
95124fc584
|
update readme with links to blueprint docs, remove from TODO list
|
2016-10-16 06:50:10 +02:00 |
|
narzeja
|
b19452a1a7
|
assert warning clarification and adding blueprint containers to app object
|
2016-10-16 06:48:49 +02:00 |
|
narzeja
|
4f86cad66e
|
Merge branch 'feature_blueprints' of github.com:narzeja/sanic into feature_blueprints
|
2016-10-16 06:44:07 +02:00 |
|
narzeja
|
d761c34e8b
|
basic blueprint functionality
|
2016-10-16 06:43:22 +02:00 |
|
narzeja
|
aaf571fae4
|
Blueprint support, with docs, example, and tests
|
2016-10-16 06:43:22 +02:00 |
|
Ubuntu
|
4153028096
|
Merge branch 'jpiasetz-speedup_response'
|
2016-10-16 04:20:37 +00:00 |
|
Ubuntu
|
13ba8d7325
|
merged changes
|
2016-10-16 04:20:12 +00:00 |
|
seemethere
|
79bea4082a
|
Make the requirements.txt part actually work
|
2016-10-15 22:16:50 -06:00 |
|
seemethere
|
cfcb5504e1
|
Add .travis.yml with flake8 checks and tests
|
2016-10-15 22:13:25 -06:00 |
|
cclauss
|
392ec9dc70
|
License is MIT, not BSD
Added Python 3.5 and 3.6 trove classifieds for PyPI.
|
2016-10-16 06:03:35 +02:00 |
|
Andrew Murray
|
e3a6262012
|
Fixed typos
|
2016-10-16 12:28:24 +11:00 |
|
channelcat
|
475880765e
|
Merge pull request #16 from cbess/patch-3
Fix list formatting in Request Data docs
|
2016-10-15 16:23:23 -07:00 |
|
Channel Cat
|
f1a5eadd64
|
Fixing line endings
|
2016-10-15 23:19:43 +00:00 |
|
Channel Cat
|
5173c67e63
|
Merge branch 'master' of https://github.com/channelcat/sanic
|
2016-10-15 23:18:38 +00:00 |
|
Channel Cat
|
0249ee236b
|
Merge branch 'narzeja-feature_tox_coverage'
|
2016-10-15 23:17:44 +00:00 |
|
Channel Cat
|
f4a79139a4
|
merge gitignore
|
2016-10-15 23:17:25 +00:00 |
|
channelcat
|
aebb4c426c
|
Merge pull request #22 from KhasanovBI/fix_double_router_initializing
Fix double router initializing
|
2016-10-15 16:12:55 -07:00 |
|
b.khasanov
|
a464d1e0b2
|
fix double router initializing
|
2016-10-16 01:14:47 +03:00 |
|
channelcat
|
e16a5a3a27
|
Merge pull request #15 from cbess/patch-2
Fix Sanic arg in docs
|
2016-10-15 13:40:13 -07:00 |
|
channelcat
|
59fc17b19e
|
Merge pull request #14 from cbess/patch-1
Fix route arg; update regex
|
2016-10-15 13:39:56 -07:00 |
|
channelcat
|
dc5143584d
|
Merge pull request #19 from JD557/patch-1
Update routing.md <PARAM>
|
2016-10-15 13:39:17 -07:00 |
|
channelcat
|
caedd7284a
|
Merge pull request #21 from kolanos/normalize-linebreaks
Introduce end-of-line normalization
|
2016-10-15 13:38:44 -07:00 |
|
Michael Lavers
|
9f824b048e
|
Introduce end-of-line normalization
|
2016-10-15 12:59:00 -07:00 |
|
narzeja
|
fb79f747d4
|
basic blueprint functionality
|
2016-10-15 21:53:51 +02:00 |
|
narzeja
|
17cc2928d0
|
Blueprint support, with docs, example, and tests
|
2016-10-15 21:38:12 +02:00 |
|
John Piasetzki
|
dd249ca665
|
Use printf-style String Formatting for output
|
2016-10-15 14:58:31 -04:00 |
|
John Piasetzki
|
6a1f706387
|
Remove unused imports
|
2016-10-15 14:58:22 -04:00 |
|
João Costa
|
ce7a34b608
|
Update routing.md <PARAM>
Some markdown readers (such as github's preview) parse `<PARAM>` as an HTML tag.
Wrapping it in a code block fixes that.
|
2016-10-15 19:30:44 +01:00 |
|
C. Bess
|
9d7488f59d
|
Fix list formatting in Request Data docs
Added two spaces after line to force newline in markdown. Code emphasized in lists.
|
2016-10-15 13:09:16 -05:00 |
|
C. Bess
|
365adc1fda
|
Fix Sanic arg
I assume the value of `__name__` (module name) was intended.
|
2016-10-15 13:05:44 -05:00 |
|
C. Bess
|
8cade2f664
|
Fix route arg; update regex
Fixed a potential "copy/paste" error in the `person_handler`. Simplify route regex.
|
2016-10-15 13:03:05 -05:00 |
|
narzeja
|
65d9b15e0c
|
add tox for test and coverage automation. Add development requirements.txt
|
2016-10-15 11:56:34 +02:00 |
|
Channel Cat
|
1d519ff407
|
Added wheezy to benchmarks
|
2016-10-14 23:31:47 -07:00 |
|
Mike Griffith
|
24f1040067
|
simple example with await. benchmarked performance with ab
|
2016-10-14 23:22:05 -04:00 |
|
Channel Cat
|
993d81090c
|
.
|
2016-10-14 20:07:53 -07:00 |
|
Channel Cat
|
bad1b9da86
|
Updated aiohttp benchmarks with uvloop
|
2016-10-14 20:06:29 -07:00 |
|
channelcat
|
385158b84d
|
Merge pull request #5 from channelcat/reformat_code
Reformatted code to use spaces instead of tabs
|
2016-10-14 19:55:03 -07:00 |
|
Channel Cat
|
254861bc37
|
Reformatted code to use spaces instead of tabs
|
2016-10-14 19:53:49 -07:00 |
|
channelcat
|
67db0bcbf3
|
Merge pull request #4 from n1ywb/master
add http:// to server info message so it's clickable
|
2016-10-14 19:40:40 -07:00 |
|
channelcat
|
d7a873c3fa
|
Merge pull request #2 from seemethere/fix_tests
Split exceptions tests
|
2016-10-14 19:39:34 -07:00 |
|
Jeff Laughlin
|
ba5363ef43
|
add http:// to server info message so it's clickable
|
2016-10-14 18:50:41 -04:00 |
|
Eli Uriegas
|
7a313fc268
|
Fix link to helper
|
2016-10-14 17:38:43 -05:00 |
|
Eli Uriegas
|
c9d63f4e31
|
Split up the exceptions tests
|
2016-10-14 17:36:58 -05:00 |
|
Eli Uriegas
|
4684083f2f
|
Move helpers from tests to sanic proper
|
2016-10-14 17:36:32 -05:00 |
|
channelcat
|
0d3e8b42b3
|
Pivoting off actionable feedback
|
2016-10-14 14:08:30 -07:00 |
|
Channel Cat
|
818826b4b0
|
Removed unnecessary log
|
2016-10-14 05:09:14 -07:00 |
|
Channel Cat
|
3de373e029
|
Changed before_start to after_start
|
2016-10-14 05:04:09 -07:00 |
|
Channel Cat
|
91a780230e
|
.
|
2016-10-14 05:01:18 -07:00 |
|
Channel Cat
|
79593574a6
|
.
|
2016-10-14 05:00:43 -07:00 |
|