Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								a0b7444f68
								
							
						 | 
						
							
							
								
								test_py3kwarn had been overlooked when test.test_support.catch_warning() was
							
							
							
							
							
							
							
							re-implemented to use warnings.catch_warnings() and had its API improved.
Closes issue #3768.
Code review by Benjamin Peterson. 
							
						 | 
						
							2008-09-03 22:45:11 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								973e6c2cf3
								
							
						 | 
						
							
							
								
								remove py3k warnings about the threading api; update docs
							
							
							
							
							
							
							
							Reviewer: Benjamin Peterson 
							
						 | 
						
							2008-09-01 23:12:58 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								712ee92309
								
							
						 | 
						
							
							
								
								generate py3k warnings on __getslice__, __delslice__, and __setslice__
							
							
							
							
							
							
							
							Reviewer: Brett Cannon 
							
						 | 
						
							2008-08-24 18:10:20 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								6ee1a31e9b
								
							
						 | 
						
							
							
								
								add py3k warnings for old threading APIs
							
							
							
							
							
							
							
							they will still live in 3.0 but it can't hurt 
							
						 | 
						
							2008-08-18 21:53:29 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								541f7da3a9
								
							
						 | 
						
							
							
								
								add a test for reduce's move
							
							
							
							
							
						 | 
						
							2008-08-18 02:12:23 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Nick Coghlan
								
							 
						 | 
						
							
							
							
							
								
							
							
								48361f5cbf
								
							
						 | 
						
							
							
								
								Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
							
							
							
							
							
						 | 
						
							2008-08-11 15:45:58 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								1e8fba729e
								
							
						 | 
						
							
							
								
								Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality.
							
							
							
							
							
						 | 
						
							2008-07-18 19:30:22 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								a6864e0d9f
								
							
						 | 
						
							
							
								
								fix test_py3kwarns
							
							
							
							
							
							
							
							The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python. 
							
						 | 
						
							2008-07-14 17:42:17 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Nick Coghlan
								
							 
						 | 
						
							
							
							
							
								
							
							
								38469e2719
								
							
						 | 
						
							
							
								
								Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
							
							
							
							
							
						 | 
						
							2008-07-13 12:23:47 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								26305a03e3
								
							
						 | 
						
							
							
								
								add py3k warnings to  rfc822
							
							
							
							
							
						 | 
						
							2008-06-12 22:33:06 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								a03722f278
								
							
						 | 
						
							
							
								
								deprecated mimetools
							
							
							
							
							
						 | 
						
							2008-06-12 14:23:49 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								f4fcdb6b8c
								
							
						 | 
						
							
							
								
								warn about parameter tuple unpacking
							
							
							
							
							
						 | 
						
							2008-06-08 23:00:00 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								d5efd20406
								
							
						 | 
						
							
							
								
								Warn about assigning to Py3k keywords (True and False)
							
							
							
							
							
						 | 
						
							2008-06-08 22:52:37 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								2fe3ef8750
								
							
						 | 
						
							
							
								
								change Py3k backquote warning to a SyntaxWarning and add a test
							
							
							
							
							
						 | 
						
							2008-06-08 02:05:33 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								ac19d85e04
								
							
						 | 
						
							
							
								
								Deprecate htmllib and sgmllib for 3.0.
							
							
							
							
							
						 | 
						
							2008-06-01 21:19:14 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								abb34fe9f3
								
							
						 | 
						
							
							
								
								UserString.MutableString has been removed in Python 3.0.
							
							
							
							
							
							
							
							Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch. 
							
						 | 
						
							2008-05-29 05:08:50 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								1d31023b31
								
							
						 | 
						
							
							
								
								Improvements for test_py3kwarn
							
							
							
							
							
							
							
							- Always show warnings so they are always catchable
- Make test_os_path_walk faster by walking a less populous directory 
							
						 | 
						
							2008-05-27 01:42:29 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								3aa84a7f28
								
							
						 | 
						
							
							
								
								warn about some members of the commands module
							
							
							
							
							
						 | 
						
							2008-05-26 19:41:53 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								392c6fc02d
								
							
						 | 
						
							
							
								
								ConfigParser renaming reversal part 3: move module into place and adapt imports.
							
							
							
							
							
						 | 
						
							2008-05-25 07:25:25 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								a6168f9e0a
								
							
						 | 
						
							
							
								
								Queue renaming reversal part 3: move module into place and
							
							
							
							
							
							
							
							change imports and other references. Closes #2925. 
							
						 | 
						
							2008-05-25 07:20:14 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								e152a77d96
								
							
						 | 
						
							
							
								
								socketserver renaming reversal part 3: move the module into the right
							
							
							
							
							
							
							
							place and fix all references to it.  Closes #2926. 
							
						 | 
						
							2008-05-24 18:31:28 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								2ee0e8eaec
								
							
						 | 
						
							
							
								
								Revert the renaming of repr to reprlib.
							
							
							
							
							
						 | 
						
							2008-05-23 05:03:59 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								dffbf5f542
								
							
						 | 
						
							
							
								
								Revert copy_reg -> copyreg rename.
							
							
							
							
							
						 | 
						
							2008-05-20 07:49:57 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								6634bf2919
								
							
						 | 
						
							
							
								
								Tkinter rename reversal: remove tkinter package, adapt imports and docs.
							
							
							
							
							
						 | 
						
							2008-05-20 07:13:37 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Fred Drake
								
							 
						 | 
						
							
							
							
							
								
							
							
								d995e1150c
								
							
						 | 
						
							
							
								
								revert creation of the html.entities and html.parser modules
							
							
							
							
							
							
							
							(http://bugs.python.org/issue2882) 
							
						 | 
						
							2008-05-20 06:08:38 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								a9916b55de
								
							
						 | 
						
							
							
								
								#2353: raise Py3k warning in file.xreadlines().
							
							
							
							
							
						 | 
						
							2008-05-17 22:11:54 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Fred Drake
								
							 
						 | 
						
							
							
							
							
								
							
							
								91ae250273
								
							
						 | 
						
							
							
								
								rename HTMLParser to html.parser, htmlentitydefs to html.entities
							
							
							
							
							
							
							
							(http://bugs.python.org/issue2882) 
							
						 | 
						
							2008-05-17 20:30:04 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								c6d64ec83f
								
							
						 | 
						
							
							
								
								revert 63425 over Guido's Febuary message about this, that I missed
							
							
							
							
							
						 | 
						
							2008-05-17 20:09:42 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								d7943cb71d
								
							
						 | 
						
							
							
								
								fix spelling
							
							
							
							
							
						 | 
						
							2008-05-17 19:51:10 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								79a922d6df
								
							
						 | 
						
							
							
								
								add Py3k warnings to oct and hex. backport hex behavior (because it's not different)
							
							
							
							
							
						 | 
						
							2008-05-17 19:21:20 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alexandre Vassalotti
								
							 
						 | 
						
							
							
							
							
								
							
							
								3c4971c40e
								
							
						 | 
						
							
							
								
								Added Python 3.0 warning to cPickle.
							
							
							
							
							
						 | 
						
							2008-05-16 19:14:31 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Georg Brandl
								
							 
						 | 
						
							
							
							
							
								
							
							
								ad9afeb8f0
								
							
						 | 
						
							
							
								
								Tkinter rename, step 2: fix imports and add stub modules.
							
							
							
							
							
						 | 
						
							2008-05-16 15:48:15 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alexandre Vassalotti
								
							 
						 | 
						
							
							
							
							
								
							
							
								95d97c7390
								
							
						 | 
						
							
							
								
								Renamed the repr module to reprlib.
							
							
							
							
							
							
							
							Added stub module for repr. 
							
						 | 
						
							2008-05-16 06:37:57 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								fa40bbf625
								
							
						 | 
						
							
							
								
								Deprecated statvfs for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-16 00:50:02 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								2224817cdf
								
							
						 | 
						
							
							
								
								Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-16 00:10:24 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								74a596c068
								
							
						 | 
						
							
							
								
								Deprecate WAIT for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 04:17:35 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								f56b6aeb06
								
							
						 | 
						
							
							
								
								Deprecated torgb for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 04:15:25 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								518c5da219
								
							
						 | 
						
							
							
								
								Deprecate SV for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 04:13:19 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								cd2de08257
								
							
						 | 
						
							
							
								
								Deprecate readcd for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:51:21 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								7e37586c50
								
							
						 | 
						
							
							
								
								The panel module for IRIX has been deprecated for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:46:27 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								89f5d9cc81
								
							
						 | 
						
							
							
								
								Deprecate jpeg for IRIX for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:44:00 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								d8c41ecc17
								
							
						 | 
						
							
							
								
								Deprecate IOCTL from IRIX for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:41:55 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								6328b297dc
								
							
						 | 
						
							
							
								
								Deprecate IN from IRIX for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:36:13 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								4652537ba4
								
							
						 | 
						
							
							
								
								Deprecate imgfile for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:32:11 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								707e384a7a
								
							
						 | 
						
							
							
								
								Deprecate GLWS from IRIX for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:29:18 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								82bd94e651
								
							
						 | 
						
							
							
								
								Deprecate GET from IRIX for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:27:12 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								75ba465099
								
							
						 | 
						
							
							
								
								Deprecated 'fm' for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:23:17 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								178582e2a4
								
							
						 | 
						
							
							
								
								FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:20:36 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								72ccc40db5
								
							
						 | 
						
							
							
								
								FILE from IRIX has been deprecated for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:17:24 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brett Cannon
								
							 
						 | 
						
							
							
							
							
								
							
							
								2773b6f1c9
								
							
						 | 
						
							
							
								
								Deprecate ERRNO for removal in 3.0.
							
							
							
							
							
						 | 
						
							2008-05-15 03:14:57 +00:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 |