| 13 days ago |
Mitsuhiro Koga | Support failing server certification check. master |
commit | commitdiff | tree |
| 2013-05-06 |
Jelmer Vernooij | Start on 0.9.2. |
commit | commitdiff | tree |
| 2013-05-06 |
Jelmer Vernooij | Release 0.9.1. |
commit | commitdiff | tree |
| 2013-05-06 |
Jelmer Vernooij | Update NEWS. |
commit | commitdiff | tree |
| 2013-05-06 |
Yonggang Luo | Use PyObject_AsFileDescriptor instead of PyFile_AsFile... |
commit | commitdiff | tree |
| 2013-05-04 |
Jelmer Vernooij | For the moment, disable subvertpy.wc.WorkingCopy when... |
commit | commitdiff | tree |
| 2012-10-27 |
Jelmer Vernooij | gitignore: Ignore .pyc and .so files. |
commit | commitdiff | tree |
| 2012-10-23 |
Yonggang Luo | From subvertpy import. |
commit | commitdiff | tree |
| 2012-10-23 |
Yonggang Luo | addCleanup for file close. |
commit | commitdiff | tree |
| 2012-10-23 |
Yonggang Luo | Use self.assertEqual instead self.assertEquals |
commit | commitdiff | tree |
| 2012-10-20 |
Yonggang Luo | os.tmpfile need administrator permission on Win7 and... |
commit | commitdiff | tree |
| 2012-10-20 |
Jelmer Vernooij | Fix running TestClient.test_info against Subversion... |
commit | commitdiff | tree |
| 2012-10-19 |
Yonggang Luo | Fix typo in README. |
commit | commitdiff | tree |
| 2012-07-08 |
Jelmer Vernooij | Add git ignore file. |
commit | commitdiff | tree |
| 2012-07-08 |
Jelmer Vernooij | Start on 0.9.1. |
commit | commitdiff | tree |
| 2012-07-08 |
Jelmer Vernooij | Release 0.9.0. |
commit | commitdiff | tree |
| 2012-05-13 |
Jelmer Vernooij | Update FSF address. |
commit | commitdiff | tree |
| 2012-05-04 |
Jelmer Vernooij | Fix compilation error. |
commit | commitdiff | tree |
| 2012-05-03 |
Jelmer Vernooij | Add working copy example. |
commit | commitdiff | tree |
| 2012-05-03 |
Jelmer Vernooij | In Client.checkout, default to HEAD revision. |
commit | commitdiff | tree |
| 2012-05-03 |
Jelmer Vernooij | Add another docstring. |
commit | commitdiff | tree |
| 2012-03-26 |
Jelmer Vernooij | Add constant ERR_WC_UPGRADE_REQUIRED. |
commit | commitdiff | tree |
| 2012-03-12 |
Jelmer Vernooij | Fix compilation against svn 1.7. |
commit | commitdiff | tree |
| 2012-03-12 |
Jelmer Vernooij | Merge fix for test URLs on Windows from Yonggang Luo. |
commit | commitdiff | tree |
| 2012-03-12 |
Yonggang Luo | path to url should call pathname2url, so that the URL... |
commit | commitdiff | tree |
| 2012-03-12 |
Yonggang Luo | path to url should call pathname2url, so that the URL... |
commit | commitdiff | tree |
| 2012-03-11 |
Yonggang Luo | Create temp file with correct filename under Windows OS. |
commit | commitdiff | tree |
| 2012-03-11 |
Jelmer Vernooij | Merge fix from Yonggang Luo for skipping test that... |
commit | commitdiff | tree |
| 2012-03-11 |
Shlomi Fish | Include .c files in manifest. |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | Merge some more improvements to Client.{cat,log,info... |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | Fix Mark's email address in AUTHORS, per his request. |
commit | commitdiff | tree |
| 2012-03-04 |
Mark Lee | Fixed versioning conditional. |
commit | commitdiff | tree |
| 2012-03-04 |
Mark Lee | Removed unnecessary dealloc function. |
commit | commitdiff | tree |
| 2012-03-04 |
Mark Lee | Moved a variable declaration to the top, and made sure... |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | Remove trailing whitespace. |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | Remove trailing whitespace. |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | The next release is going to be 0.9.0. |
commit | commitdiff | tree |
| 2012-03-04 |
Jelmer Vernooij | Add bindings for svn.client.Client.info(), svn.client... |
commit | commitdiff | tree |
| 2012-03-04 |
Yonggang Luo | On Windows, there is no tzset function, skip on unittest. |
commit | commitdiff | tree |
| 2012-03-03 |
Mark Lee | Merge from trunk, r2437. |
commit | commitdiff | tree |
| 2012-03-03 |
Mark Lee | Added subvertpy.client.Client.info(), with tests. |
commit | commitdiff | tree |
| 2012-03-01 |
Jelmer Vernooij | Merge fix to remove readonly files on Windows. |
commit | commitdiff | tree |
| 2012-03-01 |
Jelmer Vernooij | Merge support for always closing files, with tweaks. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Only use build_with_dlls on windows. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Update NEWS. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Merge updates to windows documents. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Merge some improvements towards 1.7 support. |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | On Windows, we need handle read only files to remove it. |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | Under windows, local file system url should be file:/// |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | There is one more file need to be closed. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Merge fix to always close files, with tweak. |
commit | commitdiff | tree |
| 2012-02-29 |
Jelmer Vernooij | Merge fix from Yonggang Luo for python3 compatibility. |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | Add function write_file(self, filename, content) under... |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | Update build instructions for Windows. |
commit | commitdiff | tree |
| 2012-02-29 |
Yonggang Luo | Get setup.py can be runned between python 2.4 - 3.x |
commit | commitdiff | tree |
| 2012-02-28 |
Yonggang Luo | setup.py:Support for Subverion 1.7.x about BDB. |
commit | commitdiff | tree |
| 2012-02-24 |
Mark Lee | Support config data in custom locations. |
commit | commitdiff | tree |
| 2012-02-24 |
Mark Lee | Added constants for depth. |
commit | commitdiff | tree |
| 2012-02-24 |
Mark Lee | Use assertIsInstance. |
commit | commitdiff | tree |
| 2012-02-20 |
Mark Lee | Added subvertpy.client.Client.log(), with tests. |
commit | commitdiff | tree |
| 2012-02-12 |
Mark Lee | Added subvertpy.client.Client.cat(), with tests. |
commit | commitdiff | tree |
| 2012-02-01 |
Jelmer Vernooij | Ignore nose ids and apidocs directory. |
commit | commitdiff | tree |
| 2012-01-30 |
Jelmer Vernooij | Convert stdbool.h to unix line endings. |
commit | commitdiff | tree |
| 2012-01-23 |
Jelmer Vernooij | Start on 0.8.11. |
commit | commitdiff | tree |
| 2012-01-23 |
Jelmer Vernooij | release 0.8.10. subvertpy-0.8.10 |
commit | commitdiff | tree |
| 2011-12-13 |
Jelmer Vernooij | use absolute paths in process_committed_queue. |
commit | commitdiff | tree |
| 2011-12-13 |
Jelmer Vernooij | Fix some tests against svn 1.7. |
commit | commitdiff | tree |
| 2011-12-13 |
Jelmer Vernooij | Remove duplicate call. |
commit | commitdiff | tree |
| 2011-12-13 |
Jelmer Vernooij | Remove bogus test. |
commit | commitdiff | tree |
| 2011-12-13 |
Jelmer Vernooij | Add 'make check-one'. |
commit | commitdiff | tree |
| 2011-11-29 |
Jelmer Vernooij | Include wc.h in wc.c to fix build issue on NetBSD 5... |
commit | commitdiff | tree |
| 2011-11-17 |
Jelmer Vernooij | Make SvnExtension a proper subclass rather than just... |
commit | commitdiff | tree |
| 2011-11-17 |
Jelmer Vernooij | Add README with build instructions. |
commit | commitdiff | tree |
| 2011-11-08 |
Jelmer Vernooij | Merge cygwin fixes from Ronald Blaschke. |
commit | commitdiff | tree |
| 2011-11-08 |
Ronald Blaschke | Enable Windows auth on Cygwin. |
commit | commitdiff | tree |
| 2011-11-08 |
Ronald Blaschke | Close objects before deleting temporary files. |
commit | commitdiff | tree |
| 2011-10-26 |
Jelmer Vernooij | Start on 0.8.10. |
commit | commitdiff | tree |
| 2011-10-26 |
Jelmer Vernooij | release 0.8.9. subvertpy-0.8.9 |
commit | commitdiff | tree |
| 2011-10-16 |
Jelmer Vernooij | Add constant ERR_WC_NODE_KIND_CHANGE. |
commit | commitdiff | tree |
| 2011-09-27 |
Jelmer Vernooij | Fix compilation with Python 2.4 and 2.5. |
commit | commitdiff | tree |
| 2011-09-27 |
Jelmer Vernooij | Start on 0.8.9. |
commit | commitdiff | tree |
| 2011-09-27 |
Jelmer Vernooij | release 0.8.8. subvertpy-0.8.8 |
commit | commitdiff | tree |
| 2011-09-24 |
Jelmer Vernooij | Support None as property value in WorkingCopy.prop_set... |
commit | commitdiff | tree |
| 2011-09-24 |
Jelmer Vernooij | Add constant ERR_BAD_FILENAME. |
commit | commitdiff | tree |
| 2011-09-24 |
Jelmer Vernooij | Make sure digests can contain null characters. |
commit | commitdiff | tree |
| 2011-09-23 |
Jelmer Vernooij | PyList_SetItem steals. |
commit | commitdiff | tree |
| 2011-09-23 |
Jelmer Vernooij | Deallocate pools on failure. |
commit | commitdiff | tree |
| 2011-09-23 |
Jelmer Vernooij | Fix PyList_SetItem check, canonicalize paths in crawl_r... |
commit | commitdiff | tree |
| 2011-09-20 |
Jelmer Vernooij | Various more fixes for potential memory leaks. |
commit | commitdiff | tree |
| 2011-09-20 |
Jelmer Vernooij | wc: Free object in case of OOM. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | More return value checking in various places. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Disable all by global config object. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Various fixes for memory leaks/potential error conditions. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Drop broken config-from-dict code. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Fix several more potential memory leaks/error conditions. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Fix several memory leaks and error checks in subvertpy... |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Start on 0.8.8. |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Fix revnum types in verify_fs, release 0.8.7. subvertpy-0.8.7 |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | release subvertpy 0.8.6. subvertpy-0.8.6 |
commit | commitdiff | tree |
| 2011-09-19 |
Jelmer Vernooij | Fix double free of apr pools from subvertpy.repos.Repos.fs. |
commit | commitdiff | tree |
| next |