jelmer/subvertpy.git
2017-07-19 Jelmer VernooijNew upstream version 0.10.1 upstream alioth/upstream github/upstream gitlab/upstream samba.org/upstream upstream/0.10.1
2017-07-19 Jelmer VernooijRelease 0.10.1. subvertpy-0.10.1
2017-07-19 Jelmer VernooijConvert some tabs to spaces.
2017-07-19 Jelmer VernooijUpdate news.
2017-07-19 Jelmer VernooijAlso add build.cmd.
2017-07-19 Jelmer VernooijAdd appveyor config.
2017-07-19 Jelmer VernooijMore endianness fixes.
2017-07-19 Jelmer VernooijMore endian fixes.
2017-07-19 Jelmer VernooijAttempt to fix some endianness errors.
2017-07-18 Jelmer VernooijFix python3 compatibility of subvertpy-fast-export...
2017-07-17 Jelmer VernooijStart on 0.10.1.
2017-07-17 Jelmer VernooijNew upstream version 0.10.0 upstream/0.10.0
2017-07-17 Jelmer VernooijRelease 0.10.0 subvertpy-0.10.0
2017-07-17 Jelmer VernooijAdd Python3 support in NEWS.
2017-07-16 Jelmer VernooijSwitch to trusty for travis.
2017-07-16 Jelmer VernooijInstall flake8.
2017-07-16 Jelmer VernooijFix literal test.
2017-07-16 Jelmer VernooijCheck style in travis.
2017-07-16 Jelmer VernooijFix style issues.
2017-01-30 Jelmer VernooijRemove 3.4 label, as Python3 support has not been merge...
2016-07-25 Jelmer VernooijSupport revprops argument to Client.delete().
2016-07-25 Jelmer VernooijSupport expand_keywords argument to Client.cat().
2016-07-25 Jelmer VernooijUse svn_client_create_context2().
2016-07-24 Jelmer VernooijUpdate note about python3.
2016-07-24 Jelmer VernooijAllow SHA1 checksums.
2016-07-24 Jelmer VernooijRemove trailing whitespace.
2016-07-24 Jelmer VernooijReintroduce skip slash step.
2016-07-24 Jelmer Vernooijsvn_dirent_canonicalize doesn't actually appear to...
2016-07-24 Jelmer VernooijAdd and use py_object_to_svn_dirent().
2016-07-24 Jelmer VernooijFix freed memory access in prop_dict_to_hash.
2016-07-24 Jelmer VernooijSet classifiers.
2016-07-24 Jelmer VernooijRun python3 tests in travis.
2016-07-24 Jelmer VernooijAdd tox config.
2016-07-24 Jelmer VernooijAdd (mostly) Python3 support.
2016-07-24 Jelmer VernooijSplit out path_list_to_apr_array.
2016-07-24 Jelmer VernooijFix formatting of build instructions for Windows section.
2016-07-24 Jelmer VernooijMore Python3 fixes.
2016-07-24 Jelmer VernooijMore python3 compatibility work.
2016-07-24 Jelmer VernooijRemove some uses of PyString.
2016-07-24 Jelmer VernooijRemove a few more PyString uses.
2016-07-24 Jelmer VernooijRemove some more uses of PyString.
2016-07-24 Jelmer VernooijRemove some uses of PyString.
2016-07-24 Jelmer VernooijUse PyLong on python3.
2016-07-24 Jelmer VernooijUse svn_client_propget5.
2016-07-24 Jelmer VernooijUse svn_client_proplist4.
2016-07-24 Jelmer VernooijSupport include_externals argument to Client.list(.
2016-07-24 Jelmer VernooijFix error message.
2016-07-24 Jelmer VernooijSpecify -v when running tests, to more easily catch...
2016-07-11 Jelmer VernooijFix docstring, pool usage.
2016-07-11 Jelmer VernooijSupport ignore_ancestry argument to RemoteAccess.do...
2016-07-11 Jelmer VernooijSupport old_value argument to change_rev_prop()>
2016-07-10 Jelmer VernooijSupport ignore_ancestry and send_copyfrom_args argument...
2016-07-10 Jelmer VernooijSupport no_autoprops argument to Client.add.
2016-07-10 Jelmer VernooijSupport depth argument to RemoteAccess.get_locks().
2016-07-10 Jelmer VernooijAdd wrapper for repr formatting.
2016-07-09 Jelmer VernooijDigest are bytes.
2016-07-09 Jelmer VernooijTokens are bytes.
2016-07-09 Jelmer VernooijFix const errors.
2016-07-09 Jelmer VernooijMake object construction compatible with Python3.
2016-07-09 Jelmer VernooijAvoid svn_path_join.
2016-07-09 Jelmer VernooijUse svn_ra_open4.
2016-07-09 Jelmer VernooijUse py_object_to_svn_string.
2016-07-09 Jelmer VernooijFix memory management when dealing with strings.
2016-07-09 Jelmer VernooijAdd py_object_to_svn_relpath.
2016-07-09 Jelmer VernooijAdd wrapper for converting unicode/bytes objects for...
2016-07-09 Jelmer VernooijCanonicalize URLs from ra repos root.
2016-07-09 Jelmer VernooijUse svn_stream_read_full.
2016-07-09 Jelmer VernooijUpdate NEWS.
2016-07-09 Jelmer VernooijUse svn_dirent_canonicalize.
2016-07-09 Jelmer VernooijUse svn_relpath_canonicalize.
2016-07-09 Jelmer VernooijUse svn_uri_canonicalize when possible.
2016-07-08 Jelmer VernooijFix init function use in C modules for Python3.
2016-07-08 Jelmer VernooijRemove another use of staticforward.
2016-07-08 Jelmer VernooijCope with SocketServer being renamed in Python3.
2016-07-08 Jelmer VernooijAdd constant ERR_RA_CANNOT_CREATE_SESSION.
2016-07-08 Jelmer VernooijUse text character instead of byte string for log action
2016-07-08 Yonggang LuoAdapt to Python 3’s dictionary view methods
2016-07-08 Yonggang LuoAdapt to splitup of “urllib” in Python 3
2016-07-08 Yonggang LuoUse BytesIO instead of StringIO
2016-07-07 Jelmer VernooijFactor common error cleanup code with goto
2016-07-07 Jelmer VernooijFactor out ra_get_log_prepare() to share with get_log...
2016-07-07 Jelmer VernooijFactor common svn_log_message_receiver_t code into...
2016-07-07 Jelmer VernooijFix use of bytes type.
2016-07-07 Jelmer VernooijFix urlparse compatibility for Python3.
2016-07-07 Jelmer VernooijFix compatibility with python3 in subvertpy.delta.
2016-07-07 Jelmer VernooijMore Python3 porting work; mostly BytesIO conversions.
2016-07-07 Jelmer VernooijAvoid staticforward, not available in python3.
2016-07-07 Jelmer VernooijFix test on platforms withou fromhex.
2016-07-07 Jelmer VernooijAdd build status to README and convert to markdown.
2016-07-07 Jelmer VernooijWrite bytes to stdout in subvertpy-fast-export and...
2016-07-07 Jelmer VernooijFix NEWS entries.
2016-07-07 Jelmer VernooijDocument python2.7 dependencies.
2016-07-07 Jelmer VernooijFix python2 compatibility.
2016-07-07 Jelmer VernooijUse byte strings in marshall
2016-07-07 Yonggang LuoHandle str() type change in marshall; use isinstance()
2016-07-07 Jelmer VernooijExcercise all kinds of delta operations in test
2016-07-07 Jelmer VernooijUse new print() function syntax, with help from “2to3”
2016-07-07 Jelmer VernooijDrop 2.6 from list of supported python versions.
2016-07-07 Jelmer VernooijDrop compatibility for running tests on python2.6.
2016-07-07 Jelmer VernooijUse byte strings rather than character strings in ...
next