]>
granicus.if.org Git - python/log
Alexandre Vassalotti [Wed, 14 May 2008 22:44:22 +0000 (22:44 +0000)]
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.
Georg Brandl [Wed, 14 May 2008 22:30:31 +0000 (22:30 +0000)]
Update configparser docs for lowercasing rename.
Alexandre Vassalotti [Wed, 14 May 2008 22:07:07 +0000 (22:07 +0000)]
Renamed the ConfigParser module to 'configparser'.
Alexandre Vassalotti [Wed, 14 May 2008 21:52:37 +0000 (21:52 +0000)]
Moved copy_reg stub module to lib-old/.
Stub modules will be easier to track (and remove) if they are all kept
in lib-old/, instead of sprinkling them throughout the library.
Brett Cannon [Wed, 14 May 2008 21:12:12 +0000 (21:12 +0000)]
Deprecate CL, CL_old, and cl for 3.0.
Brett Cannon [Wed, 14 May 2008 21:08:41 +0000 (21:08 +0000)]
Deprecate the cdplayer module for IRIX for 3.0.
Brett Cannon [Wed, 14 May 2008 20:34:22 +0000 (20:34 +0000)]
The cddb module for IRIX has been deprecated for 3.0.
Brett Cannon [Wed, 14 May 2008 20:31:38 +0000 (20:31 +0000)]
The CD and cd modules for IRIX are deprecated for 3.0.
Neal Norwitz [Wed, 14 May 2008 07:21:42 +0000 (07:21 +0000)]
Install the json package and tests as well as the lib2to3 tests
so the tests work when run from an install directory.
They are currently skipped on the daily runs (not from the buildbots)
for checking refleaks, etc.
Georg Brandl [Wed, 14 May 2008 07:18:22 +0000 (07:18 +0000)]
Fix another "refleak" by clearing the filters after test.
Neal Norwitz [Wed, 14 May 2008 06:47:56 +0000 (06:47 +0000)]
Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)
in r62788.
Georg Brandl [Wed, 14 May 2008 06:34:15 +0000 (06:34 +0000)]
Add NEWS entry for #2831.
Gregory P. Smith [Wed, 14 May 2008 04:27:01 +0000 (04:27 +0000)]
Enable the updated Lib/bsddb/test suite to run.
Brett Cannon [Wed, 14 May 2008 01:09:40 +0000 (01:09 +0000)]
Rewrap some lines in test_py3kwarn.
Brett Cannon [Wed, 14 May 2008 01:08:21 +0000 (01:08 +0000)]
Deprecate al/AL for removal in 3.0.
Andrew M. Kuchling [Wed, 14 May 2008 00:46:41 +0000 (00:46 +0000)]
List all the removes and renamed modules
Georg Brandl [Tue, 13 May 2008 21:32:03 +0000 (21:32 +0000)]
Fix a refleak in the _warnings module.
Jesus Cea [Tue, 13 May 2008 20:57:59 +0000 (20:57 +0000)]
Testsuite for bsddb module, version 4.6.4
Marc-André Lemburg [Tue, 13 May 2008 19:10:45 +0000 (19:10 +0000)]
Remove leftovers from reverted setuptools checkin (they were added in r45525).
Georg Brandl [Tue, 13 May 2008 19:04:54 +0000 (19:04 +0000)]
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
Jesus Cea [Tue, 13 May 2008 18:45:46 +0000 (18:45 +0000)]
bsddb module updated to version 4.6.4
Benjamin Peterson [Tue, 13 May 2008 00:09:46 +0000 (00:09 +0000)]
use .format and fix a bug
Benjamin Peterson [Mon, 12 May 2008 22:26:05 +0000 (22:26 +0000)]
Make error messages more helpful
Amaury Forgeot d'Arc [Mon, 12 May 2008 22:21:39 +0000 (22:21 +0000)]
Adapt test_pyclbr to the new version of urllib.py:
The new mac-specific functions must be ignored.
Benjamin Peterson [Mon, 12 May 2008 21:42:13 +0000 (21:42 +0000)]
Add warnings to and deprecated all those Mac modules
Amaury Forgeot d'Arc [Mon, 12 May 2008 21:30:24 +0000 (21:30 +0000)]
Sync code with documentation, and remove Win95 support in winsound module.
Georg Brandl [Mon, 12 May 2008 17:52:13 +0000 (17:52 +0000)]
Win 95/98 is no longer supported.
Georg Brandl [Mon, 12 May 2008 17:48:56 +0000 (17:48 +0000)]
Mention version in which the new marshal version was introduced.
Georg Brandl [Mon, 12 May 2008 17:47:53 +0000 (17:47 +0000)]
Marshal is at version 2.
Georg Brandl [Mon, 12 May 2008 17:43:13 +0000 (17:43 +0000)]
Fix markup.
Georg Brandl [Mon, 12 May 2008 17:14:51 +0000 (17:14 +0000)]
#1760: try-except-finally is one statement since PEP 341.
Georg Brandl [Mon, 12 May 2008 17:04:10 +0000 (17:04 +0000)]
#2767: don't clear globs in run() call, since they could be needed in tearDown,
which clears them at the end.
Georg Brandl [Mon, 12 May 2008 17:01:58 +0000 (17:01 +0000)]
#2766: remove code without effect.
Georg Brandl [Mon, 12 May 2008 16:53:42 +0000 (16:53 +0000)]
Fix parameter name for enumerate().
Georg Brandl [Mon, 12 May 2008 16:45:43 +0000 (16:45 +0000)]
#2836: backport new string formatting docs.
Georg Brandl [Mon, 12 May 2008 16:26:52 +0000 (16:26 +0000)]
#
1713041 : fix pprint's handling of maximum depth.
Eric Smith [Mon, 12 May 2008 14:00:01 +0000 (14:00 +0000)]
Added 'n' presentation type for integers.
Ronald Oussoren [Mon, 12 May 2008 11:31:05 +0000 (11:31 +0000)]
MacOSX: remove dependency on Carbon package for urllib
This patch removes the dependency on the Carbon package from urllib.
The mac-specific code for getting proxy configuration is now writting in
Python using ctypes and uses the SystemConfiguration framework instead of
InternetConfig. Also provides a mac-specific implementation of proxy_bypass.
Ronald Oussoren [Mon, 12 May 2008 11:24:33 +0000 (11:24 +0000)]
Remove references to platform 'mac'
The 'mac' platform (that is, os.name == 'mac') was used for the MacOS 9 port,
which is no longer supported (as of Python 2.4 IIRC).
Georg Brandl [Mon, 12 May 2008 10:05:39 +0000 (10:05 +0000)]
Fix-up docs for the copyreg module renaming.
Georg Brandl [Mon, 12 May 2008 10:03:16 +0000 (10:03 +0000)]
Fix-up docs for socketserver and queue renaming.
Brett Cannon [Mon, 12 May 2008 03:47:47 +0000 (03:47 +0000)]
Deprecate the timing module for removal in Python 3.0.
Brett Cannon [Mon, 12 May 2008 03:45:59 +0000 (03:45 +0000)]
Deprecate the sv module as per PEP 4.
Brett Cannon [Mon, 12 May 2008 03:19:20 +0000 (03:19 +0000)]
Deprecate the multifile module as per PEP 4.
Alexandre Vassalotti [Mon, 12 May 2008 02:18:15 +0000 (02:18 +0000)]
Added stub entry in the documentation mentioning SocketServer
was renamed.
Alexandre Vassalotti [Mon, 12 May 2008 02:11:22 +0000 (02:11 +0000)]
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 01:37:10 +0000 (01:37 +0000)]
Renamed SocketServer to 'socketserver'.
Deprecated old name.
Benjamin Peterson [Mon, 12 May 2008 00:46:49 +0000 (00:46 +0000)]
make message slightly more informative, so there's no chance of misunderstanding it
Benjamin Peterson [Mon, 12 May 2008 00:41:23 +0000 (00:41 +0000)]
#2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
Brett Cannon [Mon, 12 May 2008 00:08:34 +0000 (00:08 +0000)]
Depreate imageop for removal in 3.0.
Brett Cannon [Sun, 11 May 2008 23:39:04 +0000 (23:39 +0000)]
Put Lib/lib-old back on to sys.path for module renames.
Alexandre Vassalotti [Sun, 11 May 2008 23:12:38 +0000 (23:12 +0000)]
Revert commit r63086.
Alexandre Vassalotti [Sun, 11 May 2008 23:04:27 +0000 (23:04 +0000)]
Moved the Queue module stub in lib-old.
Georg Brandl [Sun, 11 May 2008 21:54:09 +0000 (21:54 +0000)]
Add a deprecation notice to mailbox' old classes' doc.
Georg Brandl [Sun, 11 May 2008 21:37:53 +0000 (21:37 +0000)]
Formally deprecate old classes in the cgi module.
Georg Brandl [Sun, 11 May 2008 21:34:10 +0000 (21:34 +0000)]
#2535: remove duplicated method.
Georg Brandl [Sun, 11 May 2008 21:16:37 +0000 (21:16 +0000)]
Clarify os.strerror()s exception behavior.
Georg Brandl [Sun, 11 May 2008 21:03:42 +0000 (21:03 +0000)]
- #2250: Exceptions raised during evaluation of names in rlcompleter's
``Completer.complete()`` method are now caught and ignored.
Georg Brandl [Sun, 11 May 2008 20:53:55 +0000 (20:53 +0000)]
#2809 followup: even better split docstring.
Alexandre Vassalotti [Sun, 11 May 2008 20:30:43 +0000 (20:30 +0000)]
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.
Andrew M. Kuchling [Sun, 11 May 2008 20:08:33 +0000 (20:08 +0000)]
Try setting HOME env.var to fix test on Win32
Alexandre Vassalotti [Sun, 11 May 2008 20:04:03 +0000 (20:04 +0000)]
Added test for Queue rename warning.
Added note to documentation about Queue rename.
Eric Smith [Sun, 11 May 2008 19:52:48 +0000 (19:52 +0000)]
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.
Alexandre Vassalotti [Sun, 11 May 2008 19:39:48 +0000 (19:39 +0000)]
Added stub for the Queue module to be renamed in 3.0.
Use the 3.0 module name to avoid spurious warnings.
Andrew M. Kuchling [Sun, 11 May 2008 19:15:52 +0000 (19:15 +0000)]
Add message to test assertion
Benjamin Peterson [Sun, 11 May 2008 16:38:07 +0000 (16:38 +0000)]
broaden .bzrignore
Georg Brandl [Sun, 11 May 2008 15:20:16 +0000 (15:20 +0000)]
#2803: fix wrong invocation of heappush in seldom-reached code.
Thanks to Matt Harden.
Georg Brandl [Sun, 11 May 2008 15:17:41 +0000 (15:17 +0000)]
#2787: Flush stdout after writing test name, helpful when running
hanging or long-running tests. Patch by Adam Olsen.
Georg Brandl [Sun, 11 May 2008 15:07:39 +0000 (15:07 +0000)]
#2816: clarify error messages for EOF while scanning strings.
Georg Brandl [Sun, 11 May 2008 15:05:13 +0000 (15:05 +0000)]
#1326: document and test zipimporter.archive and zipimporter.prefix.
Georg Brandl [Sun, 11 May 2008 14:56:04 +0000 (14:56 +0000)]
#2709 followup: better description of Tk's pros and cons.
Georg Brandl [Sun, 11 May 2008 14:17:13 +0000 (14:17 +0000)]
Add some sentence endings.
Benjamin Peterson [Sun, 11 May 2008 14:13:25 +0000 (14:13 +0000)]
Add the "until" command to pdb
Andrew M. Kuchling [Sun, 11 May 2008 14:00:00 +0000 (14:00 +0000)]
#1858: re-apply patch for this, adding the missing files
Andrew M. Kuchling [Sun, 11 May 2008 13:33:56 +0000 (13:33 +0000)]
#1792: Improve performance of marshal.dumps() on large objects by increasing
the size of the buffer more quickly.
Georg Brandl [Sun, 11 May 2008 11:09:35 +0000 (11:09 +0000)]
#2452: timeout is used for all blocking operations.
Georg Brandl [Sun, 11 May 2008 10:59:39 +0000 (10:59 +0000)]
#2741: clarification of value range for address_family.
Georg Brandl [Sun, 11 May 2008 10:55:59 +0000 (10:55 +0000)]
#2147: PEP 237 changes to overflow behavior.
Georg Brandl [Sun, 11 May 2008 10:42:28 +0000 (10:42 +0000)]
#2659: add ``break_on_hyphens`` to TextWrapper.
Georg Brandl [Sun, 11 May 2008 10:33:27 +0000 (10:33 +0000)]
#2709: clarification.
Georg Brandl [Sun, 11 May 2008 10:13:59 +0000 (10:13 +0000)]
Fix typo.
Georg Brandl [Sun, 11 May 2008 09:11:40 +0000 (09:11 +0000)]
#2809: elaborate str.split docstring a bit.
Georg Brandl [Sun, 11 May 2008 09:06:30 +0000 (09:06 +0000)]
#
1153769 : document PEP 237 changes to string formatting.
Alexandre Vassalotti [Sun, 11 May 2008 09:01:51 +0000 (09:01 +0000)]
Added test for copy_reg rename.
Added note to documentation about copy_reg rename.
Georg Brandl [Sun, 11 May 2008 08:47:53 +0000 (08:47 +0000)]
#2812: document property.getter/setter/deleter.
Alexandre Vassalotti [Sun, 11 May 2008 08:25:28 +0000 (08:25 +0000)]
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.
Alexandre Vassalotti [Sun, 11 May 2008 07:10:25 +0000 (07:10 +0000)]
Removed a dead line of code.
Alexandre Vassalotti [Sun, 11 May 2008 07:08:12 +0000 (07:08 +0000)]
Fixed typo in a comment of test_support.CleanImport.
Georg Brandl [Sun, 11 May 2008 07:06:05 +0000 (07:06 +0000)]
#2742: ``''`` is not converted to NULL in getaddrinfo.
Alexandre Vassalotti [Sun, 11 May 2008 07:06:04 +0000 (07:06 +0000)]
Added test framework for handling module renames.
Factored the import guard in test_py3kwarn.TestStdlibRemovals into
a context manager, namely test_support.CleanImport.
Georg Brandl [Sun, 11 May 2008 07:02:17 +0000 (07:02 +0000)]
reload() takes the module itself.
Brett Cannon [Sun, 11 May 2008 03:01:47 +0000 (03:01 +0000)]
Deprecated the mhlib module for removal in 3.0.
Skip Montanaro [Sun, 11 May 2008 02:59:30 +0000 (02:59 +0000)]
Copied two versions of the example from the interactive session. Delete
one.
Brett Cannon [Sun, 11 May 2008 01:09:32 +0000 (01:09 +0000)]
Flesh out the 3.0 deprecation to suggest using the ctypes module.
Brett Cannon [Sun, 11 May 2008 01:06:54 +0000 (01:06 +0000)]
Fix up markup in the deprecation notice.
Brett Cannon [Sun, 11 May 2008 00:50:51 +0000 (00:50 +0000)]
The linuxaudidev module has been deprecated for removal in Python 3.0.
Brett Cannon [Sat, 10 May 2008 22:45:07 +0000 (22:45 +0000)]
Deprecate ihooks for removal in 3.0.
Andrew M. Kuchling [Sat, 10 May 2008 22:12:38 +0000 (22:12 +0000)]
#1858: add distutils.config module
Brett Cannon [Sat, 10 May 2008 22:11:45 +0000 (22:11 +0000)]
Deprecate the fpformat module for removal in 3.0.
Brett Cannon [Sat, 10 May 2008 21:22:43 +0000 (21:22 +0000)]
Add an entry for the deprecation of the dl module.