| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
encodable to utf-8, not to the file1 encoding.
|
| |
|
| |
|
| |
|
|
|
|
| |
Tools/gdb/libpython.py.
|
| |
|
| |
|
|
|
|
| |
PyUnicode_AsUTF8String()
|
|
|
|
| |
instead of utf-8 in strict mode.
|
|
|
|
| |
PyUnicode_FromString(), to decode the filename.
|
| |
|
|
|
|
|
|
|
| |
a py_decref macro, fixup the pyo macro and reuse it and avoid a memory
leak introduced by the pylocals macro.
* Adds a note about gdb 7 python debugging support with links for
more info on that.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
example files, and this kind of discovery is much better done with the AST nowadays anyway.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
forming of sys.path under Windows.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
as (~0U) on NetBSD which was causing it to appear as -1 when used as
a signed int for _multprocessing.SemLock.SEM_VALUE_MAX. This works
around the problem by substituting INT_MAX on systems where it appears
negative when used as an int.
|
| |
|
|
|
|
|
| |
Fix the test if the native filesystem encoding is not utf-8 (eg. cp1250 on
Windows).
|