- 31 Tem, 2010 16 kayıt (commit)
-
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k.
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Florent Xicluna yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Make urllib tests pass for now. Will figure out what the correct semantics should be after release.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
-
- 30 Tem, 2010 24 kayıt (commit)
-
-
Georg Brandl yazdı
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
-
Matthias Klose yazdı
-
Martin v. Löwis yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list".
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
* added basic test for basic commands * removed duplication of command docs, and moved them to their implementation * unified and useful display of exceptions * output messages and errors using overridable methods (also fixes #1503502)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
#809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
-
Georg Brandl yazdı
been reassigned.
-
Georg Brandl yazdı
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
-