summaryrefslogtreecommitdiff
path: root/subvertpy
Commit message (Expand)AuthorAge
...
* Use svn_relpath_canonicalize.Jelmer Vernooij2016-07-09
* Use svn_uri_canonicalize when possible.Jelmer Vernooij2016-07-09
* Fix init function use in C modules for Python3.Jelmer Vernooij2016-07-08
* Remove another use of staticforward.Jelmer Vernooij2016-07-08
* Cope with SocketServer being renamed in Python3.Jelmer Vernooij2016-07-08
* Add constant ERR_RA_CANNOT_CREATE_SESSION.Jelmer Vernooij2016-07-08
* Use text character instead of byte string for log actionJelmer Vernooij2016-07-08
* Adapt to Python 3’s dictionary view methodsYonggang Luo2016-07-08
* Adapt to splitup of “urllib” in Python 3Yonggang Luo2016-07-08
* Use BytesIO instead of StringIOYonggang Luo2016-07-08
* Factor common error cleanup code with gotoJelmer Vernooij2016-07-07
* Factor out ra_get_log_prepare() to share with get_log() and iter_log()Jelmer Vernooij2016-07-07
* Factor common svn_log_message_receiver_t code into pyify_log_message()Jelmer Vernooij2016-07-07
* Fix use of bytes type.Jelmer Vernooij2016-07-07
* Fix urlparse compatibility for Python3.Jelmer Vernooij2016-07-07
* Fix compatibility with python3 in subvertpy.delta.Jelmer Vernooij2016-07-07
* More Python3 porting work; mostly BytesIO conversions.Jelmer Vernooij2016-07-07
* Avoid staticforward, not available in python3.Jelmer Vernooij2016-07-07
* Fix test on platforms withou fromhex.Jelmer Vernooij2016-07-07
* Fix python2 compatibility.Jelmer Vernooij2016-07-07
* Use byte strings in marshallJelmer Vernooij2016-07-07
* Handle str() type change in marshall; use isinstance()Yonggang Luo2016-07-07
* Excercise all kinds of delta operations in testJelmer Vernooij2016-07-07
* Drop compatibility for running tests on python2.6.Jelmer Vernooij2016-07-07
* Use byte strings rather than character strings in “delta” moduleJelmer Vernooij2016-07-07
* Use bytes for file dataJelmer Vernooij2016-07-07
* Line endings from diff() depend on the platform.Yonggang Luo2016-07-07
* Test that delta.apply_txdelta_window() and friends workJelmer Vernooij2016-07-07
* Use int instead of long; use new octal literal syntaxYonggang Luo2016-07-07
* Use new exception handling syntaxJelmer Vernooij2016-07-07
* Streams should be compared to bytesYonggang Luo2016-07-07
* Use single parameter instead of tuple.Yonggang Luo2016-07-07
* Use the next() function in test_raYonggang Luo2016-07-07
* Convert URL from bytes to str for RemoteAccessYonggang Luo2016-07-07
* Make sure delta.py handles streams in binary string mode, so we can always us...Yonggang Luo2016-07-07
* Remove compatibility workarounds for Python < 2.6Jelmer Vernooij2016-07-07
* Open option ignore_keywords for export operationAntoine R. Dumont (@ardumont)2016-07-07
* Work around crash bug in subversion_repos probing for nonexistant paths.Jelmer Vernooij2015-08-23
* Update my email address.Jelmer Vernooij2015-07-31
* Fix typo: recorded_time -> wcroot_abstimeSteve Ratcliffe2015-01-13
* In client_info, depth an optional arg, so must be initialised.Steve Ratcliffe2015-01-13
* Initialize callback to NULL in get_username_provider.Steve Ratcliffe2015-01-13
* Remove unnecessary compat code.Jelmer Vernooij2014-01-28
* Remove unnecessary compat code.Jelmer Vernooij2014-01-28
* Import TestCase from unittest2, which has addCleanup on python 2.6.Jelmer Vernooij2013-12-08
* Remove errorring test that apparently also fails with svn 1.6.Jelmer Vernooij2013-12-08
* Use constant from “errno” moduleJelmer Vernooij2013-10-25
* Consistent quote signs in error messageJelmer Vernooij2013-10-25
* Clarify microseconds for timestampJelmer Vernooij2013-10-25
* Document get_log() and iter_log() default argumentsJelmer Vernooij2013-10-25