Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -2/+2 |
|\ | |||||
| * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | 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 docstring preparation with included signature: ignore indentation of two ↵ | Georg Brandl | 2011-01-04 | 1 | -12/+15 |
| | | | | | | | | lines when looking for the signature. | ||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -8/+7 |
|/ | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | attribute documentation now overrides non attribute documentation. | mitsuhiko | 2009-02-05 | 1 | -2/+6 |
| | | | | | | | | | | | | This makes it possible to document aliased methods and other things:: def foo(self): pass #: an alias for foo() foo_alias = foo Also attribute documentation can contain paragraphs now. | ||||
* | Fix a few remaining copyrights and add 2009 to license. | Georg Brandl | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | Move docstring processing to an util module. | Georg Brandl | 2008-12-30 | 1 | -0/+56 |