jelmer/subvertpy.git
7 years agoRemove 3.4 label, as Python3 support has not been merged yet.
Jelmer Vernooij [Mon, 30 Jan 2017 11:34:00 +0000 (11:34 +0000)]
Remove 3.4 label, as Python3 support has not been merged yet.

7 years agoSupport revprops argument to Client.delete().
Jelmer Vernooij [Mon, 25 Jul 2016 20:01:13 +0000 (20:01 +0000)]
Support revprops argument to Client.delete().

7 years agoSupport expand_keywords argument to Client.cat().
Jelmer Vernooij [Mon, 25 Jul 2016 19:52:27 +0000 (19:52 +0000)]
Support expand_keywords argument to Client.cat().

7 years agoUse svn_client_create_context2().
Jelmer Vernooij [Mon, 25 Jul 2016 19:31:13 +0000 (19:31 +0000)]
Use svn_client_create_context2().

7 years agoUpdate note about python3.
Jelmer Vernooij [Sun, 24 Jul 2016 20:44:24 +0000 (20:44 +0000)]
Update note about python3.

7 years agoAllow SHA1 checksums.
Jelmer Vernooij [Sun, 24 Jul 2016 20:41:30 +0000 (20:41 +0000)]
Allow SHA1 checksums.

7 years agoRemove trailing whitespace.
Jelmer Vernooij [Sun, 24 Jul 2016 19:42:45 +0000 (19:42 +0000)]
Remove trailing whitespace.

7 years agoReintroduce skip slash step.
Jelmer Vernooij [Sun, 24 Jul 2016 19:33:13 +0000 (19:33 +0000)]
Reintroduce skip slash step.

7 years agosvn_dirent_canonicalize doesn't actually appear to exist in 1.6.
Jelmer Vernooij [Sun, 24 Jul 2016 19:27:55 +0000 (19:27 +0000)]
svn_dirent_canonicalize doesn't actually appear to exist in 1.6.

7 years agoAdd and use py_object_to_svn_dirent().
Jelmer Vernooij [Sun, 24 Jul 2016 19:09:00 +0000 (19:09 +0000)]
Add and use py_object_to_svn_dirent().

7 years agoFix freed memory access in prop_dict_to_hash.
Jelmer Vernooij [Sun, 24 Jul 2016 18:14:43 +0000 (18:14 +0000)]
Fix freed memory access in prop_dict_to_hash.

7 years agoSet classifiers.
Jelmer Vernooij [Sun, 24 Jul 2016 18:14:25 +0000 (18:14 +0000)]
Set classifiers.

7 years agoRun python3 tests in travis.
Jelmer Vernooij [Sun, 24 Jul 2016 18:06:41 +0000 (18:06 +0000)]
Run python3 tests in travis.

7 years agoAdd tox config.
Jelmer Vernooij [Sun, 24 Jul 2016 18:06:32 +0000 (18:06 +0000)]
Add tox config.

7 years agoAdd (mostly) Python3 support.
Jelmer Vernooij [Sun, 24 Jul 2016 18:04:16 +0000 (18:04 +0000)]
Add (mostly) Python3 support.

7 years agoSplit out path_list_to_apr_array.
Jelmer Vernooij [Sun, 24 Jul 2016 16:20:15 +0000 (16:20 +0000)]
Split out path_list_to_apr_array.

7 years agoFix formatting of build instructions for Windows section.
Jelmer Vernooij [Sun, 24 Jul 2016 16:07:19 +0000 (16:07 +0000)]
Fix formatting of build instructions for Windows section.

7 years agoMore Python3 fixes.
Jelmer Vernooij [Sun, 24 Jul 2016 16:06:04 +0000 (16:06 +0000)]
More Python3 fixes.

7 years agoMore python3 compatibility work.
Jelmer Vernooij [Sun, 24 Jul 2016 15:27:09 +0000 (15:27 +0000)]
More python3 compatibility work.

7 years agoRemove some uses of PyString.
Jelmer Vernooij [Sun, 24 Jul 2016 15:04:29 +0000 (15:04 +0000)]
Remove some uses of PyString.

7 years agoRemove a few more PyString uses.
Jelmer Vernooij [Sun, 24 Jul 2016 14:57:54 +0000 (14:57 +0000)]
Remove a few more PyString uses.

7 years agoRemove some more uses of PyString.
Jelmer Vernooij [Sun, 24 Jul 2016 14:02:32 +0000 (14:02 +0000)]
Remove some more uses of PyString.

7 years agoRemove some uses of PyString.
Jelmer Vernooij [Sun, 24 Jul 2016 13:39:58 +0000 (13:39 +0000)]
Remove some uses of PyString.

7 years agoUse PyLong on python3.
Jelmer Vernooij [Sun, 24 Jul 2016 13:23:56 +0000 (13:23 +0000)]
Use PyLong on python3.

7 years agoUse svn_client_propget5.
Jelmer Vernooij [Sun, 24 Jul 2016 12:58:36 +0000 (12:58 +0000)]
Use svn_client_propget5.

7 years agoUse svn_client_proplist4.
Jelmer Vernooij [Sun, 24 Jul 2016 12:55:57 +0000 (12:55 +0000)]
Use svn_client_proplist4.

7 years agoSupport include_externals argument to Client.list(.
Jelmer Vernooij [Sun, 24 Jul 2016 12:49:06 +0000 (12:49 +0000)]
Support include_externals argument to Client.list(.

7 years agoFix error message.
Jelmer Vernooij [Sun, 24 Jul 2016 12:46:31 +0000 (12:46 +0000)]
Fix error message.

7 years agoSpecify -v when running tests, to more easily catch segfaults.
Jelmer Vernooij [Sun, 24 Jul 2016 12:46:07 +0000 (12:46 +0000)]
Specify -v when running tests, to more easily catch segfaults.

7 years agoFix docstring, pool usage.
Jelmer Vernooij [Mon, 11 Jul 2016 21:24:39 +0000 (21:24 +0000)]
Fix docstring, pool usage.

7 years agoSupport ignore_ancestry argument to RemoteAccess.do.update().
Jelmer Vernooij [Mon, 11 Jul 2016 21:05:34 +0000 (21:05 +0000)]
Support ignore_ancestry argument to RemoteAccess.do.update().

7 years agoSupport old_value argument to change_rev_prop()>
Jelmer Vernooij [Mon, 11 Jul 2016 20:46:53 +0000 (20:46 +0000)]
Support old_value argument to change_rev_prop()>

7 years agoSupport ignore_ancestry and send_copyfrom_args arguments to do_switch.
Jelmer Vernooij [Sun, 10 Jul 2016 09:00:28 +0000 (09:00 +0000)]
Support ignore_ancestry and send_copyfrom_args arguments to do_switch.

7 years agoSupport no_autoprops argument to Client.add.
Jelmer Vernooij [Sun, 10 Jul 2016 08:51:38 +0000 (08:51 +0000)]
Support no_autoprops argument to Client.add.

7 years agoSupport depth argument to RemoteAccess.get_locks().
Jelmer Vernooij [Sun, 10 Jul 2016 08:47:10 +0000 (08:47 +0000)]
Support depth argument to RemoteAccess.get_locks().

7 years agoAdd wrapper for repr formatting.
Jelmer Vernooij [Sun, 10 Jul 2016 08:44:01 +0000 (08:44 +0000)]
Add wrapper for repr formatting.

7 years agoDigest are bytes.
Jelmer Vernooij [Sat, 9 Jul 2016 23:23:42 +0000 (23:23 +0000)]
Digest are bytes.

7 years agoTokens are bytes.
Jelmer Vernooij [Sat, 9 Jul 2016 23:19:07 +0000 (23:19 +0000)]
Tokens are bytes.

7 years agoFix const errors.
Jelmer Vernooij [Sat, 9 Jul 2016 23:13:10 +0000 (23:13 +0000)]
Fix const errors.

7 years agoMake object construction compatible with Python3.
Jelmer Vernooij [Sat, 9 Jul 2016 23:02:04 +0000 (23:02 +0000)]
Make object construction compatible with Python3.

7 years agoAvoid svn_path_join.
Jelmer Vernooij [Sat, 9 Jul 2016 22:38:21 +0000 (22:38 +0000)]
Avoid svn_path_join.

7 years agoUse svn_ra_open4.
Jelmer Vernooij [Sat, 9 Jul 2016 22:33:04 +0000 (22:33 +0000)]
Use svn_ra_open4.

7 years agoUse py_object_to_svn_string.
Jelmer Vernooij [Sat, 9 Jul 2016 22:22:30 +0000 (22:22 +0000)]
Use py_object_to_svn_string.

7 years agoFix memory management when dealing with strings.
Jelmer Vernooij [Sat, 9 Jul 2016 21:58:21 +0000 (21:58 +0000)]
Fix memory management when dealing with strings.

7 years agoAdd py_object_to_svn_relpath.
Jelmer Vernooij [Sat, 9 Jul 2016 21:43:24 +0000 (21:43 +0000)]
Add py_object_to_svn_relpath.

7 years agoAdd wrapper for converting unicode/bytes objects for SVN use.
Jelmer Vernooij [Sat, 9 Jul 2016 21:20:29 +0000 (21:20 +0000)]
Add wrapper for converting unicode/bytes objects for SVN use.

7 years agoCanonicalize URLs from ra repos root.
Jelmer Vernooij [Sat, 9 Jul 2016 20:59:13 +0000 (20:59 +0000)]
Canonicalize URLs from ra repos root.

7 years agoUse svn_stream_read_full.
Jelmer Vernooij [Sat, 9 Jul 2016 20:36:46 +0000 (20:36 +0000)]
Use svn_stream_read_full.

7 years agoUpdate NEWS.
Jelmer Vernooij [Sat, 9 Jul 2016 20:32:23 +0000 (20:32 +0000)]
Update NEWS.

7 years agoUse svn_dirent_canonicalize.
Jelmer Vernooij [Sat, 9 Jul 2016 20:11:20 +0000 (20:11 +0000)]
Use svn_dirent_canonicalize.

7 years agoUse svn_relpath_canonicalize.
Jelmer Vernooij [Sat, 9 Jul 2016 19:58:36 +0000 (19:58 +0000)]
Use svn_relpath_canonicalize.

7 years agoUse svn_uri_canonicalize when possible.
Jelmer Vernooij [Sat, 9 Jul 2016 19:54:27 +0000 (19:54 +0000)]
Use svn_uri_canonicalize when possible.

7 years agoFix init function use in C modules for Python3.
Jelmer Vernooij [Fri, 8 Jul 2016 22:13:52 +0000 (22:13 +0000)]
Fix init function use in C modules for Python3.

7 years agoRemove another use of staticforward.
Jelmer Vernooij [Fri, 8 Jul 2016 22:02:33 +0000 (22:02 +0000)]
Remove another use of staticforward.

7 years agoCope with SocketServer being renamed in Python3.
Jelmer Vernooij [Fri, 8 Jul 2016 22:01:48 +0000 (22:01 +0000)]
Cope with SocketServer being renamed in Python3.

7 years agoAdd constant ERR_RA_CANNOT_CREATE_SESSION.
Jelmer Vernooij [Fri, 8 Jul 2016 14:24:04 +0000 (14:24 +0000)]
Add constant ERR_RA_CANNOT_CREATE_SESSION.

7 years agoUse text character instead of byte string for log action
Jelmer Vernooij [Tue, 27 Aug 2013 14:32:00 +0000 (14:32 +0000)]
Use text character instead of byte string for log action

Based on a patch by Martin Panter.

7 years agoAdapt to Python 3’s dictionary view methods
Yonggang Luo [Thu, 18 Oct 2012 15:29:01 +0000 (23:29 +0800)]
Adapt to Python 3’s dictionary view methods

7 years agoAdapt to splitup of “urllib” in Python 3
Yonggang Luo [Thu, 18 Oct 2012 11:11:25 +0000 (19:11 +0800)]
Adapt to splitup of “urllib” in Python 3

7 years agoUse BytesIO instead of StringIO
Yonggang Luo [Thu, 18 Oct 2012 04:04:27 +0000 (12:04 +0800)]
Use BytesIO instead of StringIO

7 years agoFactor common error cleanup code with goto
Jelmer Vernooij [Mon, 2 Sep 2013 01:20:54 +0000 (01:20 +0000)]
Factor common error cleanup code with goto

Should fix numerous leaks of APR pools, Python object references, and the RA
busy flag.

Patch by Martin Panter.

7 years agoFactor out ra_get_log_prepare() to share with get_log() and iter_log()
Jelmer Vernooij [Wed, 4 Sep 2013 07:31:08 +0000 (07:31 +0000)]
Factor out ra_get_log_prepare() to share with get_log() and iter_log()

Patch by Martin Panter.

7 years agoFactor common svn_log_message_receiver_t code into pyify_log_message()
Jelmer Vernooij [Wed, 4 Sep 2013 05:01:18 +0000 (05:01 +0000)]
Factor common svn_log_message_receiver_t code into pyify_log_message()

Patch by Martin Panter.

7 years agoFix use of bytes type.
Jelmer Vernooij [Thu, 7 Jul 2016 22:36:37 +0000 (22:36 +0000)]
Fix use of bytes type.

7 years agoFix urlparse compatibility for Python3.
Jelmer Vernooij [Thu, 7 Jul 2016 14:24:17 +0000 (14:24 +0000)]
Fix urlparse compatibility for Python3.

7 years agoFix compatibility with python3 in subvertpy.delta.
Jelmer Vernooij [Thu, 7 Jul 2016 14:21:24 +0000 (14:21 +0000)]
Fix compatibility with python3 in subvertpy.delta.

7 years agoMore Python3 porting work; mostly BytesIO conversions.
Jelmer Vernooij [Thu, 7 Jul 2016 14:13:30 +0000 (14:13 +0000)]
More Python3 porting work; mostly BytesIO conversions.

7 years agoAvoid staticforward, not available in python3.
Jelmer Vernooij [Thu, 7 Jul 2016 14:13:19 +0000 (14:13 +0000)]
Avoid staticforward, not available in python3.

7 years agoFix test on platforms withou fromhex.
Jelmer Vernooij [Thu, 7 Jul 2016 13:35:19 +0000 (13:35 +0000)]
Fix test on platforms withou fromhex.

7 years agoAdd build status to README and convert to markdown.
Jelmer Vernooij [Thu, 7 Jul 2016 13:32:35 +0000 (13:32 +0000)]
Add build status to README and convert to markdown.

7 years agoWrite bytes to stdout in subvertpy-fast-export and example
Jelmer Vernooij [Wed, 28 Aug 2013 05:15:44 +0000 (05:15 +0000)]
Write bytes to stdout in subvertpy-fast-export and example

Patch by Martin Panter.

7 years agoFix NEWS entries.
Jelmer Vernooij [Thu, 7 Jul 2016 12:28:33 +0000 (12:28 +0000)]
Fix NEWS entries.

7 years agoDocument python2.7 dependencies.
Jelmer Vernooij [Thu, 7 Jul 2016 12:27:19 +0000 (12:27 +0000)]
Document python2.7 dependencies.

7 years agoFix python2 compatibility.
Jelmer Vernooij [Thu, 7 Jul 2016 12:25:59 +0000 (12:25 +0000)]
Fix python2 compatibility.

7 years agoUse byte strings in marshall
Jelmer Vernooij [Tue, 27 Aug 2013 08:46:35 +0000 (08:46 +0000)]
Use byte strings in marshall

Patch by Martin Panter.

7 years agoHandle str() type change in marshall; use isinstance()
Yonggang Luo [Thu, 18 Oct 2012 17:11:18 +0000 (01:11 +0800)]
Handle str() type change in marshall; use isinstance()

7 years agoExcercise all kinds of delta operations in test
Jelmer Vernooij [Fri, 13 Sep 2013 05:18:54 +0000 (05:18 +0000)]
Excercise all kinds of delta operations in test

Should catch broken byte indexing in TXDELTA_TARGET handling.

Patch by Martin Panter.

7 years agoUse new print() function syntax, with help from “2to3”
Jelmer Vernooij [Tue, 27 Aug 2013 14:28:31 +0000 (14:28 +0000)]
Use new print() function syntax, with help from “2to3”

Patch by Martin Panter.

7 years agoDrop 2.6 from list of supported python versions.
Jelmer Vernooij [Thu, 7 Jul 2016 11:09:59 +0000 (11:09 +0000)]
Drop 2.6 from list of supported python versions.

7 years agoDrop compatibility for running tests on python2.6.
Jelmer Vernooij [Thu, 7 Jul 2016 11:09:52 +0000 (11:09 +0000)]
Drop compatibility for running tests on python2.6.

7 years agoUse byte strings rather than character strings in “delta” module
Jelmer Vernooij [Mon, 26 Aug 2013 16:34:16 +0000 (16:34 +0000)]
Use byte strings rather than character strings in “delta” module

* Use bytearray() rather than a list of chunks when building up a buffer

Patch by Martin Panter.

7 years agoUse bytes for file data
Jelmer Vernooij [Tue, 27 Aug 2013 12:03:34 +0000 (12:03 +0000)]
Use bytes for file data

Patch by Martin Panter.

7 years agoLine endings from diff() depend on the platform.
Yonggang Luo [Wed, 17 Oct 2012 15:19:47 +0000 (23:19 +0800)]
Line endings from diff() depend on the platform.

On Windows this test would fail because the computed diff has CRLF line
endings.

7 years agoTest that delta.apply_txdelta_window() and friends work
Jelmer Vernooij [Tue, 27 Aug 2013 03:17:17 +0000 (03:17 +0000)]
Test that delta.apply_txdelta_window() and friends work

Patch by Martin Panter.

7 years agoUse int instead of long; use new octal literal syntax
Yonggang Luo [Fri, 19 Oct 2012 09:40:25 +0000 (17:40 +0800)]
Use int instead of long; use new octal literal syntax

7 years agoUse new exception handling syntax
Jelmer Vernooij [Tue, 27 Aug 2013 12:14:17 +0000 (12:14 +0000)]
Use new exception handling syntax

Patch by Martin Panter.

7 years agoStreams should be compared to bytes
Yonggang Luo [Wed, 24 Oct 2012 02:13:34 +0000 (10:13 +0800)]
Streams should be compared to bytes

7 years agoUse single parameter instead of tuple.
Yonggang Luo [Fri, 19 Oct 2012 08:53:08 +0000 (16:53 +0800)]
Use single parameter instead of tuple.

7 years agoUse the next() function in test_ra
Yonggang Luo [Thu, 18 Oct 2012 17:15:54 +0000 (01:15 +0800)]
Use the next() function in test_ra

7 years agoConvert URL from bytes to str for RemoteAccess
Yonggang Luo [Wed, 24 Oct 2012 01:50:47 +0000 (09:50 +0800)]
Convert URL from bytes to str for RemoteAccess

7 years agoMake sure delta.py handles streams in binary string mode, so we can always use BytesIO
Yonggang Luo [Fri, 19 Oct 2012 09:36:33 +0000 (17:36 +0800)]
Make sure delta.py handles streams in binary string mode, so we can always use BytesIO

7 years agoAnnounce removal of python2.6 support.
Jelmer Vernooij [Thu, 7 Jul 2016 10:57:40 +0000 (10:57 +0000)]
Announce removal of python2.6 support.

7 years agoRemove compatibility workarounds for Python < 2.6
Jelmer Vernooij [Tue, 27 Aug 2013 04:02:01 +0000 (04:02 +0000)]
Remove compatibility workarounds for Python < 2.6

Patch by Martin Panter.

7 years agoOpen option ignore_keywords for export operation
Antoine R. Dumont (@ardumont) [Wed, 6 Jul 2016 10:39:52 +0000 (12:39 +0200)]
Open option ignore_keywords for export operation

api doc: https://subversion.apache.org/docs/api/1.7/group__Export.html#ga012408fea426f8bc283890fdad6f0b1c

8 years agoAttempt to fix travis build.
Jelmer Vernooij [Sun, 6 Dec 2015 12:10:51 +0000 (12:10 +0000)]
Attempt to fix travis build.

8 years agoWork around crash bug in subversion_repos probing for nonexistant paths. subvertpy-0.9.3 upstream/0.9.3
Jelmer Vernooij [Sun, 23 Aug 2015 12:52:35 +0000 (12:52 +0000)]
Work around crash bug in subversion_repos probing for nonexistant paths.

8 years agoUpdate my email address.
Jelmer Vernooij [Fri, 31 Jul 2015 04:54:32 +0000 (04:54 +0000)]
Update my email address.

8 years agoUpdate homepage URL.
Jelmer Vernooij [Fri, 31 Jul 2015 04:53:33 +0000 (04:53 +0000)]
Update homepage URL.

8 years agoRelease 0.9.2. subvertpy-0.9.2 upstream/0.9.2
Jelmer Vernooij [Sun, 26 Apr 2015 09:12:13 +0000 (09:12 +0000)]
Release 0.9.2.

8 years agoSupport PYDOCTOR_OPTIONS in Makefile.
Jelmer Vernooij [Sun, 26 Apr 2015 09:11:41 +0000 (09:11 +0000)]
Support PYDOCTOR_OPTIONS in Makefile.