summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-291-51/+28
* Issue #10156: In the interpreter's initialization phase, unicode globalsSerhiy Storchaka2013-01-261-52/+45
* Issue #16335: Fix integer overflow in unicode-escape decoder.Serhiy Storchaka2013-01-211-1/+2
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-2/+2
* Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-151-21/+25
* Issue #11461: Fix the incremental UTF-16 decoder. Original patch bySerhiy Storchaka2013-01-081-1/+4
* Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds.Serhiy Storchaka2013-01-081-1/+1
* Issue #16455: On FreeBSD and Solaris, if the locale is C, theVictor Stinner2013-01-031-4/+4
* Fix the internals of our hash functions to used unsigned values during hashGregory P. Smith2012-12-111-1/+1
* Issue #16416: On Mac OS X, operating system data are now alwaysVictor Stinner2012-12-031-4/+5
* initialize more global type objects (closes #16369)Benjamin Peterson2012-10-311-0/+6
* Issue #14700: Fix buggy overflow checks for large precision and width in new-...Mark Dickinson2012-10-281-2/+2
* Issue #14783: Improve int() docstring and also str(), range(), and slice().Chris Jerdonek2012-10-071-1/+2
* Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...Antoine Pitrou2012-09-231-2/+26
* use the stricter PyMapping_Check (closes #15801)Benjamin Peterson2012-08-281-2/+1
* Fix str docstringNick Coghlan2012-08-161-4/+8
* Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-201-31/+21
* merge 3.1 (#14509)Benjamin Peterson2012-04-091-0/+2
|\
| * fix build without Py_DEBUG and DNDEBUG (closes #14509)Benjamin Peterson2012-04-091-0/+2
* | kill this terribly outdated commentBenjamin Peterson2012-03-261-4/+0
* | merge 3.2Benjamin Peterson2012-02-211-0/+1
|\ \ | |/
| * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-0/+1
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+11
|\ \ | |/
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+11
* | Issue #13913: normalize utf-8 codec name in UTF-8 decoderVictor Stinner2012-02-141-1/+1
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+13
* | Consolidate the occurrances of the prime used as the multiplier when hashingGregory P. Smith2012-01-141-1/+1
* | fix possible if unlikely leakBenjamin Peterson2011-12-201-1/+5
* | Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-6/+4
* | Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-9/+5
* | Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null characterVictor Stinner2011-09-061-5/+5
* | #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-41/+60
* | the named of the character is actually NULBenjamin Peterson2011-08-181-1/+1
* | NUL -> NULLBenjamin Peterson2011-08-181-1/+1
* | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-2/+2
* | in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-131-8/+23
* | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt...Senthil Kumaran2011-07-271-2/+2
* | Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.Senthil Kumaran2011-07-041-3/+1
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-7/+22
* | #6780: merge with 3.1.Ezio Melotti2011-04-261-3/+10
|\ \ | |/
| * #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-7/+14
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-19/+16
|\ \ | |/
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-19/+16
| * Merged revisions 86277 via svnmerge fromEric Smith2010-11-061-2/+3
| * Merged revisions 81936 via svnmerge fromGeorg Brandl2010-10-171-1/+2
| * Merged revisions 84394 via svnmerge fromAntoine Pitrou2010-09-011-27/+26
| * Merged revisions 83226-83227,83229-83232 via svnmerge fromGeorg Brandl2010-08-011-4/+2
| * Recorded merge of revisions 83444 via svnmerge fromGeorg Brandl2010-08-011-2/+2
| * Merged revisions 83395,83417 via svnmerge fromGeorg Brandl2010-08-011-2/+2
| * Merged revisions 82978 via svnmerge fromStefan Krah2010-07-191-1/+1