Commit Graph

102 Commits

Author SHA1 Message Date
Luciano Ramalho
f6a171f217 spinner curio example in chapter 18b 2017-07-06 13:31:55 -03:00
Luciano Ramalho
2832de13e2 spinner curio example in chapter 18b 2017-07-06 13:29:21 -03:00
Luciano Ramalho
8bbaeb1e36 spinner example ported to async/await and curio 2017-07-06 11:38:22 -03:00
Luciano Ramalho
d7e37ad0fd updated threading example to use Event object instead of user defined Signal instance 2017-03-05 14:22:20 -03:00
Luciano Ramalho
e4f58fe8c8 changed use of vars(my_namedtuple) to my_namedtuple._as_dict() (see http://bugs.python.org/issue24931); added requirements.txt 2016-12-08 19:38:27 -02:00
Luciano Ramalho
599c141a1d Remove unused Asciidoc include marker comments 2015-10-15 22:27:49 -03:00
Luciano Ramalho
a3bf32b9fa Merge branch 'master' of https://github.com/fluentpython/example-code 2015-07-14 03:32:03 -03:00
Luciano Ramalho
3c25f1ed0f flags2_asyncio_executor.py closing http request 2015-07-14 03:31:40 -03:00
Luciano Ramalho
1bbb7ab1de flags2_asyncio_executor.py closing http request\n\nSometime raises RuntimeError: Event loop is closed 2015-07-14 03:29:31 -03:00
Luciano Ramalho
90daf6eb85 fix minor typo in 17-futures/countries/README.rst 2015-07-14 03:16:32 -03:00
Luciano Ramalho
50a88d2637 added requirements.txt with known good aiohttp version for chapter 17 examples 2015-07-14 02:02:30 -03:00
Luciano Ramalho
b7073cd021 documentation changes to 18b examples 2015-07-14 01:07:17 -03:00
Luciano Ramalho
9b7ee1c0b8 updated README.rst for 18b directory 2015-07-14 00:42:00 -03:00
Luciano Ramalho
56094ef0f0 flags2_asyncio with closing rehttp response 2015-07-14 00:22:05 -03:00
Luciano Ramalho
333615d051 added closing context manager to http response 2015-07-14 00:06:25 -03:00
Luciano Ramalho
3dbd22af09 flags2_await.py with async/await 2015-07-13 23:51:34 -03:00
Luciano Ramalho
31e2c4fe4e flags2 await refactoring start 2015-07-13 23:22:30 -03:00
Luciano Ramalho
22cfc8d6dd basic flags example with async/await 2015-07-13 23:19:39 -03:00
Luciano Ramalho
a16bd835d2 flags_await: start refactoring 2015-07-13 23:14:10 -03:00
Luciano Ramalho
e43f65c9c8 http_charfinder.py with async/await 2015-07-13 23:12:24 -03:00
Luciano Ramalho
aeee41988e tcp_charfinder.py with async/await 2015-07-13 23:06:34 -03:00
Luciano Ramalho
890495dceb spinner with async/await 2015-07-13 23:05:45 -03:00
Luciano Ramalho
daa096e3d2 files for chapter 18B - async/await 2015-07-13 22:54:31 -03:00
Luciano Ramalho
5e3d37936e docstring fixes to 17-futures/countries/flags3_* examples 2015-07-13 22:52:20 -03:00
Luciano Ramalho
8dbcd26feb added continent metadata to countries in flags fixture 2015-06-15 18:01:17 -03:00
Luciano Ramalho
a786180239 update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
Luciano Ramalho
57902d31b5 update from Atlas 2015-04-15 05:49:41 -03:00
Luciano Ramalho
4572b8dfbe update from Atlas 2015-04-15 05:35:01 -03:00
Luciano Ramalho
d9e8f44297 added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
Luciano Ramalho
5774e57b60 update from Atlas 2015-04-15 04:53:31 -03:00
Luciano Ramalho
4ef4b82e82 fixed merge 2015-04-15 04:51:38 -03:00
Luciano Ramalho
f86aee2785 updated from Atlas 2015-04-15 04:48:25 -03:00
Luciano Ramalho
35984e9f86 removed .pickle from repo 2015-04-11 01:09:22 -03:00
Luciano Ramalho
7030b56878 update from Atlas 2015-04-11 01:05:23 -03:00
Luciano Ramalho
f4cdee2447 update from Atlas 2015-04-09 00:51:55 -03:00
Luciano Ramalho
bdccc3269a update from Atlas 2015-04-05 12:07:28 -03:00
Luciano Ramalho
cf96836b60 update from Atlas 2015-04-02 10:34:57 -03:00
Luciano Ramalho
573e1a94c4 updated from Atlas 2015-04-01 22:48:56 -03:00
Luciano Ramalho
aab93699a4 update from atlas 2015-03-31 18:48:24 -03:00
Luciano Ramalho
104b2c9d2d update from atlas 2015-03-31 16:53:46 -03:00
Luciano Ramalho
290079ec9a update from atlas 2015-03-22 17:01:13 -03:00
Luciano Ramalho
8fb691d3c7 minor edit to http_charfinder.py 2015-03-13 20:12:56 -03:00
Luciano Ramalho
2d7a96742b final concurrency examples 2015-03-13 18:24:31 -03:00
Luciano Ramalho
39e87de5cd update from Atlas 2015-02-27 20:34:12 -03:00
Luciano Ramalho
304d628066 updated from atlas 2015-02-20 14:33:00 -02:00
Luciano Ramalho
e910ec5458 draft of coroutine examples 2015-02-17 10:07:07 -02:00
Luciano Ramalho
dfb3c3b895 added explanations to taxi_sim example 2015-02-12 17:48:41 -02:00
Luciano Ramalho
e8cad49896 renamed actor vars to proc 2015-02-12 15:10:38 -02:00
Luciano Ramalho
07ef3cbece taxi simulator using coroutines 2015-02-11 20:40:51 -02:00
Luciano Ramalho
0327697a15 taxi simulator using coroutines 2015-02-11 20:37:24 -02:00