- 03c1cff Merged revisions 83392,83426 via svnmerge from by Georg Brandl · 14 years ago
- 74ee91d Merged revisions 79543 via svnmerge from by Brian Curtin · 15 years ago
- da343d4 Merged revisions 79529 via svnmerge from by Brian Curtin · 15 years ago
- a5d9679 Merged revisions 79518 via svnmerge from by Brian Curtin · 15 years ago
- 5f943ed Merged revisions 78207 via svnmerge from by Ezio Melotti · 15 years ago
- 29d5bb1 Merged revisions 76312 via svnmerge from by Nick Coghlan · 15 years ago
- c4c84e1 Merged revisions 73529 via svnmerge from by R. David Murray · 15 years ago
- 2edb85d Merged revisions 72966 via svnmerge from by R. David Murray · 15 years ago
- 4bdc4c9 Merged revisions 71443 via svnmerge from by Matthias Klose · 16 years ago
- 47fe981 Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from by Georg Brandl · 16 years ago
- 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
- aca98b0 Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple by Brett Cannon · 16 years ago
- b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 16 years ago
- c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 16 years ago
- 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 16 years ago
- 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
- ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
- 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
- b169eaa #2133: fix HTML color spec. by Georg Brandl · 17 years ago
- 727a590 Update PEP URL. by Andrew M. Kuchling · 17 years ago
- ce8fd9d Remove effectless expression statement. by Georg Brandl · 17 years ago
- f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 17 years ago
- 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 17 years ago
- 9e0f116 Check in the patch proposed by Ben Hayden (benjhayden) for issue by Ka-Ping Yee · 17 years ago
- 7e2b6bb Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
- 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 18 years ago
- b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
- 117a05e Bug #1628895: some better tries to find HTML documentation in pydoc. by Georg Brandl · 18 years ago
- 8ef1cf3 Handle old-style instances more gracefully (display documentation on by Ka-Ping Yee · 18 years ago
- c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
- 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
- ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
- 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 19 years ago
- 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 19 years ago
- 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 19 years ago
- a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 19 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
- 9443242 That was one too much. by Georg Brandl · 19 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
- bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
- dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
- 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 20 years ago
- ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
- 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
- 8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so by Johannes Gijsbers · 20 years ago
- 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
- e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
- ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
- e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
- 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
- c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
- a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
- f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
- 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
- f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
- 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
- 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
- b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
- 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
- 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
- e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 22 years ago
- 742dde4 SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 22 years ago
- d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 22 years ago
- 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 22 years ago
- 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
- 97dede0 Fix for SF 686380, from SF patch 686771 by Ping. (errors trying to by Guido van Rossum · 22 years ago
- f98159c Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 22 years ago
- 550e4e5 SF bug 666444: 'help' makes linefeed only under Win32. by Tim Peters · 22 years ago
- 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
- 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
- fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
- fca3bb6 Explicitly use floor division by Raymond Hettinger · 22 years ago
- d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
- b2628b0 Added the standard MacOSX location for documentation inside a framework by Jack Jansen · 22 years ago
- 45daeb0 Extend stripid() to handle strings ending in more than one '>'. by Ka-Ping Yee · 22 years ago
- 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
- fce538c Add a coding cookie, because of the møøse quote. by Guido van Rossum · 22 years ago
- 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 5e355b2 In both spilldata() functions, pretend that the docstring for by Guido van Rossum · 22 years ago
- 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
- bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
- cddc1a0 Quote href properly. by Neil Schemenauer · 23 years ago
- d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 23 years ago
- df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 23 years ago
- 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 23 years ago
- 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
- 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
- 8ac8be5 docroutine() (both instances): Docstrings for class methods weren't by Tim Peters · 23 years ago
- 351e362 List class attrs in MRO order of defining class instead of by alphabetic by Tim Peters · 23 years ago
- 3ffeae1 Removed no-longer-true comment about pydoc working under all versions of by Tim Peters · 23 years ago
- c86f6ca Display a class's method resolution order, if it's non-trivial. "Trivial" by Tim Peters · 23 years ago
- f33532c + Display property functions in the same order they're specified to by Tim Peters · 23 years ago
- 2306d24 + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc has by Tim Peters · 23 years ago
- 3e767d1 GUI mode now displays useful stuff for properties. This is usually better by Tim Peters · 23 years ago
- f4aad8e + Text-mode (but not yet GUI mode) pydoc now produces useful stuff for by Tim Peters · 23 years ago