summaryrefslogtreecommitdiff
path: root/subvertpy
Commit message (Expand)AuthorAge
* Convert some tabs to spaces.Jelmer Vernooij2017-07-19
* More endianness fixes.Jelmer Vernooij2017-07-19
* More endian fixes.Jelmer Vernooij2017-07-19
* Attempt to fix some endianness errors.Jelmer Vernooij2017-07-19
* Start on 0.10.1.Jelmer Vernooij2017-07-17
* Release 0.10.0Jelmer Vernooij2017-07-17
* Fix literal test.Jelmer Vernooij2017-07-16
* Fix style issues.Jelmer Vernooij2017-07-16
* Support revprops argument to Client.delete().Jelmer Vernooij2016-07-25
* Support expand_keywords argument to Client.cat().Jelmer Vernooij2016-07-25
* Use svn_client_create_context2().Jelmer Vernooij2016-07-25
* Allow SHA1 checksums.Jelmer Vernooij2016-07-24
* Remove trailing whitespace.Jelmer Vernooij2016-07-24
* Reintroduce skip slash step.Jelmer Vernooij2016-07-24
* svn_dirent_canonicalize doesn't actually appear to exist in 1.6.Jelmer Vernooij2016-07-24
* Add and use py_object_to_svn_dirent().Jelmer Vernooij2016-07-24
* Fix freed memory access in prop_dict_to_hash.Jelmer Vernooij2016-07-24
* Add (mostly) Python3 support.Jelmer Vernooij2016-07-24
* Split out path_list_to_apr_array.Jelmer Vernooij2016-07-24
* More Python3 fixes.Jelmer Vernooij2016-07-24
* More python3 compatibility work.Jelmer Vernooij2016-07-24
* Remove some uses of PyString.Jelmer Vernooij2016-07-24
* Remove a few more PyString uses.Jelmer Vernooij2016-07-24
* Remove some more uses of PyString.Jelmer Vernooij2016-07-24
* Remove some uses of PyString.Jelmer Vernooij2016-07-24
* Use PyLong on python3.Jelmer Vernooij2016-07-24
* Use svn_client_propget5.Jelmer Vernooij2016-07-24
* Use svn_client_proplist4.Jelmer Vernooij2016-07-24
* Support include_externals argument to Client.list(.Jelmer Vernooij2016-07-24
* Fix error message.Jelmer Vernooij2016-07-24
* Fix docstring, pool usage.Jelmer Vernooij2016-07-11
* Support ignore_ancestry argument to RemoteAccess.do.update().Jelmer Vernooij2016-07-11
* Support old_value argument to change_rev_prop()>Jelmer Vernooij2016-07-11
* Support ignore_ancestry and send_copyfrom_args arguments to do_switch.Jelmer Vernooij2016-07-10
* Support no_autoprops argument to Client.add.Jelmer Vernooij2016-07-10
* Support depth argument to RemoteAccess.get_locks().Jelmer Vernooij2016-07-10
* Add wrapper for repr formatting.Jelmer Vernooij2016-07-10
* Digest are bytes.Jelmer Vernooij2016-07-09
* Tokens are bytes.Jelmer Vernooij2016-07-09
* Fix const errors.Jelmer Vernooij2016-07-09
* Make object construction compatible with Python3.Jelmer Vernooij2016-07-09
* Avoid svn_path_join.Jelmer Vernooij2016-07-09
* Use svn_ra_open4.Jelmer Vernooij2016-07-09
* Use py_object_to_svn_string.Jelmer Vernooij2016-07-09
* Fix memory management when dealing with strings.Jelmer Vernooij2016-07-09
* Add py_object_to_svn_relpath.Jelmer Vernooij2016-07-09
* Add wrapper for converting unicode/bytes objects for SVN use.Jelmer Vernooij2016-07-09
* Canonicalize URLs from ra repos root.Jelmer Vernooij2016-07-09
* Use svn_stream_read_full.Jelmer Vernooij2016-07-09
* Use svn_dirent_canonicalize.Jelmer Vernooij2016-07-09