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: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d773d40
Choose a base ref
...
head repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8fe4fee
Choose a head ref
  • 8 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 25, 2016

  1. doc(README): add waffle.io info

    [skip ci]
    Byron committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    80cc71e View commit details
    Browse the repository at this point in the history
  2. doc(platforms): inform more clearly about best-effort

    This has been the case for Windows as well, and is now
    made official.
    Certain tests already fail on windows, for example.
    Byron committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    2d37049 View commit details
    Browse the repository at this point in the history
  3. fix(index): improve LockedFD handling

    Relying on the destructor will not work, even though
    the code used to rely on it.
    
    Now we handle failures more explicitly. Far from perfect,
    but a good start for a fix.
    
    Fixes #514
    Byron committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    d6b1a92 View commit details
    Browse the repository at this point in the history
  4. fix(test): deal with py2 and py3

    It ain't pretty, but should do the job.
    
    Related to #514
    Byron committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    0de60ab View commit details
    Browse the repository at this point in the history
  5. fix(test): put test_commits back

    Thanks to @yarikoptic for catching this one !
    Byron committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    f73468b View commit details
    Browse the repository at this point in the history
  6. test, deps: FIX mock deps on py3.

    + Del extra spaces, import os.path as osp
    ankostis committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    7842e92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1210ec7 View commit details
    Browse the repository at this point in the history
  8. win: GC after every TC to fixes appveyor hang runs

    + Fixed the hangs at `test_git:TestGit.test_handle_process_output()`.
    [travisci skip]
    ankostis committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    8fe4fee View commit details
    Browse the repository at this point in the history
Loading