index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pdb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
James Gerity
2023-05-11
1
-4/+7
*
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao
2023-05-03
1
-0/+17
*
gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)
Tian Gao
2023-04-26
1
-1/+1
*
gh-103143: Polish pdb help messages and doc strings (GH-103144)
Tian Gao
2023-04-11
1
-8/+59
*
gh-102799: use `sys.exception()` instead of `sys.exc_info()` in pdb (#103294)
Irit Katriel
2023-04-09
1
-8/+9
*
gh-103225: Fixed zero lineno issue for pdb (#103265)
Tian Gao
2023-04-07
1
-2/+12
*
gh-103068: Check condition expression of breakpoints for pdb (#103069)
gaogaotiantian
2023-03-29
1
-12/+26
*
gh-103023: Add SyntaxError check in pdb's `display` command (#103024)
gaogaotiantian
2023-03-27
1
-13/+18
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
1
-1/+5
*
GH-101673: Fix pdb bug where local variable changes are lost after longlist (...
gaogaotiantian
2023-03-12
1
-11/+2
*
gh-93696: Locate frozen module source with __file__ (#93697)
James Gerity
2022-10-25
1
-0/+6
*
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private...
Irit Katriel
2022-08-18
1
-4/+4
*
bpo-39278: add docstrings to functions in pdb module (#17924)
Carl Bordum Hansen
2022-05-10
1
-0/+39
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Tom Sparrow
2022-01-21
1
-0/+3
*
bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
andrei kulakov
2021-07-28
1
-0/+6
*
bpo-44461: Check early that a pdb target is valid for execution. (#27227)
Jason R. Coombs
2021-07-28
1
-1/+5
*
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs
2021-07-19
1
-64/+104
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
1
-2/+2
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel
2021-07-03
1
-1/+5
*
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...
huzhaojie
2021-06-11
1
-1/+1
*
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...
Daniel Hahler
2021-06-10
1
-14/+19
*
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)
Erlend Egeberg Aasland
2021-05-11
1
-1/+2
*
bpo-26053: Fix args echoed by pdb run command (#22033)
Irit Katriel
2021-04-01
1
-1/+1
*
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Andrey Bienkowski
2021-01-22
1
-1/+2
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
Irit Katriel
2020-08-27
1
-6/+6
*
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Serhiy Storchaka
2020-06-21
1
-1/+2
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
jsnklln
2019-11-12
1
-1/+2
*
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Daniel Hahler
2019-09-12
1
-1/+1
*
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler
2019-09-09
1
-2/+6
*
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Timothy Hopper
2019-08-02
1
-8/+6
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+1
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-1/+1
*
bpo-36969: Make PDB args command display positional only arguments (GH-13459)
Rémi Lapeyre
2019-05-24
1
-1/+1
*
bpo-36969: Make PDB args command display keyword only arguments (GH-13452)
Rémi Lapeyre
2019-05-20
1
-3/+3
*
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka
2019-03-27
1
-4/+2
*
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Daniel Hahler
2019-03-12
1
-7/+5
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
1
-1/+7
*
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
Mario Corchero
2018-02-03
1
-1/+1
*
bpo-32206: Update pdb usage to include new module option (GH-5111)
Mario Corchero
2018-01-28
1
-2/+4
*
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero
2018-01-06
1
-4/+29
*
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw
2017-09-22
1
-2/+5
*
Issue #20766: Merge with 3.5.
Xavier de Gaye
2016-10-12
1
-3/+7
|
\
|
*
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
Xavier de Gaye
2016-10-12
1
-3/+7
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Łukasz Langa
2016-09-10
1
-10/+12
|
/
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
merge from 3.4
Terry Jan Reedy
2015-09-05
1
-0/+3
|
\
|
*
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy
2015-09-05
1
-0/+3
*
|
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-1/+1
|
\
\
|
|
/
[next]