Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | #238: In autodoc, catch all errors that occur on module import, | Georg Brandl | 2009-11-08 | 1 | -1/+3 | |
| | | | | | | | | | | | | not just ``ImportError``. | |||||
* | | | merge with 0.6 | Georg Brandl | 2009-10-25 | 1 | -4/+11 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Fix "fixed" descriptor handling, and add tests. | Georg Brandl | 2009-10-25 | 1 | -3/+6 | |
| | | ||||||
| * | autodoc: give attributes a higher priority so that descriptors are not ↵ | Georg Brandl | 2009-09-17 | 1 | -1/+5 | |
| | | | | | | | | documented as methods. | |||||
* | | merge with 0.6 | Georg Brandl | 2009-09-04 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Cleanup unused imports. | Georg Brandl | 2009-09-04 | 1 | -2/+1 | |
| | | ||||||
| * | Really fix the problem of keeping all pgen2 parser nodes in memory. | Georg Brandl | 2009-09-03 | 1 | -2/+3 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-09-03 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Properly add C module filenames as dependencies in autodoc. | Georg Brandl | 2009-09-03 | 1 | -0/+3 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-08-06 | 1 | -22/+4 | |
|\ \ | |/ | ||||||
| * | #229: Fix autodoc failures with members that raise errors | Georg Brandl | 2009-08-06 | 1 | -22/+4 | |
| | | | | | | | | on ``getattr()``. | |||||
* | | merge pre-domain state with tip from 0.6 | Georg Brandl | 2009-08-06 | 1 | -9/+24 | |
|\ \ | |/ | ||||||
| * | Add some exception guards for strange objects. | Georg Brandl | 2009-07-02 | 1 | -9/+24 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-06-16 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Import can raise SyntaxError as well, e.g. for invalid encodings. | Georg Brandl | 2009-06-16 | 1 | -1/+1 | |
| | | ||||||
* | | Add another indirection for formatting the name in Documenter. | Georg Brandl | 2009-05-24 | 1 | -5/+12 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-04-28 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #145: Fix autodoc problem with automatic members that refuse to be | Georg Brandl | 2009-04-28 | 1 | -1/+1 | |
| | | | | | | | | getattr()'d from their parent. | |||||
* | | autodoc: call autodoc-process-signature hook even if introspecting item ↵ | Pauli Virtanen | 2009-04-04 | 1 | -2/+1 | |
|/ | | | | signature failed | |||||
* | Add a fix for objects whose getattr adds new members to __dict__. | Georg Brandl | 2009-04-01 | 1 | -2/+4 | |
| | ||||||
* | Fix import_object if the object has no '__name__' attribute. | Christophe de Vienne | 2009-03-30 | 1 | -1/+4 | |
| | ||||||
* | Restore 2.4 compatibility and fix removing the generated file properly. | Georg Brandl | 2009-03-16 | 1 | -1/+6 | |
| | ||||||
* | Autodoc can now exclude single members from documentation | Georg Brandl | 2009-03-15 | 1 | -1/+13 | |
| | | | | via the ``exclude-members`` option. | |||||
* | Re-add dependency recording in autodoc which was lost during the refactoring. | Georg Brandl | 2009-03-01 | 1 | -0/+5 | |
| | ||||||
* | Autodoc can now order members either alphabetically (like previously) or by ↵ | Georg Brandl | 2009-02-27 | 1 | -8/+33 | |
| | | | | | | | | member type; configurable either with the config value ``autodoc_member_order`` or a ``member-order`` option per directive. Also fix a bug that documented module-level functions as attributes. | |||||
* | Make "make check" happy. | Georg Brandl | 2009-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fix #106, fix #107: make _special_attrgetters an attribute of AutoDirective, ↵ | Georg Brandl | 2009-02-19 | 1 | -12/+20 | |
| | | | | to avoid confusion how it should be overridden in subclasses. | |||||
* | Add docstrings to autodoc. | Georg Brandl | 2009-02-18 | 1 | -12/+133 | |
| | ||||||
* | Add more stuff to the autodoc test document, and fix two bugs. | Georg Brandl | 2009-02-18 | 1 | -3/+4 | |
| | ||||||
* | Fixed a bug in autodoc that caused a type error if automodule was used ↵ | Armin Ronacher | 2009-02-18 | 1 | -1/+1 | |
| | | | | without members. | |||||
* | Add a test for a new documenter. | Georg Brandl | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Update the test_autodoc for the autodoc refactorings and fix a few remaining ↵ | Georg Brandl | 2009-02-17 | 1 | -17/+25 | |
| | | | | bugs. | |||||
* | Unify all method types again. | Georg Brandl | 2009-02-17 | 1 | -29/+14 | |
| | ||||||
* | More small autodoc fixes. | Georg Brandl | 2009-02-17 | 1 | -2/+4 | |
| | ||||||
* | Fix a few bugs in the new autodoc. | Georg Brandl | 2009-02-17 | 1 | -8/+11 | |
| | ||||||
* | Refactor autodoc so that it gets easy to add support for custom types of ↵ | Georg Brandl | 2009-02-17 | 1 | -479/+696 | |
| | | | | objects. | |||||
* | merge with main | Georg Brandl | 2009-02-14 | 1 | -5/+28 | |
|\ | ||||||
| * | Make it more probable for docutils to report the correct source | Georg Brandl | 2009-02-14 | 1 | -0/+3 | |
| | | | | | | | | for content generated by autodoc. | |||||
| * | Fixed a bug in autodoc that caused a lot of headaches to the testsuite. | Armin Ronacher | 2009-02-06 | 1 | -7/+8 | |
| | | ||||||
| * | attribute documentation now overrides non attribute documentation. | Armin Ronacher | 2009-02-05 | 1 | -11/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | Merge | Armin Ronacher | 2009-02-01 | 1 | -2/+5 | |
| |\ | ||||||
| * | | Autodoc can document classes as functions now if explicitly | Armin Ronacher | 2009-01-17 | 1 | -1/+12 | |
| | | | | | | | | | | | | marked with `autofunction`. | |||||
* | | | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -2/+5 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Prevent encoding errors when filenames are non-ASCII. | Georg Brandl | 2009-01-22 | 1 | -2/+5 | |
| |/ | ||||||
* | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -46/+66 | |
|/ | ||||||
* | merge in Ben's bundle with more py3k compatibility | Georg Brandl | 2009-01-10 | 1 | -1/+1 | |
|\ | ||||||
| * | use the py3k version of callable() | Benjamin Peterson | 2009-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | Raise PycodeError directly on parsing. | Georg Brandl | 2009-01-10 | 1 | -0/+2 | |
|/ | ||||||
* | A few more fixes in autodoc. | Georg Brandl | 2009-01-04 | 1 | -12/+15 | |
| | ||||||
* | Small API change. | Georg Brandl | 2009-01-04 | 1 | -4/+4 | |
| |