| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28496: Mark up constants 0, 1 and -1 that denote return values or | Serhiy Storchaka | 2016-10-27 | 1 | -18/+18 |
|
|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -3/+3 |
|
|
* | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 1 | -2/+2 |
|
|
* | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
|
|
* | args doesn't need to be a tuple (closes #17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
|
|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -3/+3 |
|
|
* | Backport rev. 3ae74b361f53 to 2.7 branch. | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|\ |
|
| * | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|
|
| * | Remove redundant sentence from c-api docs (issue #16323) | Andrew Svetlov | 2012-11-29 | 1 | -4/+1 |
|
|
| * | Issue #16323: Fix wrong C API documentation for locale encoding. | Andrew Svetlov | 2012-11-28 | 1 | -20/+24 |
|
|
| * | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-05 | 1 | -2/+0 |
|
|
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
|
|
| * | | Issue #14090: fix some minor C API problems in default branch (3.3) | Eli Bendersky | 2012-06-03 | 1 | -1/+1 |
|
|
| * | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 1 | -0/+9 |
|
|
| * | | Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int | Victor Stinner | 2012-01-04 | 1 | -1/+1 |
|
|
| * | | Add a new PyUnicode_Fill() function | Victor Stinner | 2012-01-03 | 1 | -0/+15 |
|
|
| * | | Issue #13617: Document that the result of the conversion of a Unicode object to | Victor Stinner | 2011-12-18 | 1 | -13/+24 |
| |\ \
| | |/ |
|
| | * | Issue #13617: Document that the result of the conversion of a Unicode object to | Victor Stinner | 2011-12-18 | 1 | -9/+19 |
|
|
| * | | Issue #13560: Add PyUnicode_EncodeLocale() | Victor Stinner | 2011-12-17 | 1 | -1/+24 |
|
|
| * | | Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() | Victor Stinner | 2011-12-16 | 1 | -0/+40 |
|
|
| * | | Make PyUnicode_Copy() private => _PyUnicode_Copy() | Victor Stinner | 2011-12-12 | 1 | -7/+0 |
|
|
| * | | Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() | Victor Stinner | 2011-12-08 | 1 | -1/+17 |
|
|
| * | | Document PyUnicode_WCHAR_KIND | Victor Stinner | 2011-11-20 | 1 | -1/+2 |
|
|
| * | | Add missing prefixes | Antoine Pitrou | 2011-10-22 | 1 | -2/+2 |
|
|
| * | | Elaborate on representations and canonical/legacy unicode objects | Antoine Pitrou | 2011-10-22 | 1 | -1/+15 |
|
|
| * | | Move deprecated functions at the end of their respective sections. | Antoine Pitrou | 2011-10-22 | 1 | -122/+122 |
|
|
| * | | Fix indentation. | Martin v. Löwis | 2011-10-07 | 1 | -1/+1 |
|
|
| * | | Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. | Martin v. Löwis | 2011-10-07 | 1 | -21/+3 |
|
|
| * | | Update C API docs for PEP 393. | Georg Brandl | 2011-10-07 | 1 | -98/+498 |
|
|
| * | | Add versionadded directive to new API function. | Georg Brandl | 2011-09-28 | 1 | -0/+2 |
|
|
| * | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+9 |
|
|
| * | | #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI... | Ezio Melotti | 2011-08-22 | 1 | -0/+21 |
|
|
| * | | #11840: Merge with 3.2. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
| |\ \
| | |/ |
|
| | * | #11840: Merge with 3.1. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
| | |\ |
|
| | | * | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-14 | 1 | -29/+27 |
|
|
| | | * | Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,... | Georg Brandl | 2010-11-26 | 1 | -2/+2 |
|
|
| | | * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| | | * | Merged revisions 84142 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -0/+1 |
|
|
| | | * | Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| | | * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 1 | -0/+32 |
|
|
| | | * | Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,... | Georg Brandl | 2010-10-06 | 1 | -4/+4 |
|
|
| | | * | Merged revisions 84459 via svnmerge from | Daniel Stutzbach | 2010-09-03 | 1 | -1/+1 |
|
|
| | | * | Merged revisions 83160-83161,83166,83169,83171 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
|
|
| | | * | Merged revisions 81168 via svnmerge from | Victor Stinner | 2010-05-14 | 1 | -39/+89 |
|
|
| | | * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -12/+17 |
|
|
| | | * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -5/+6 |
|
|
| * | | | Issue #10831: Document the new formats (%li, %lli, %zi) | Victor Stinner | 2011-03-02 | 1 | -0/+12 |
| |/ / |
|