| Commit message (Expand) | Author | Age | Files | Lines |
* | Rephrase PyUnicode_CompareWithASCIIString() documentation | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
|
|
* | Issue #9738: document encodings of unicode functions | Victor Stinner | 2010-12-27 | 1 | -1/+2 |
|
|
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -0/+7 |
|
|
* | Fix capitalization. | Georg Brandl | 2010-10-17 | 1 | -2/+2 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -3/+6 |
|
|
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+13 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -167/+167 |
|
|
* | Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char... | Victor Stinner | 2010-10-02 | 1 | -1/+2 |
|
|
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -0/+13 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -2/+2 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 1 | -1/+1 |
|
|
* | Add versionadded tag to PyUnicode_AsUnicodeCopy's doc | Victor Stinner | 2010-09-03 | 1 | -0/+2 |
|
|
* | Doc fix: unicode() is now str() | Daniel Stutzbach | 2010-09-03 | 1 | -1/+1 |
|
|
* | Document PyUnicode_AsUnicodeCopy() | Victor Stinner | 2010-09-03 | 1 | -0/+8 |
|
|
* | Replace :func: by :cfunc: | Victor Stinner | 2010-08-17 | 1 | -6/+6 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -2/+3 |
|
|
* | Issue #9542: Create PyUnicode_FSDecoder() function | Victor Stinner | 2010-08-13 | 1 | -4/+16 |
|
|
* | Fix copy-paste error. | Georg Brandl | 2010-08-13 | 1 | -1/+1 |
|
|
* | #8648: document UTF-7 codec functions. | Georg Brandl | 2010-08-02 | 1 | -0/+32 |
|
|
* | #9381: fix markup. | Georg Brandl | 2010-07-26 | 1 | -1/+1 |
|
|
* | #9078: fix some Unicode C API descriptions, in comments and docs. | Georg Brandl | 2010-06-27 | 1 | -4/+4 |
|
|
* | fix run-on sentence | Benjamin Peterson | 2010-05-15 | 1 | -1/+1 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -0/+11 |
|
|
* | Issue #8711: Document PyUnicode_DecodeFSDefault*() functions | Victor Stinner | 2010-05-14 | 1 | -39/+89 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
|
|
* | Merged revisions 76308 via svnmerge from | Mark Dickinson | 2009-11-16 | 1 | -0/+18 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -12/+17 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 1 | -1/+2 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -4/+4 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -5/+20 |
|
|
* | After discussing some more with Georg, do no migrate versionchanged:: 2.5 to | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -131/+0 |
|
|
* | Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -0/+132 |
|
|
* | PyObject_Unicode -> PyObject_Str | Benjamin Peterson | 2009-03-08 | 1 | -1/+1 |
|
|
* | encoding returns bytes objects | Benjamin Peterson | 2009-01-13 | 1 | -36/+40 |
|
|
* | document PyUnicode_CompareWithASCIIString | Benjamin Peterson | 2008-07-01 | 1 | -0/+6 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+15 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -10/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+10 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -0/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+5 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+900 |
|
|