- 18 Oct, 2010 2 commits
-
-
R. David Murray authored
Patch by Sébastien Sablé. This solves a test_mmap failure on AIX.
-
R. David Murray authored
Patch from ActiveState.
-
- 17 Oct, 2010 38 commits
-
-
R. David Murray authored
-
R. David Murray authored
Patch and tests by Neil Muller.
-
Skip Montanaro authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
And not the locale encoding. With this commit, the test finally pass on Windows with a non-ascii path :-)
-
Victor Stinner authored
encodable to utf-8, not to the file1 encoding.
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Victor Stinner authored
-
Gregory P. Smith authored
Tools/gdb/libpython.py.
-
Martin v. Löwis authored
-
Victor Stinner authored
-
Victor Stinner authored
PyUnicode_AsUTF8String()
-
Victor Stinner authored
instead of utf-8 in strict mode.
-
Victor Stinner authored
PyUnicode_FromString(), to decode the filename.
-
Gregory P. Smith authored
-
http://bugs.python.org/issue3631Gregory P. Smith authored
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.
-
Matthias Klose authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
-