summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
Commit message (Collapse)AuthorAgeFilesLines
* Textual change to make the doc reflect realityNicholas Bastin2004-07-041-1/+1
|
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-2/+13
|
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
|
* Lots of markup cleanups to avoid warnings from the GNU info generation;Fred Drake2003-07-161-1/+1
| | | | these make sense even without that processing chain.
* Fix some small markup nits.Fred Drake2002-12-181-5/+5
|
* Fix typo spotted by Richie HindleNeal Norwitz2002-12-181-1/+1
|
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-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 Warsaw2002-11-051-0/+5
|
* Admit that we'll never add the args for a "call" event to the profileFred Drake2001-09-131-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 Drake2001-07-181-2/+2
|
* Reflect change in traceback format:Fred Drake2001-02-141-1/+1
| | | | "innermost last" --> "most recent call last"
* Remove reference to the stdwin-based windowed debugger, since stdwinFred Drake2000-09-141-6/+2
| | | | | | is gone. Make a module reference into a hyperlink.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-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 Drake2000-04-051-2/+2
| | | | Directionality of up/down were confused.
* Use \citetitle in one place.Fred Drake1999-11-091-1/+1
|
* Logical markup and small nits.Fred Drake1999-04-221-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 andFred Drake1999-04-131-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 Drake1998-12-011-2/+2
|
* Get rid of 'ppp' that accidentally crept in.Guido van Rossum1998-09-171-1/+1
|
* Richard Wolff's changes, documenting his changes to pdb.py.Guido van Rossum1998-09-171-13/+96
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Add new syntax for specifying filenames on break and clear commands.Guido van Rossum1998-07-201-3/+12
|
* Fixed some index entries.Fred Drake1998-04-071-28/+23
|
* Remove obsolete lines like this:Fred Drake1998-04-041-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 Drake1998-03-171-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 theFred Drake1998-03-111-18/+2
| | | | Python Reference Manual.
* Adjust grouping for the "b(reak)" command syntax description. This isFred Drake1998-02-191-1/+1
| | | | required to get the info generation back in operation, yet again.
* Added \label{} for logical addressing.Fred Drake1998-02-181-0/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 Drake1998-01-121-16/+16
| | | | There are still weirdnesses, but less of them.
* Small wording change about global and local trace functions.Guido van Rossum1997-10-271-2/+10
|
* AMK's megapatch:Guido van Rossum1997-07-171-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 Rossum1997-07-111-4/+4
|
* Added (minimal) doc for conditional breakpoints.Guido van Rossum1997-07-111-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 Rossum1997-06-021-0/+4
|
* more complete examplesGuido van Rossum1995-04-041-9/+23
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-16/+90
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-1/+1
|
* minor updateGuido van Rossum1995-03-021-40/+45
|
* small nits and new filesGuido van Rossum1995-03-011-0/+210