Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpython.py: fix support of non-BMP unicode characters | Victor Stinner | 2010-05-20 | 1 | -0/+28 |
| | | | | | | | | Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121) | ||||
* | Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm | Victor Stinner | 2010-04-20 | 1 | -15/+15 |
| | |||||
* | Issue #8279: Fix test_gdb failures. | Martin v. Löwis | 2010-04-17 | 1 | -3/+18 |
| | |||||
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 1 | -0/+1392 |
allowing to use advanced gdb features when debugging Python. |