| Commit message (Expand) | Author | Age | Files | Lines |
* | BF: @with_rw_directory must return decorated call | Yaroslav Halchenko | 2016-10-02 | 2 | -2/+29 |
* | BF: Allow to remove a submodule with a remote without refs | Yaroslav Halchenko | 2016-10-01 | 1 | -1/+1 |
* | TC, #519: DISABLE failing tests | Kostis Anagnostopoulos | 2016-10-01 | 3 | -1/+12 |
* | doc(README): add appveyor badge | Sebastian Thiel | 2016-10-01 | 1 | -0/+1 |
* | Merge pull request #519 from ankostis/appveyor | Sebastian Thiel | 2016-10-01 | 40 | -1132/+1493 |
|\ |
|
| * | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 14 | -89/+92 |
| * | Merge remote-tracking branch 'origin/master' into appveyor | Kostis Anagnostopoulos | 2016-10-01 | 2 | -3/+21 |
| |\
| |/
|/| |
|
* | | Merge branch 'graingert-patch-2' | Sebastian Thiel | 2016-10-01 | 1 | -2/+19 |
|\ \ |
|
| * | | fix(setup): add missing imports | Sebastian Thiel | 2016-10-01 | 1 | -0/+2 |
| * | | install ordereddict only on 2.6 with wheel | Thomas Grainger | 2016-09-12 | 1 | -2/+17 |
* | | | fix(README): use correct link to contribution.md | Sebastian Thiel | 2016-10-01 | 1 | -1/+1 |
| | * | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos | 2016-10-01 | 8 | -143/+177 |
| | * | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos | 2016-10-01 | 5 | -52/+58 |
| | * | ci: restore ci log-level to normal, coverage on Win-Appveyor | Kostis Anagnostopoulos | 2016-10-01 | 4 | -31/+34 |
| | * | cfg_TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos | 2016-10-01 | 2 | -115/+116 |
| | * | ci: Capture logging for Popen() execute statements. | Kostis Anagnostopoulos | 2016-09-30 | 3 | -2/+3 |
| | * | Appveyor, #519: disable Cygiwin harness. | Kostis Anagnostopoulos | 2016-09-29 | 1 | -12/+12 |
| | * | FIX hook TC on PY3+Win & indeterministic lock timing. | Kostis Anagnostopoulos | 2016-09-29 | 6 | -18/+41 |
| | * | FIX tox/requirements | Kostis Anagnostopoulos | 2016-09-29 | 2 | -3/+5 |
| | * | ABANDON select/poll | Kostis Anagnostopoulos | 2016-09-28 | 1 | -185/+48 |
| | * | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 3 | -13/+23 |
| | * | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 9 | -57/+240 |
| | * | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 3 | -3/+9 |
| | * | Win, hook, #519: Consume Hook Popen-proc out of GIL | Kostis Anagnostopoulos | 2016-09-28 | 5 | -108/+124 |
| | * | io, dif: #519: FIX DIFF freeze when reading from GIL | Kostis Anagnostopoulos | 2016-09-28 | 3 | -88/+105 |
| | * | test: Start using `ddt` library for TCs | Kostis Anagnostopoulos | 2016-09-28 | 4 | -23/+27 |
| | * | appveyor: Try to fix conda-3.4 & READM line-wdith | Kostis Anagnostopoulos | 2016-09-28 | 2 | -11/+24 |
| | * | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 14 | -49/+69 |
| | * | TCs: unittestize many test-docs assertions | Kostis Anagnostopoulos | 2016-09-28 | 1 | -29/+29 |
| | * | Win, #519: Ensure fixtures & bashscript checked-out eol=lf | Kostis Anagnostopoulos | 2016-09-28 | 4 | -4/+6 |
| | * | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 13 | -52/+45 |
| | * | PY2, #519: FIX GitCommandError.tostr() encoding issue | Kostis Anagnostopoulos | 2016-09-28 | 2 | -14/+22 |
| | * | Win, #519: Remove `git.cmd` failback - no longer exists. | Kostis Anagnostopoulos | 2016-09-28 | 1 | -54/+15 |
| | * | Appveyor, #519: Git-daemon also for Cygwin-git | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+9 |
| | * | Travis, #519: split flake8 from sphinx, to speedup tests | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
| | * | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos | 2016-09-28 | 5 | -14/+45 |
| | * | test, #519: No remote TCs, git-daemon cannot die@! | Kostis Anagnostopoulos | 2016-09-28 | 3 | -4/+6 |
| | * | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos | 2016-09-28 | 6 | -50/+54 |
| | * | src, #519: Improve daemon launch so Win does not stuck | Kostis Anagnostopoulos | 2016-09-27 | 1 | -31/+38 |
| | * | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 14 | -47/+66 |
| | * | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos | 2016-09-26 | 2 | -39/+41 |
| | * | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos | 2016-09-26 | 4 | -17/+26 |
| | * | test, #519: Travis-test flake8/site on py3.4 only | Kostis Anagnostopoulos | 2016-09-26 | 1 | -2/+2 |
| | * | test, #519: Popen() pump: remove WaitGroup | Kostis Anagnostopoulos | 2016-09-26 | 2 | -46/+9 |
| | * | test, #519: Popen() universal_newlin.es NoWindow in Winfoes | Kostis Anagnostopoulos | 2016-09-26 | 4 | -2/+16 |
| | * | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos | 2016-09-26 | 5 | -12/+22 |
| | * | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos | 2016-09-26 | 2 | -6/+18 |
| | * | apveyor: simplify test. | Kostis Anagnostopoulos | 2016-09-26 | 2 | -15/+9 |
| | * | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 9 | -3/+38 |
| | * | apveyor: Wintest project with MINGW/Cygwin git (conda2.7&3.4/cpy-3.5) | Kostis Anagnostopoulos | 2016-09-25 | 2 | -6/+80 |