Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e90d78995e537917f3eaca5479a2efff2893d6b0
/
Modules
/
cjkcodecs
/
cjkcodecs.h
59dd0e6
fix indentation and add curlies (closes #27093)
by Benjamin Peterson
· 9 years ago
e8c9e14
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 11 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
402b73f
Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule.
by Larry Hastings
· 15 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
000a074
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
by Christian Heimes
· 18 years ago
199f1db
Fix a few bugs on cjkcodecs found by Oren Tirosh:
by Hye-Shik Chang
· 19 years ago
32feb85
Check NULL if Py_InitModule fails.
by Hye-Shik Chang
· 19 years ago
4b96c13
- Modernize code to use Py_ssize_t more intensively.
by Hye-Shik Chang
· 19 years ago
331649a
Change the internal "undefined codepoint" mark for CJKCodecs decoders
by Hye-Shik Chang
· 20 years ago
f5a149a
Bug #1005737, #1007249: Fix several build problems and warnings
by Hye-Shik Chang
· 21 years ago
64a9e38
Replace an extern magic to assigning declared pointer from array's.
by Hye-Shik Chang
· 21 years ago
7c7b3da
Added a comment explaining the extern ugliness.
by Tim Peters
· 21 years ago
0f27166
Changed the "predefinitions" of codec_list and mapping_list from static
by Tim Peters
· 21 years ago
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago