summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'list_tests@v1.9' into list_tests@v1.13selurvedu2016-04-081-7/+48
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests.py
| | * | Move list-related testcases into separate classselurvedu2016-04-081-0/+4
| | | |
| | * | Update tests from ea80865 to run on Python 3.2selurvedu2016-04-081-8/+8
| | | |
| | * | added error-prone cases to default testsStas Erema2016-04-081-0/+32
| | | |
| | * | Allow longer patches in test_use_move_...selurvedu2016-04-081-2/+3
| | | |
| | * | Extend tests that check list patchingselurvedu2016-04-081-7/+11
| | | |
* | | | Merge commit '1fc5e2022ff2c5796bd28af56646b135ede4ee71'Stefan Kögl2017-07-171-1/+1
|\ \ \ \
| * | | | Bump version to 1.16v1.16Stefan Kögl2017-06-151-1/+1
| | |_|/ | |/| |
* | | | Avoid double work (#62)Tristan Seligmann2017-07-091-1/+1
|/ / / | | | | | | In the case where the optimized patch is not invalid, we shouldn't need to calculate the patch again.
* | | Merge branch 'mrhadenough-fix_optimization_bugs'Stefan Kögl2017-06-153-29/+520
|\ \ \
| * | | don't apply patch optimization when it's incorrectKostya2017-04-272-6/+26
| | | |
| * | | Fix: python 3.2 testskostya2017-03-081-1/+1
| | | |
| * | | Fix: optimization bugs #55, #54, add more testskostya2017-03-083-24/+495
|/ / /
* | | bump version to 1.15v1.15Stefan Kögl2017-01-121-1/+1
| | |
* | | bump version to 1.14Stefan Kögl2017-01-121-1/+1
| | |
* | | Update trove classification to include Python 3.6Stefan Kögl2017-01-121-0/+1
| | |
* | | Run tests with Python 3.6Rémy HUBSCHER2017-01-061-0/+1
| | |
* | | If there is no diff print nothing; exit 1 if a diff is found (#53)Greg Cockburn2016-10-021-2/+3
| | | | | | | | | if there is no diff print nothing, and exit 1 if a diff is found
* | | Merge pull request #52 from haypo/signatureStefan Kögl2016-07-221-2/+5
|\ \ \ | | | | | | | | Use inspect.signature() on Python 3
| * | | Use inspect.signature() on Python 3Victor Stinner2016-07-221-2/+5
|/ / / | | | | | | | | | | | | The inspect.getargspec() function has been deprecated in Python 3: https://docs.python.org/3/library/inspect.html#inspect.getargspec
* | | Merge pull request #50 from go1dshtein/masterStefan Kögl2016-05-312-1/+10
|\ \ \ | | | | | | | | Fix KeyError in add/remove optimization
| * | | Fix KeyError in add/remove optimizationKirill Goldshtein2016-05-042-1/+10
|/ / /
* | | Update trove classification to include Python 3.5Stefan Kögl2016-02-131-0/+1
|/ /
* | bump version to 1.13v1.13Stefan Kögl2016-02-131-1/+1
| |
* | Remove import of ``pudb``Stefan Kögl2016-02-131-2/+0
| |
* | Print test comments when external tests failStefan Kögl2016-02-131-2/+5
| | | | | | | | Makes it easier to locate the failing tests in the test file
* | Make ``move`` operation with from == path a no-opStefan Kögl2016-02-131-0/+4
| |
* | Optimize "deep" ``replace`` operation, fixes #36Stefan Kögl2016-02-132-3/+28
| |
* | Create "universal" wheel packagesStefan Kögl2016-02-131-0/+2
| |
* | Add encoding info to setup.pyStefan Kögl2016-02-131-0/+1
| |
* | bump version to 1.12v1.12v112Stefan Kögl2015-11-031-1/+1
| |
* | Merge pull request #46 from apinkney97/master, fixes #40Stefan Kögl2015-11-031-1/+1
|\ \ | | | | | | | | | Fix bug in _split_by_common_seq using wrong range in right subtree
| * | Fix bug in _split_by_common_seq using wrong range in right subtreeAlex Pinkney2015-11-031-1/+1
| | |
* | | Add failing test for #40Stefan Kögl2015-11-031-0/+7
|/ /
* | Merge pull request #43 from selurvedu/separate-testsStefan Kögl2015-10-281-19/+19
|\ \ | | | | | | Allow running certain tests separately
| * | Allow running certain tests separatelyselurvedu2015-10-241-19/+19
|/ / | | | | | | | | E.g. `python2 -m unittest tests.MakePatchTestCase.test_objects` or `nose tests:MakePatchTestCase.test_objects`.
* | Merge pull request #45 from selurvedu/py32_coverageStefan Kögl2015-10-221-0/+1
|\ \ | | | | | | Fix build failure on Travis CI with Python 3.2
| * | Fix build failure on Travis CI with Python 3.2selurvedu2015-10-181-0/+1
|/ / | | | | | | See https://bitbucket.org/ned/coveragepy/issues/407
* | Add Travis tests for Python 3.5Stefan Kögl2015-09-181-0/+1
| |
* | bump version to 1.11v1.11Stefan Kögl2015-05-081-1/+1
| |
* | Fix tests for Python 3.2v1.19v1.10Stefan Kögl2015-05-071-1/+1
| |
* | bump version to 1.10Stefan Kögl2015-05-071-1/+1
| |
* | Require pypandoc instead of pandoc for setup.pyStefan Kögl2015-05-071-1/+1
| |
* | Fix make_patch with unicode pathsStefan Kögl2015-05-072-1/+9
| |
* | Enable container-based builds on Travis-CIStefan Kögl2015-04-231-1/+3
|/
* bump version to 1.9v1.9Stefan Kögl2014-11-031-1/+1
|
* require jsonpointer>=1.5Stefan Kögl2014-11-031-1/+1
|
* Use ABCs instead of list/dict, fixes #33Stefan Kögl2014-11-031-10/+19
|
* Convert readme from markdown to rst for PyPIStefan Kögl2014-10-252-0/+10
|
* Added Python 3.4 and PyPy3 to the build matrix.Omer Katz2014-10-051-2/+4
| | | Also used travis_retry in order to avoid build failures due to networking problems and removed --use-mirrors since it's deprecated.