summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show coverage report after testsjsondiffStefan Kögl2017-10-291-1/+2
* Fix unicode dict keys in Python 2Stefan Kögl2017-09-101-0/+2
* Improve optimizationsStefan Kögl2017-09-102-6/+22
* Code styleStefan Kögl2017-09-101-13/+30
* Rename old{path,key} to from_{path,key}Stefan Kögl2017-09-101-18/+18
* Simplify compatibility codeStefan Kögl2017-09-101-18/+7
* Redefine _compare_info class as DiffBuilderStefan Kögl2017-09-101-98/+98
* Break long linesStefan Kögl2017-09-101-6/+30
* Merge _op_base classes into PatchOperation classesStefan Kögl2017-09-101-112/+113
* Re-enable previously disabled optimization testsStefan Kögl2017-09-101-6/+2
* Remove re-creation of no-optimization patchStefan Kögl2017-09-101-12/+1
* Drop in patch creation from jsondiffStefan Kögl2017-09-101-263/+256
* Remove support for Python 3.2Stefan Kögl2017-09-102-2/+0
* Remove trailing whitespaceStefan Kögl2017-09-102-3/+3
* Merge pull request #65 from thunderstruck47/masterStefan Kögl2017-09-102-3/+14
|\
| * added a test case for issue #30thunderstruck472017-07-261-1/+9
| * fixing array diff bug (issue #30)thunderstruck472017-07-261-2/+5
* | Merge branch 'list_tests'Stefan Kögl2017-09-031-7/+52
|\ \ | |/ |/|
| * Disable tests for disabled optimizationsStefan Kögl2017-09-031-2/+6
| * Merge branch 'list_tests@v1.13' into list_testsStefan Kögl2017-09-031-7/+48
| |\ |/ /
| * Merge branch 'list_tests@v1.9' into list_tests@v1.13selurvedu2016-04-081-7/+48
| |\
| | * 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
|/ / /
* | | 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
* | | Merge pull request #52 from haypo/signatureStefan Kögl2016-07-221-2/+5
|\ \ \
| * | | Use inspect.signature() on Python 3Victor Stinner2016-07-221-2/+5
|/ / /
* | | Merge pull request #50 from go1dshtein/masterStefan Kögl2016-05-312-1/+10
|\ \ \
| * | | 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
* | 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