Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+3 | |
| | | ||||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -2/+2 | |
| | | ||||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+4 | |
|/ | ||||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix loading JS searchindex data in Py3k. | Georg Brandl | 2010-10-29 | 1 | -1/+3 | |
|/ | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix a few remaining copyrights and add 2009 to license. | Georg Brandl | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -3/+3 | |
| | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | Fix a bug in jsdump. | Georg Brandl | 2008-11-22 | 1 | -1/+4 | |
| | ||||||
* | Group changelog entries and fix docstring for jsdump. | Georg Brandl | 2008-09-24 | 1 | -8/+3 | |
| | ||||||
* | Rename util.json to util.jsdump because it doesn't generate valid JSON anymore. | Georg Brandl | 2008-09-24 | 1 | -0/+195 | |
The JSON html builder still needs simplejson to work. |