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: apache/cassandra-python-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-pages
Choose a base ref
...
head repository: apache/cassandra-python-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 4, 2025

  1. Removing interface to Travis CI (#1261)

    Patch by Bret McGuire; reviewed by Andy Tolbert and Bret McGuire
    reference: #1261
    absurdfarce authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    7596cc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Updating a few docs after donation to the ASF. (#1262)

    patch by Bret McGuire; reviewed by Bret McGuire and Brad Schoening
    reference: #1262
    absurdfarce authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6f229a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. PYTHON-1354 do not set timeout to None when calling execute_async in …

    …execute_concurrent
    
    The default timeout=_NOT_SET will use the request_timeout specified in
    the execution_profile. This is not the same as setting the timeout to
    None. This will instead result in having no timeout which is not ideal.
    If this behaviour really is wanted, the request_timeout can be set to
    None in the execution_profile instead.
    
    patch by osttra-h-jarrendal; reviewed by Bret McGuire and Brad Schoening
    Hannes Järrendal authored and absurdfarce committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d0407ea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Configuration menu
    Copy the full SHA
    8225b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56713fa View commit details
    Browse the repository at this point in the history
Loading