Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix long lines. | Georg Brandl | 2014-03-02 | 1 | -1/+1 | |
| | | ||||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 2 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 2 | -2/+2 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 2 | -26/+28 | |
|/ | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | checklist: add a reminder to remove build/ to run 2to3 correctly | Georg Brandl | 2014-01-10 | 1 | -0/+1 | |
| | ||||||
* | Closes #1342: add bdist_wheel step to release checklist | Georg Brandl | 2014-01-10 | 1 | -1/+2 | |
| | ||||||
* | Add the release checklist. | Georg Brandl | 2013-12-10 | 1 | -0/+19 | |
| | ||||||
* | Copyright header update. | Georg Brandl | 2013-04-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 | |
| | | ||||||
* | | Added latest reindent.py file | Daniel Neuhäuser | 2010-05-17 | 1 | -45/+51 | |
| | | ||||||
* | | ported utils/reindent.py to python 3.x | Daniel Neuhäuser | 2010-05-17 | 1 | -9/+20 | |
| | | ||||||
* | | check_sources.py is now ported to 3.x | Daniel Neuhäuser | 2010-05-17 | 1 | -35/+41 | |
| | | ||||||
* | | convert.py now properly ignores paths | Daniel Neuhäuser | 2010-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | Scripts in utils are now automatically converted. They may not work at the ↵ | Daniel Neuhäuser | 2010-05-16 | 1 | -0/+43 | |
| | | | | | | | | moment though | |||||
* | | Fixed file opening | Daniel Neuhäuser | 2010-05-16 | 1 | -1/+4 | |
| | | ||||||
* | | Switched check_sources.py from getopt to optparse | Daniel Neuhäuser | 2010-05-16 | 1 | -18/+16 | |
| | | ||||||
* | | Fixed issue #1 | Daniel Neuhäuser | 2010-05-01 | 1 | -1/+2 | |
|/ | ||||||
* | Remove obsolete todo entry. | Georg Brandl | 2010-01-18 | 1 | -3/+0 | |
| | ||||||
* | Fix some XXXes. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Remove bad tags. | Georg Brandl | 2010-01-16 | 1 | -2/+1 | |
| | ||||||
* | Update check_sources; we now have 201x. | Georg Brandl | 2010-01-02 | 1 | -1/+1 | |
| | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | merge with 0.5 | Georg Brandl | 2009-03-09 | 1 | -2/+2 | |
|\ | ||||||
| * | Relicense to avoid confusion. | Georg Brandl | 2009-03-09 | 1 | -2/+2 | |
| | | ||||||
* | | Make "make check" happy. | Georg Brandl | 2009-02-19 | 1 | -3/+3 | |
| | | ||||||
* | | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 2 | -5/+7 | |
| | | ||||||
* | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -1/+1 | |
|/ | ||||||
* | Some more license nits. | Georg Brandl | 2009-01-03 | 1 | -2/+3 | |
| | ||||||
* | Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via ↵ | Georg Brandl | 2008-07-18 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64808 | georg.brandl | 2008-07-08 21:39:33 +0200 (Tue, 08 Jul 2008) | 2 lines Allow relocation of source and doctree dir. ........ r65013 | georg.brandl | 2008-07-16 15:25:30 +0200 (Wed, 16 Jul 2008) | 2 lines Remove curious quote. ........ r65076 | georg.brandl | 2008-07-17 22:43:01 +0200 (Thu, 17 Jul 2008) | 2 lines Add a test for sphinx.quickstart. ........ r65100 | georg.brandl | 2008-07-18 14:41:54 +0200 (Fri, 18 Jul 2008) | 2 lines Fix phony targets. ........ r65101 | georg.brandl | 2008-07-18 14:55:03 +0200 (Fri, 18 Jul 2008) | 2 lines Fix problems in "make check". ........ r65119 | georg.brandl | 2008-07-18 23:06:42 +0200 (Fri, 18 Jul 2008) | 2 lines Emit a more precise error message in autodoc. ........ r65121 | georg.brandl | 2008-07-18 23:41:35 +0200 (Fri, 18 Jul 2008) | 2 lines Warn if a toctree-included document doesn't contain a title. ........ r65122 | georg.brandl | 2008-07-18 23:51:28 +0200 (Fri, 18 Jul 2008) | 2 lines Don't use \samp{} for code with whitespaces, only for :samp:`code`. ........ r65123 | georg.brandl | 2008-07-19 00:49:46 +0200 (Sat, 19 Jul 2008) | 2 lines Put inheritance info always on its own line. ........ | |||||
* | Fix a few overlong lines, and use \t instead of literal tabs. | Georg Brandl | 2008-03-21 | 1 | -1/+1 | |
| | ||||||
* | Some pylint fixes. | Georg Brandl | 2008-03-16 | 1 | -1/+1 | |
| | ||||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 3 | -0/+833 | |