summaryrefslogtreecommitdiff
path: root/Objects/unicodectype.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-1/+1
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-1/+1
* fix old titlecase function for extended case charsBenjamin Peterson2012-01-151-0/+2
* comment about how flags could be expandedBenjamin Peterson2012-01-151-0/+1
* delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson2012-01-151-9/+13
* add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-5/+20
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-22/+75
* Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-301-1/+0
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-33/+0
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-26/+24
* Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99Alexander Belopolsky2010-08-111-8/+8
* Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-581/+4
* Merged revisions 71947 via svnmerge fromMartin v. Löwis2009-04-261-6/+1
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-0/+8
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-2/+2
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+21
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-21/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-0/+21
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-0/+22
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-6/+327
* Enhance the performance of two important Unicode characterMarc-André Lemburg2005-10-201-10/+52
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-10/+0
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-1/+11
* Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.Hye-Shik Chang2003-12-291-1/+4
* Make lower/upper/title work for non-BMP characters.Martin v. Löwis2002-10-181-24/+15
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-1/+1
* removed "register const" from scalar arguments to the unicodeFredrik Lundh2001-06-271-20/+20
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-3/+3
* Encode surrogates in UTF-8 even for a wide Py_UNICODE.Martin v. Löwis2001-06-271-8/+27
* more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) >Fredrik Lundh2001-06-261-2/+3
* unicode database compression, step 3:Fredrik Lundh2000-09-251-10021/+72
* Add the current Win64 compiler to the list of those that need theTrent Mick2000-08-121-1/+5
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Conditionally (currently on ifdef macintosh) break the large switch upJack Jansen2000-07-061-0/+15
* Added new lookup API which matches all alphabetic Unicode characters,Marc-André Lemburg2000-07-051-0/+5295
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+6
* Unicode character type helpers, written by Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+5043