jelmer/subvertpy.git
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 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-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.
2011-09-18 Wez FurlongFix memory leak in subvertpy.client.Client.list.
2011-09-13 Jelmer VernooijAdd pack_fs method.
2011-09-13 Jelmer VernooijAdd repos.verify_fs.
2011-09-04 Jelmer VernooijAdd ERR_FS_ROOT_DIR constant.
2011-09-04 Jelmer VernooijFix indentation.
2011-08-26 Jelmer VernooijAdd constant ERR_DIR_NOT_EMPTY.
2011-08-26 Jelmer VernooijAdd tests for loading invalid dump file.
2011-08-26 Jelmer VernooijAdd test for load_fs.
2011-08-26 Jelmer Vernooijeditor: Simplify checking of open children.
2011-08-26 Jelmer VernooijEditors will now raise an exception if the protocol...
2011-08-24 Jelmer Vernooijsubvertpy.client.Client.update now accepts keyword...
2011-08-24 Jelmer VernooijAllow passing in log_msg_func when creating subvertpy...
2011-08-21 Jelmer VernooijStart on 0.8.6.
2011-08-21 Jelmer VernooijRelease 0.8.5. subvertpy-0.8.5
2011-08-20 Jelmer VernooijCope with missing T_BOOL.
2011-08-18 Jelmer VernooijStart on 0.8.5.
2011-08-18 Jelmer VernooijRelease 0.8.4. subvertpy-0.8.4
2011-08-18 Jelmer VernooijWrap some long lines.
2011-08-18 Jelmer Vernooijupdate NEWS
2011-08-18 Jelmer VernooijFix argument count for arg parsing in client.export.
2011-08-15 Jelmer VernooijFix handling of paths in walk_entries.
2011-07-26 Jelmer VernooijMerge support for subvertpy.wc.WorkingCopy.status from...
2011-07-26 Mark LeeAddress Jelmer's merge review comments.
2011-07-25 Mark LeeThe KIND_* constants already exist as subvertpy.NODE_*.
2011-07-25 Mark LeeAdd NEWS entries.
2011-07-25 Mark LeeMerge trunk.
2011-07-24 Jelmer VernooijStart on 0.8.4.
2011-07-24 Jelmer VernooijRelease 0.8.3. subvertpy-0.8.3
2011-07-22 Jelmer VernooijPrevent freeing remoteaccess objects before their requests.
2011-07-22 Jelmer VernooijFree editor pool in right order.
2011-07-22 Jelmer VernooijMore errors.
2011-07-22 Jelmer VernooijSimplify editor handling.
2011-07-22 Jelmer VernooijRemove unnecessary first argument checks.
2011-07-22 Jelmer VernooijAdd gdb-check target.
2011-07-18 Mark LeeAdd node kind constants.
2011-07-18 Mark LeeAdd wc.WorkingCopy.status().
2011-06-19 Jelmer VernooijAdd constant ERR_BAD_PROPERTY_VALUE.
2011-07-14 Karl PflästererFix compilation against svn trunk.
2011-06-19 Jelmer VernooijFix clearing of error.
2011-06-19 Jelmer VernooijSimplify reporter closed handling.
2011-06-19 Jelmer VernooijPrevent double close/abort of reporter objects.
2011-06-19 Jelmer VernooijPass function name to PyArg_ParseTuple in a couple...
2011-06-19 Jelmer VernooijFix too early free during iter_log.
2011-06-18 Jelmer VernooijFix formatting.
2011-06-18 Jelmer VernooijFix double free when calling close() more than once...
2011-06-17 Jelmer Vernooijremove unused variable.
2011-06-17 Jelmer VernooijSome reformatting, pass function names to PyArg_ParseTuple.
2011-06-17 Jelmer VernooijFix type for revnum in process_committed_queue.
2011-06-17 Jelmer VernooijFix memory management in Auth.
2011-06-17 Jelmer VernooijStart on 0.8.3.
2011-06-17 Jelmer Vernooijrelease 0.8.2. subvertpy-0.8.2
next