jelmer/subvertpy.git
2011-06-02 Jelmer VernooijFix typo. subvertpy-0.8.1
2011-06-02 Jelmer VernooijFix types of file size and time, pragma warning on...
2011-06-02 Jelmer VernooijProperly check return value of PyInt_AsLong in various...
2011-06-02 Jelmer VernooijSupport passing single paths to various methods that...
2011-06-02 Jelmer Vernooijadd subvertpy.client.Client.mkdir.
2011-06-02 Jelmer VernooijFix docstring for Client.list
2011-05-06 Jelmer VernooijFix typo, arguments to svn_wc_resolved_conflict2.
2011-05-06 Jelmer VernooijFix compatibility with svn 1.4.
2011-04-30 Jelmer VernooijFix two long lines.
2011-04-18 Jelmer VernooijFix potential memory leaks in subvertpy.wc.
2011-03-09 Jelmer VernooijKeep reference to commit callback.
2011-03-04 Jelmer VernooijSupport 1.4.
2011-03-04 Jelmer VernooijWorkingCopy.resolved_conflict.
2011-03-04 Jelmer VernooijFix warning.
2011-03-04 Jelmer VernooijAdd WorkingCopy.conflicted.
2011-03-03 Jelmer VernooijFix compilation on OS X.
2011-03-02 Jelmer VernooijRemove bzr-svn reference, it seems irrelevant now.
2011-03-02 Jelmer VernooijStart on 0.8.1.
2011-03-02 Jelmer Vernooijrelease 0.8.0. subvertpy-0.8.0
2011-03-02 Ronny PfannschmidtCope with trailing slash specified to subvertpy.wc...
2011-03-02 Jelmer Vernooijadd test for subvertpy.wc.revision_status.
2011-03-02 Jelmer VernooijFix type mismatch which affects sparc in svn.ra.get_dir.
2011-02-27 Jelmer VernooijMerge unsafe int storage fix from Max.
2011-02-27 Max BowsherFix unsafe store into apr_size_t as if it was an int.
2011-02-20 Jelmer VernooijUse py_fs_path_change2 if possible.
2011-02-19 Jelmer VernooijAdd some more docstrings.
2011-02-19 Jelmer VernooijFix compatibility for running under python < 2.7 withou...
2011-02-17 Jelmer VernooijSupport non-constant min/max svn versions.
2011-02-17 Jelmer VernooijAdd macros for svn version checking.
2011-02-17 Jelmer VernooijRemove reference to bzr-svn.
2011-02-17 Jelmer VernooijAdd subvertpy.client.export.
2011-02-17 Jelmer VernooijSwitch to 0.8.0 because of the number of changes. upstream-0.8.0_bzr2311
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_try.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_retrieve, subvertpy...
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_retrieve.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.transmit_prop_deltas.
2011-02-17 Jelmer Vernooijcanonicalize path in transmit_text_deltas.
2011-02-17 Jelmer VernooijAdd test for process_committed_queue.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.send_text_deltas.
2011-02-16 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.is_wc_root.
2011-02-16 Jelmer VernooijAdd subvertpy.wc.get_actual_target.
2011-02-16 Jelmer VernooijWorkingCopy.entry() will now raise KeyError if the...
2011-02-16 Jelmer VernooijActually make CommittedQueue available for older svns.
2011-02-16 Jelmer VernooijFix lifetime of objects added to committed queue.
2011-02-15 Jelmer VernooijAdd compatibility code to support CommittedQueue on...
2011-02-15 Jelmer VernooijAdd subvertpy.wc.CommittedQueue.
2011-02-14 Jelmer VernooijFix path canonicalization in ensure_adm().
2011-02-14 Jelmer VernooijFix some docstrings, make more types static.
2011-02-14 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.props_modified.
2011-02-14 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.text_modified.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.translated_stream.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.crop_tree.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.relocate.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.remove_from_revision_control.
2011-02-13 Jelmer VernooijFix support for pre-1.6.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.mark_missing_deleted.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.add_repos_file.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.maybe_set_repos_root.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.get_ancestry.
2011-02-13 Jelmer VernooijRe-using a WorkingCopy object after calling close(...
2011-02-13 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.has_binary_prop.
2011-02-13 Jelmer VernooijAdd subvertpy.wc.set_adm_dir().
2011-01-23 Jelmer VernooijMerge fix from Max for handling of DST in time_from_cst...
2011-01-22 Max BowsherUse calendar.timegm() rather than time.mktime() and...
2011-01-22 Max BowsherFailing test demonstrating subvertpy.properties.time_fr...
2011-01-21 Jelmer VernooijUpdate NEWS.
2011-01-20 Jelmer VernooijSupport converting getaddrinfo errors to socket.gaierro...
2011-01-20 Jelmer VernooijDeprecate ERR_EAI_NONAME and ERR_UNKNOWN_HOSTNAME.
2011-01-14 Jelmer VernooijUse __contains__ rather than has_key.
2010-12-28 Jelmer VernooijFix unittest2 use.
2010-12-28 Jelmer Vernooijs/testtools/unittest2.
2010-12-26 Jelmer VernooijUse python2.7 unittest if possible.
2010-12-19 Jelmer Vernooijtestr: Support id list file (fixes parallel test runs).
2010-12-19 Jelmer VernooijassertIsInstance: allow optional message to be specified.
2010-12-19 Jelmer VernooijIntrospect C modules in pydoctor.
2010-12-19 Jelmer VernooijAdd some more docstrings.
2010-12-11 Jelmer VernooijStrip leading slashes when fastexport subversion reposi...
2010-12-07 Jelmer VernooijAdd magic for parallel run.
2010-12-06 Jelmer VernooijAdd two more docstrings.
2010-10-26 Jelmer VernooijAdd basic manual page for subvertpy-fast-export.
2010-10-26 Jelmer VernooijAdd --version option to subvertpy-fast-export.
2010-10-26 Jelmer VernooijStart on 0.7.6.
2010-10-26 Jelmer VernooijRelease 0.7.5. subvertpy-0.7.5
2010-10-24 Jelmer VernooijMerge fixes for hardy svn from Max.
2010-10-23 Max BowsherFix invalid calling convention definitions of METH_NOAR...
2010-10-23 Max BowsherMove assertRaises to wrap the correct call.
2010-10-18 Jelmer VernooijFix compatibility with Subversion 1.4 and 1.5. (Max...
2010-10-18 Jelmer VernooijAdd api_version() / version() methods to subvertpy...
2010-10-18 Jelmer VernooijRaise that NotImplementedError is raised for functions...
2010-10-17 Max BowsherSet correct expectations, that only Subversion 1.6...
2010-10-17 Max BowsherInsert test skips where necessary because of features...
2010-10-17 Max Bowshersvn_ra_get_session_url requires svn >= 1.5
2010-10-17 Max BowsherFix compilation with Subversion 1.5 - remove spurious...
2010-10-17 Max Bowshersvn_client_add4 is actually new in 1.5
2010-09-25 Jelmer VernooijOpen 0.7.5 for development.
2010-09-25 Jelmer VernooijRelease 0.7.4. subvertpy-0.7.4
2010-09-25 Dan Villiom... Fix Python 2.4 compatibility.
2010-09-23 Jelmer VernooijAdd Add subvertpy.ra.api_version(), tests for subvertpy...
2010-09-23 Dan Villiom... Add api_version() function to wc.
2010-09-22 Jelmer VernooijAdd test for RemoteAccess.get_url().
next