Tue, 24 Oct 2017 19:09:09 +0200
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
<!DOCTYPE html> <html><head> <title>eric6.DebugClients.Python</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric6.DebugClients.Python</h1> <p> Package implementing the standard Python debugger. </p><p> It consists of different kinds of debug clients. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric6.DebugClients.Python.AsyncFile.html">AsyncFile</a></td> <td>Module implementing an asynchronous file like socket interface for the debugger.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.BreakpointWatch.html">BreakpointWatch</a></td> <td>Module implementing the breakpoint and watch class.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DCTestResult.html">DCTestResult</a></td> <td>Module implementing a TestResult derivative for the eric6 debugger.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugBase.html">DebugBase</a></td> <td>Module implementing the debug base class which based originally on bdb.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugClient.html">DebugClient</a></td> <td>Module implementing the standard debug client.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugClientBase.html">DebugClientBase</a></td> <td>Module implementing a debug client base class.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugClientCapabilities.html">DebugClientCapabilities</a></td> <td>Module defining the debug clients capabilities.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugConfig.html">DebugConfig</a></td> <td>Module defining type strings for the different Python types.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugUtilities.html">DebugUtilities</a></td> <td>Module implementing utilities functions for the debug client.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.DebugVariables.html">DebugVariables</a></td> <td>Module implementing classes and functions to dump variable contents.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td> <td>Word completion for the eric6 shell.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.PyProfile.html">PyProfile</a></td> <td>Module defining additions to the standard Python profile.py.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td> <td>Module implementing an import hook patching thread modules to get debugged too.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.eric6dbgstub.html">eric6dbgstub</a></td> <td>Module implementing a debugger stub for remote debugging.</td> </tr><tr> <td><a href="eric6.DebugClients.Python.getpass.html">getpass</a></td> <td>Module implementing utilities to get a password and/or the current user name.</td> </tr> </table> </body></html>