index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
cjkcodecs
/
cjkcodecs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-2/+2
*
CJK codecs: less magical macros, semicolon is now explicit
Victor Stinner
2013-10-28
1
-2/+5
*
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner
2013-10-28
1
-25/+39
*
CJK codecs: use less magic and more readable macros, write explicit if
Victor Stinner
2013-10-28
1
-3/+1
*
CJK codecs: remove unused TRYMAP_ENC_MPLANE macro
Victor Stinner
2013-10-28
1
-10/+0
*
Issue #18509: handle PyUnicode_Writer() error
Victor Stinner
2013-10-28
1
-21/+3
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-1/+1
*
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner
2013-07-16
1
-2/+2
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-39/+29
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-32/+55
*
Issue #16330: Fix compilation on Windows
Victor Stinner
2012-10-30
1
-1/+1
*
Issue #16330: Use surrogate-related macros
Victor Stinner
2012-10-30
1
-6/+5
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-289/+289
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-5/+7
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-1/+1
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3/+15
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-1/+1
*
Fix a couple of warnings
Neal Norwitz
2007-08-26
1
-1/+1
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-7/+4
*
Allow encoding names to be unicode strings.
Guido van Rossum
2007-05-17
1
-0/+5
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-7/+10
*
Check NULL if Py_InitModule fails.
Hye-Shik Chang
2006-03-06
1
-1/+2
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-10/+10
*
Change the internal "undefined codepoint" mark for CJKCodecs decoders
Hye-Shik Chang
2005-10-06
1
-1/+4
*
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang
2004-08-19
1
-2/+2
*
Replace an extern magic to assigning declared pointer from array's.
Hye-Shik Chang
2004-07-18
1
-26/+12
*
Added a comment explaining the extern ugliness.
Tim Peters
2004-07-18
1
-0/+6
*
Changed the "predefinitions" of codec_list and mapping_list from static
Tim Peters
2004-07-18
1
-2/+2
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-0/+399