- Sep 02, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Check whether output from obj.safely_stringify_for_pudb() is actually a string, so as to not be confused by Mock objects (closes #270 on github)
-
- Aug 30, 2017
-
-
Andreas Klöckner authored
Fix keyword arg error
-
- Aug 29, 2017
-
-
Alok Singh authored
-
- Aug 27, 2017
-
-
Andreas Klöckner authored
fix lint errors
-
Alok Singh authored
-
Andreas Klöckner authored
Add ptipython
-
Alok Singh authored
-
Alok Singh authored
-
- Aug 24, 2017
-
-
Aaron Meurer authored
Don't show "Return: None" when "returning" from a module frame
-
Aaron Meurer authored
That is, when the last line of a module file is executed (usually from runscript).
-
- Aug 13, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 05, 2017
-
-
Andreas Klöckner authored
Use urwid's calc_width in make_canvas
-
Aaron Meurer authored
-
Aaron Meurer authored
This does the right thing for double-width and zero-width Unicode characters. Fixes #232.
-
- Jun 25, 2017
-
-
Andreas Klöckner authored
Tell ptpython to read/process the user's config file.
-
John Sivak authored
-
- May 28, 2017
-
-
Andreas Klöckner authored
-
- Apr 19, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Apr 17, 2017
-
-
Andreas Klöckner authored
Add support for custom shells
-
Aaron Meurer authored
-
Aaron Meurer authored
-
Andreas Klöckner authored
Miscellaneous code cleanups
-
- Apr 15, 2017
-
-
Michael Elovskikh authored
-
Michael Elovskikh authored
-
Alex Rychyk authored
-
- Apr 14, 2017
-
-
Aaron Meurer authored
The argument order globals, locals matches eval and exec. The first_time argument is unnecessary, and just clutters the API.
-
- Apr 13, 2017
-
-
Aaron Meurer authored
A custom shell can be added in a similar way to a custom stringifier. Create a file with a function pudb_shell(_globals, _locals, first_time) at the module level, and set it in the settings. The first_time setting is there to match the existing shells, but it seems useless (a function can easily tell if it has already been called), so it should perhaps be removed.
-
Aaron Meurer authored
-
Aaron Meurer authored
-
- Apr 11, 2017
-
-
Michael Elovskikh authored
-
Michael Elovskikh authored
-
Michael Elovskikh authored
-
Michael Elovskikh authored
-
- Apr 08, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-