Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								f446d21708 
								
							 
						 
						
							
							
								
								Issue  #18559 : Fix NULL pointer dereference error in _pickle module  
							
							
							
						 
						
							2013-07-26 22:45:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								9ee5c37c8f 
								
							 
						 
						
							
							
								
								Issue  #18559 : Fix NULL pointer dereference error in _pickle module  
							
							
							
						 
						
							2013-07-26 22:45:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								1e53bbaced 
								
							 
						 
						
							
							
								
								Issue  #18408 : handle PySys_GetObject() failure, raise a RuntimeError  
							
							
							
						 
						
							2013-07-16 22:26:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								4202456cd4 
								
							 
						 
						
							
							
								
								Issue  #18408 : _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures  
							
							
							
						 
						
							2013-07-12 00:53:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								8ca72e2e3d 
								
							 
						 
						
							
							
								
								Issue  #18408 : _PyMemoTable_ResizeTable() now restores the old table if  
							
							... 
							
							
							
							allocating a bigger table failed
PyMemoTable destructor does crash if mt_table is NULL. 
							
						 
						
							2013-07-12 00:53:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								c31df04234 
								
							 
						 
						
							
							
								
								Issue  #18408 : Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy  
							
							... 
							
							
							
							the newly created pickler, and not PyObject_GC_Del(). 
							
						 
						
							2013-07-12 00:08:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								68c8ea25f1 
								
							 
						 
						
							
							
								
								Issue  #18408 : Fix _Pickler_New() and _Unpickler_New(): initialize all  
							
							... 
							
							
							
							attributes before handling errors
_Pickler_New() now calls PyObject_GC_Del() instead of Py_DECREF() on error,
because the pickle object is created using PyObject_GC_New().
Fix a crash in the destructor when an attribute is not initiallized. 
							
						 
						
							2013-07-11 22:56:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								49fc8ece81 
								
							 
						 
						
							
							
								
								Issue  #18203 : Add _PyMem_RawStrdup() and _PyMem_Strdup()  
							
							... 
							
							
							
							Replace strdup() with _PyMem_RawStrdup() or _PyMem_Strdup(), depending if the
GIL is held or not. 
							
						 
						
							2013-07-07 23:30:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								54882bfc18 
								
							 
						 
						
							
							
								
								Singular form just like the other error message.  
							
							
							
						 
						
							2013-07-01 15:23:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								8087879349 
								
							 
						 
						
							
							
								
								Singular form just like the other error message.  
							
							
							
						 
						
							2013-07-01 15:23:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								bfafab1849 
								
							 
						 
						
							
							
								
								Issue  #18339 : Negative ints keys in unpickler.memo dict no longer cause a  
							
							... 
							
							
							
							segfault inside the _pickle C extension. 
							
						 
						
							2013-07-01 15:18:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								a24b4d260b 
								
							 
						 
						
							
							
								
								Issue  #18339 : Negative ints keys in unpickler.memo dict no longer cause a  
							
							... 
							
							
							
							segfault inside the _pickle C extension. 
							
						 
						
							2013-07-01 15:17:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								82e6b94b95 
								
							 
						 
						
							
							
								
								Fix resource leak in pickle module  
							
							... 
							
							
							
							CID 983309 (#1  of 1): Resource leak (RESOURCE_LEAK)
leaked_storage: Variable unicode_str going out of scope leaks the storage it points to. 
							
						 
						
							2013-06-29 21:37:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								4fe2184a0f 
								
							 
						 
						
							
							
								
								Merge 3.3  
							
							
							
						 
						
							2013-04-20 21:28:49 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								637c7c475a 
								
							 
						 
						
							
							
								
								Fix reference leak in _pickle.  
							
							
							
						 
						
							2013-04-20 21:28:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								7c5e094cbf 
								
							 
						 
						
							
							
								
								Make C and Python implementations of pickle load STRING opcodes the same way.  
							
							... 
							
							
							
							The C version tried to remove trailing whitespace between the last quote and
the newline character. I am not sure why it had this because pickle never
generated such pickles---for this to happen repr(some_string) would need to
return trailing whitespace. It was maybe there to make it easier for people
to write pickles in text editors. Anyhow, the Python version doesn't do this
so there is no point keeping this around anymore.
Also, I've changed the exception raised when a bad pickle is encountered.
Again this unlikely to make much difference to anyone though it does make
testing slightly nicer for us. 
							
						 
						
							2013-04-15 23:14:55 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								af94051a93 
								
							 
						 
						
							
							
								
								Issue  #17710 : Fix pickle raising a SystemError on bogus input.  
							
							
							
						 
						
							2013-04-15 21:55:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								3034efdd29 
								
							 
						 
						
							
							
								
								Issue  #17710 : Fix pickle raising a SystemError on bogus input.  
							
							
							
						 
						
							2013-04-15 21:51:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								cc7571727f 
								
							 
						 
						
							
							
								
								Style cleanups for pickle.py and _pickle.  
							
							
							
						 
						
							2013-04-14 02:25:10 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								6d9e14593e 
								
							 
						 
						
							
							
								
								Merge 3.3  
							
							
							
						 
						
							2013-04-14 02:11:16 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								00d83f2d05 
								
							 
						 
						
							
							
								
								Clean up error messages raised by save_reduce in _pickle.  
							
							
							
						 
						
							2013-04-14 01:28:01 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								4b7b0f06b4 
								
							 
						 
						
							
							
								
								gibibytes (Arfrever)  
							
							
							
						 
						
							2013-04-07 23:46:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								299978dfe3 
								
							 
						 
						
							
							
								
								Issue  #15596 : Faster pickling of unicode strings.  
							
							
							
						 
						
							2013-04-07 17:38:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								f8def28ff0 
								
							 
						 
						
							
							
								
								Issue  #17193 : Use binary prefixes (KiB, MiB, GiB) for memory units.  
							
							
							
						 
						
							2013-02-16 17:29:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								9982c53c2f 
								
							 
						 
						
							
							
								
								Issue  #12848 : The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.  
							
							... 
							
							
							
							Patch by Serhiy Storchaka. 
							
						 
						
							2012-11-24 20:41:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								bf6ecf92fa 
								
							 
						 
						
							
							
								
								Issue  #12848 : The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.  
							
							... 
							
							
							
							Patch by Serhiy Storchaka. 
							
						 
						
							2012-11-24 20:40:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								e80b29b5b6 
								
							 
						 
						
							
							
								
								cleanup Ellipsis and NotImplemented strings after we're done  
							
							
							
						 
						
							2012-03-16 18:45:31 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Łukasz Langa 
								
							 
						 
						
							
							
							
							
								
							
							
								cad1a07bec 
								
							 
						 
						
							
							
								
								minor PEP7-related fix  
							
							
							
						 
						
							2012-03-12 23:41:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Łukasz Langa 
								
							 
						 
						
							
							
							
							
								
							
							
								dbd7825d56 
								
							 
						 
						
							
							
								
								#13842 : check whether PyUnicode_FromString succeeded  
							
							
							
						 
						
							2012-03-12 22:59:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Łukasz Langa 
								
							 
						 
						
							
							
							
							
								
							
							
								f3078fbee2 
								
							 
						 
						
							
							
								
								Fixes   #13842 : cannot pickle Ellipsis or NotImplemented.  
							
							... 
							
							
							
							Thanks for James Sanders for the bug report and the patch. 
							
						 
						
							2012-03-12 19:46:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								8d3c290de4 
								
							 
						 
						
							
							
								
								Issue  #14166 : Pickler objects now have an optional dispatch_table attribute which allows to set custom per-pickler reduction functions.  
							
							... 
							
							
							
							Patch by sbt. 
							
						 
						
							2012-03-04 18:31:48 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								a23d65ccfe 
								
							 
						 
						
							
							
								
								Merge 3.2  
							
							
							
						 
						
							2011-12-13 13:22:42 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								3bfc65a25b 
								
							 
						 
						
							
							
								
								Issue  #13505 : Make pickling of bytes object compatible with Python 2.  
							
							... 
							
							
							
							Initial patch by sbt. 
							
						 
						
							2011-12-13 13:08:09 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								1c67dd9b15 
								
							 
						 
						
							
							
								
								Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.  
							
							
							
						 
						
							2011-10-14 15:16:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								bd928fef42 
								
							 
						 
						
							
							
								
								Rename _Py_identifier to _Py_IDENTIFIER.  
							
							
							
						 
						
							2011-10-14 10:20:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f5cff56a1b 
								
							 
						 
						
							
							
								
								Issue  #13088 : Add shared Py_hexdigits constant to format a number into base 16  
							
							
							
						 
						
							2011-10-14 02:13:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								1ee1b6fe0d 
								
							 
						 
						
							
							
								
								Use identifier API for PyObject_GetAttrString.  
							
							
							
						 
						
							2011-10-10 18:11:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								afe55bba33 
								
							 
						 
						
							
							
								
								Add API for static strings, primarily good for identifiers.  
							
							... 
							
							
							
							Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing. 
							
						 
						
							2011-10-09 10:38:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								5a688dbf97 
								
							 
						 
						
							
							
								
								Issue  #7689 : Allow pickling of dynamically created classes when their  
							
							... 
							
							
							
							metaclass is registered with copyreg.  Patch by Nicolas M. Thiéry and
Craig Citro. 
							
						 
						
							2011-10-04 09:25:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ffd41d9f10 
								
							 
						 
						
							
							
								
								Issue  #7689 : Allow pickling of dynamically created classes when their  
							
							... 
							
							
							
							metaclass is registered with copyreg.  Patch by Nicolas M. Thiéry and
Craig Citro. 
							
						 
						
							2011-10-04 09:23:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								c806fdcd8b 
								
							 
						 
						
							
							
								
								raw_unicode_escape() uses the new Unicode API  
							
							
							
						 
						
							2011-09-29 23:50:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								121aab4ba1 
								
							 
						 
						
							
							
								
								Strip trailing spaces of _pickle.c  
							
							
							
						 
						
							2011-09-29 23:40:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								d63a3b8beb 
								
							 
						 
						
							
							
								
								Implement PEP 393.  
							
							
							
						 
						
							2011-09-28 07:41:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								3454d52434 
								
							 
						 
						
							
							
								
								merge 3.2  
							
							
							
						 
						
							2011-09-23 13:53:06 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								adde86d0e3 
								
							 
						 
						
							
							
								
								fix compiler compliant about \0 not being an opcode  
							
							
							
						 
						
							2011-09-23 13:41:41 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								a514eb95f3 
								
							 
						 
						
							
							
								
								Issue  #12847 : Fix a crash with negative PUT and LONG_BINPUT arguments in  
							
							... 
							
							
							
							the C pickle implementation. 
							
						 
						
							2011-08-30 00:28:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								55549ec476 
								
							 
						 
						
							
							
								
								Issue  #12847 : Fix a crash with negative PUT and LONG_BINPUT arguments in  
							
							... 
							
							
							
							the C pickle implementation. 
							
						 
						
							2011-08-30 00:27:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ee763e2acc 
								
							 
						 
						
							
							
								
								Issue  #11564 : Avoid crashes when trying to pickle huge objects or containers  
							
							... 
							
							
							
							(more than 2**31 items).  Instead, in most cases, an OverflowError is raised. 
							
						 
						
							2011-08-29 23:14:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								82be19f889 
								
							 
						 
						
							
							
								
								Issue  #11564 : Avoid crashes when trying to pickle huge objects or containers  
							
							... 
							
							
							
							(more than 2**31 items).  Instead, in most cases, an OverflowError is raised. 
							
						 
						
							2011-08-29 23:09:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								e58bffb8ae 
								
							 
						 
						
							
							
								
								Followup to 8e824e09924a: fix regression on 32-bit builds  
							
							
							
						 
						
							2011-08-13 20:40:32 +02:00