Acquire the GIL before running python code.
[jelmer/subvertpy.git] / subvertpy /
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-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.
2017-08-04 Jelmer VernooijAdd subvertpy.subr.uri_canonicalize.
2017-08-04 Jelmer VernooijAdd subr module.
2017-08-04 Jelmer VernooijAdd basic support for creating wc contexts.
2017-08-04 Jelmer VernooijIgnore deprecation warnings from wc_adm.
2017-08-04 Jelmer VernooijFix tests.
2017-08-04 Jelmer VernooijSplit wc.c.
2017-08-04 Jelmer VernooijSupport new style svn.client.update.
2017-08-04 Jelmer VernooijSupport new style svn.client.copy.
2017-08-04 Jelmer VernooijSupport new style subvertpy.client.mkdir.
2017-08-04 Jelmer VernooijUse new style subvertpy.client.delete.
2017-08-04 Jelmer VernooijSupport newer version of svn_client_commit.
2017-08-04 Jelmer VernooijAvoid deprecated svn_path_is_canonical.
2017-07-19 Jelmer VernooijStart on 0.10.2.
2017-07-19 Jelmer VernooijConvert some tabs to spaces.
2017-07-19 Jelmer VernooijMore endianness fixes.
2017-07-19 Jelmer VernooijMore endian fixes.
2017-07-19 Jelmer VernooijAttempt to fix some endianness errors.
2017-07-17 Jelmer VernooijStart on 0.10.1.
2017-07-17 Jelmer VernooijRelease 0.10.0 subvertpy-0.10.0
2017-07-16 Jelmer VernooijFix literal test.
2017-07-16 Jelmer VernooijFix style issues.
2016-07-25 Jelmer VernooijSupport revprops argument to Client.delete().
2016-07-25 Jelmer VernooijSupport expand_keywords argument to Client.cat().
2016-07-25 Jelmer VernooijUse svn_client_create_context2().
2016-07-24 Jelmer VernooijAllow SHA1 checksums.
2016-07-24 Jelmer VernooijRemove trailing whitespace.
2016-07-24 Jelmer VernooijReintroduce skip slash step.
2016-07-24 Jelmer Vernooijsvn_dirent_canonicalize doesn't actually appear to...
2016-07-24 Jelmer VernooijAdd and use py_object_to_svn_dirent().
2016-07-24 Jelmer VernooijFix freed memory access in prop_dict_to_hash.
2016-07-24 Jelmer VernooijAdd (mostly) Python3 support.
2016-07-24 Jelmer VernooijSplit out path_list_to_apr_array.
2016-07-24 Jelmer VernooijMore Python3 fixes.
2016-07-24 Jelmer VernooijMore python3 compatibility work.
2016-07-24 Jelmer VernooijRemove some uses of PyString.
2016-07-24 Jelmer VernooijRemove a few more PyString uses.
2016-07-24 Jelmer VernooijRemove some more uses of PyString.
2016-07-24 Jelmer VernooijRemove some uses of PyString.
2016-07-24 Jelmer VernooijUse PyLong on python3.
2016-07-24 Jelmer VernooijUse svn_client_propget5.
2016-07-24 Jelmer VernooijUse svn_client_proplist4.
2016-07-24 Jelmer VernooijSupport include_externals argument to Client.list(.
2016-07-24 Jelmer VernooijFix error message.
2016-07-11 Jelmer VernooijFix docstring, pool usage.
2016-07-11 Jelmer VernooijSupport ignore_ancestry argument to RemoteAccess.do...
2016-07-11 Jelmer VernooijSupport old_value argument to change_rev_prop()>
2016-07-10 Jelmer VernooijSupport ignore_ancestry and send_copyfrom_args argument...
2016-07-10 Jelmer VernooijSupport no_autoprops argument to Client.add.
2016-07-10 Jelmer VernooijSupport depth argument to RemoteAccess.get_locks().
2016-07-10 Jelmer VernooijAdd wrapper for repr formatting.
2016-07-09 Jelmer VernooijDigest are bytes.
2016-07-09 Jelmer VernooijTokens are bytes.
2016-07-09 Jelmer VernooijFix const errors.
2016-07-09 Jelmer VernooijMake object construction compatible with Python3.
2016-07-09 Jelmer VernooijAvoid svn_path_join.
2016-07-09 Jelmer VernooijUse svn_ra_open4.
2016-07-09 Jelmer VernooijUse py_object_to_svn_string.
2016-07-09 Jelmer VernooijFix memory management when dealing with strings.
2016-07-09 Jelmer VernooijAdd py_object_to_svn_relpath.
2016-07-09 Jelmer VernooijAdd wrapper for converting unicode/bytes objects for...
2016-07-09 Jelmer VernooijCanonicalize URLs from ra repos root.
2016-07-09 Jelmer VernooijUse svn_stream_read_full.
2016-07-09 Jelmer VernooijUse svn_dirent_canonicalize.
2016-07-09 Jelmer VernooijUse svn_relpath_canonicalize.
2016-07-09 Jelmer VernooijUse svn_uri_canonicalize when possible.
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
next