Commit Graph

308 Commits

Author SHA1 Message Date
Luciano Ramalho
f5e3cb8ad3 minor refactorings 2021-10-22 14:59:04 -03:00
Luciano Ramalho
07083b8240 draw tree of HTTPX exceptions 2021-10-18 16:45:15 -03:00
Luciano Ramalho
ce7d45154f draw tree of HTTPX exceptions 2021-10-18 16:42:59 -03:00
Luciano Ramalho
7c155cb337 draw tree of HTTPX exceptions 2021-10-18 15:22:46 -03:00
Luciano Ramalho
c41611668d refactored drawtree.py 2021-10-18 14:57:06 -03:00
Luciano Ramalho
e3ee75adbb Merge branch 'master' of github.com:fluentpython/example-code-2e 2021-10-18 14:44:13 -03:00
Luciano Ramalho
f1524171df refactored drawtree.py 2021-10-18 14:42:55 -03:00
Luciano Ramalho
6fb0832c40 sync from Atlas 2021-10-12 22:37:28 -03:00
Luciano Ramalho
43f1bf23b3 sync from Atlas 2021-10-05 09:52:43 -03:00
Luciano Ramalho
5d6b156047 ch20: renamed directory 2021-10-05 09:44:12 -03:00
Luciano Ramalho
980f750326 sequential, threaded & async HTTP clients using HTTPX 2021-10-02 17:48:34 -03:00
Luciano Ramalho
6359a4de0c sequential, threaded & async HTTP clients using HTTPX 2021-10-02 17:27:22 -03:00
Luciano Ramalho
0f91193c9f sequential, threaded & async HTTP clients using HTTPX 2021-10-02 17:13:14 -03:00
Luciano Ramalho
4f1392d21c sequential, threaded & async HTTP clients using HTTPX 2021-10-02 17:12:42 -03:00
Luciano Ramalho
7985fda09f ch20: README.adoc 2021-09-27 19:58:16 -03:00
Luciano Ramalho
69f326dd3d ch20: README.adoc 2021-09-27 19:55:48 -03:00
Luciano Ramalho
f45806361f ch20: README.adoc 2021-09-27 19:46:25 -03:00
Luciano Ramalho
1e5940056e ch20: README.adoc 2021-09-27 19:35:38 -03:00
Luciano Ramalho
f7bf5b0d2a added README.adoc 2021-09-27 15:06:49 -03:00
Luciano Ramalho
4002c57728 added README.adoc 2021-09-27 15:05:01 -03:00
Luciano Ramalho
423b10c865 Merge branch 'master' of github.com:fluentpython/example-code-2e 2021-09-23 03:07:25 -03:00
Luciano Ramalho
4fad21e6b0 added README.md to 19-concurrency/primes/ 2021-09-23 03:07:15 -03:00
Luciano Ramalho
4f4f759229 sync from Atlas 2021-09-21 23:31:27 -03:00
Luciano Ramalho
d59215d332 Merge branch 'master' of github.com:fluentpython/example-code-2e 2021-09-21 18:03:49 -03:00
Luciano Ramalho
2c1230579d ch19: fixed race condition in procs.py 2021-09-21 18:03:34 -03:00
Luciano Ramalho
ade9577a55 sync from Atlas 2021-09-20 23:31:45 -03:00
Luciano Ramalho
c93076ac2b sync from Atlas 2021-09-20 10:39:31 -03:00
Luciano Ramalho
2f2f87d4fb sync from Atlas 2021-09-20 10:37:26 -03:00
Luciano Ramalho
3ecfb212c6 updated from Atlas 2021-09-18 13:18:17 -03:00
Luciano Ramalho
6527037ae7 moved lispy from 02 to 18 2021-09-15 22:48:08 -03:00
Luciano Ramalho
00e4741926 renumbering chapters >= 19 2021-09-10 12:35:57 -03:00
Luciano Ramalho
4ae4096c4c renumbering chapters >= 19 2021-09-10 12:34:39 -03:00
Luciano Ramalho
dd535abcf7 sync from Atlas 2021-08-25 14:46:57 -03:00
Luciano Ramalho
b429f217d3
Merge pull request #17 from kbaikov/master
Use fixture instead of yield_fixture
2021-08-23 16:15:02 -03:00
kbaikov
fa1cd6bd5e Use fixture instead of yield_fixture
The old @pytest.yield_fixture causes
a deprecation warning:
Use @pytest.fixture instead; they are the same.
    def records():
2021-08-22 16:29:22 +02:00
Luciano Ramalho
01e717b60a updated from Atlas 2021-08-07 00:44:01 -03:00
Luciano Ramalho
cbd13885fc updates to ch.14 2021-08-06 19:51:22 -03:00
Luciano Ramalho
b4ad845d12 missing.py example 2021-08-02 22:00:17 -03:00
Luciano Ramalho
fa1c0a9fe3 updated example, thanks to @leorochael 2021-07-30 14:15:38 -03:00
Luciano Ramalho
837b5a36bf
New titles for chapters 4, 5, and 7 2021-07-10 12:15:02 -03:00
Luciano Ramalho
3f7c926067
Update README.md 2021-07-10 12:03:04 -03:00
Luciano Ramalho
5196576124 Merge branch 'master' of github.com:fluentpython/example-code-2e 2021-07-10 11:58:35 -03:00
Luciano Ramalho
1283115921 sync with Atlas 2021-07-10 11:58:24 -03:00
Luciano Ramalho
dfef30981e
Update README.md 2021-07-08 12:41:18 -03:00
Luciano Ramalho
a77e6d1e97
Update README.md 2021-07-08 00:23:56 -03:00
Luciano Ramalho
fba87b1cff
Update README.md 2021-07-08 00:22:48 -03:00
Luciano Ramalho
269d607d84 merging 2021-07-07 23:58:29 -03:00
Luciano Ramalho
23e78eeb82 sync with O'Reilly Atlas 2021-07-07 23:45:54 -03:00
Luciano Ramalho
88a9238552
Update README.md 2021-06-29 12:26:50 -03:00
Luciano Ramalho
de1fbfbcee
Update README.md 2021-06-29 12:24:32 -03:00