Thanks to visit codestin.com
Credit goes to github.com

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: rethinkdb/rethinkdb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phenobarbital/rethinkdb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 117 files changed
  • 4 contributors

Commits on Jun 21, 2022

  1. refactor!: port the driver to Python 3

    This commit brings a major refactoring that affects every piece of the
    driver, mostly, in a backward-incompatible way.
    
    For the extensive list of changes, please refer to the CHANGELOG.rst.
    
    Co-authored-by: lsabi <[email protected]>
    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros and lsabi committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4154f76 View commit details
    Browse the repository at this point in the history
  2. feat: reql command format

    Co-authored-by: lsabi <[email protected]>
    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros and lsabi committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    54b6ad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Add flake8 config (#278)

    Inveracity authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    099fa8c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. feat: add command base (#279)

    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2c5951a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. fix: parse binary response

    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    abbefd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    03ca06a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from phenobarbital/gabor/python3-v2.5.0

    Gabor/python3 v2.5.0
    phenobarbital authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4d4145b View commit details
    Browse the repository at this point in the history
Loading