| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. | Georg Brandl | 2010-07-30 | 2 | -17/+157 |
|
|
* | Several enhancements to pdb and its test suite. | Georg Brandl | 2010-07-30 | 3 | -645/+563 |
|
|
* | pdb now has its own tests. | Georg Brandl | 2010-07-30 | 1 | -1/+0 |
|
|
* | Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(... | Georg Brandl | 2010-07-30 | 1 | -9/+14 |
|
|
* | #7964 followup: add test case to ensure issue remains fixed. | Georg Brandl | 2010-07-30 | 1 | -0/+24 |
|
|
* | #809887: improve pdb feedback for breakpoint-related actions. Also add a fun... | Georg Brandl | 2010-07-30 | 3 | -82/+147 |
|
|
* | #5294: Fix the behavior of pdb "continue" command when called in the top-leve... | Georg Brandl | 2010-07-30 | 2 | -3/+49 |
|
|
* | #5727: Restore the ability to use readline when calling into pdb in doctests. | Georg Brandl | 2010-07-30 | 1 | -0/+2 |
|
|
* | Remove redundant import. | Georg Brandl | 2010-07-30 | 1 | -1/+0 |
|
|
* | #6719: In pdb, do not stop somewhere in the encodings machinery if the source... | Georg Brandl | 2010-07-30 | 1 | -0/+4 |
|
|
* | Issue #8048: Prevent doctests from failing when sys.displayhook has | Georg Brandl | 2010-07-30 | 2 | -0/+34 |
|
|
* | #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i... | Georg Brandl | 2010-07-30 | 2 | -8/+48 |
|
|
* | #8015: fix crash when entering an empty line for breakpoint commands. Also r... | Georg Brandl | 2010-07-30 | 1 | -5/+9 |
|
|
* | Document the "jump" command in pdb.__doc__, and add a version tag for "until X". | Georg Brandl | 2010-07-30 | 1 | -0/+10 |
|
|
* | Allow giving an explicit line number to "until". | Georg Brandl | 2010-07-30 | 2 | -10/+28 |
|
|
* | #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g... | Georg Brandl | 2010-07-30 | 1 | -18/+55 |
|
|
* | #9230: allow Pdb.checkline() to be called without a current frame, for settin... | Georg Brandl | 2010-07-30 | 1 | -2/+5 |
|
|
* | #4179: In pdb, allow "list ." as a command to return to the currently debugge... | Georg Brandl | 2010-07-30 | 1 | -2/+3 |
|
|
* | #4108: the first default entry (User-agent: *) wins. | Georg Brandl | 2010-07-29 | 2 | -2/+18 |
|
|
* | #8603: Add environb to os.__all__ | Victor Stinner | 2010-07-29 | 1 | -1/+2 |
|
|
* | #6630: allow customizing flags for compiling string.Template.idpattern. | Georg Brandl | 2010-07-29 | 1 | -1/+2 |
|
|
* | #9397: remove mention of dbm.bsd which does not exist anymore. | Victor Stinner | 2010-07-29 | 1 | -15/+6 |
|
|
* | #1090076: explain the behavior of *vars* in get() better. | Georg Brandl | 2010-07-29 | 1 | -5/+6 |
|
|
* | Fix #9412: make list of messages an instance attribute instead of class attri... | Georg Brandl | 2010-07-29 | 1 | -1/+3 |
|
|
* | #9411: allow selecting an encoding for configparser files. Also adds a new t... | Georg Brandl | 2010-07-29 | 3 | -4/+117 |
|
|
* | Fix for r83202: improve the handling of empty lines. | Georg Brandl | 2010-07-29 | 1 | -7/+8 |
|
|
* | Update test_os.py according to my last changes on _Environ.__repr__() | Victor Stinner | 2010-07-29 | 1 | -1/+3 |
|
|
* | Issue #9283: Oops, add missing { and } to repr(os.environ) | Victor Stinner | 2010-07-28 | 1 | -1/+1 |
|
|
* | #9283: Fix repr(os.environ), display unicode keys and values on POSIX systems | Victor Stinner | 2010-07-28 | 1 | -1/+3 |
|
|
* | Add missing file. | Georg Brandl | 2010-07-28 | 1 | -0/+537 |
|
|
* | Syntax cleanup. | Florent Xicluna | 2010-07-28 | 7 | -11/+9 |
|
|
* | Fix Issue6325 - robotparse to honor urls with query strings. | Senthil Kumaran | 2010-07-28 | 2 | -2/+15 |
|
|
* | #1682942: add some ConfigParser features: alternate delimiters, alternate com... | Georg Brandl | 2010-07-28 | 2 | -202/+396 |
|
|
* | #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. | Georg Brandl | 2010-07-28 | 2 | -0/+21 |
|
|
* | Fix failure introduced in r83182. | Ezio Melotti | 2010-07-28 | 1 | -1/+1 |
|
|
* | Issue #8966: ctypes: Remove implicit bytes-unicode conversion | Victor Stinner | 2010-07-28 | 5 | -137/+42 |
|
|
* | Fix ctypes tests to avoid implicit bytes-unicode conversion | Victor Stinner | 2010-07-27 | 20 | -61/+57 |
|
|
* | Issue #9378: python -m pickle <pickle file> will now load and display | Alexander Belopolsky | 2010-07-27 | 1 | -1/+23 |
|
|
* | With skipUnless there is no need to add test classes conditionally. | Ezio Melotti | 2010-07-27 | 1 | -6/+3 |
|
|
* | Use proper skips and assert* methods in test_asyncore. | Ezio Melotti | 2010-07-27 | 1 | -96/+97 |
|
|
* | Issue #4770: Restrict binascii module to accept only bytes (as specified). | Florent Xicluna | 2010-07-27 | 4 | -17/+20 |
|
|
* | Issue #9384: python -m tkinter will now display a simple demo applet. | Alexander Belopolsky | 2010-07-27 | 1 | -0/+7 |
|
|
* | The default size of the re module's compiled regular expression cache has | Gregory P. Smith | 2010-07-27 | 2 | -3/+99 |
|
|
* | Make python version of fromtimestamp behave more like C. | Alexander Belopolsky | 2010-07-26 | 2 | -10/+20 |
|
|
* | Fix #7113. Patch by Ćukasz Langa. | Brian Curtin | 2010-07-26 | 2 | -21/+60 |
|
|
* | #777884: make .normalize() do nothing for childless nodes, instead of raising... | Andrew M. Kuchling | 2010-07-25 | 2 | -0/+12 |
|
|
* | Issue #4686 - add .args to exceptions in the configparsermodule | Michael Foord | 2010-07-25 | 2 | -16/+43 |
|
|
* | Corrected comments on where settrace and setprofile are tested. | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
* | Issue #9315: Renamed test_trace to test_sys_settrace and | Alexander Belopolsky | 2010-07-25 | 2 | -0/+0 |
|
|
* | Issue #9315: Revert r83005 before renaming test_trace to | Alexander Belopolsky | 2010-07-25 | 1 | -0/+0 |
|
|