summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* Add missing prefixesAntoine Pitrou2011-10-221-2/+2
* Elaborate on representations and canonical/legacy unicode objectsAntoine Pitrou2011-10-221-1/+15
* Move deprecated functions at the end of their respective sections.Antoine Pitrou2011-10-221-122/+122
* Fix indentation.Martin v. Löwis2011-10-071-1/+1
* Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.Martin v. Löwis2011-10-071-21/+3
* Update C API docs for PEP 393.Georg Brandl2011-10-071-98/+498
* Add versionadded directive to new API function.Georg Brandl2011-09-281-0/+2
* Implement PEP 393.Martin v. Löwis2011-09-281-0/+9
* #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...Ezio Melotti2011-08-221-0/+21
* #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