| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. | Florent Xicluna | 2010-07-31 | 2 | -1/+2 |
|
|
* | Bump versions and review NEWS file. | Georg Brandl | 2010-07-31 | 6 | -772/+729 |
|
|
* | Update pydoc topics and adapt Topics builder to Sphinx 1.0. | Georg Brandl | 2010-07-31 | 2 | -36/+35 |
|
|
* | Make urllib tests pass for now. Will figure out what the correct semantics s... | Georg Brandl | 2010-07-31 | 1 | -4/+4 |
|
|
* | Fix pdb test failures on the buildbots. | Georg Brandl | 2010-07-31 | 1 | -3/+3 |
|
|
* | Only expose the abstract base classes. | Raymond Hettinger | 2010-07-31 | 1 | -5/+0 |
|
|
* | Part of #7245: when KeyboardInterrupt is raised while defining commands, rest... | Georg Brandl | 2010-07-30 | 2 | -1/+23 |
|
|
* | - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. | Matthias Klose | 2010-07-30 | 2 | -1/+3 |
|
|
* | Import files from zlib 1.2.5. | Martin v. Löwis | 2010-07-30 | 30 | -1519/+3139 |
|
|
* | Fix issue9301 - handle unquote({}) kind of case. | Senthil Kumaran | 2010-07-30 | 2 | -7/+5 |
|
|
* | Show the traceback line numbers as well as the current line numbers if an exc... | Georg Brandl | 2010-07-30 | 4 | -21/+124 |
|
|
* | Test that "source" with nonexisting things works as expected. | Georg Brandl | 2010-07-30 | 1 | -0/+3 |
|
|
* | Fix source finding if the given frame is a module-level frame. | Georg Brandl | 2010-07-30 | 1 | -2/+11 |
|
|
* | Use OpenSSL 1.0.0a on Windows. | Martin v. Löwis | 2010-07-30 | 3 | -2/+4 |
|
|
* | Drop 2.4 support. Add disabled algorithms to Configure options. | Martin v. Löwis | 2010-07-30 | 1 | -8/+5 |
|
|
* | Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. | Georg Brandl | 2010-07-30 | 5 | -17/+179 |
|
|
* | 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 | 2 | -11/+24 |
|
|
* | #7964 followup: add test case to ensure issue remains fixed. | Georg Brandl | 2010-07-30 | 1 | -0/+24 |
|
|
* | Add myself for pdb. | Georg Brandl | 2010-07-30 | 1 | -1/+1 |
|
|
* | Add note about surprising behaviour from round function. | Mark Dickinson | 2010-07-30 | 1 | -0/+7 |
|
|
* | #809887: improve pdb feedback for breakpoint-related actions. Also add a fun... | Georg Brandl | 2010-07-30 | 5 | -82/+159 |
|
|
* | #3143: enable "collapsible sidebar" feature of new Sphinx version. | Georg Brandl | 2010-07-30 | 1 | -0/+3 |
|
|
* | #5294: Fix the behavior of pdb "continue" command when called in the top-leve... | Georg Brandl | 2010-07-30 | 3 | -3/+52 |
|
|
* | #5727: Restore the ability to use readline when calling into pdb in doctests. | Georg Brandl | 2010-07-30 | 2 | -0/+5 |
|
|
* | 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 | 2 | -0/+7 |
|
|
* | Issue #8048: Prevent doctests from failing when sys.displayhook has | Georg Brandl | 2010-07-30 | 3 | -0/+37 |
|
|
* | #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i... | Georg Brandl | 2010-07-30 | 3 | -19/+59 |
|
|
* | #8015: fix crash when entering an empty line for breakpoint commands. Also r... | Georg Brandl | 2010-07-30 | 2 | -5/+12 |
|
|
* | Document the "jump" command in pdb.__doc__, and add a version tag for "until X". | Georg Brandl | 2010-07-30 | 2 | -0/+13 |
|
|
* | Allow giving an explicit line number to "until". | Georg Brandl | 2010-07-30 | 4 | -13/+37 |
|
|
* | #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g... | Georg Brandl | 2010-07-30 | 3 | -22/+72 |
|
|
* | #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 | 2 | -2/+6 |
|
|
* | Clarification. | Georg Brandl | 2010-07-30 | 1 | -3/+3 |
|
|
* | Issue #9422: Fix memory leak when re-initializing a struct.Struct object. | Mark Dickinson | 2010-07-29 | 2 | -0/+5 |
|
|
* | #4108: the first default entry (User-agent: *) wins. | Georg Brandl | 2010-07-29 | 3 | -2/+21 |
|
|
* | #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 | 3 | -1/+13 |
|
|
* | #9397: remove mention of dbm.bsd which does not exist anymore. | Victor Stinner | 2010-07-29 | 1 | -15/+6 |
|
|
* | #6522: add a "decorator" directive to explicitly document decorators, and use... | Georg Brandl | 2010-07-29 | 7 | -16/+75 |
|
|
* | #9388: remove ERA_YEAR which is never defined in the source code. | Georg Brandl | 2010-07-29 | 1 | -4/+0 |
|
|
* | #9397: remove mention of dbm.bsd which does not exist anymore. | Georg Brandl | 2010-07-29 | 1 | -13/+10 |
|
|
* | Use correct directive and name. | Georg Brandl | 2010-07-29 | 1 | -1/+1 |
|
|
* | #9407: document configparser.Error. | Georg Brandl | 2010-07-29 | 1 | -0/+5 |
|
|
* | Use Py_CLEAR(). | Georg Brandl | 2010-07-29 | 1 | -4/+2 |
|
|
* | #1090076: explain the behavior of *vars* in get() better. | Georg Brandl | 2010-07-29 | 2 | -12/+15 |
|
|
* | Fix typo. | Mark Dickinson | 2010-07-29 | 1 | -1/+1 |
|
|