Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								dfe98a102e 
								
							 
						 
						
							
							
								
								Issue  #20437 : Fixed 22 potential bugs when deleting objects references.  
							
							
							
						 
						
							2014-02-09 13:46:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								505ff755d7 
								
							 
						 
						
							
							
								
								Issue  #20437 : Fixed 21 potential bugs when deleting objects references.  
							
							
							
						 
						
							2014-02-09 13:33:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								2623c8c23c 
								
							 
						 
						
							
							
								
								Issue  #20530 : Argument Clinic's signature format has been revised again.  
							
							... 
							
							
							
							The new syntax is highly human readable while still preventing false
positives.  The syntax also extends Python syntax to denote "self" and
positional-only parameters, allowing inspect.Signature objects to be
totally accurate for all supported builtins in Python 3.4. 
							
						 
						
							2014-02-08 22:15:29 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								6cbf151032 
								
							 
						 
						
							
							
								
								Issue  #20538 : UTF-7 incremental decoder produced inconsistant string when  
							
							... 
							
							
							
							input was truncated in BASE64 section. 
							
						 
						
							2014-02-08 14:06:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								016a3f33a5 
								
							 
						 
						
							
							
								
								Issue  #20538 : UTF-7 incremental decoder produced inconsistant string when  
							
							... 
							
							
							
							input was truncated in BASE64 section. 
							
						 
						
							2014-02-08 14:01:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								581ee3618c 
								
							 
						 
						
							
							
								
								Issue  #20326 : Argument Clinic now uses a simple, unique signature to  
							
							... 
							
							
							
							annotate text signatures in docstrings, resulting in fewer false
positives.  "self" parameters are also explicitly marked, allowing
inspect.Signature() to authoritatively detect (and skip) said parameters.
Issue #20326 : Argument Clinic now generates separate checksums for the
input and output sections of the block, allowing external tools to verify
that the input has not changed (and thus the output is not out-of-date). 
							
						 
						
							2014-01-28 05:00:08 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								c20472640c 
								
							 
						 
						
							
							
								
								Issue  #20390 : Small fixes and improvements for Argument Clinic.  
							
							
							
						 
						
							2014-01-25 20:43:29 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								5c66189e88 
								
							 
						 
						
							
							
								
								Issue  #20189 : Four additional builtin types (PyTypeObject,  
							
							... 
							
							
							
							PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
have been modified to provide introspection information for builtins.
Also: many additional Lib, test suite, and Argument Clinic fixes. 
							
						 
						
							2014-01-24 06:17:25 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								a70805e1fa 
								
							 
						 
						
							
							
								
								Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns  
							
							
							
						 
						
							2014-01-12 08:42:35 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								f9bba9c67f 
								
							 
						 
						
							
							
								
								Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X  
							
							
							
						 
						
							2014-01-11 23:20:58 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								61272b77b0 
								
							 
						 
						
							
							
								
								Issue  #19273 : The marker comments Argument Clinic uses have been changed  
							
							... 
							
							
							
							to improve readability. 
							
						 
						
							2014-01-07 12:41:53 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								df3ed242c0 
								
							 
						 
						
							
							
								
								Issue19995: %o, %x, %X now only accept ints  
							
							
							
						 
						
							2014-01-05 06:50:30 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								3079328d29 
								
							 
						 
						
							
							
								
								Reverted changeset b72c5573c5e7 (issue  #15027 ).  
							
							
							
						 
						
							2014-01-04 22:44:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								583a93943c 
								
							 
						 
						
							
							
								
								Issue  #15027 : Rewrite the UTF-32 encoder.  It is now 1.6x to 3.5x faster.  
							
							
							
						 
						
							2014-01-04 19:25:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								fa4e68d425 
								
							 
						 
						
							
							
								
								Remove deadcode (HASH macro is no more defined)  
							
							
							
						 
						
							2014-01-03 17:42:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								92a419eea4 
								
							 
						 
						
							
							
								
								Remove now unused variables  
							
							
							
						 
						
							2014-01-03 17:39:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f3b46b4a66 
								
							 
						 
						
							
							
								
								unicode_char() uses get_latin1_char() to get latin1 singleton characters  
							
							
							
						 
						
							2014-01-03 13:16:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								985a82a6d2 
								
							 
						 
						
							
							
								
								add unicode_char() in unicodeobject.c to factorize code  
							
							
							
						 
						
							2014-01-03 12:53:47 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								44e2eaab54 
								
							 
						 
						
							
							
								
								Issue  #19674 : inspect.signature() now produces a correct signature  
							
							... 
							
							
							
							for some builtins. 
							
						 
						
							2013-11-23 15:37:55 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								ebdcb50b8a 
								
							 
						 
						
							
							
								
								Issue  #19730 : Argument Clinic now supports all the existing PyArg  
							
							... 
							
							
							
							"format units" as legacy converters, as well as two new features:
"self converters" and the "version" directive. 
							
						 
						
							2013-11-23 14:54:00 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								c72e4e6dcc 
								
							 
						 
						
							
							
								
								Issue  #19619 : Blacklist non-text codecs in method API  
							
							... 
							
							
							
							str.encode, bytes.decode and bytearray.decode now use an
internal API to throw LookupError for known non-text encodings,
rather than attempting the encoding or decoding operation and
then throwing a TypeError for an unexpected output type.
The latter mechanism remains in place for third party non-text
encodings. 
							
						 
						
							2013-11-22 22:39:36 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								985ecdcfc2 
								
							 
						 
						
							
							
								
								ssue  #19183 : Implement PEP 456 'secure and interchangeable hash algorithm'.  
							
							... 
							
							
							
							Python now uses SipHash24 on all major platforms. 
							
						 
						
							2013-11-20 11:46:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								4a58707a34 
								
							 
						 
						
							
							
								
								Add _PyUnicodeWriter_WriteASCIIString() function  
							
							
							
						 
						
							2013-11-19 12:54:53 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								58cf607d13 
								
							 
						 
						
							
							
								
								Issue  #12892 : The utf-16* and utf-32* codecs now reject (lone) surrogates.  
							
							... 
							
							
							
							The utf-16* and utf-32* encoders no longer allow surrogate code points
(U+D800-U+DFFF) to be encoded.
The utf-32* decoders no longer decode byte sequences that correspond to
surrogate code points.
The surrogatepass error handler now works with the utf-16* and utf-32* codecs.
Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu. 
							
						 
						
							2013-11-19 11:32:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								6989ba0174 
								
							 
						 
						
							
							
								
								Issue  #19581 : Change the overallocation factor of _PyUnicodeWriter on Windows  
							
							... 
							
							
							
							On Windows, a factor of 50% gives best performances. 
							
						 
						
							2013-11-18 21:08:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								ed4a1c5703 
								
							 
						 
						
							
							
								
								Argument Clinic: rename "self" to "module" for module-level functions.  
							
							
							
						 
						
							2013-11-18 09:32:13 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								745d54d2fa 
								
							 
						 
						
							
							
								
								#17806 : Added keyword-argument support for "tabsize" to str/bytes.expandtabs().  
							
							
							
						 
						
							2013-11-16 19:10:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								8b097b4ed7 
								
							 
						 
						
							
							
								
								Close   #17828 : better handling of codec errors  
							
							... 
							
							
							
							- output type errors now redirect users to the type-neutral
  convenience functions in the codecs module
- stateless errors that occur during encoding and decoding
  will now be automatically wrapped in exceptions that give
  the name of the codec involved 
							
						 
						
							2013-11-13 23:49:21 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								66b3270975 
								
							 
						 
						
							
							
								
								_Py_normalize_encoding(): explain how the value 6 was computed  
							
							
							
						 
						
							2013-11-07 23:12:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								df23e30bea 
								
							 
						 
						
							
							
								
								Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"  
							
							... 
							
							
							
							if the input string is NULL 
							
						 
						
							2013-11-07 13:33:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								ad14ccd047 
								
							 
						 
						
							
							
								
								Issue  #19512 : add _PyUnicode_CompareWithId() function  
							
							... 
							
							
							
							_PyUnicode_CompareWithId() is faster than PyUnicode_CompareWithASCIIString()
when both strings are equal and interned.
Add also _PyId_builtins identifier for "builtins" common string. 
							
						 
						
							2013-11-07 00:46:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								21ea21ef6d 
								
							 
						 
						
							
							
								
								Issue  #19424 : PyUnicode_CompareWithASCIIString() normalizes memcmp() result  
							
							... 
							
							
							
							to -1, 0, 1 
							
						 
						
							2013-11-04 11:28:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f0c7b2af05 
								
							 
						 
						
							
							
								
								Issue  #16286 : remove duplicated identity check from unicode_compare()  
							
							... 
							
							
							
							Move the test to PyUnicode_Compare() 
							
						 
						
							2013-11-04 11:27:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								fd9e44db37 
								
							 
						 
						
							
							
								
								Issue  #16286 : optimize PyUnicode_RichCompare() for identical strings (same  
							
							... 
							
							
							
							pointer) for any operator, not only Py_EQ and Py_NE.
Code of bytes_richcompare() and PyUnicode_RichCompare() is now closer. 
							
						 
						
							2013-11-04 11:23:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								c8bc5377ac 
								
							 
						 
						
							
							
								
								Issue  #16286 : write a new subfunction bytes_compare_eq()  
							
							... 
							
							
							
							* cleanup bytes_richcompare()
* PyUnicode_RichCompare(): replace a test with a XOR 
							
						 
						
							2013-11-04 11:08:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								e1b1592fd4 
								
							 
						 
						
							
							
								
								Issue  #19424 : Fix a compiler warning on comparing signed/unsigned size_t  
							
							... 
							
							
							
							Patch written by Zachary Ware. 
							
						 
						
							2013-11-03 13:53:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								a6b9b071a3 
								
							 
						 
						
							
							
								
								Issue  #19424 : Fix a compiler warning  
							
							... 
							
							
							
							memcmp() just takes raw pointers 
							
						 
						
							2013-10-30 18:27:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								602f7cf0b9 
								
							 
						 
						
							
							
								
								Issue  #19424 : Optimize PyUnicode_CompareWithASCIIString()  
							
							... 
							
							
							
							Use fast memcmp() instead of a loop using the slow PyUnicode_READ() macro.
strlen() is still necessary to check Unicode string containing null bytes. 
							
						 
						
							2013-10-29 23:31:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								68b674c9d4 
								
							 
						 
						
							
							
								
								Issue  #19437 : Fix _PyUnicode_New() (constructor of legacy string), set all  
							
							... 
							
							
							
							attributes before checking for error. The destructor expects all attributes to
be set. It is now safe to call Py_DECREF(unicode) in the constructor. 
							
						 
						
							2013-10-29 19:31:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								fa3ba4c3bc 
								
							 
						 
						
							
							
								
								Issue  #18609 : Add a fast-path for "iso8859-1" encoding  
							
							... 
							
							
							
							On AIX, the locale encoding may be "iso8859-1", which was not a known syntax of
the legacy ISO 8859-1 encoding.
Using a C codec instead of a Python codec is faster but also avoids tricky
issues during Python startup or complex code. 
							
						 
						
							2013-10-29 11:34:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								a5afb58986 
								
							 
						 
						
							
							
								
								Issue  #18408 : Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on  
							
							... 
							
							
							
							memory allocation failure 
							
						 
						
							2013-10-29 01:28:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								c679227e31 
								
							 
						 
						
							
							
								
								Issue  #1772673 : The type of char* arguments now changed to const char*.  
							
							
							
						 
						
							2013-10-19 21:03:34 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								55e092f545 
								
							 
						 
						
							
							
								
								Issue  #19279 : UTF-7 decoder no more produces illegal strings.  
							
							
							
						 
						
							2013-10-19 20:39:28 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								35804e4c63 
								
							 
						 
						
							
							
								
								Issue  #19279 : UTF-7 decoder no more produces illegal strings.  
							
							
							
						 
						
							2013-10-19 20:38:19 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								3182680210 
								
							 
						 
						
							
							
								
								Issue  #16612 : Add "Argument Clinic", a compile-time preprocessor  
							
							... 
							
							
							
							for C files to generate argument parsing code.  (See PEP 436.) 
							
						 
						
							2013-10-19 00:09:25 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								fb13721b1b 
								
							 
						 
						
							
							
								
								Close   #18780 : %-formatting now prints value for int subclasses with %d, %i, and %u codes.  
							
							
							
						 
						
							2013-08-31 10:18:55 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								9ed5f27266 
								
							 
						 
						
							
							
								
								Issue  #18722 : Remove uses of the "register" keyword in C code.  
							
							
							
						 
						
							2013-08-13 20:18:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								e56666d17f 
								
							 
						 
						
							
							
								
								Silence compiler warning about an uninitialized variable  
							
							
							
						 
						
							2013-08-04 11:51:03 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								5ed1b38a7d 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2013-08-04 11:51:35 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								b578735dff 
								
							 
						 
						
							
							
								
								Check return value of PyType_Ready(&EncodingMapType)  
							
							... 
							
							
							
							CID 486654 
							
						 
						
							2013-07-20 14:57:28 +02:00