jelmer/subvertpy.git
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 ...
2016-07-07 Jelmer VernooijUse bytes for file data
2016-07-07 Yonggang LuoLine endings from diff() depend on the platform.
2016-07-07 Jelmer VernooijTest that delta.apply_txdelta_window() and friends...
2016-07-07 Yonggang LuoUse int instead of long; use new octal literal syntax
2016-07-07 Jelmer VernooijUse new exception handling syntax
2016-07-07 Yonggang LuoStreams should be compared to bytes
2016-07-07 Yonggang LuoUse single parameter instead of tuple.
2016-07-07 Yonggang LuoUse the next() function in test_ra
2016-07-07 Yonggang LuoConvert URL from bytes to str for RemoteAccess
2016-07-07 Yonggang LuoMake sure delta.py handles streams in binary string...
2016-07-07 Jelmer VernooijAnnounce removal of python2.6 support.
2016-07-07 Jelmer VernooijRemove compatibility workarounds for Python < 2.6
2016-07-07 Antoine R.... Open option ignore_keywords for export operation
2015-12-06 Jelmer VernooijAttempt to fix travis build.
2015-08-23 Jelmer VernooijWork around crash bug in subversion_repos probing for... subvertpy-0.9.3 upstream/0.9.3
2015-07-31 Jelmer VernooijUpdate my email address.
2015-07-31 Jelmer VernooijUpdate homepage URL.
2015-04-26 Jelmer VernooijRelease 0.9.2. subvertpy-0.9.2 upstream/0.9.2
next