- 30 Jul, 2010 12 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
-
Georg Brandl authored
been reassigned.
-
Georg Brandl authored
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
-
Georg Brandl authored
#8015: fix crash when entering an empty line for breakpoint commands. Also restore environment properly when an exception occurs during the definition of commands.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands. This allows to run a script until an exception occurs.
-
Georg Brandl authored
#9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Jul, 2010 20 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
-
Georg Brandl authored
-
Georg Brandl authored
#6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible.
-
Georg Brandl authored
-
Victor Stinner authored
-
- 28 Jul, 2010 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Senthil Kumaran authored
-
Georg Brandl authored
#1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio.
-
Georg Brandl authored
-
Victor Stinner authored
-