Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix transient refleaks in test_pydoc. | Antoine Pitrou | 2009-10-30 | 1 | -3/+7 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
| | |||||
* | Fix issue 5230 by having pydoc's safeimport check to see if the import | R. David Murray | 2009-06-23 | 1 | -0/+42 |
| | | | | | error was thrown from itself in order to decide if the module can't be found. Thanks to Lucas Prado Melo for collaborating on the fix and tests. | ||||
* | fix issue #6121 by stripping spaces from the argument in the 'help' | R. David Murray | 2009-05-27 | 1 | -0/+8 |
| | | | | function. | ||||
* | Issue 3190: pydoc now hides module __package__ attributes | Nick Coghlan | 2008-07-02 | 1 | -2/+0 |
| | |||||
* | Correct test_pydoc for win32 platforms, to account for normalized URLs: | Amaury Forgeot d'Arc | 2008-06-10 | 1 | -1/+6 |
| | | | | C:\temp => file:///C|temp/ | ||||
* | fix test_pydoc so it works on make installed Python installations | Benjamin Peterson | 2008-05-22 | 1 | -14/+26 |
| | | | | Also let it pass when invoked directly | ||||
* | Use inspect.getabsfile() to get the documented module's filename. | Georg Brandl | 2008-05-20 | 1 | -7/+3 |
| | |||||
* | Improve diffing logic and output for test_pydoc. | Georg Brandl | 2008-05-20 | 1 | -7/+7 |
| | |||||
* | bring test_pydoc up to my high standards (now that I have them) | Benjamin Peterson | 2008-05-18 | 1 | -19/+17 |
| | |||||
* | GHOP #121: improve test_pydoc, by Benjamin Peterson. | Georg Brandl | 2008-05-18 | 1 | -33/+263 |
| | |||||
* | Use absolute import for test package | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -1/+1 |
| | |||||
* | Add a few tests for pydoc. | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -0/+33 |
This is a modified version of a patch proposed by Humberto Diogenes in the discussion of issue1883. I will merge manually this change into the py3k branch: the tests must be adapted. |