summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix capitalization.Georg Brandl2010-10-171-2/+2
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-3/+6
* Document that the 'strict' error handler is used to encode/decode filenames onVictor Stinner2010-10-091-6/+13
* PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-071-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-167/+167
* Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...Victor Stinner2010-10-021-1/+2
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-0/+13
* #9911: doc copyedits.Georg Brandl2010-09-211-2/+2
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-1/+1
* Add versionadded tag to PyUnicode_AsUnicodeCopy's docVictor Stinner2010-09-031-0/+2
* Doc fix: unicode() is now str()Daniel Stutzbach2010-09-031-1/+1
* Document PyUnicode_AsUnicodeCopy()Victor Stinner2010-09-031-0/+8
* Replace :func: by :cfunc:Victor Stinner2010-08-171-6/+6
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-2/+3
* Issue #9542: Create PyUnicode_FSDecoder() functionVictor Stinner2010-08-131-4/+16
* Fix copy-paste error.Georg Brandl2010-08-131-1/+1
* #8648: document UTF-7 codec functions.Georg Brandl2010-08-021-0/+32
* #9381: fix markup.Georg Brandl2010-07-261-1/+1
* #9078: fix some Unicode C API descriptions, in comments and docs.Georg Brandl2010-06-271-4/+4
* fix run-on sentenceBenjamin Peterson2010-05-151-1/+1
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-0/+11
* Issue #8711: Document PyUnicode_DecodeFSDefault*() functionsVictor Stinner2010-05-141-39/+89
* Merged revisions 78859-78860 via svnmerge fromGeorg Brandl2010-03-121-1/+1
* Merged revisions 76308 via svnmerge fromMark Dickinson2009-11-161-0/+18
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-12/+17
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-1/+2
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-4/+4
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-5/+20
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-131/+0
* Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge fromJeroen Ruigrok van der Werven2009-04-271-0/+132
* PyObject_Unicode -> PyObject_StrBenjamin Peterson2009-03-081-1/+1
* encoding returns bytes objectsBenjamin Peterson2009-01-131-36/+40
* document PyUnicode_CompareWithASCIIStringBenjamin Peterson2008-07-011-0/+6
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+15
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-10/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-0/+10
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-0/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+5
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+900