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

Commits on Nov 2, 2021

  1. Fix Python 3.10 compatibility (collections.abc imports)

    Many classes moved from `collections` module to `collections.abc`.
    
    https://docs.python.org/3.9/library/collections.html?highlight=collections#module-collections
    
    > Deprecated since version 3.3, will be removed in version 3.10: Moved
    > Collections Abstract Base Classes to the collections.abc module. For
    > backwards compatibility, they continue to be visible in this module
    > through Python 3.9.
    intgr committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    49d2b8b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Merge pull request dyninc#141 from intgr/fix-python3.10-compat

    Fix Python 3.10 compatibility (collections.abc imports)
    siijmDqEaiPR authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f151745 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.8.2

    siijmDqEaiPR authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e625a3d View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    siijmDqEaiPR authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5db7f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7784766 View commit details
    Browse the repository at this point in the history
  5. Merge pull request dyninc#142 from dyninc/revert-141-fix-python3.10-c…

    …ompat
    
    Revert "Fix Python 3.10 compatibility (collections.abc imports)"
    StoneTools authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    12a0ee8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abb6236 View commit details
    Browse the repository at this point in the history
  7. Bump version to 1.8.4

    siijmDqEaiPR authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    89f2013 View commit details
    Browse the repository at this point in the history
  8. Merge pull request dyninc#143 from siijmDqEaiPR/patch-1

    Python 3.10 compatibility
    StoneTools authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6dbf1ae View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    bb66715 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.8.5

    siijmDqEaiPR authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0002a40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dyninc#146 from siijmDqEaiPR/python3_proxy_compat

    Fix using an authenticated proxy for python 3
    siijmDqEaiPR authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    98e72a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. update changelog

    siijmDqEaiPR committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1f32919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120962f View commit details
    Browse the repository at this point in the history
Loading