Commit Graph

449 Commits

Author SHA1 Message Date
Ordanis Sanchez 026c4e5217 Merge pull request #338 from GadgetSteve/patch-1
Update README.rst for Python Version
2020-05-10 15:40:04 -04:00
Ordanis Sanchez 8f44a8f6dc Merge pull request #374 from timgates42/bugfix/typo_usually
Fix simple typo: ussually -> usually
2020-05-10 15:38:37 -04:00
Ordanis Sanchez 291254140e Merge pull request #361 from Necklaces/patch-1
Fix typo in render docs string
2020-05-10 15:36:59 -04:00
Ordanis Sanchez b732b7edad Merge pull request #340 from sithumranabahu/patch-1
Fix typo in README
2020-05-10 15:35:36 -04:00
Ordanis Sanchez 1c447e21c6 Register pytest marks to remove warnings 2020-05-10 15:26:15 -04:00
Ordanis Sanchez 78ad294092 Add new python versions to tests 2020-05-10 14:33:45 -04:00
Ordanis Sanchez 02ef2cc9f4 Update deps, remove psutil 2020-05-10 14:29:01 -04:00
Tim Gates 29a0f501a5 Fix simple typo: ussually -> usually
Closes #373
2020-03-01 06:45:21 +11:00
Nichlas Severinsen c6c2f274f0 Fix typo
> how many long to sleep

to

> how many seconds to sleep
2020-02-13 21:48:20 +00:00
Sithum Ranabahu 4af725f817 README
There was very very small spelling correction done!
2019-10-25 17:27:19 -07:00
Steve (Gadget) Barnes d2c0026b31 Update README.rst for Python Version
Changed Only Python 3.6 is supported to Only Python 3.6 and above is supported.

Fix #319
2019-10-17 08:02:52 +01:00
kennethreitz dc82965d66 Merge pull request #317 from hugovk/update-org
Update organisation URLs
2019-07-25 10:20:58 -04:00
Hugo bb771e54c5 Update links, remove 404s 2019-07-25 10:31:24 +03:00
Hugo a4e45e3838 kennethreitz -> psf 2019-07-25 10:30:55 +03:00
kennethreitz b6fec3ab25 Merge pull request #239 from rachmadaniHaryono/feature/ignore-html-count
Hide html files from stats by marking as vendored
2019-05-31 13:23:27 -04:00
kennethreitz 420fe61a45 Merge pull request #291 from slmi/cookies_render
[render] add: send session.cookies to render
2019-05-31 13:22:35 -04:00
kennethreitz 89fef4c399 Merge pull request #298 from kylepjohnson/master
Correct phraseology of "faint at heart"
2019-05-31 13:22:12 -04:00
Kyle P. Johnson 12e5544d5d Change phrasing of faint of heart 2019-05-23 19:41:01 -07:00
Kyle P. Johnson 2f37f1a792 Change phrasing of faint of heart 2019-05-23 19:40:38 -07:00
Buğra İşgüzar a9a36c615b Merge pull request #296 from toddrme2178/patch-1
Change 'bs4' dependency to 'beautifulsoup4'
2019-05-20 19:23:04 +03:00
Todd 324b84b263 Change 'bs4' dependency to 'beautifulsoup4'
'bs4' is just a dummy package to make it easier to install.  'beautifulsoup4' is the real package name.  Downstream packagers like Anaconda and Linux distributions will have 'beautifulsoup4' available, but not 'bs4', making it harder to install this package.
2019-05-20 12:16:14 -04:00
kennethreitz 2970bf23f7 Update README.rst 2019-05-06 07:43:48 -04:00
kennethreitz b59a9f2fb9 Merge pull request #292 from s-pace/doc/add_search
[doc website] Add a nice search experience
2019-04-22 22:22:06 -04:00
s-pace 9407d3ce33 feat: add search to every documentation pages 2019-04-22 21:46:26 +02:00
s-pace 48f2646d2d feat: add search to the main introduction page 2019-04-22 21:46:04 +02:00
M.Michel 8753f7972c fix: cookie = {} 2019-04-22 13:31:25 +02:00
M.Michel aff9336c7b mod: explicit type cookiejar of cookie 2019-04-22 09:33:13 +02:00
M.Michel be5f7c2ba8 add: send session.cookies to render 2019-04-21 20:15:18 +02:00
Frost Ming 09c8f34b85 Merge pull request #286 from gregsadetsky/patch-1
fix incorrect link to the Requests site in sidebar
2019-04-05 10:01:35 +08:00
Greg Sadetsky 40de6d2a29 fix incorrect link to the Requests site 2019-04-04 12:03:19 -04:00
Timo Furrer cfdbd4920f Merge pull request #274 from arnavb/patch-1
Fix code formatting
2019-03-05 18:49:57 +01:00
Arnav Borborah e5fa74e10b Fix code formatting
Tabs don't look good.
2019-03-05 12:38:08 -05:00
Ordanis Sanchez afa7eb5d53 Merge pull request #269 from tvytlx/master
Fix: fstring formatted with bytes
2019-02-22 11:03:45 -04:00
Xiao Tan 9d78a00574 test: HTML parser 2019-02-22 14:16:21 +08:00
Xiao Tan f23ccbfcb5 fix: fstring formatted with bytes 2019-02-21 13:53:17 +08:00
Timo Furrer 9038704a90 Merge pull request #237 from Sarcastic-Pharm/update_readme
Updated README to fix async and render examples
2019-02-17 21:17:30 +01:00
Timo Furrer c561e9bc69 release: 0.10.0 v0.10.0 2019-02-17 20:12:49 +00:00
Nishchith K 093edf1a71 Merge pull request #250 from David-Hinschberger/patch-1
Update requests_html.py
2019-02-15 00:21:06 +05:30
David Hinschberger b2cb028b32 Update requests_html.py
small grammar/typos
2019-01-12 18:19:14 -06:00
Colin Seymour 4e863aada4 Hide html files from stats by marking as vendored 2018-11-02 22:23:48 +08:00
Sarcastic-Pharm 881687d6b1 Updated README.rst to fix async and render examples 2018-10-26 02:47:01 +10:00
kennethreitz 47b2ad86ca Merge pull request #224 from pigna90/set-verify-to-true
Set verify default value to True
2018-09-21 10:45:04 -04:00
Alessandro Romano 4f4cfc0c1d Set verify default value to True 2018-09-21 15:17:57 +02:00
kennethreitz aca88e49f9 Merge pull request #223 from pigna90/verify-parameter
Add verify parameter coherently
2018-09-19 10:11:31 -04:00
Alessandro Romano 8c6b3b3f92 Merge branch 'master' into verify-parameter 2018-09-19 15:50:12 +02:00
Alessandro Romano f4d9de9f9c Delete old class member browser_argsverify 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 36a647e6ea Fix tests 2018-09-19 15:45:17 +02:00
Ordanis Sanchez b769fc3dac Update docs 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 1faa61b7d0 Add asyncsession.run method 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 3d6b82862d Fix r.html.next() for next url 2018-09-19 15:45:17 +02:00