Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f3fd733f92 
								
							 
						 
						
							
							
								
								Remove useless argument of _PyUnicode_AsDefaultEncodedString()  
							
							
							
						 
						
							2011-03-02 01:03:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								6d970f4713 
								
							 
						 
						
							
							
								
								Issue  #10831 : PyUnicode_FromFormat() supports %li, %lli and %zi formats  
							
							
							
						 
						
							2011-03-02 00:04:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								e7faec1aa9 
								
							 
						 
						
							
							
								
								Fix my previous commit (r88702): initialize size_tflag in parse_format_flags()  
							
							
							
						 
						
							2011-03-02 00:01:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								968654515f 
								
							 
						 
						
							
							
								
								Issue  #10829 : Refactor PyUnicode_FromFormat()  
							
							... 
							
							
							
							* Use the same function to parse the format string in the 3 steps
 * Fix crashs on invalid format strings 
							
						 
						
							2011-03-01 23:44:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								2b574a2332 
								
							 
						 
						
							
							
								
								Merged revisions 88697 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88697 | victor.stinner | 2011-03-01 23:46:52 +0100 (mar., 01 mars 2011) | 4 lines
  Issue #11246 : Fix PyUnicode_FromFormat("%V")
  Decode the byte string from UTF-8 (with replace error handler) instead of
  ISO-8859-1 (in strict mode). Patch written by Ray Allen.
........ 
							
						 
						
							2011-03-01 22:48:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								2512a8b62e 
								
							 
						 
						
							
							
								
								Issue  #11246 : Fix PyUnicode_FromFormat("%V")  
							
							... 
							
							
							
							Decode the byte string from UTF-8 (with replace error handler) instead of
ISO-8859-1 (in strict mode). Patch written by Ray Allen. 
							
						 
						
							2011-03-01 22:46:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								4001847a98 
								
							 
						 
						
							
							
								
								PEP 7 conformance changes (whitespace only).  
							
							
							
						 
						
							2011-02-26 01:02:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								1d52146a25 
								
							 
						 
						
							
							
								
								Issue  #11303 : Added shortcuts for utf8 and latin1 encodings.  
							
							... 
							
							
							
							Documented the list of optimized encodings as CPython implementation
detail. 
							
						 
						
							2011-02-25 19:19:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								f6c8fd62b9 
								
							 
						 
						
							
							
								
								Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://svn.python.org/python/branches/py3k
........
  r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line
  Do not put a raw REPLACEMENT CHARACTER in the document.
........
  r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line
  Fix indentation bug.
........
  r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line
  Fix heading style inconsistencies.
........
  r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line
  #10584 : fix bad links.
........
  r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line
  Fix typo.
........
  r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line
  Add missing word, and add a better reference to the actual function.
........
  r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line
  #10594 : fix parameter names in PyList API docs.
........
  r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line
  Fix some markup and style in the unittest docs.
........
  r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line
  Fix-up documentation of makedirs().
........
  r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines
  Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)
........
  r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line
  #10597 : fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
........
  r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line
  #10360 : catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
........
  r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line
  #10549 : fix interface of docclass() for text documenter.
........
  r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line
  Markup consistency fixes.
........
  r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line
  Fix punctuation.
........
  r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line
  Fix indentation.
........
  r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line
  Fix typo.
........
  r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line
  Fix typo.
........ 
							
						 
						
							2011-02-25 09:48:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								cbbaa96036 
								
							 
						 
						
							
							
								
								Issue  #10516 : adding list.clear() and list.copy() methods  
							
							
							
						 
						
							2011-02-25 05:47:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								915605c59a 
								
							 
						 
						
							
							
								
								Merged revisions 88550 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88550 | antoine.pitrou | 2011-02-24 21:50:49 +0100 (jeu., 24 févr. 2011) | 4 lines
  Issue #11286 : Raise a ValueError from calling PyMemoryView_FromBuffer with
  a buffer struct having a NULL data pointer.
........ 
							
						 
						
							2011-02-24 20:53:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								5bffa79c22 
								
							 
						 
						
							
							
								
								Issue  #11286 : Raise a ValueError from calling PyMemoryView_FromBuffer with  
							
							... 
							
							
							
							a buffer struct having a NULL data pointer. 
							
						 
						
							2011-02-24 20:50:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								659eb84457 
								
							 
						 
						
							
							
								
								Merged revisions 88481 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88481 | victor.stinner | 2011-02-21 22:13:44 +0100 (lun., 21 févr. 2011) | 4 lines
  Fix PyUnicode_FromFormatV("%c") for non-BMP char
  Issue #10830 : Fix PyUnicode_FromFormatV("%c") for non-BMP characters on
  narrow build.
........ 
							
						 
						
							2011-02-23 12:14:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								bd475115c4 
								
							 
						 
						
							
							
								
								Issue  #3080 : Add PyModule_GetNameObject()  
							
							... 
							
							
							
							repr(module) uses %R to format module name and filenames, instead of '%s' and
'%U', so surrogates from undecodable bytes in a filename (PEP 383) are escaped. 
							
						 
						
							2011-02-23 00:21:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								b94767ff44 
								
							 
						 
						
							
							
								
								Issue  #8914 : fix various warnings from the Clang static analyzer v254.  
							
							
							
						 
						
							2011-02-22 20:15:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								5ed8b2c737 
								
							 
						 
						
							
							
								
								Fix PyUnicode_FromFormatV("%c") for non-BMP char  
							
							... 
							
							
							
							Issue #10830 : Fix PyUnicode_FromFormatV("%c") for non-BMP characters on
narrow build. 
							
						 
						
							2011-02-21 21:13:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								fd34b3788f 
								
							 
						 
						
							
							
								
								Remove bootstrap code of PyUnicode_AsEncodedString()  
							
							... 
							
							
							
							Issue #11187 : Remove bootstrap code (use ASCII) of
PyUnicode_AsEncodedString(), it was replaced by a better fallback (use
the locale encoding) in PyUnicode_EncodeFSDefault().
Prepare also empty sections in NEWS. 
							
						 
						
							2011-02-21 20:51:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								7be5b78b4f 
								
							 
						 
						
							
							
								
								Merged revisions 88456 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88456 | martin.v.loewis | 2011-02-21 17:24:00 +0100 (Mo, 21 Feb 2011) | 2 lines
  - Check for NULL result in PyType_FromSpec.
........ 
							
						 
						
							2011-02-21 16:26:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								5e06a5d4cd 
								
							 
						 
						
							
							
								
								- Check for NULL result in PyType_FromSpec.  
							
							
							
						 
						
							2011-02-21 16:24:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								032400b2d8 
								
							 
						 
						
							
							
								
								#11249 : in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.  
							
							
							
						 
						
							2011-02-19 21:47:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								cc7e23ac15 
								
							 
						 
						
							
							
								
								Issue  #11134 : Add missing fields to typeslots.h.  
							
							... 
							
							
							
							Reviewed by Georg Brandl. 
							
						 
						
							2011-02-11 20:50:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								738236dbd6 
								
							 
						 
						
							
							
								
								Issue  #11067 : Add PyType_GetFlags, to support PyUnicode_Check  
							
							... 
							
							
							
							in the limited ABI 
							
						 
						
							2011-02-05 20:35:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								a1eac7218b 
								
							 
						 
						
							
							
								
								Issue  #11302 : missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash.  
							
							... 
							
							
							
							Originial patch by haypo, reviewed by me, okayed by Georg. 
							
						 
						
							2011-01-29 11:15:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								566facd39b 
								
							 
						 
						
							
							
								
								Merged revisions 88097 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines
  Issue #10451 : memoryview objects could allow to mutate a readable buffer.
  Initial patch by Ross Lagerwall.
........ 
							
						 
						
							2011-01-18 19:06:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ad62b03949 
								
							 
						 
						
							
							
								
								Issue  #10451 : memoryview objects could allow to mutate a readable buffer.  
							
							... 
							
							
							
							Initial patch by Ross Lagerwall. 
							
						 
						
							2011-01-18 18:57:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								32a8fe8b56 
								
							 
						 
						
							
							
								
								Merged revisions 88069 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88069 | benjamin.peterson | 2011-01-17 13:54:55 -0600 (Mon, 17 Jan 2011) | 1 line
  remove unneeded assertion
........ 
							
						 
						
							2011-01-17 20:03:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								37b9e46a04 
								
							 
						 
						
							
							
								
								remove unneeded assertion  
							
							
							
						 
						
							2011-01-17 19:54:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								d82f45b720 
								
							 
						 
						
							
							
								
								Merged revisions 88066 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88066 | benjamin.peterson | 2011-01-17 13:44:46 -0600 (Mon, 17 Jan 2011) | 1 line
  correct assertion
........ 
							
						 
						
							2011-01-17 19:46:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								0dd5ca0882 
								
							 
						 
						
							
							
								
								correct assertion  
							
							
							
						 
						
							2011-01-17 19:44:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								acd17591f5 
								
							 
						 
						
							
							
								
								Merged revisions 88063 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r88063 | benjamin.peterson | 2011-01-17 13:24:34 -0600 (Mon, 17 Jan 2011) | 4 lines
  turn some checks into assertions, since they are implied by the caller
  Reviewed by Georg.
........ 
							
						 
						
							2011-01-17 19:36:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								67641d25d4 
								
							 
						 
						
							
							
								
								turn some checks into assertions, since they are implied by the caller  
							
							... 
							
							
							
							Reviewed by Georg. 
							
						 
						
							2011-01-17 19:24:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matthias Klose 
								
							 
						 
						
							
							
							
							
								
							
							
								616667fbe8 
								
							 
						 
						
							
							
								
								rangeobject.c (compute_slice_indices): Make function static.  
							
							
							
						 
						
							2011-01-16 20:57:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								547d4859b9 
								
							 
						 
						
							
							
								
								plug reference leak  
							
							
							
						 
						
							2011-01-13 04:22:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								a53d2acb3d 
								
							 
						 
						
							
							
								
								Merged revisions 87960 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87960 | benjamin.peterson | 2011-01-12 12:56:07 -0600 (Wed, 12 Jan 2011) | 1 line
  use PyErr_SetString instead of PyErr_Format
........ 
							
						 
						
							2011-01-12 19:02:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								23b628ed0b 
								
							 
						 
						
							
							
								
								use PyErr_SetString instead of PyErr_Format  
							
							
							
						 
						
							2011-01-12 18:56:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								de368717da 
								
							 
						 
						
							
							
								
								Merged revisions 87952-87954 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87952 | benjamin.peterson | 2011-01-12 09:24:27 -0600 (Wed, 12 Jan 2011) | 1 line
  move this test to test_descr; it's not abc specific
........
  r87953 | benjamin.peterson | 2011-01-12 09:25:02 -0600 (Wed, 12 Jan 2011) | 1 line
  oops, wrong class
........
  r87954 | benjamin.peterson | 2011-01-12 09:34:01 -0600 (Wed, 12 Jan 2011) | 1 line
  don't segfault on deleting __abstractmethods__ #10892 
........ 
							
						 
						
							2011-01-12 15:42:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								477ba919c1 
								
							 
						 
						
							
							
								
								don't segfault on deleting __abstractmethods__  #10892  
							
							
							
						 
						
							2011-01-12 15:34:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								e993b10041 
								
							 
						 
						
							
							
								
								Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work)  
							
							
							
						 
						
							2011-01-12 03:15:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								5b6fc63998 
								
							 
						 
						
							
							
								
								Merged revisions 87834 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87834 | antoine.pitrou | 2011-01-07 22:43:59 +0100 (ven., 07 janv. 2011) | 5 lines
  Issue #8020 : Avoid a crash where the small objects allocator would read
  non-Python managed memory while it is being modified by another thread.
  Patch by Matt Bandy.
........ 
							
						 
						
							2011-01-07 21:49:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								b7fb2e25fb 
								
							 
						 
						
							
							
								
								Issue  #8020 : Avoid a crash where the small objects allocator would read  
							
							... 
							
							
							
							non-Python managed memory while it is being modified by another thread.
Patch by Matt Bandy. 
							
						 
						
							2011-01-07 21:43:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								189c091612 
								
							 
						 
						
							
							
								
								Drop bf_getbuffer/bf_releasebuffer from stable ABI,  
							
							... 
							
							
							
							see #10181 . 
							
						 
						
							2011-01-06 19:28:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								b30111f29e 
								
							 
						 
						
							
							
								
								Support comment lines and missing indices in typeslots.h.  
							
							
							
						 
						
							2011-01-06 19:26:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								aaa4e9a438 
								
							 
						 
						
							
							
								
								Remove arbitrary string length limits  
							
							... 
							
							
							
							PyUnicode_FromFormat() and PyErr_Format() allocates a buffer of the needed
size, it is no more a fixed-buffer of 500 bytes. 
							
						 
						
							2011-01-05 03:33:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								dc5554008f 
								
							 
						 
						
							
							
								
								Issue  #9015 ,  #9611 : stdprinter.write() clamps the length to 2^31-1 on Windows  
							
							
							
						 
						
							2011-01-04 13:15:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								0fcab4a3ed 
								
							 
						 
						
							
							
								
								Issue  #9566 : use Py_ssize_t instead of int  
							
							
							
						 
						
							2011-01-04 12:59:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								b9cc00caab 
								
							 
						 
						
							
							
								
								Removed unneeded #include  
							
							
							
						 
						
							2010-12-22 02:35:20 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								9d254f7092 
								
							 
						 
						
							
							
								
								Merged revisions 87368 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87368 | ezio.melotti | 2010-12-18 15:59:43 +0100 (Sat, 18 Dec 2010) | 1 line
  #5587 : add a repr to dict_proxy objects.  Patch by David Stanek and Daniel Urban.
........ 
							
						 
						
							2010-12-18 15:06:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								ac53ab64a6 
								
							 
						 
						
							
							
								
								#5587 : add a repr to dict_proxy objects.  Patch by David Stanek and Daniel Urban.  
							
							
							
						 
						
							2010-12-18 14:59:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R. David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								800dfee91a 
								
							 
						 
						
							
							
								
								Merged revisions 87251 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87251 | r.david.murray | 2010-12-14 18:06:25 -0500 (Tue, 14 Dec 2010) | 4 lines
  #4236 : avoid possible Fatal Error when import is called from __del__
  Patch by Simon Cross, crasher test code by Martin von Löwis.
........ 
							
						 
						
							2010-12-14 23:30:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R. David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								ce4b170c5a 
								
							 
						 
						
							
							
								
								#4236 : avoid possible Fatal Error when import is called from __del__  
							
							... 
							
							
							
							Patch by Simon Cross, crasher test code by Martin von Löwis. 
							
						 
						
							2010-12-14 23:06:25 +00:00