462 Commits

Author SHA1 Message Date
surister 075ac162dc Merge pull request #539 from Skaylan/fix-typo
fix typo at docs
2023-04-03 19:09:56 +02:00
surister 1d19c76e8c Merge pull request #536 from clach04/patch-1
Mention pyppeteer/Chromium in readme
2023-04-03 00:03:07 +02:00
Lucas Gomes efb2484eef fix typo at docs 2023-03-16 00:29:55 -03:00
clach04 ed77e8c70e Update README.rst
Correct to pyppeteer
2023-02-26 09:13:06 -08:00
surister 87a047d4ad Merge pull request #485 from python-pitfalls/master
removed a case of the default mutable argument pitfall
2023-02-26 14:20:30 +01:00
surister 9542dc018d Merge pull request #516 from timgates42/bugfix_typos
docs: Fix a few typos
2023-02-26 14:17:24 +01:00
surister 4264c5dd48 Merge pull request #534 from surister/versions_test_fixes
Versions test fixes
2023-02-26 13:27:30 +01:00
surister bd8355a59b Minor refactoring, typo fixes. 2023-02-26 13:23:59 +01:00
surister 1786eb65fd Fix broken tests, add more cases, refactor tests to allow more cases. 2023-02-26 13:23:05 +01:00
Tim Gates 3375831c22 docs: Fix a few typos
There are small typos in:
- requests_html.py
- tests/test_requests_html.py

Fixes:
- Should read `instances` rather than `instaces`.
- Should read `encoding` rather than `enconding`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-31 09:24:48 +10:00
naelsondouglas 3c0a50fc8e fixed a typo 2021-10-16 15:31:25 -03:00
naelsondouglas 3fd17e2ab0 removed a case of the default mutable argument pitfall 2021-10-16 15:30:26 -03:00
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
clach04 60fad1baf0 Mention Puppeteer/Chromium in readmen
Using same style as used to reference PyQuery
2020-04-26 11:11:14 -07: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