Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-pitfalls/requests-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: psf/requests-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 26, 2020

  1. Mention Puppeteer/Chromium in readmen

    Using same style as used to reference PyQuery
    clach04 authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    60fad1b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. 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>
    timgates42 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    3375831 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    1786eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8355a View commit details
    Browse the repository at this point in the history
  3. Merge pull request psf#534 from surister/versions_test_fixes

    Versions test fixes
    surister authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    4264c5d View commit details
    Browse the repository at this point in the history
  4. Merge pull request psf#516 from timgates42/bugfix_typos

    docs: Fix a few typos
    surister authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9542dc0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request psf#485 from python-pitfalls/master

    removed a case of the default mutable argument pitfall
    surister authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    87a047d View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    Correct to pyppeteer
    clach04 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ed77e8c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix typo at docs

    Skaylan committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    efb2484 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Merge pull request psf#536 from clach04/patch-1

    Mention pyppeteer/Chromium in readme
    surister authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    1d19c76 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request psf#539 from Skaylan/fix-typo

    fix typo at docs
    surister authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    075ac16 View commit details
    Browse the repository at this point in the history
Loading