| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|
|
| * | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -52/+69 |
|
|
* | | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -52/+69 |
|
|
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | | Issue #18772: fix the gdb plugin after the set implementation changes | Antoine Pitrou | 2013-08-24 | 1 | -21/+19 |
|
|
* | | #17833: merge with 3.3 | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_... | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|
|
* | | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to | Victor Stinner | 2013-04-11 | 1 | -1/+3 |
|/ |
|
* | Fix a few typos and a double semicolon. Patch by Eitan Adler. | Ezio Melotti | 2013-01-27 | 1 | -1/+1 |
|
|
* | compare singletons by identity not equality (closes #16712) | Benjamin Peterson | 2012-10-09 | 1 | -1/+1 |
|
|
* | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 1 | -9/+92 |
|
|
* | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -3/+8 |
|
|
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in | Victor Stinner | 2011-12-19 | 1 | -13/+32 |
|\ |
|
| * | Issue #13628: python-gdb.py is now able to retrieve more frames in the Python | Victor Stinner | 2011-12-19 | 1 | -13/+32 |
|
|
* | | Fix test_gdb failure | Antoine Pitrou | 2011-12-12 | 1 | -1/+0 |
|
|
* | | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 | 1 | -41/+3 |
|
|
* | | libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') | Victor Stinner | 2011-12-07 | 1 | -1/+6 |
|
|
* | | Oops, really fix gdb/libpython.py for not ready Unicode strings | Victor Stinner | 2011-11-04 | 1 | -1/+2 |
|
|
* | | Fix gdb/libpython.py for not ready Unicode strings | Victor Stinner | 2011-11-04 | 1 | -5/+0 |
|
|
* | | Fix test_gdb following the small unicode struct change in c25262e97304 (issue... | Antoine Pitrou | 2011-10-08 | 1 | -1/+1 |
|
|
* | | PyUnicode_Ready() now sets ascii=1 if maxchar < 128 | Victor Stinner | 2011-10-03 | 1 | -2/+3 |
|
|
* | | Update for PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -12/+25 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -3/+24 |
|/ |
|
* | libpython.py (gdb) now catchs IOError in py-list and py-bt commands | Victor Stinner | 2011-07-01 | 1 | -4/+18 |
|
|
* | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -1/+40 |
|
|
* | libpython: implementation of os.fsencode() with surrogateescape error handler | Victor Stinner | 2010-10-17 | 1 | -2/+20 |
|
|
* | gdb: fix representation of non-printable surrogate pairs, and workaround | Antoine Pitrou | 2010-09-08 | 1 | -8/+11 |
|
|
* | Add a safety limit to the number of unicode characters we fetch | Antoine Pitrou | 2010-09-08 | 1 | -1/+2 |
|
|
* | Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well | Antoine Pitrou | 2010-09-08 | 1 | -13/+43 |
|
|
* | libpython.py: py-bt commands escape unencodable characters | Victor Stinner | 2010-08-17 | 1 | -1/+9 |
|
|
* | #9235: fix missing import of sys. | Georg Brandl | 2010-07-14 | 1 | -0/+1 |
|
|
* | Remove unused code that would raise a NameError. | Georg Brandl | 2010-07-14 | 1 | -3/+0 |
|
|
* | Issue #8559: improve unicode support of (gdb) libpython.py | Victor Stinner | 2010-05-19 | 1 | -29/+46 |
|
|
* | Issue #8380: Port gdb/libpython to 3.x. | Martin v. Löwis | 2010-04-21 | 1 | -37/+188 |
|
|
* | Adapt libpython.py and test_gdb.py to Python3 | Victor Stinner | 2010-04-21 | 1 | -5/+5 |
|
|
* | Merged revisions 79986-79987,80156 via svnmerge from | Martin v. Löwis | 2010-04-21 | 1 | -2/+17 |
|
|
* | Merged revisions 80288 via svnmerge from | Victor Stinner | 2010-04-20 | 1 | -15/+15 |
|
|
* | Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via sv... | Benjamin Peterson | 2010-04-11 | 1 | -0/+1392 |
|
|