summaryrefslogtreecommitdiff
path: root/subvertpy/ra_svn.py
Commit message (Expand)AuthorAge
* Use right exception.Jelmer Vernooij2018-11-10
* Various fixes for running on svn 1.5.Jelmer Vernooij2018-05-22
* Fix style issues.Jelmer Vernooij2017-07-16
* Cope with SocketServer being renamed in Python3.Jelmer 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 new exception handling syntaxJelmer Vernooij2016-07-07
* Update my email address.Jelmer Vernooij2015-07-31
* Use constant from “errno” moduleJelmer Vernooij2013-10-25
* Use “key in dict” syntax rather than dict.has_key()Jelmer Vernooij2013-09-01
* Update FSF address.Jelmer Vernooij2012-05-13
* Use __contains__ rather than has_key.Jelmer Vernooij2011-01-14
* Use slots, new style classes.Jelmer Vernooij2010-07-23
* Fix syntax error.Jelmer Vernooij2009-09-25
* Fix formatting.Jelmer Vernooij2009-09-25
* Remove some unused imports.Jelmer Vernooij2009-09-25
* Cope with extra data returned by 1.6.Jelmer Vernooij2009-04-11
* Relicense to LGPLv2.1 or later.Jelmer Vernooij2009-02-21
* Remove some duplicate codeJohn Carr2009-01-17
* Change license back to GPLv2+, not just GPLv3+.Jelmer Vernooij2009-01-04
* Ignore EPIPE.Jelmer Vernooij2008-12-09
* Use standard socket server.Jelmer Vernooij2008-12-09
* Fix names, use new style classes.Jelmer Vernooij2008-11-17
* Implement replay() and replay_range().Jelmer Vernooij2008-11-17
* Implement a couple more commands.Jelmer Vernooij2008-11-17
* Make sure connection gets set back to not busy after exception occurs.Jelmer Vernooij2008-11-17
* Use same signature for SSH connections as bzr.Jelmer Vernooij2008-11-17
* Implement do_diff().Jelmer Vernooij2008-11-17
* Support svn+ssh.Jelmer Vernooij2008-11-17
* Support sshJelmer Vernooij2008-11-17
* Implement stat().Jelmer Vernooij2008-11-16
* Support updating/switching and several other commands in python client.Jelmer Vernooij2008-11-16
* Support marking busy.Jelmer Vernooij2008-11-16
* Simple commands work now.Jelmer Vernooij2008-11-16
* Logging in works :-)Jelmer Vernooij2008-11-16
* Move server functionality to ra_svn module.Jelmer Vernooij2008-11-16
* add stubs for all RemoteAccess functions.Jelmer Vernooij2008-11-16
* Start working on python implementation of svn://Jelmer Vernooij2008-11-16