Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Textual change to make the doc reflect reality | Nicholas Bastin | 2004-07-04 | 1 | -1/+1 |
| | |||||
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -2/+13 |
| | |||||
* | Fix double word typos. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Lots of markup cleanups to avoid warnings from the GNU info generation; | Fred Drake | 2003-07-16 | 1 | -1/+1 |
| | | | | these make sense even without that processing chain. | ||||
* | Fix some small markup nits. | Fred Drake | 2002-12-18 | 1 | -5/+5 |
| | |||||
* | Fix typo spotted by Richie Hindle | Neal Norwitz | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -1/+11 |
| | | | | | | | | [ 643835 ] Set Next Statement for Python debuggers with a few tweaks by me: adding an unsigned or two, mentioning that not all jumps are allowed in the doc for pdb, adding a NEWS item and a note to whatsnew, and AuCTeX doing something cosmetic to libpdb.tex. | ||||
* | Document the new `pp' command. | Barry Warsaw | 2002-11-05 | 1 | -0/+5 |
| | |||||
* | Admit that we'll never add the args for a "call" event to the profile | Fred Drake | 2001-09-13 | 1 | -8/+9 |
| | | | | | | and trace functions; this now declares that None will be passed for the "call" event. This closes SF bug/suggestion #460315. | ||||
* | Add some symbolic names to support hyperlinked references. | Fred Drake | 2001-07-18 | 1 | -2/+2 |
| | |||||
* | Reflect change in traceback format: | Fred Drake | 2001-02-14 | 1 | -1/+1 |
| | | | | "innermost last" --> "most recent call last" | ||||
* | Remove reference to the stdwin-based windowed debugger, since stdwin | Fred Drake | 2000-09-14 | 1 | -6/+2 |
| | | | | | | is gone. Make a module reference into a hyperlink. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -2/+2 |
| | | | | Directionality of up/down were confused. | ||||
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Logical markup and small nits. | Fred Drake | 1999-04-22 | 1 | -51/+50 |
| | | | | | Don't refer to the STDWIN chapter; chances are really good it wasn't included. ;-) | ||||
* | Work around problems with HTML conversion by making the break and | Fred Drake | 1999-04-13 | 1 | -6/+2 |
| | | | | | tbreak synopses be all on one line (each). Known problem, most recently reported by Barry Scott <barry@scottb.demon.co.uk>. | ||||
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Get rid of 'ppp' that accidentally crept in. | Guido van Rossum | 1998-09-17 | 1 | -1/+1 |
| | |||||
* | Richard Wolff's changes, documenting his changes to pdb.py. | Guido van Rossum | 1998-09-17 | 1 | -13/+96 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Add new syntax for specifying filenames on break and clear commands. | Guido van Rossum | 1998-07-20 | 1 | -3/+12 |
| | |||||
* | Fixed some index entries. | Fred Drake | 1998-04-07 | 1 | -28/+23 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -3/+3 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Replace lists of attributes for code and frame objects with a reference to the | Fred Drake | 1998-03-11 | 1 | -18/+2 |
| | | | | Python Reference Manual. | ||||
* | Adjust grouping for the "b(reak)" command syntax description. This is | Fred Drake | 1998-02-19 | 1 | -1/+1 |
| | | | | required to get the info generation back in operation, yet again. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 1 | -0/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -7/+7 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Modify command descriptions to use \optional{} instead of ad-hoc markup. | Fred Drake | 1998-01-12 | 1 | -16/+16 |
| | | | | There are still weirdnesses, but less of them. | ||||
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 1 | -2/+10 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -9/+9 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Oops, some clarifications to conditional breaks. | Guido van Rossum | 1997-07-11 | 1 | -4/+4 |
| | |||||
* | Added (minimal) doc for conditional breakpoints. | Guido van Rossum | 1997-07-11 | 1 | -3/+7 |
| | | | | | (Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.) | ||||
* | Mention use of pdb.py to run a script (AMK). | Guido van Rossum | 1997-06-02 | 1 | -0/+4 |
| | |||||
* | more complete examples | Guido van Rossum | 1995-04-04 | 1 | -9/+23 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -16/+90 |
| | | | | unified style; etc. | ||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -1/+1 |
| | |||||
* | minor update | Guido van Rossum | 1995-03-02 | 1 | -40/+45 |
| | |||||
* | small nits and new files | Guido van Rossum | 1995-03-01 | 1 | -0/+210 |