Clean up file headers.
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_file.py
2010-05-24 Dave BorowitzClean up file headers.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Jelmer VernooijAvoid double close when file has already gone away...
2010-04-16 Jelmer VernooijSkip test_dest_opened on non-Windows platforms.
2010-04-16 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-06 Jelmer VernooijRemove some unused imports.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-09 Dave BorowitzDon't magically delete lockfiles on IOError/OSError.
2010-02-09 Dave BorowitzClarify GitFile docstrings and disallow r+w modes.
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...