Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shrapnel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
shrapnel
Commits
0dd02834
Commit
0dd02834
authored
May 23, 2014
by
Mark Peek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
parent
33236df2
Changes
42
Show whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
120 additions
and
120 deletions
+120
-120
coro/__init__.py
coro/__init__.py
+3
-3
coro/frontdoor.py
coro/frontdoor.py
+3
-3
coro/http/demo/jsonrpc_client.py
coro/http/demo/jsonrpc_client.py
+1
-1
coro/http/demo/websocket/term/term.py
coro/http/demo/websocket/term/term.py
+1
-1
coro/http/handlers.py
coro/http/handlers.py
+1
-1
coro/http/session_handler.py
coro/http/session_handler.py
+1
-1
coro/http/spdy.py
coro/http/spdy.py
+3
-3
coro/ldap/client.py
coro/ldap/client.py
+4
-4
coro/profiler.py
coro/profiler.py
+3
-3
coro/tb.py
coro/tb.py
+9
-9
docs/tutorial/worms.py
docs/tutorial/worms.py
+2
-2
old/coro_fifo.py
old/coro_fifo.py
+3
-3
old/coro_ssl.py
old/coro_ssl.py
+3
-3
old/devstat.py
old/devstat.py
+3
-3
old/gc_monitor.py
old/gc_monitor.py
+3
-3
old/ldap/ber.py
old/ldap/ber.py
+3
-3
old/ldap/ldap.py
old/ldap/ldap.py
+3
-3
old/ldap/ldap_client.py
old/ldap/ldap_client.py
+3
-3
old/ldap/ldap_cmd.py
old/ldap/ldap_cmd.py
+3
-3
old/ldap/ldapurl.py
old/ldap/ldapurl.py
+3
-3
old/ldap/test__ldap.py
old/ldap/test__ldap.py
+3
-3
old/mbuf_statistics.py
old/mbuf_statistics.py
+3
-3
old/null_server.py
old/null_server.py
+3
-3
old/test/aio_lio/bintree.py
old/test/aio_lio/bintree.py
+3
-3
old/test/aio_lio/setup.py
old/test/aio_lio/setup.py
+3
-3
old/test/aio_lio/t_aio.pyx
old/test/aio_lio/t_aio.pyx
+3
-3
old/test/test_condition.py
old/test/test_condition.py
+3
-3
old/test/test_coro.py
old/test/test_coro.py
+3
-3
old/test/test_coro_ssl.py
old/test/test_coro_ssl.py
+3
-3
old/test/test_frame_lock.py
old/test/test_frame_lock.py
+3
-3
old/test/test_in_parallel.py
old/test/test_in_parallel.py
+3
-3
old/test/test_inverted_semaphore.py
old/test/test_inverted_semaphore.py
+3
-3
old/test/test_multiple_interrupts.py
old/test/test_multiple_interrupts.py
+3
-3
old/test/test_mutex.py
old/test/test_mutex.py
+3
-3
old/test/test_other_kevent.py
old/test/test_other_kevent.py
+3
-3
old/test/test_rtsig_scheduler.py
old/test/test_rtsig_scheduler.py
+3
-3
old/test/test_rw_lock.py
old/test/test_rw_lock.py
+3
-3
old/test/test_semaphore.py
old/test/test_semaphore.py
+3
-3
old/test/test_sendfile.py
old/test/test_sendfile.py
+3
-3
old/who_calls.py
old/who_calls.py
+3
-3
setup.py
setup.py
+1
-1
test/test_aio.py
test/test_aio.py
+1
-1
No files found.
coro/__init__.py
View file @
0dd02834
coro/frontdoor.py
View file @
0dd02834
coro/http/demo/jsonrpc_client.py
View file @
0dd02834
coro/http/demo/websocket/term/term.py
View file @
0dd02834
coro/http/handlers.py
View file @
0dd02834
coro/http/session_handler.py
View file @
0dd02834
coro/http/spdy.py
View file @
0dd02834
coro/ldap/client.py
View file @
0dd02834
coro/profiler.py
View file @
0dd02834
coro/tb.py
View file @
0dd02834
docs/tutorial/worms.py
View file @
0dd02834
old/coro_fifo.py
View file @
0dd02834
old/coro_ssl.py
View file @
0dd02834
old/devstat.py
View file @
0dd02834
old/gc_monitor.py
View file @
0dd02834
old/ldap/ber.py
View file @
0dd02834
old/ldap/ldap.py
View file @
0dd02834
old/ldap/ldap_client.py
View file @
0dd02834
old/ldap/ldap_cmd.py
View file @
0dd02834
old/ldap/ldapurl.py
View file @
0dd02834
old/ldap/test__ldap.py
View file @
0dd02834
old/mbuf_statistics.py
View file @
0dd02834
old/null_server.py
View file @
0dd02834
old/test/aio_lio/bintree.py
View file @
0dd02834
old/test/aio_lio/setup.py
View file @
0dd02834
old/test/aio_lio/t_aio.pyx
View file @
0dd02834
old/test/test_condition.py
View file @
0dd02834
old/test/test_coro.py
View file @
0dd02834
old/test/test_coro_ssl.py
View file @
0dd02834
old/test/test_frame_lock.py
View file @
0dd02834
old/test/test_in_parallel.py
View file @
0dd02834
old/test/test_inverted_semaphore.py
View file @
0dd02834
old/test/test_multiple_interrupts.py
View file @
0dd02834
old/test/test_mutex.py
View file @
0dd02834
old/test/test_other_kevent.py
View file @
0dd02834
old/test/test_rtsig_scheduler.py
View file @
0dd02834
old/test/test_rw_lock.py
View file @
0dd02834
old/test/test_semaphore.py
View file @
0dd02834
old/test/test_sendfile.py
View file @
0dd02834
old/who_calls.py
View file @
0dd02834
setup.py
View file @
0dd02834
test/test_aio.py
View file @
0dd02834
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment