Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								83a9f48699 
								
							 
						 
						
							
							
								
								Issue  #14328 : Add keyword-only parameters to PyArg_ParseTupleAndKeywords.  
							
							... 
							
							
							
							They're optional-only for now (unlike in pure Python) but that's all
I needed.  The syntax can easily be relaxed if we want to support
required keyword-only arguments for extension types in the future. 
							
						 
						
							2012-03-20 20:06:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								abd887d690 
								
							 
						 
						
							
							
								
								Issue  #14181 : Improve clarity in the documentation for the multi-purpose  
							
							... 
							
							
							
							Py_buffer.obj field. 
							
						 
						
							2012-03-06 14:55:06 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								95b1ba6388 
								
							 
						 
						
							
							
								
								Add PyMemoryView_FromMemory() to whatsnew/3.3.  
							
							
							
						 
						
							2012-02-29 17:27:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								49ac6f4492 
								
							 
						 
						
							
							
								
								Some corrections for the Doc/extending documentation.  Closes   #14129  
							
							
							
						 
						
							2012-02-27 19:18:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								ab7bf2143e 
								
							 
						 
						
							
							
								
								Close issue  #6210 : Implement PEP 409  
							
							
							
						 
						
							2012-02-26 17:49:52 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								9a2d99e28a 
								
							 
						 
						
							
							
								
								- Issue  #10181 : New memoryview implementation fixes multiple ownership  
							
							... 
							
							
							
							and lifetime issues of dynamically allocated Py_buffer members (#9990 )
  as well as crashes (#8305 , #7433 ). Many new features have been added
  (See whatsnew/3.3), and the documentation has been updated extensively.
  The ndarray test object from _testbuffer.c implements all aspects of
  PEP-3118, so further development towards the complete implementation
  of the PEP can proceed in a test-driven manner.
  Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
  and many ideas.
- Issue #12834 : Fix incorrect results of memoryview.tobytes() for
  non-contiguous arrays.
- Issue #5231 : Introduce memoryview.cast() method that allows changing
  format and shape without making a copy of the underlying memory. 
							
						 
						
							2012-02-25 12:24:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								43844351c3 
								
							 
						 
						
							
							
								
								write versionadded  
							
							
							
						 
						
							2012-02-20 08:48:25 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								8eb1269c34 
								
							 
						 
						
							
							
								
								add generic implementation of a __dict__ descriptor for C types  
							
							
							
						 
						
							2012-02-19 19:59:10 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								b46d4b770d 
								
							 
						 
						
							
							
								
								Fix error handling in examples of C API use.  
							
							
							
						 
						
							2012-01-27 14:08:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								04707c032e 
								
							 
						 
						
							
							
								
								Fix error handling in examples of C API use.  
							
							
							
						 
						
							2012-01-27 14:07:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Meador Inge 
								
							 
						 
						
							
							
							
							
								
							
							
								2396c0a28f 
								
							 
						 
						
							
							
								
								Issue  #12949 : Document the kwonlyargcount argument for the PyCode_New C API function.  
							
							
							
						 
						
							2012-01-19 22:24:55 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Meador Inge 
								
							 
						 
						
							
							
							
							
								
							
							
								a3443d985e 
								
							 
						 
						
							
							
								
								Issue  #12949 : Document the kwonlyargcount argument for the PyCode_New C API function.  
							
							
							
						 
						
							2012-01-19 22:06:31 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Amaury Forgeot d'Arc 
								
							 
						 
						
							
							
							
							
								
							
							
								5e8260b09c 
								
							 
						 
						
							
							
								
								Issue  #13727 : Add 3 macros to access PyDateTime_Delta members:  
							
							... 
							
							
							
							PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS,
PyDateTime_DELTA_GET_MICROSECONDS.
Please use them instead of directly accessing PyDateTime_Delta struct members. 
							
						 
						
							2012-01-17 21:31:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								645a0dd6f7 
								
							 
						 
						
							
							
								
								Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@  
							
							
							
						 
						
							2012-01-07 18:34:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								6fbd525ef5 
								
							 
						 
						
							
							
								
								Issue  #13617 : Document that the result of the conversion of a Unicode object to  
							
							... 
							
							
							
							wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes.
Patch written by Arnaud Calmettes. 
							
						 
						
							2011-12-18 19:22:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								a94a0e92b8 
								
							 
						 
						
							
							
								
								Issue  #13522 : Fix _Py_co_pow() documentation  
							
							... 
							
							
							
							Patch written by Arnaud Calmettes. 
							
						 
						
							2011-12-18 02:56:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								07b1c877b2 
								
							 
						 
						
							
							
								
								Issue  #13522 : document error return values of some float and complex C API functions.  
							
							
							
						 
						
							2011-12-18 01:25:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								b2bf01d824 
								
							 
						 
						
							
							
								
								use full unicode mappings for upper/lower/title case ( #12736 )  
							
							... 
							
							
							
							Also broaden the category of characters that count as lowercase/uppercase. 
							
						 
						
							2012-01-11 18:17:06 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								ac8f78a1a9 
								
							 
						 
						
							
							
								
								merge with 3.2  
							
							
							
						 
						
							2012-01-07 18:34:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								606e19dda3 
								
							 
						 
						
							
							
								
								Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int  
							
							
							
						 
						
							2012-01-04 03:59:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								3fe553160c 
								
							 
						 
						
							
							
								
								Add a new PyUnicode_Fill() function  
							
							... 
							
							
							
							It is faster than the unicode_fill() function which was implemented in
formatter_unicode.c. 
							
						 
						
							2012-01-04 00:33:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								0d81c1357d 
								
							 
						 
						
							
							
								
								Issue  #13617 : Document that the result of the conversion of a Unicode object to  
							
							... 
							
							
							
							wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes.
Patch written by Arnaud Calmettes. 
							
						 
						
							2011-12-18 19:30:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								b99bb20ae4 
								
							 
						 
						
							
							
								
								Issue  #13522 : Fix _Py_co_pow() documentation  
							
							... 
							
							
							
							Patch written by Arnaud Calmettes. 
							
						 
						
							2011-12-18 02:56:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								b511aca596 
								
							 
						 
						
							
							
								
								Issue  #13522 : document error return values of some float and complex C API functions.  
							
							
							
						 
						
							2011-12-18 01:26:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f2ea71fcc8 
								
							 
						 
						
							
							
								
								Issue  #13560 : Add PyUnicode_EncodeLocale()  
							
							... 
							
							
							
							* Use PyUnicode_EncodeLocale() in time.strftime() if wcsftime() is not
   available
 * Document my last changes in Misc/NEWS 
							
						 
						
							2011-12-17 04:13:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								af02e1c85a 
								
							 
						 
						
							
							
								
								Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()  
							
							... 
							
							
							
							* PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() decode a string
   from the current locale encoding
 * _Py_char2wchar() writes an "error code" in the size argument to indicate
   if the function failed because of memory allocation failure or because of a
   decoding error. The function doesn't write the error message directly to
   stderr.
 * Fix time.strftime() (if wcsftime() is missing): decode strftime() result
   from the current locale encoding, not from the filesystem encoding. 
							
						 
						
							2011-12-16 23:56:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								093ce9cd8c 
								
							 
						 
						
							
							
								
								Issue  #6695 : Full garbage collection runs now clear the freelist of set objects.  
							
							... 
							
							
							
							Initial patch by Matthias Troffaes. 
							
						 
						
							2011-12-16 11:24:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								bf6e560d0c 
								
							 
						 
						
							
							
								
								Make PyUnicode_Copy() private => _PyUnicode_Copy()  
							
							... 
							
							
							
							Undocument the function.
Make also decode_utf8_errors() as private (static). 
							
						 
						
							2011-12-12 01:53:47 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								b6821013df 
								
							 
						 
						
							
							
								
								Document PyUnicode_Copy() and PyUnicode_EncodeCodePage()  
							
							
							
						 
						
							2011-12-09 00:18:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								3ba82aa765 
								
							 
						 
						
							
							
								
								c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc  
							
							
							
						 
						
							2011-12-01 02:52:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								86a36b500a 
								
							 
						 
						
							
							
								
								PEP 3155 / issue  #13448 : Qualified name for classes and functions.  
							
							
							
						 
						
							2011-11-25 18:56:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								0481f4bca4 
								
							 
						 
						
							
							
								
								fix some typos in Doc/c-api/memoryview.rst  
							
							
							
						 
						
							2011-11-25 15:08:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								5a53f368e6 
								
							 
						 
						
							
							
								
								fix some typos in Doc/c-api/memoryview.rst  
							
							
							
						 
						
							2011-11-25 15:07:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								b4938aaf15 
								
							 
						 
						
							
							
								
								Document PyUnicode_WCHAR_KIND  
							
							
							
						 
						
							2011-11-20 18:27:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								9a812cbc89 
								
							 
						 
						
							
							
								
								Issue  #13389 : Full garbage collection passes now clear the freelists for  
							
							... 
							
							
							
							list and dict objects.  They already cleared other freelists in the
interpreter. 
							
						 
						
							2011-11-15 00:00:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								e130a52d8a 
								
							 
						 
						
							
							
								
								Remove duplication.  
							
							
							
						 
						
							2011-10-19 10:58:56 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								57735a0d6a 
								
							 
						 
						
							
							
								
								Add missing prefixes  
							
							
							
						 
						
							2011-10-22 22:08:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								b965b3938a 
								
							 
						 
						
							
							
								
								Elaborate on representations and canonical/legacy unicode objects  
							
							
							
						 
						
							2011-10-22 22:08:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								e6b99a1832 
								
							 
						 
						
							
							
								
								Move deprecated functions at the end of their respective sections.  
							
							
							
						 
						
							2011-10-22 21:56:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								f10644983e 
								
							 
						 
						
							
							
								
								Merge with 3.2.  
							
							
							
						 
						
							2011-10-19 11:06:26 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								23a580fd78 
								
							 
						 
						
							
							
								
								Update index entries  
							
							
							
						 
						
							2011-10-12 18:33:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								9a4a342b78 
								
							 
						 
						
							
							
								
								Update the C-API docs for exception types  
							
							
							
						 
						
							2011-10-12 18:28:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								1c027e564f 
								
							 
						 
						
							
							
								
								Merge issue  #13145  fix.  
							
							
							
						 
						
							2011-10-11 18:07:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								f1ab47ebc4 
								
							 
						 
						
							
							
								
								Issue  #13145 . Fix incorrect documentation for PyNumber_ToBase.  Thanks Sven Marnach.  
							
							
							
						 
						
							2011-10-11 18:06:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								2da16e61f5 
								
							 
						 
						
							
							
								
								Fix indentation.  
							
							
							
						 
						
							2011-10-07 20:58:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								c47adb04b3 
								
							 
						 
						
							
							
								
								Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.  
							
							
							
						 
						
							2011-10-07 20:55:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								db6c7f5c33 
								
							 
						 
						
							
							
								
								Update C API docs for PEP 393.  
							
							
							
						 
						
							2011-10-07 11:19:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								ee12f4429c 
								
							 
						 
						
							
							
								
								Add versionadded directive to new API function.  
							
							
							
						 
						
							2011-09-28 21:51:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								d63a3b8beb 
								
							 
						 
						
							
							
								
								Implement PEP 393.  
							
							
							
						 
						
							2011-09-28 07:41:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								b8edbdf4b9 
								
							 
						 
						
							
							
								
								Merge doc changes from 3.2.  
							
							... 
							
							
							
							rstlint complains about packaging docs but I’m working on those in
another patch. 
							
						 
						
							2011-09-01 05:57:12 +02:00