- 02 Haz, 2018 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 03 Şub, 2018 1 kayıt (commit)
-
-
Mario Corchero yazdı
Previously the module name was used, which broke relative imports when pdb was run against a plain module or submodule.
-
- 29 Ock, 2018 4 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Yury Selivanov yazdı
-
Pablo Galindo yazdı
-
Pablo Galindo yazdı
-
- 28 Ock, 2018 1 kayıt (commit)
-
-
Mario Corchero yazdı
-
- 06 Ock, 2018 1 kayıt (commit)
-
-
Mario Corchero yazdı
Add a new argument "-m" to the pdb module to allow users to run `python -m pdb -m my_module_name`. This relies on private APIs in the runpy module to work, but we can get away with that since they're both part of the standard library and can be updated together if the runpy internals get refactored.
-
- 22 Eyl, 2017 1 kayıt (commit)
-
-
Barry Warsaw yazdı
* Give pdb.set_trace() an optional `header` argument * What's new. * Give pdb.set_trace() an optional `header` argument * What's new.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 12 Eki, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
- 02 Eki, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
- 10 Eyl, 2016 3 kayıt (commit)
-
-
Victor Stinner yazdı
* Use "with Popen" to cleanup properly the process * Use support.temp_cwd() to properly change the working directory * Use environ.pop() to cleanup the code
-
Victor Stinner yazdı
HOME is not set on Windows for example. Use also textwrap.dedent() for the script.
-
Łukasz Langa yazdı
Patch by Martin Matusiak and Sam Kimbrel.
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 05 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
in an infinite loop. Patch by Xavier de Gaye.
-
- 01 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 05 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 21 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #18714.
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
So that it no longer shadows the print function. Patch by Connor Osborn, doc and test changes by R. David Murray.
-
- 15 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 18 Mar, 2013 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 05 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 04 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
- 06 May, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 May, 2012 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Senthil Kumaran yazdı
-
- 01 May, 2012 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
-
Senthil Kumaran yazdı
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
-
- 09 Ara, 2011 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 17 Kas, 2011 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 21 Şub, 2011 1 kayıt (commit)
-
-
Brett Cannon yazdı
Many tests simply didn't care if they unset a pre-existing trace function. This made test coverage impossible. This patch fixes various tests to put back any pre-existing trace function. It also introduces test.support.no_tracing as a decorator which will temporarily unset the trace function for tests which simply fail otherwise. Thanks to Kristian Vlaardingerbroek for helping to find the cause of various trace function unsets.
-