Erlend E. Aasland 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								217911ede5 
								
							 
						 
						
							
							
								
								gh-103583: Add codecs and maps to _codecs_* module state ( #103540 )  
							
							
							
						 
						
							2023-04-17 02:41:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								28c63f7ffb 
								
							 
						 
						
							
							
								
								CJK codecs: less magical macros, semicolon is now explicit  
							
							
							
						 
						
							2013-10-29 00:59:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								14c9fea60a 
								
							 
						 
						
							
							
								
								CJK codecs: less magic macros, require explicit semicolon  
							
							
							
						 
						
							2013-10-29 00:19:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								146a2ed0f2 
								
							 
						 
						
							
							
								
								CJK codecs: add newlines for readability  
							
							
							
						 
						
							2013-10-29 00:09:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								bd97ac35f7 
								
							 
						 
						
							
							
								
								CJK codecs: use less magic and more readable macros, write explicit if  
							
							
							
						 
						
							2013-10-28 23:54:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								11bdf91a5f 
								
							 
						 
						
							
							
								
								Issue  #18509 : handle PyUnicode_Writer() error  
							
							
							
						 
						
							2013-10-28 23:18:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								d949126995 
								
							 
						 
						
							
							
								
								Issue  #17693 : CJK encoders now use the new Unicode API (PEP 393)  
							
							
							
						 
						
							2013-04-14 02:06:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								a0dd0213cc 
								
							 
						 
						
							
							
								
								Close   #17693 : Rewrite CJK decoders to use the _PyUnicodeWriter API instead of  
							
							... 
							
							
							
							the legacy Py_UNICODE API.
Add also a new _PyUnicodeWriter_WriteChar() function. 
							
						 
						
							2013-04-11 22:09:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								2cded9c3f3 
								
							 
						 
						
							
							
								
								Issue  #12016 : Multibyte CJK decoders now resynchronize faster  
							
							... 
							
							
							
							They only ignore the first byte of an invalid byte sequence.
For example, b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of
'\ufffd'. 
							
						 
						
							2011-07-08 01:45:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								f95a1b3c53 
								
							 
						 
						
							
							
								
								Recorded merge of revisions 81029 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
  Untabify C files. Will watch buildbots.
........ 
							
						 
						
							2010-05-09 15:52:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hye-Shik Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								4b96c1384e 
								
							 
						 
						
							
							
								
								- Modernize code to use Py_ssize_t more intensively.  
							
							... 
							
							
							
							- Do some minor code clean-ups. 
							
						 
						
							2006-03-04 16:08:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hye-Shik Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								2bb146f2f4 
								
							 
						 
						
							
							
								
								Bring CJKCodecs 1.1 into trunk.  This completely reorganizes source  
							
							... 
							
							
							
							and installed layouts to make maintenance simple and easy.  And it
also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004
and iso2022-jp-2004. 
							
						 
						
							2004-07-18 03:06:29 +00:00