index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
test_docs.py
Age
Commit message (
Expand
)
Author
2017-09-28
Fix test_docs
Sebastian Thiel
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-12
daemon, #525: FIX remote urls in config-files
Kostis Anagnostopoulos
2016-10-04
io: Wrap (probably) allconfig_writers in `with` blocks
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-04
hidden win-errs: Let leaking TCs run till end, then hide
Kostis Anagnostopoulos
2016-10-03
Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True
Kostis Anagnostopoulos
2016-10-03
Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=False
winerr_show
Kostis Anagnostopoulos
2016-10-01
io, #519: ALL open() --> with open()
Kostis Anagnostopoulos
2016-09-28
Win, #519: FIX with_rw_directory() to remove read-only dirs
Kostis Anagnostopoulos
2016-09-28
TCs: unittestize many test-docs assertions
Kostis Anagnostopoulos
2016-09-26
win: GC.collect on all TC.tearDown to fix appveyor hang runs
Kostis Anagnostopoulos
2016-08-24
Update Remotes section (#502)
Forrest Hopkins
2016-06-14
fix(test_docs): skip master-dependent assertion
Sebastian Thiel
2016-06-02
fix(test): remove unused import
Sebastian Thiel
2016-06-01
fix(test): do not skip test on travis
Sebastian Thiel
2016-05-30
Skip test that always fails on Travis CI
fix-ci-tests
Vincent Driessen
2016-05-18
Need spaces in Emacs style encoding comment
Steven Colby
2016-04-22
Fix assertion
2.0.0
Sebastian Thiel
2015-07-16
Correct doc errors
Marian Wieczorek
2015-04-16
fix(test_docs): we are at major version 1 now
Sebastian Thiel
2015-02-09
Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.
Jonas Trappenberg
2015-01-22
Removed Git.sshkey() as it couldn't be distributed properly.
0.3.6
Sebastian Thiel
2015-01-22
Added test for `sshkey` context manager.
Sebastian Thiel
2015-01-22
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
This should finally fix travis ci
Sebastian Thiel
2015-01-22
Fetch now deals with custom refspecs much better.
Sebastian Thiel
2015-01-22
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-19
Added tutorial about initializing a repository.
Sebastian Thiel