]>
granicus.if.org Git - python/log
Brett Cannon [Thu, 15 May 2008 04:15:59 +0000 (04:15 +0000)]
Blocked revisions 63303 via svnmerge
........
r63303 | brett.cannon | 2008-05-14 21:15:25 -0700 (Wed, 14 May 2008) | 1 line
Deprecated torgb for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 04:14:07 +0000 (04:14 +0000)]
Blocked revisions 63300 via svnmerge
........
r63300 | brett.cannon | 2008-05-14 21:13:19 -0700 (Wed, 14 May 2008) | 1 line
Deprecate SV for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:52:00 +0000 (03:52 +0000)]
Blocked revisions 63297 via svnmerge
........
r63297 | brett.cannon | 2008-05-14 20:51:21 -0700 (Wed, 14 May 2008) | 1 line
Deprecate readcd for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:49:35 +0000 (03:49 +0000)]
Blocked revisions 63294 via svnmerge
........
r63294 | brett.cannon | 2008-05-14 20:49:00 -0700 (Wed, 14 May 2008) | 1 line
Deprecated panelparser for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:47:08 +0000 (03:47 +0000)]
Blocked revisions 63291 via svnmerge
........
r63291 | brett.cannon | 2008-05-14 20:46:27 -0700 (Wed, 14 May 2008) | 1 line
The panel module for IRIX has been deprecated for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:44:50 +0000 (03:44 +0000)]
Blocked revisions 63288 via svnmerge
........
r63288 | brett.cannon | 2008-05-14 20:44:00 -0700 (Wed, 14 May 2008) | 1 line
Deprecate jpeg for IRIX for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:42:47 +0000 (03:42 +0000)]
Blocked revisions 63285 via svnmerge
........
r63285 | brett.cannon | 2008-05-14 20:41:55 -0700 (Wed, 14 May 2008) | 1 line
Deprecate IOCTL from IRIX for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:36:49 +0000 (03:36 +0000)]
Blocked revisions 63282 via svnmerge
........
r63282 | brett.cannon | 2008-05-14 20:36:13 -0700 (Wed, 14 May 2008) | 1 line
Deprecate IN from IRIX for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:32:52 +0000 (03:32 +0000)]
Blocked revisions 63277 via svnmerge
........
r63277 | brett.cannon | 2008-05-14 20:29:18 -0700 (Wed, 14 May 2008) | 1 line
Deprecate GLWS from IRIX for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:28:49 +0000 (03:28 +0000)]
Blocked revisions 63274 via svnmerge
........
r63274 | brett.cannon | 2008-05-14 20:27:12 -0700 (Wed, 14 May 2008) | 1 line
Deprecate GET from IRIX for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:23:52 +0000 (03:23 +0000)]
Blocked revisions 63271 via svnmerge
........
r63271 | brett.cannon | 2008-05-14 20:23:17 -0700 (Wed, 14 May 2008) | 1 line
Deprecated 'fm' for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:21:16 +0000 (03:21 +0000)]
Blocked revisions 63268 via svnmerge
........
r63268 | brett.cannon | 2008-05-14 20:20:36 -0700 (Wed, 14 May 2008) | 1 line
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:18:15 +0000 (03:18 +0000)]
Blocked revisions 63265 via svnmerge
........
r63265 | brett.cannon | 2008-05-14 20:17:24 -0700 (Wed, 14 May 2008) | 1 line
FILE from IRIX has been deprecated for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 03:16:02 +0000 (03:16 +0000)]
Blocked revisions 63262 via svnmerge
........
r63262 | brett.cannon | 2008-05-14 20:14:57 -0700 (Wed, 14 May 2008) | 1 line
Deprecate ERRNO for removal in 3.0.
........
Brett Cannon [Thu, 15 May 2008 02:47:27 +0000 (02:47 +0000)]
Blocked revisions 63260 via svnmerge
........
r63260 | brett.cannon | 2008-05-14 19:33:55 -0700 (Wed, 14 May 2008) | 1 line
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
........
Benjamin Peterson [Thu, 15 May 2008 02:17:58 +0000 (02:17 +0000)]
Fix json examples so they would actually work in Py3k
Alexandre Vassalotti [Thu, 15 May 2008 02:14:05 +0000 (02:14 +0000)]
Fixed configparser import in distutils.config.
Alexandre Vassalotti [Wed, 14 May 2008 22:59:42 +0000 (22:59 +0000)]
Renamed ConfigParser to configparser.
Merged revisions 63247-63248 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63247 | georg.brandl | 2008-05-14 18:30:31 -0400 (Wed, 14 May 2008) | 2 lines
Update configparser docs for lowercasing rename.
........
r63248 | alexandre.vassalotti | 2008-05-14 18:44:22 -0400 (Wed, 14 May 2008) | 8 lines
Updated import statements to use the new `configparser` module name.
Updated the documentation to use the new name.
Revert addition of the stub entry for the old name.
Georg, I am reverting your changes since this commit should propagate
to py3k.
........
Alexandre Vassalotti [Wed, 14 May 2008 22:54:18 +0000 (22:54 +0000)]
Blocked revisions 63249 via svnmerge
........
r63249 | alexandre.vassalotti | 2008-05-14 18:51:10 -0400 (Wed, 14 May 2008) | 2 lines
Added documentation stub for ConfigParser.
........
Alexandre Vassalotti [Wed, 14 May 2008 22:09:07 +0000 (22:09 +0000)]
Blocked revisions 63242 via svnmerge
........
r63242 | alexandre.vassalotti | 2008-05-14 18:07:07 -0400 (Wed, 14 May 2008) | 2 lines
Renamed the ConfigParser module to 'configparser'.
........
Alexandre Vassalotti [Wed, 14 May 2008 21:57:18 +0000 (21:57 +0000)]
Change Pickler._batch_appends() and Pickler._batch_setitems() to take
an iterable object, instead of an iterator.
Brett Cannon [Wed, 14 May 2008 21:12:50 +0000 (21:12 +0000)]
Blocked revisions 63236 via svnmerge
........
r63236 | brett.cannon | 2008-05-14 14:12:12 -0700 (Wed, 14 May 2008) | 1 line
Deprecate CL, CL_old, and cl for 3.0.
........
Brett Cannon [Wed, 14 May 2008 21:09:45 +0000 (21:09 +0000)]
Blocked revisions 63233 via svnmerge
........
r63233 | brett.cannon | 2008-05-14 14:08:41 -0700 (Wed, 14 May 2008) | 1 line
Deprecate the cdplayer module for IRIX for 3.0.
........
Benjamin Peterson [Wed, 14 May 2008 21:07:12 +0000 (21:07 +0000)]
add a NEWS note for 63205
Brett Cannon [Wed, 14 May 2008 20:35:10 +0000 (20:35 +0000)]
Blocked revisions 63228 via svnmerge
........
r63228 | brett.cannon | 2008-05-14 13:34:22 -0700 (Wed, 14 May 2008) | 1 line
The cddb module for IRIX has been deprecated for 3.0.
........
Brett Cannon [Wed, 14 May 2008 20:32:36 +0000 (20:32 +0000)]
Blocked revisions 63225 via svnmerge
........
r63225 | brett.cannon | 2008-05-14 13:31:38 -0700 (Wed, 14 May 2008) | 1 line
The CD and cd modules for IRIX are deprecated for 3.0.
........
Brett Cannon [Wed, 14 May 2008 01:10:22 +0000 (01:10 +0000)]
Blocked revisions 63213 via svnmerge
........
r63213 | brett.cannon | 2008-05-13 18:08:21 -0700 (Tue, 13 May 2008) | 1 line
Deprecate al/AL for removal in 3.0.
........
Benjamin Peterson [Tue, 13 May 2008 13:47:53 +0000 (13:47 +0000)]
remove mactoolboxglue
Benjamin Peterson [Tue, 13 May 2008 12:56:25 +0000 (12:56 +0000)]
revert syntax change
Neal Norwitz [Tue, 13 May 2008 04:55:24 +0000 (04:55 +0000)]
Convert a lot of print statements to print functions in docstrings,
documentation, and unused/rarely used functions.
Neal Norwitz [Tue, 13 May 2008 04:17:25 +0000 (04:17 +0000)]
Remove merge conflict
Benjamin Peterson [Tue, 13 May 2008 02:26:56 +0000 (02:26 +0000)]
remove plat-darwin
Benjamin Peterson [Tue, 13 May 2008 00:11:52 +0000 (00:11 +0000)]
blocked a test_py3kwarn rev
Benjamin Peterson [Mon, 12 May 2008 23:48:08 +0000 (23:48 +0000)]
remove test_multifile
Benjamin Peterson [Mon, 12 May 2008 22:28:36 +0000 (22:28 +0000)]
Blocked revisions 63191 via svnmerge
........
r63191 | benjamin.peterson | 2008-05-12 17:26:05 -0500 (Mon, 12 May 2008) | 2 lines
Make error messages more helpful
........
Benjamin Peterson [Mon, 12 May 2008 22:25:16 +0000 (22:25 +0000)]
Remove the Mac modules
Benjamin Peterson [Mon, 12 May 2008 21:55:40 +0000 (21:55 +0000)]
Blocked revisions 63187 via svnmerge
........
r63187 | benjamin.peterson | 2008-05-12 16:42:13 -0500 (Mon, 12 May 2008) | 2 lines
Add warnings to and deprecated all those Mac modules
........
Georg Brandl [Mon, 12 May 2008 18:07:51 +0000 (18:07 +0000)]
Blocked revisions 63177-63180 via svnmerge
........
r63177 | georg.brandl | 2008-05-12 19:43:13 +0200 (Mon, 12 May 2008) | 2 lines
Fix markup.
........
r63178 | georg.brandl | 2008-05-12 19:47:53 +0200 (Mon, 12 May 2008) | 2 lines
Marshal is at version 2.
........
r63179 | georg.brandl | 2008-05-12 19:48:56 +0200 (Mon, 12 May 2008) | 2 lines
Mention version in which the new marshal version was introduced.
........
r63180 | georg.brandl | 2008-05-12 19:52:13 +0200 (Mon, 12 May 2008) | 2 lines
Win 95/98 is no longer supported.
........
Georg Brandl [Mon, 12 May 2008 18:06:23 +0000 (18:06 +0000)]
Fix doctest's __all__.
Georg Brandl [Mon, 12 May 2008 18:05:20 +0000 (18:05 +0000)]
Remove many "versionchanged" items that didn't use the official markup,
but just some text embedded in the docs.
Also remove paragraph about implicit relative imports from tutorial.
Georg Brandl [Mon, 12 May 2008 18:03:53 +0000 (18:03 +0000)]
Remove function obsolete since Python 2.3 from traceback module.
Georg Brandl [Mon, 12 May 2008 17:38:56 +0000 (17:38 +0000)]
Remove deprecated Tester class from doctest module.
Georg Brandl [Mon, 12 May 2008 16:53:56 +0000 (16:53 +0000)]
range() returns an iterable, not an iterator.
Georg Brandl [Mon, 12 May 2008 16:50:59 +0000 (16:50 +0000)]
Blocked revisions 63166 via svnmerge
........
r63166 | georg.brandl | 2008-05-12 18:45:43 +0200 (Mon, 12 May 2008) | 2 lines
#2836: backport new string formatting docs.
........
Georg Brandl [Mon, 12 May 2008 16:50:12 +0000 (16:50 +0000)]
Fix typo.
Georg Brandl [Mon, 12 May 2008 16:33:11 +0000 (16:33 +0000)]
Remove duplicated paragraph.
Amaury Forgeot d'Arc [Mon, 12 May 2008 14:41:00 +0000 (14:41 +0000)]
#Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried.
Amaury Forgeot d'Arc [Mon, 12 May 2008 13:19:07 +0000 (13:19 +0000)]
#2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings
with chars outside the 7bit ascii (s# was already correct).
This is necessary to allow python run from a non-ASCII directory,
and seems enough on some platforms, probably where the default PyUnicode encoding (utf-8)
is also the default filesystem encoding.
Georg Brandl [Mon, 12 May 2008 10:08:10 +0000 (10:08 +0000)]
Blocked revisions 63153-63154 via svnmerge
........
r63153 | georg.brandl | 2008-05-12 12:03:16 +0200 (Mon, 12 May 2008) | 2 lines
Fix-up docs for socketserver and queue renaming.
........
r63154 | georg.brandl | 2008-05-12 12:05:39 +0200 (Mon, 12 May 2008) | 2 lines
Fix-up docs for the copyreg module renaming.
........
Eric Smith [Mon, 12 May 2008 10:01:24 +0000 (10:01 +0000)]
Document the 'n' integer presentation type for str.format().
Brett Cannon [Mon, 12 May 2008 03:18:21 +0000 (03:18 +0000)]
Remove the multifile module as deprecated by PEP 4.
Alexandre Vassalotti [Mon, 12 May 2008 02:31:37 +0000 (02:31 +0000)]
Renamed the SocketServer module to 'socketserver'.
Merged revisions 63132 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63132 | alexandre.vassalotti | 2008-05-11 22:11:22 -0400 (Sun, 11 May 2008) | 4 lines
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
........
Alexandre Vassalotti [Mon, 12 May 2008 02:19:40 +0000 (02:19 +0000)]
Blocked revisions 63134 via svnmerge
........
r63134 | alexandre.vassalotti | 2008-05-11 22:18:15 -0400 (Sun, 11 May 2008) | 3 lines
Added stub entry in the documentation mentioning SocketServer
was renamed.
........
Alexandre Vassalotti [Mon, 12 May 2008 02:19:15 +0000 (02:19 +0000)]
Blocked revisions 63129 via svnmerge
........
r63129 | alexandre.vassalotti | 2008-05-11 21:37:10 -0400 (Sun, 11 May 2008) | 3 lines
Renamed SocketServer to 'socketserver'.
Deprecated old name.
........
Brett Cannon [Mon, 12 May 2008 00:56:28 +0000 (00:56 +0000)]
The __all__ value for 'collections' was missing UserList and UserString.
Brett Cannon [Mon, 12 May 2008 00:09:10 +0000 (00:09 +0000)]
Blocked revisions 63114 via svnmerge
........
r63114 | brett.cannon | 2008-05-11 17:08:34 -0700 (Sun, 11 May 2008) | 2 lines
Depreate imageop for removal in 3.0.
........
Brett Cannon [Sun, 11 May 2008 23:39:50 +0000 (23:39 +0000)]
Blocked revisions 63108 via svnmerge
........
r63108 | brett.cannon | 2008-05-11 16:39:04 -0700 (Sun, 11 May 2008) | 2 lines
Put Lib/lib-old back on to sys.path for module renames.
........
Alexandre Vassalotti [Sun, 11 May 2008 23:17:37 +0000 (23:17 +0000)]
Revert commit r63088.
Brett Cannon [Sun, 11 May 2008 22:47:58 +0000 (22:47 +0000)]
Remove the sre module.
Georg Brandl [Sun, 11 May 2008 21:42:51 +0000 (21:42 +0000)]
Remove old backwards-compatibility classes from the cgi module.
Georg Brandl [Sun, 11 May 2008 21:31:44 +0000 (21:31 +0000)]
Remove rfc822 dependency in test.
Eric Smith [Sun, 11 May 2008 21:00:57 +0000 (21:00 +0000)]
Merged revisions 63078 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
When forward porting this, I added _PyUnicode_InsertThousandsGrouping.
........
r63078 | eric.smith | 2008-05-11 15:52:48 -0400 (Sun, 11 May 2008) | 14 lines
Addresses issue 2802: 'n' formatting for integers.
Adds 'n' as a format specifier for integers, to mirror the same
specifier which is already available for floats. 'n' is the same as
'd', but inserts the current locale-specific thousands grouping.
I added this as a stringlib function, but it's only used by str type,
not unicode. This is because of an implementation detail in
unicode.format(), which does its own str->unicode conversion. But the
unicode version will be needed in 3.0, and it may be needed by other
code eventually in 2.6 (maybe decimal?), so I left it as a stringlib
implementation. As long as the unicode version isn't instantiated,
there's no overhead for this.
........
Georg Brandl [Sun, 11 May 2008 20:51:18 +0000 (20:51 +0000)]
#756982: Remove rfc822 reference.
Alexandre Vassalotti [Sun, 11 May 2008 20:36:09 +0000 (20:36 +0000)]
Renamed PixMapWrapper module to pixmapwrapper.
Alexandre Vassalotti [Sun, 11 May 2008 20:31:43 +0000 (20:31 +0000)]
Blocked revisions 63086 via svnmerge
........
r63086 | alexandre.vassalotti | 2008-05-11 16:30:43 -0400 (Sun, 11 May 2008) | 6 lines
Added stub for the PixMapWrapper module to be renamed in 3.0.
Modified TestStdlibRenames to support platform specific renames.
Added test for PixMapWrapper rename warning.
Added note to documentation about PixMapWrapper rename.
........
Alexandre Vassalotti [Sun, 11 May 2008 20:08:44 +0000 (20:08 +0000)]
Blocked revisions 63046 via svnmerge
........
r63046 | alexandre.vassalotti | 2008-05-11 05:01:51 -0400 (Sun, 11 May 2008) | 3 lines
Added test for copy_reg rename.
Added note to documentation about copy_reg rename.
........
Alexandre Vassalotti [Sun, 11 May 2008 20:07:57 +0000 (20:07 +0000)]
Blocked revisions 63080 via svnmerge
........
r63080 | alexandre.vassalotti | 2008-05-11 16:04:03 -0400 (Sun, 11 May 2008) | 3 lines
Added test for Queue rename warning.
Added note to documentation about Queue rename.
........
Alexandre Vassalotti [Sun, 11 May 2008 19:59:59 +0000 (19:59 +0000)]
Rename Queue module to queue.
Updated documentation to use new name.
Merged revisions 63077 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63077 | alexandre.vassalotti | 2008-05-11 15:39:48 -0400 (Sun, 11 May 2008) | 3 lines
Added stub for the Queue module to be renamed in 3.0.
Use the 3.0 module name to avoid spurious warnings.
........
Georg Brandl [Sun, 11 May 2008 16:52:22 +0000 (16:52 +0000)]
Remove test for now-removed classes.
Benjamin Peterson [Sun, 11 May 2008 16:17:24 +0000 (16:17 +0000)]
fix __all__
Georg Brandl [Sun, 11 May 2008 14:52:00 +0000 (14:52 +0000)]
Update the codecs docs w.r.t. str/bytes.
Georg Brandl [Sun, 11 May 2008 14:42:16 +0000 (14:42 +0000)]
Remove old macro that isn't used anywhere anymore.
Georg Brandl [Sun, 11 May 2008 14:30:18 +0000 (14:30 +0000)]
Remove mentions of "plain" integers.
Georg Brandl [Sun, 11 May 2008 10:57:28 +0000 (10:57 +0000)]
Block doc change about plain/long integers.
Georg Brandl [Sun, 11 May 2008 10:53:16 +0000 (10:53 +0000)]
Remove an obsolete sentence.
Georg Brandl [Sun, 11 May 2008 08:59:40 +0000 (08:59 +0000)]
#2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes.
Alexandre Vassalotti [Sun, 11 May 2008 08:55:36 +0000 (08:55 +0000)]
Rename copy_reg module to copyreg.
Updated documentation.
Merged revisions 63042 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63042 | alexandre.vassalotti | 2008-05-11 04:25:28 -0400 (Sun, 11 May 2008) | 5 lines
Added module stub for copy_reg renaming in 3.0.
Renamed copy_reg to copyreg in the standard library, to avoid
spurious warnings and ease later merging to py3k branch. Public
documentation remains intact.
........
Brett Cannon [Sun, 11 May 2008 03:04:55 +0000 (03:04 +0000)]
Blocked revisions 63030 via svnmerge
........
r63030 | brett.cannon | 2008-05-10 20:01:47 -0700 (Sat, 10 May 2008) | 1 line
Deprecated the mhlib module for removal in 3.0.
........
Brett Cannon [Sun, 11 May 2008 03:00:26 +0000 (03:00 +0000)]
Remove the mhlib module.
Brett Cannon [Sun, 11 May 2008 01:08:09 +0000 (01:08 +0000)]
Blocked revisions 63025 via svnmerge
........
r63025 | brett.cannon | 2008-05-10 18:06:54 -0700 (Sat, 10 May 2008) | 2 lines
Fix up markup in the deprecation notice.
........
Brett Cannon [Sun, 11 May 2008 00:51:30 +0000 (00:51 +0000)]
Blocked revisions 63021 via svnmerge
........
r63021 | brett.cannon | 2008-05-10 17:50:51 -0700 (Sat, 10 May 2008) | 1 line
The linuxaudidev module has been deprecated for removal in Python 3.0.
........
Brett Cannon [Sat, 10 May 2008 22:46:23 +0000 (22:46 +0000)]
Blocked revisions 63018 via svnmerge
........
r63018 | brett.cannon | 2008-05-10 15:45:07 -0700 (Sat, 10 May 2008) | 1 line
Deprecate ihooks for removal in 3.0.
........
Brett Cannon [Sat, 10 May 2008 22:42:14 +0000 (22:42 +0000)]
The ihooks module has been removed.
Brett Cannon [Sat, 10 May 2008 22:12:57 +0000 (22:12 +0000)]
Blocked revisions 63013 via svnmerge
........
r63013 | brett.cannon | 2008-05-10 15:11:45 -0700 (Sat, 10 May 2008) | 2 lines
Deprecate the fpformat module for removal in 3.0.
........
Brett Cannon [Sat, 10 May 2008 22:04:30 +0000 (22:04 +0000)]
Remove a reference to the docs of fpformat.
Brett Cannon [Sat, 10 May 2008 22:03:16 +0000 (22:03 +0000)]
Remove the fpformat module.
Brett Cannon [Sat, 10 May 2008 21:25:32 +0000 (21:25 +0000)]
Blocked revisions 63007-63008 via svnmerge
........
r63007 | brett.cannon | 2008-05-10 14:20:19 -0700 (Sat, 10 May 2008) | 2 lines
Deprecate the dl module for removal in 3.0.
........
r63008 | brett.cannon | 2008-05-10 14:22:43 -0700 (Sat, 10 May 2008) | 2 lines
Add an entry for the deprecation of the dl module.
........
Brett Cannon [Sat, 10 May 2008 21:13:53 +0000 (21:13 +0000)]
Blocked revisions 63004 via svnmerge
........
r63004 | brett.cannon | 2008-05-10 14:12:57 -0700 (Sat, 10 May 2008) | 2 lines
Deprecate the dircache module for 3.0.
........
Brett Cannon [Sat, 10 May 2008 21:11:46 +0000 (21:11 +0000)]
Remove the dircache module.
Jeremy Hylton [Sat, 10 May 2008 20:38:40 +0000 (20:38 +0000)]
Fixup old, invalid import.
Brett Cannon [Sat, 10 May 2008 03:19:54 +0000 (03:19 +0000)]
The Canvas module has been removed.
Brett Cannon [Sat, 10 May 2008 03:17:52 +0000 (03:17 +0000)]
Blocked revisions 62985-62986 via svnmerge
........
r62985 | brett.cannon | 2008-05-09 20:14:32 -0700 (Fri, 09 May 2008) | 2 lines
The Canvas module has been deprecated for removal in 3.0.
........
r62986 | brett.cannon | 2008-05-09 20:16:38 -0700 (Fri, 09 May 2008) | 3 lines
Make sure warnings are not suppressed when testing for the raised
DeprecationWarning.
........
Brett Cannon [Sat, 10 May 2008 03:11:05 +0000 (03:11 +0000)]
Blocked revisions 62983 via svnmerge
........
r62983 | brett.cannon | 2008-05-09 20:09:35 -0700 (Fri, 09 May 2008) | 2 lines
Add a test for the deprecation of the compiler package.
........
Brett Cannon [Sat, 10 May 2008 02:59:33 +0000 (02:59 +0000)]
Blocked revisions 62977 via svnmerge
........
r62977 | brett.cannon | 2008-05-09 19:58:26 -0700 (Fri, 09 May 2008) | 2 lines
Deprecate the compiler package for removal in 3.0.
........
Brett Cannon [Sat, 10 May 2008 02:58:58 +0000 (02:58 +0000)]
Blocked revisions 62974 via svnmerge
........
r62974 | brett.cannon | 2008-05-09 19:53:46 -0700 (Fri, 09 May 2008) | 2 lines
Add an entry on the deprecation of Bastion and rexec.
........
Brett Cannon [Sat, 10 May 2008 02:48:35 +0000 (02:48 +0000)]
Blocked revisions 62971 via svnmerge
........
r62971 | brett.cannon | 2008-05-09 19:47:54 -0700 (Fri, 09 May 2008) | 2 lines
Deprecate the bsddb185 module for removal in 3.0.
........
Brett Cannon [Sat, 10 May 2008 02:37:39 +0000 (02:37 +0000)]
Blocked revisions 62968 via svnmerge
........
r62968 | brett.cannon | 2008-05-09 19:27:04 -0700 (Fri, 09 May 2008) | 2 lines
Deprecate Bastion and rexec for 3.0.
........
Brett Cannon [Fri, 9 May 2008 22:53:31 +0000 (22:53 +0000)]
Blocked revisions 62962 via svnmerge
........
r62962 | brett.cannon | 2008-05-09 15:51:58 -0700 (Fri, 09 May 2008) | 2 lines
Deprecate the pure module for 3.0.
........
Alexandre Vassalotti [Fri, 9 May 2008 21:57:48 +0000 (21:57 +0000)]
Blocked revisions 62960 via svnmerge
........
r62960 | alexandre.vassalotti | 2008-05-09 17:49:43 -0400 (Fri, 09 May 2008) | 5 lines
Backport fast alternate io.BytesIO implementation.
Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844,
r62846, r62952, r62956.
........
Alexandre Vassalotti [Fri, 9 May 2008 21:21:21 +0000 (21:21 +0000)]
Removed redundant max() call.
Change suggested by Nick Coghlan.