summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* #11840: Merge with 3.2.Ezio Melotti2011-04-141-33/+31
|\
| * #11840: Merge with 3.1.Ezio Melotti2011-04-141-33/+31
| |\
| | * #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-29/+27
| | * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-2/+2
| | * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-0/+1
| | * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-1/+1
| | * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-0/+32
| | * Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,...Georg Brandl2010-10-061-4/+4
| | * Merged revisions 84459 via svnmerge fromDaniel Stutzbach2010-09-031-1/+1
| | * Merged revisions 83160-83161,83166,83169,83171 via svnmerge fromGeorg Brandl2010-08-011-1/+1
| | * Merged revisions 81168 via svnmerge fromVictor Stinner2010-05-141-39/+89
| | * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-12/+17
| | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-5/+6
* | | Issue #10831: Document the new formats (%li, %lli, %zi)Victor Stinner2011-03-021-0/+12
|/ /
* | Rephrase PyUnicode_CompareWithASCIIString() documentationVictor Stinner2010-12-281-2/+3
* | Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-1/+2
* | Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-0/+7
* | 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