| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. | Serhiy Storchaka | 2016-10-23 | 1 | -5/+2 |
|
|
* | Add an extra byte for null in case we ever get very long unicode names. | Christian Heimes | 2016-09-23 | 1 | -4/+4 |
|\ |
|
| * | Add an extra byte for null in case we ever get very long unicode names. | Christian Heimes | 2016-09-23 | 1 | -4/+4 |
|
|
* | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -0/+3 |
|
|
* | | Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() | Christian Heimes | 2016-09-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() | Christian Heimes | 2016-09-14 | 1 | -1/+1 |
|
|
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -2/+2 |
|/ |
|
* | upgrade to Unicode 8.0.0 | Benjamin Peterson | 2015-06-27 | 1 | -2/+3 |
|
|
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacy | Larry Hastings | 2015-05-08 | 1 | -2/+2 |
|
|
* | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -22/+22 |
|
|
* | Issue #20181: Converted the unicodedata module to Argument Clinic. | Serhiy Storchaka | 2015-04-17 | 1 | -227/+196 |
|
|
* | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 1 | -2/+4 |
|
|
* | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -34/+3 |
|
|
* | merge 3.3 (#23367) | Benjamin Peterson | 2015-03-02 | 1 | -3/+10 |
|\ |
|
| * | fix possible overflow bugs in unicodedata (closes #23367) | Benjamin Peterson | 2015-03-02 | 1 | -3/+10 |
|
|
* | | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer | Serhiy Storchaka | 2015-02-16 | 1 | -2/+2 |
|
|
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -7/+7 |
|
|
* | | Closes #21780: make the unicodedata module "ssize_t clean" for parsing parame... | Victor Stinner | 2014-07-01 | 1 | -2/+8 |
|
|
* | | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 1 | -2/+4 |
|
|
* | | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -3/+3 |
|
|
* | | Issue #20390: Small fixes and improvements for Argument Clinic. | Larry Hastings | 2014-01-26 | 1 | -7/+6 |
|
|
* | | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -2/+2 |
|
|
* | | Issue #19273: The marker comments Argument Clinic uses have been changed | Larry Hastings | 2014-01-07 | 1 | -6/+6 |
|
|
* | | Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" | Larry Hastings | 2014-01-07 | 1 | -5/+5 |
|
|
* | | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 1 | -5/+9 |
|
|
* | | Argument Clinic: rename "self" to "module" for module-level functions. | Larry Hastings | 2013-11-18 | 1 | -11/+12 |
|
|
* | | Issue #16612: Add "Argument Clinic", a compile-time preprocessor | Larry Hastings | 2013-10-19 | 1 | -13/+51 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | replace hardcoded version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make sure the docstring is never out of date wrt unicode data version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|
|
* | | merge 3.3 (#19220) | Benjamin Peterson | 2013-10-10 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | remove url from docstring (closes #19220) | Benjamin Peterson | 2013-10-10 | 1 | -2/+1 |
|
|
* | | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 1 | -2/+2 |
|/ |
|
* | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | #16681: merge with 3.2. | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
|\ |
|
| * | #16681: use "bidirectional class" instead of "bidirectional category" in the ... | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
|
|
* | | Use C-style comments (required for the AIX build slave). | Stefan Krah | 2012-09-23 | 1 | -2/+2 |
|
|
* | | Issue #14909: A number of places were using PyMem_Realloc() apis and | Kristjan Valur Jonsson | 2012-05-31 | 1 | -2/+5 |
|
|
* | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 |
|
|
* | | #13379: merge with 3.2. | Ezio Melotti | 2011-11-10 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | #13379: update Unicode version in unicodedata docstrings and comments. | Ezio Melotti | 2011-11-10 | 1 | -5/+6 |
|
|
* | | #12753: fix compilation on Windows. | Ezio Melotti | 2011-10-21 | 1 | -1/+2 |
|
|
* | | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -16/+56 |
|
|
* | | Fix compilation warnings under 64-bit Windows | Antoine Pitrou | 2011-10-06 | 1 | -4/+4 |
|
|
* | | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|
|
* | | Port normalization to new API. | Martin v. Löwis | 2011-09-29 | 1 | -71/+119 |
|
|
* | | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -1/+1 |
|
|