| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry... | ![](//www.gravatar.com/avatar/71d81970eabae0eafceb91d1dd843531?s=13&d=retro) Daniel Hahler | 2020-02-23 | 1 | -8/+1 |
* | Fix typos mostly in comments, docs and test names (GH-15209) | ![](//www.gravatar.com/avatar/0219d05bec652e449d66513573a92ac6?s=13&d=retro) Min ho Kim | 2019-08-30 | 1 | -1/+1 |
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2019-06-05 | 1 | -17/+1 |
* | Fix typos in docs and docstrings (GH-13745) | ![](//www.gravatar.com/avatar/9bc5d17b17349ded8ebc925b2a87df43?s=13&d=retro) Xtreak | 2019-06-03 | 1 | -1/+1 |
* | bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2019-05-06 | 1 | -0/+1 |
* | bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2019-04-01 | 1 | -1/+16 |
* | Fix stepping into a frame without a __name__ (GH-12064) | ![](//www.gravatar.com/avatar/553ecc3bebe61a420629be87ef332963?s=13&d=retro) Anthony Sottile | 2019-03-12 | 1 | -0/+2 |
* | bpo-34906: Doc: Fix typos (GH-9712) | ![](//www.gravatar.com/avatar/6a7c690adf3a7cff20e3c7c52f0160ad?s=13&d=retro) Stéphane Wirtel | 2018-10-05 | 1 | -1/+1 |
* | Docs: fix some wrong words (GH-6987) | ![](//www.gravatar.com/avatar/04cdfa5ef35aacd9a8c58ade8fb9047c?s=13&d=retro) Eitan Adler | 2018-06-02 | 1 | -1/+1 |
* | bpo-32650 Add support for async generators and more test for coroutines in pd... | ![](//www.gravatar.com/avatar/77c28d84086eaacc4f606416ea70434d?s=13&d=retro) Pablo Galindo | 2018-01-28 | 1 | -6/+8 |
* | bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) | ![](//www.gravatar.com/avatar/77c28d84086eaacc4f606416ea70434d?s=13&d=retro) Pablo Galindo | 2018-01-29 | 1 | -6/+6 |
* | bpo-30211: bdb: add docstrings (#1350) | ![](//www.gravatar.com/avatar/5b7ef1712eb2f776a7a1700a188b1b2d?s=13&d=retro) csabella | 2017-05-16 | 1 | -18/+212 |
* | bpo-29762: More use "raise from None". (#569) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-04-05 | 1 | -2/+2 |
* | Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier ... | ![](//www.gravatar.com/avatar/248787ecac982521bd1175ce19eb50dc?s=13&d=retro) Guido van Rossum | 2013-11-21 | 1 | -5/+31 |
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s... | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2012-05-01 | 1 | -1/+14 |
* | Issue #10492: bdb.Bdb.run() only traces the execution of the code | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-01-06 | 1 | -0/+2 |
* | Fix accidental checkin. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-12-04 | 1 | -1/+1 |
* | #7245: Add a SIGINT handler on continue in pdb that allows to break a program... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-12-04 | 1 | -1/+1 |
* | Use booleans where applicable. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-11-29 | 1 | -11/+11 |
* | Code style cleanup in bdb. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-11-29 | 1 | -31/+21 |
* | Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. | ![](//www.gravatar.com/avatar/21bdb30e0a3bf7517c2a0795c65a20cd?s=13&d=retro) Senthil Kumaran | 2010-11-29 | 1 | -5/+9 |
* | Modernize code in effective(). | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-11-26 | 1 | -21/+15 |
* | Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-07-30 | 1 | -9/+14 |
* | #809887: improve pdb feedback for breakpoint-related actions. Also add a fun... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-07-30 | 1 | -9/+21 |
* | #5294: Fix the behavior of pdb "continue" command when called in the top-leve... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-07-30 | 1 | -3/+7 |
* | #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-07-30 | 1 | -6/+3 |
* | Allow giving an explicit line number to "until". | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-07-30 | 1 | -2/+5 |
* | Merged revisions 72322 via svnmerge from | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-05-05 | 1 | -1/+12 |
* | Merged revisions 67750-67751 via svnmerge from | ![](//www.gravatar.com/avatar/f3ba3ecffd20251d73749afbfa636786?s=13&d=retro) Nick Coghlan | 2008-12-14 | 1 | -2/+2 |
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-10-25 | 1 | -0/+2 |
* | Rename the repr module to reprlib. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-16 | 1 | -3/+3 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-16 | 1 | -16/+17 |
* | Merged revisions 62018 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2008-03-30 | 1 | -12/+9 |
* | Raise statement normalization in Lib/. | ![](//www.gravatar.com/avatar/af7d333323f6b8fecf1fc8d4acf792f5?s=13&d=retro) Collin Winter | 2007-08-30 | 1 | -1/+1 |
* | Merged revisions 55328-55341 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
* | Fix most trivially-findable print statements. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-02-09 | 1 | -14/+14 |
* | Patch #1550800: make exec a function. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-08-18 | 1 | -4/+3 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-05-27 | 1 | -7/+9 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-04-21 | 1 | -3/+3 |
* | Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made | ![](//www.gravatar.com/avatar/d14075496b0bca3ccd5e03f1c773a93d?s=13&d=retro) Johannes Gijsbers | 2004-11-07 | 1 | -3/+7 |
* | SF bug #1052503: pdb runcall should accept keyword arguments | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-24 | 1 | -2/+2 |
* | Patch #1003640: replace checkline() function parsing with new breakpoint logic: | ![](//www.gravatar.com/avatar/d14075496b0bca3ccd5e03f1c773a93d?s=13&d=retro) Johannes Gijsbers | 2004-08-30 | 1 | -4/+41 |
* | Enable the profiling of C functions (builtins and extensions) | ![](//www.gravatar.com/avatar/8e1914b1b81a8160378c298a540b5e00?s=13&d=retro) Nicholas Bastin | 2004-03-24 | 1 | -0/+6 |
* | Replace backticks with repr() or "%r" | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Get rid of many apply() calls. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
* | SF 563203. Replaced 'has_key()' with 'in'. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2002-06-01 | 1 | -9/+9 |
* | Whitespace normalization | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2002-05-29 | 1 | -2/+2 |
* | This is a Python 2.1 and 2.2 bugfix candidate: | ![](//www.gravatar.com/avatar/7b53b3559206e2821b46359d057c8bd9?s=13&d=retro) Christian Tismer | 2002-05-28 | 1 | -11/+5 |
* | Convert a pile of obvious "yes/no" functions to return bool. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-04-04 | 1 | -8/+8 |