PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
Victor Stinner authored
All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the
prototype for the new function PyUnicode_AsWideCharString().
beb4135b
Name Last commit Last update
..
c-api PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
data Issue #9089: PyNumber_Int is no more. Remove it from the docs.
distutils Fix errors found by "make suspicious".
documenting Migrate to Sphinx 1.0 C language constructs.
extending Fix errors found by "make suspicious".
faq Fix errors found by "make suspicious".
howto Fix errors found by "make suspicious".
includes Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
install Fix grammar.
library Fix errors found by "make suspicious".
reference Fix errors found by "make suspicious".
tools Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile.
tutorial Migrate to Sphinx 1.0 C language constructs.
using More inclusive title.
whatsnew More new things in what's new
ACKS.txt Merged revisions 75893 via svnmerge from
Makefile Update to Sphin 1.0.4.
README.txt Update to Sphin 1.0.4.
about.rst Merged revisions 80388 via svnmerge from
bugs.rst Merged revisions 80388 via svnmerge from
conf.py More inclusive title.
contents.rst Merged revisions 75363 via svnmerge from
copyright.rst Merged revisions 77204 via svnmerge from
glossary.rst #9911: doc copyedits.
license.rst Add missing word.
make.bat