◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: gitpython-developers/GitPython
base: 2.1.12
...
head repository: gitpython-developers/GitPython
  • 12 commits
  • 12 files changed
  • 6 contributors

Commits on Jul 28, 2019

  1. Revert "Drop python 2.7 support and help with encodings"

    This reverts commit dac619e.
    Sebastian Thiel committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    913d806 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Bring back python 2 support

    Sebastian Thiel committed Jul 29, 2019
    Configuration menu
    View commit details
    Browse the repository at this point in the history
  2. Remove python 2 from CI

    Python 2 support was dropped, there is not need to run tests in py2
    stsewd authored and Byron committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8020433 View commit details
    Browse the repository at this point in the history
  3. Fix Git.transform_kwarg

    Kwargs were not transformed correctly if a value was set to 0 due to
    wrong if condition.
    
    Signed-off-by: František Nečas <fifinecas@seznam.cz>
    FrNecas authored and Byron committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    0b6b90f View commit details
  2. Drop python 2 support, again (revert previous revert)

    This reverts commit 913d806.
    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2e7e82b View commit details
    Browse the repository at this point in the history
  3. Version 3.0 - drop python 2 support

    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    71bd080 View commit details
    Browse the repository at this point in the history
  4. Fix test bound to major version

    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    Browse the repository at this point in the history
  5. Avoid creating python 2 release

    Thank you!
    #898 (comment)
    
    [skip CI]
    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    acbd5c0 View commit details
    Browse the repository at this point in the history
  6. Fix typo in documentation

    `mutli_options` -> `multi_options`
    Loïc Antoine Gombeaud authored and Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d2cd597 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Correcting a file name

    Arthur-Milchior authored and Byron committed Aug 12, 2019
    Copy the full SHA
    dab0c2e View commit details
    Browse the repository at this point in the history
  2. finalize chagnes.rst for 3.0 release

    Sebastian Thiel committed Aug 12, 2019
    Configuration menu
    5fa99bf View commit details
    Browse the repository at this point in the history
Loading