jelmer/subvertpy.git
13 days ago Mitsuhiro KogaSupport failing server certification check. master
2013-05-06 Jelmer VernooijStart on 0.9.2.
2013-05-06 Jelmer VernooijRelease 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-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-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 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 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.
2011-09-27 Jelmer VernooijFix compilation with Python 2.4 and 2.5.
2011-09-27 Jelmer VernooijStart on 0.8.9.
2011-09-27 Jelmer Vernooijrelease 0.8.8. subvertpy-0.8.8
2011-09-24 Jelmer VernooijSupport None as property value in WorkingCopy.prop_set...
2011-09-24 Jelmer VernooijAdd constant ERR_BAD_FILENAME.
2011-09-24 Jelmer VernooijMake sure digests can contain null characters.
2011-09-23 Jelmer VernooijPyList_SetItem steals.
2011-09-23 Jelmer VernooijDeallocate pools on failure.
2011-09-23 Jelmer VernooijFix PyList_SetItem check, canonicalize paths in crawl_r...
2011-09-20 Jelmer VernooijVarious more fixes for potential memory leaks.
2011-09-20 Jelmer Vernooijwc: Free object in case of OOM.
2011-09-19 Jelmer VernooijMore return value checking in various places.
2011-09-19 Jelmer VernooijDisable all by global config object.
2011-09-19 Jelmer VernooijVarious fixes for memory leaks/potential error conditions.
2011-09-19 Jelmer VernooijDrop broken config-from-dict code.
2011-09-19 Jelmer VernooijFix several more potential memory leaks/error conditions.
2011-09-19 Jelmer VernooijFix several memory leaks and error checks in subvertpy...
2011-09-19 Jelmer VernooijStart on 0.8.8.
2011-09-19 Jelmer VernooijFix revnum types in verify_fs, release 0.8.7. subvertpy-0.8.7
2011-09-19 Jelmer Vernooijrelease subvertpy 0.8.6. subvertpy-0.8.6
2011-09-19 Jelmer VernooijFix double free of apr pools from subvertpy.repos.Repos.fs.
next