jelmer/subvertpy.git
2014-03-01 Jelmer Vernooijreleasing package subvertpy version 0.9.1-5 debian/0.9.1-5
2014-03-01 Jelmer VernooijMove autopkgtest restrictions to restrictions field.
2014-02-26 Jelmer Vernooijreleasing package subvertpy version 0.9.1-4 debian/0.9.1-4
2014-02-26 Jelmer VernooijAllow output on stderr during autopkgtest test runs.
2014-02-25 Jelmer Vernooijreleasing package subvertpy version 0.9.1-3
2014-02-25 Jelmer VernooijBump standards version to 3.9.5 (no changes).
2014-02-25 Jelmer VernooijAdd autopkgtest support.
2013-05-31 Jelmer Vernooijreleasing version 0.9.1-2 debian/0.9.1-2
2013-05-30 Jelmer Vernooij* New upstream release. 0.9.1-1
2013-05-30 Jelmer VernooijMerge tag 'subvertpy-0.9.1' into debian
2013-05-06 Jelmer VernooijRelease 0.9.1. subvertpy-0.9.1 upstream-0.9.1 upstream/0.9.1
2013-05-06 Jelmer VernooijUpdate NEWS.
2013-05-06 Yonggang LuoUse PyObject_AsFileDescriptor instead of PyFile_AsFile...
2013-05-04 Jelmer VernooijFor the moment, disable subvertpy.wc.WorkingCopy when...
2012-10-27 Jelmer Vernooijgitignore: Ignore .pyc and .so files.
2012-10-23 Yonggang LuoFrom subvertpy import.
2012-10-23 Yonggang LuoaddCleanup for file close.
2012-10-23 Yonggang LuoUse self.assertEqual instead self.assertEquals
2012-10-20 Yonggang Luoos.tmpfile need administrator permission on Win7 and...
2012-10-20 Jelmer VernooijFix running TestClient.test_info against Subversion...
2012-10-19 Yonggang LuoFix typo in README.
2012-07-08 Jelmer VernooijAdd git ignore file.
2012-07-08 Jelmer VernooijStart on 0.9.1.
2012-07-08 Jelmer VernooijRelease 0.9.0.
2012-05-13 Jelmer VernooijUpdate FSF address.
2012-05-04 Jelmer VernooijFix compilation error.
2012-05-03 Jelmer VernooijAdd working copy example.
2012-05-03 Jelmer VernooijIn Client.checkout, default to HEAD revision.
2012-05-03 Jelmer VernooijAdd another docstring.
2012-03-26 Jelmer VernooijAdd constant ERR_WC_UPGRADE_REQUIRED.
2012-03-12 Jelmer VernooijFix compilation against svn 1.7.
2012-03-12 Jelmer VernooijMerge fix for test URLs on Windows from Yonggang Luo.
2012-03-12 Yonggang Luopath to url should call pathname2url, so that the URL...
2012-03-12 Yonggang Luopath to url should call pathname2url, so that the URL...
2012-03-11 Yonggang LuoCreate temp file with correct filename under Windows OS.
2012-03-11 Jelmer VernooijMerge fix from Yonggang Luo for skipping test that...
2012-03-11 Shlomi FishInclude .c files in manifest.
2012-03-04 Jelmer VernooijMerge some more improvements to Client.{cat,log,info...
2012-03-04 Jelmer VernooijFix Mark's email address in AUTHORS, per his request.
2012-03-04 Mark LeeFixed versioning conditional.
2012-03-04 Mark LeeRemoved unnecessary dealloc function.
2012-03-04 Mark LeeMoved a variable declaration to the top, and made sure...
2012-03-04 Jelmer VernooijRemove trailing whitespace.
2012-03-04 Jelmer VernooijRemove trailing whitespace.
2012-03-04 Jelmer VernooijThe next release is going to be 0.9.0.
2012-03-04 Jelmer VernooijAdd bindings for svn.client.Client.info(), svn.client...
2012-03-04 Yonggang LuoOn Windows, there is no tzset function, skip on unittest.
2012-03-03 Mark LeeMerge from trunk, r2437.
2012-03-03 Mark LeeAdded subvertpy.client.Client.info(), with tests.
2012-03-01 Jelmer VernooijMerge fix to remove readonly files on Windows.
2012-03-01 Jelmer VernooijMerge support for always closing files, with tweaks.
2012-03-01 Jelmer VernooijNew upstream snapshot.
2012-03-01 Jelmer VernooijImport upstream version 0.8.10+bzr2435 upstream-0.8.10+bzr2435
2012-02-29 Jelmer VernooijOnly use build_with_dlls on windows.
2012-02-29 Jelmer VernooijUpdate NEWS.
2012-02-29 Jelmer VernooijMerge updates to windows documents.
2012-02-29 Jelmer VernooijMerge some improvements towards 1.7 support.
2012-02-29 Yonggang LuoOn Windows, we need handle read only files to remove it.
2012-02-29 Yonggang LuoUnder windows, local file system url should be file:///
2012-02-29 Yonggang LuoThere is one more file need to be closed.
2012-02-29 Jelmer VernooijMerge fix to always close files, with tweak.
2012-02-29 Jelmer VernooijMerge fix from Yonggang Luo for python3 compatibility.
2012-02-29 Yonggang LuoAdd function write_file(self, filename, content) under...
2012-02-29 Yonggang LuoUpdate build instructions for Windows.
2012-02-29 Yonggang LuoGet setup.py can be runned between python 2.4 - 3.x
2012-02-28 Yonggang Luosetup.py:Support for Subverion 1.7.x about BDB.
2012-02-28 Jelmer Vernooijreleasing version 0.8.10-2 0.8.10-2
2012-02-28 Jelmer VernooijFix format string of copyright file format.
2012-02-28 Jelmer VernooijBump standards version to 3.9.3 (no changes).
2012-02-28 Jelmer VernooijInstall manual page for subvertpy-fast-export.
2012-02-24 Mark LeeSupport config data in custom locations.
2012-02-24 Mark LeeAdded constants for depth.
2012-02-24 Mark LeeUse assertIsInstance.
2012-02-20 Mark LeeAdded subvertpy.client.Client.log(), with tests.
2012-02-12 Mark LeeAdded subvertpy.client.Client.cat(), with tests.
2012-02-01 Jelmer VernooijIgnore nose ids and apidocs directory.
2012-01-30 Jelmer VernooijConvert stdbool.h to unix line endings.
2012-01-23 Jelmer Vernooijreleasing version 0.8.10-1 0.8.10-1
2012-01-23 Jelmer VernooijFormat copyright file according to DEP-5.
2012-01-23 Jelmer VernooijNew upstream release.
2012-01-23 Jelmer VernooijImport upstream version 0.8.10 upstream-0.8.10
2012-01-23 Jelmer VernooijStart on 0.8.11.
2012-01-23 Jelmer Vernooijrelease 0.8.10. subvertpy-0.8.10
2011-12-13 Jelmer Vernooijuse absolute paths in process_committed_queue.
2011-12-13 Jelmer VernooijFix some tests against svn 1.7.
2011-12-13 Jelmer VernooijRemove duplicate call.
2011-12-13 Jelmer VernooijRemove bogus test.
2011-12-13 Jelmer VernooijAdd 'make check-one'.
2011-11-29 Jelmer VernooijInclude wc.h in wc.c to fix build issue on NetBSD 5...
2011-11-17 Jelmer VernooijMake SvnExtension a proper subclass rather than just...
2011-11-17 Jelmer VernooijAdd README with build instructions.
2011-11-08 Jelmer VernooijMerge cygwin fixes from Ronald Blaschke.
2011-11-08 Ronald BlaschkeEnable Windows auth on Cygwin.
2011-11-08 Ronald BlaschkeClose objects before deleting temporary files.
2011-10-26 Jelmer Vernooijreleasing version 0.8.9-1 0.8.9-1
2011-10-26 Jelmer VernooijNew upstream release.
2011-10-26 Jelmer VernooijImport upstream version 0.8.9 upstream-0.8.9
2011-10-26 Jelmer VernooijStart on 0.8.10.
2011-10-26 Jelmer Vernooijrelease 0.8.9. subvertpy-0.8.9
2011-10-16 Jelmer VernooijAdd constant ERR_WC_NODE_KIND_CHANGE.
next