jelmer/subvertpy.git
2016-07-08 Jelmer VernooijFix travis configuration for python3. python3-branch github/python3-branch gitlab/python3-branch samba.org/python3-branch
2016-07-08 Jelmer VernooijRemove unnecessary HAVE_ITER.
2016-07-08 Jelmer VernooijRename and comment string_to_utf8(), string_to_canonica...
2016-07-08 Jelmer VernooijCheck PyBytes_AsStringAndSize return value(); also...
2016-07-08 Jelmer Vernooijstring_path_canonicalize() for using svn_path_canonical...
2016-07-08 Jelmer VernooijPort more PyString_AsString() calls by allocating APR...
2016-07-08 Jelmer VernooijPort PyString_AsString() calls
2016-07-08 Jelmer VernooijAdd py_to_svn_string() to help check errors and avoid...
2016-07-08 Jelmer VernooijAdd string_dict_to_hash(); check for errors; ensure...
2016-07-08 Jelmer Vernooijstring_pmemdup() to use str() objects as null terminate...
2016-07-08 Jelmer VernooijAdd string_pstrdup(): error checking, avoid buffer...
2016-07-08 Jelmer VernooijUse PyUnicode_CompareWithASCIIString() for strcmp(...
2016-07-08 Jelmer VernooijUse PyUnicode_FSConverter() for file names
2016-07-08 Yonggang LuoPartially port C modules to Python 3.1; drop Python...
2016-07-08 Jelmer VernooijAdd missing exception handling for PyString_FromString...
2016-07-08 Yonggang LuoPython 3 doesn’t have these file objects
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
2015-04-26 Jelmer VernooijSupport PYDOCTOR_OPTIONS in Makefile.
2015-01-13 Steve RatcliffeFix typo: recorded_time -> wcroot_abstime
2015-01-13 Steve RatcliffeIn client_info, depth an optional arg, so must be initi...
2015-01-13 Steve RatcliffeInitialize callback to NULL in get_username_provider.
2014-01-28 Jelmer VernooijRemove unnecessary compat code.
2014-01-28 Jelmer VernooijRemove unnecessary compat code.
2014-01-28 Jelmer VernooijDocument dropping of support for python < 2.6.
2014-01-28 Jelmer VernooijUse subprocess.Popen() over os.popen3() and check GCC...
2014-01-28 Jelmer VernooijUse exception handler target variable to avoid referenc...
2013-12-08 Jelmer VernooijImport TestCase from unittest2, which has addCleanup...
2013-12-08 Jelmer VernooijRemove errorring test that apparently also fails with...
2013-12-08 Jelmer Vernooijtravis: Install unittest2 for python2.6.
2013-12-08 Jelmer Vernooijtravis: Use sudo for apt-get command.
2013-12-08 Jelmer VernooijAdd basic travis config.
2013-11-09 Jelmer VernooijHint about how to stop the torrent of deprecation warnings
2013-10-30 Jelmer VernooijMake sure trunk path starts with a forward slash.
2013-10-25 Jelmer VernooijUse generator expressions rather than list comprehensions
2013-10-25 Jelmer VernooijUse constant from “errno” module
2013-10-25 Jelmer VernooijConsistent quote signs in error message
2013-10-25 Jelmer VernooijClarify microseconds for timestamp
2013-10-25 Jelmer VernooijDocument get_log() and iter_log() default arguments
2013-09-28 Jelmer VernooijMake _ra.CredentialsIter a proper iterator in Python < 3
2013-09-28 Jelmer VernooijTest that delta.apply_txdelta_window() and friends...
2013-09-13 Yonggang LuoGet setup.py can running unittest from build directory.
2013-09-01 Jelmer VernooijFix errors with the contents of changed_paths from...
2013-09-01 Jelmer VernooijUse “key in dict” syntax rather than dict.has_key()
2013-09-01 Jelmer VernooijEncode the number of UTF-8 bytes in subvertpy.marshall...
2013-08-04 Martin PanterDocument some callback functions, and a RemoteAccess...
2013-08-04 Martin PanterDocumentation corrections
2013-08-02 Martin PanterFix function name for Reporter.link_path()
2013-05-08 Mitsuhiro KogaSupport failing server certification check.
2013-05-06 Jelmer VernooijStart on 0.9.2.
2013-05-06 Jelmer VernooijRelease 0.9.1. subvertpy-0.9.1 upstream-0.9.1 upstream/0.9.1
2013-05-06 Jelmer VernooijUpdate NEWS.
2013-05-06 Yonggang LuoUse PyObject_AsFileDescriptor instead of PyFile_AsFile...
2013-05-04 Jelmer VernooijFor the moment, disable subvertpy.wc.WorkingCopy when...
2012-10-27 Jelmer Vernooijgitignore: Ignore .pyc and .so files.
next