summaryrefslogtreecommitdiffstats
path: root/Tools/gdb/libpython.py
Commit message (Expand)AuthorAgeFilesLines
* libpython: implementation of os.fsencode() with surrogateescape error handlerVictor Stinner2010-10-171-2/+20
* gdb: fix representation of non-printable surrogate pairs, and workaroundAntoine Pitrou2010-09-081-8/+11
* Add a safety limit to the number of unicode characters we fetchAntoine Pitrou2010-09-081-1/+2
* Issue #9188: The gdb extension now handles correctly narrow (UCS2) as wellAntoine Pitrou2010-09-081-13/+43
* libpython.py: py-bt commands escape unencodable charactersVictor Stinner2010-08-171-1/+9
* #9235: fix missing import of sys.Georg Brandl2010-07-141-0/+1
* Remove unused code that would raise a NameError.Georg Brandl2010-07-141-3/+0
* Issue #8559: improve unicode support of (gdb) libpython.pyVictor Stinner2010-05-191-29/+46
* Issue #8380: Port gdb/libpython to 3.x.Martin v. Löwis2010-04-211-37/+188
* Adapt libpython.py and test_gdb.py to Python3Victor Stinner2010-04-211-5/+5
* Merged revisions 79986-79987,80156 via svnmerge fromMartin v. Löwis2010-04-211-2/+17
* Merged revisions 80288 via svnmerge fromVictor Stinner2010-04-201-15/+15
* Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via sv...Benjamin Peterson2010-04-111-0/+1392