jelmer/subvertpy.git
2018-11-10 Jelmer VernooijUse right exception. master github/master gitlab/master
2018-11-10 Jelmer VernooijExclude subversion from flakes. samba.org/master
2018-11-10 Jelmer VernooijOnly check subvertpy.
2018-11-10 Jelmer VernooijExtend long description, update download URL.
2018-11-10 Jelmer VernooijMove flake8 configuration to setup.cfg.
2018-06-11 Jelmer VernooijSupport context manager pattern on test commit editor.
2018-06-09 Jelmer VernooijAccept unicode arguments to is_adm_dir.
2018-06-09 Jelmer VernooijAccept unicode URLs in copyfrom arguments.
2018-06-09 Jelmer VernooijDon't override error message set by PyBytes_AsStringAnd...
2018-06-06 Jelmer VernooijAdd get_session_url.
2018-06-06 Jelmer VernooijAdd context manager to subvertpy.wc.Adm.
2018-06-03 Jelmer VernooijDon't check that urls are native strings.
2018-06-03 Jelmer VernooijRun but check for NotImplementedError.
2018-05-26 Jelmer VernooijFix contents for md5 digest.
2018-05-26 Jelmer VernooijMake lock function available for older versions of...
2018-05-26 Jelmer Vernooijmark tests as failing with 1.9.
2018-05-26 Jelmer VernooijFix path handling.
2018-05-26 Jelmer VernooijMore locking improvements.
2018-05-26 Jelmer VernooijAdd .client_lock and .client_unlock
2018-05-26 Jelmer VernooijAdd lock/unlock.
2018-05-25 Jelmer VernooijSkip lock tests for now.
2018-05-25 Jelmer VernooijFix style.
2018-05-25 Jelmer VernooijDisable translate_stream for now.
2018-05-25 Jelmer VernooijPython3 portability fixes.
2018-05-25 Jelmer VernooijConst.
2018-05-25 Jelmer VernooijPass in absolute paths to translated_stream.
2018-05-25 Jelmer VernooijConsider checksum optional.
2018-05-25 Jelmer VernooijCheck for -1.
2018-05-25 Jelmer VernooijCalculate rather than hardcode md5sum.
2018-05-25 Jelmer VernooijPrevent recursion.
2018-05-25 Jelmer VernooijFix path for locks.
2018-05-25 Jelmer VernooijFix style.
2018-05-25 Jelmer VernooijFix process_committed functions.
2018-05-24 Jelmer VernooijFix encoding.
2018-05-24 Jelmer VernooijConsistently use absolute paths.
2018-05-24 Jelmer VernooijCreate actual locks in tests, too.
2018-05-24 Jelmer VernooijProper lock handling.
2018-05-24 Jelmer VernooijPaths are unicode.
2018-05-24 Jelmer VernooijSimplify prop conversion handling.
2018-05-23 Jelmer VernooijFix another test.
2018-05-23 Jelmer VernooijFix reference counting.
2018-05-23 Jelmer VernooijFix Python3 compatibility.
2018-05-23 Jelmer VernooijPass on full path.
2018-05-23 Jelmer VernooijAdd valgrind targets.
2018-05-23 Jelmer VernooijPass in absolute paths in a few more places.
2018-05-23 Jelmer VernooijAdd some tests for path manipulation functions.
2018-05-23 Jelmer VernooijUse length for string when it is known.
2018-05-23 Jelmer VernooijVarious fixes for URL canonicalization.
2018-05-22 Jelmer VernooijVarious fixes for running on svn 1.5.
2018-05-22 Jelmer VernooijOnly check style in known directories.
2018-05-22 Jelmer VernooijSkip 1.10 build for now - it requires libutf8proc-dev.
2018-05-22 Jelmer VernooijRun ldconfig after svn install.
2018-05-22 Jelmer VernooijDon't build against apache2-dev.
2018-05-22 Jelmer VernooijInstall libneon for older versions of svn.
2018-05-22 Jelmer VernooijBuild svn 1.10 with --with-lz4=internal.
2018-05-22 Jelmer VernooijGo back to subvertpy after building subversion.
2018-05-22 Jelmer VernooijDownload from archive.
2018-05-22 Jelmer VernooijDrop libutf8proc-dev.
2018-05-22 Jelmer VernooijAttempt to build against multiple svn versions.
2018-05-22 Jelmer VernooijFix compilation against svn 1.5.
2018-05-10 Jelmer VernooijOpt into apt updates in travis.
2017-08-12 Jelmer VernooijFix warnings.
2017-08-11 Jelmer VernooijPass things in the canonicalized form.
2017-08-11 Jelmer VernooijSupport svn < 1.9.
2017-08-11 Jelmer VernooijFix svn.client copy.
2017-08-11 Jelmer VernooijFix support for copyfrom_url in add().
2017-08-11 Jelmer VernooijAdd get_switch_editor.
2017-08-10 Jelmer VernooijAdd subvertpy.wc.Contect.get_prop_diffs.
2017-08-10 Jelmer VernooijAdd add_from_disk.
2017-08-10 Jelmer VernooijAdd basic support for locking.
2017-08-10 Jelmer VernooijMake last argument to ensure_adm optional.
2017-08-10 Jelmer VernooijAcquire the GIL before running python code.
2017-08-10 Jelmer VernooijCanonicalize absolute dirents, too.
2017-08-10 Jelmer VernooijAdd walk_entries.
2017-08-09 Jelmer VernooijAdd a few more status fields.
2017-08-09 Jelmer VernooijAdd subvertpy.wc.Context.status.
2017-08-09 Jelmer VernooijFix style error.
2017-08-09 Jelmer VernooijFormatting fixes.
2017-08-09 Jelmer VernooijAdd ensure_adm.
2017-08-08 Jelmer VernooijAdd subvertpy.wc.Context.get_update_editor.
2017-08-07 Jelmer VernooijIgnore .pybuild.
2017-08-05 Jelmer VernooijFactor out dirent_hash_to_dict.
2017-08-05 Jelmer VernooijFix other python3 unicode errors. support-1.7-full github/support-1.7-full gitlab/support-1.7-full samba.org/support-1.7-full
2017-08-05 Jelmer VernooijMake paths unicode.
2017-08-05 Jelmer VernooijFix has_binary_prop test.
2017-08-04 Jelmer VernooijFix style errors.
2017-08-04 Jelmer VernooijRe-enable adm tests on >= 1.7.
2017-08-04 Jelmer VernooijFIx python3 compatibility.
2017-08-04 Jelmer VernooijUse PyUnicode for Python 3.
2017-08-04 Jelmer VernooijAdd py_object_to_adm_abspath.
2017-08-04 Jelmer VernooijCope with new return value for client.commit.
2017-08-04 Jelmer VernooijFix style.
2017-08-04 Jelmer VernooijFix tests on pre-1.9 svn.
2017-08-04 Jelmer VernooijAdd wc.Context.crawl_revisions.
2017-08-04 Jelmer VernooijAdd wc.Context.conflicted.
2017-08-04 Jelmer VernooijAdd wc.Context.props_modified.
2017-08-04 Jelmer VernooijAdd wc.Context.text_modified.
2017-08-04 Jelmer VernooijAdd wc.Context.check_wc.
2017-08-04 Jelmer VernooijAdd wc.Context.locked.
2017-08-04 Jelmer VernooijChange to 0.11.0.
next