summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid overriding json.load (fixes #37)jsonload-no-overrideStefan Kögl2017-10-211-2/+2
* Update supported versions in docsStefan Kögl2017-10-211-3/+3
* Remove support for Python 2.6Stefan Kögl2017-10-212-25/+3
* Remove support for Python 3.2Stefan Kögl2017-10-212-4/+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
* | 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 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 separatelyselurvedu2015-10-241-19/+19
|/ /
* | Merge pull request #45 from selurvedu/py32_coverageStefan Kögl2015-10-221-0/+1
|\ \
| * | Fix build failure on Travis CI with Python 3.2selurvedu2015-10-181-0/+1
|/ /
* | Add Travis tests for Python 3.5Stefan Kögl2015-09-181-0/+1