]>
granicus.if.org Git - python/log
Gregory P. Smith [Sat, 17 May 2008 06:12:02 +0000 (06:12 +0000)]
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
and other bsddb.db object constructors raised an exception.
Debugging & patch by Neal Norowitz.
Raymond Hettinger [Sat, 17 May 2008 04:13:36 +0000 (04:13 +0000)]
Fix-up docstring
Benjamin Peterson [Fri, 16 May 2008 22:59:28 +0000 (22:59 +0000)]
mention Py3k in glossary
Thomas Heller [Fri, 16 May 2008 20:19:07 +0000 (20:19 +0000)]
Very simple test for ctypes.util.find_library on Windows.
Thomas Heller [Fri, 16 May 2008 20:06:31 +0000 (20:06 +0000)]
Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
Alexandre Vassalotti [Fri, 16 May 2008 19:14:31 +0000 (19:14 +0000)]
Added Python 3.0 warning to cPickle.
Alexandre Vassalotti [Fri, 16 May 2008 18:03:52 +0000 (18:03 +0000)]
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
Georg Brandl [Fri, 16 May 2008 17:40:23 +0000 (17:40 +0000)]
NEWS entry for Tkinter rename.
Georg Brandl [Fri, 16 May 2008 17:37:53 +0000 (17:37 +0000)]
Doc changes for the big Tkinter rename.
Georg Brandl [Fri, 16 May 2008 17:33:13 +0000 (17:33 +0000)]
Fix reprlib docs.
Georg Brandl [Fri, 16 May 2008 15:48:15 +0000 (15:48 +0000)]
Tkinter rename, step 2: fix imports and add stub modules.
Georg Brandl [Fri, 16 May 2008 14:24:45 +0000 (14:24 +0000)]
Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
Georg Brandl [Fri, 16 May 2008 13:41:26 +0000 (13:41 +0000)]
Document O_ASYNC addition.
Georg Brandl [Fri, 16 May 2008 13:24:29 +0000 (13:24 +0000)]
Don't allow keyword arguments to reversed().
Georg Brandl [Fri, 16 May 2008 13:18:50 +0000 (13:18 +0000)]
#2845: fix copy2's docs.
Georg Brandl [Fri, 16 May 2008 13:10:15 +0000 (13:10 +0000)]
#2890: support os.O_ASYNC and fcntl.FASYNC.
Christian Heimes [Fri, 16 May 2008 11:28:56 +0000 (11:28 +0000)]
Following Amaury's advice
Christian Heimes [Fri, 16 May 2008 10:23:31 +0000 (10:23 +0000)]
Fixed #2870: cmathmodule.c compile error
Georg Brandl [Fri, 16 May 2008 09:47:29 +0000 (09:47 +0000)]
#2869: remove parameter from signature.
Georg Brandl [Fri, 16 May 2008 09:34:48 +0000 (09:34 +0000)]
Make generator repr consistent with function and code object repr.
Alexandre Vassalotti [Fri, 16 May 2008 07:14:08 +0000 (07:14 +0000)]
Rename the test file of reprlib.
Alexandre Vassalotti [Fri, 16 May 2008 07:00:58 +0000 (07:00 +0000)]
Updated reprlib's documentation to mention the renaming.
Alexandre Vassalotti [Fri, 16 May 2008 06:58:49 +0000 (06:58 +0000)]
Changed references to the reprlib module to use its new name.
Alexandre Vassalotti [Fri, 16 May 2008 06:37:57 +0000 (06:37 +0000)]
Renamed the repr module to reprlib.
Added stub module for repr.
Benjamin Peterson [Fri, 16 May 2008 02:24:49 +0000 (02:24 +0000)]
make test_platform a bit more assertive (We'll see what the buildbots say.)
Alexandre Vassalotti [Fri, 16 May 2008 02:06:59 +0000 (02:06 +0000)]
Fixed import of configparser in the distutils module.
If configparser is unavailable, try to import configparser using its
old name. This is required for backward-compatibility with older
Python versions.
Brett Cannon [Fri, 16 May 2008 00:50:02 +0000 (00:50 +0000)]
Deprecated statvfs for removal in 3.0.
Brett Cannon [Fri, 16 May 2008 00:37:42 +0000 (00:37 +0000)]
Remove the last usage of statvfs in the stdlib.
Brett Cannon [Fri, 16 May 2008 00:10:24 +0000 (00:10 +0000)]
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Benjamin Peterson [Thu, 15 May 2008 22:41:16 +0000 (22:41 +0000)]
fix typos in whatsnew
Benjamin Peterson [Thu, 15 May 2008 22:34:33 +0000 (22:34 +0000)]
add Mac modules to the list of deprecated ones
Alexandre Vassalotti [Thu, 15 May 2008 20:31:42 +0000 (20:31 +0000)]
Fixed typo in a doctest of test_genexps.
Alexandre Vassalotti [Thu, 15 May 2008 20:30:56 +0000 (20:30 +0000)]
Revert r63323: Use lowercase version of module name.
The distutils module should continue to use the old ConfigParser name,
for backward-compatibility.
Andrew M. Kuchling [Thu, 15 May 2008 20:07:39 +0000 (20:07 +0000)]
Import class from distutils.cmd, not .core, to avoid circular import
Andrew M. Kuchling [Thu, 15 May 2008 20:06:51 +0000 (20:06 +0000)]
Use lowercase version of module name
Georg Brandl [Thu, 15 May 2008 15:08:32 +0000 (15:08 +0000)]
#2863: add gen.__name__ and add this name to generator repr().
Brett Cannon [Thu, 15 May 2008 07:11:41 +0000 (07:11 +0000)]
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Gregory P. Smith [Thu, 15 May 2008 04:56:18 +0000 (04:56 +0000)]
disable the crashing test. I will also file a bug. This crash does
not appear to be a new bug, its just that the test coverage went up
recently exposing it. (I verified that by testing this test code on
an older Modules/_bsddb.c)
Brett Cannon [Thu, 15 May 2008 04:36:53 +0000 (04:36 +0000)]
Add a snippet for the deprecation directive for docs.
Brett Cannon [Thu, 15 May 2008 04:34:17 +0000 (04:34 +0000)]
Update docs for deprecation of IRIX modules.
Brett Cannon [Thu, 15 May 2008 04:17:35 +0000 (04:17 +0000)]
Deprecate WAIT for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 04:15:25 +0000 (04:15 +0000)]
Deprecated torgb for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 04:13:19 +0000 (04:13 +0000)]
Deprecate SV for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:51:21 +0000 (03:51 +0000)]
Deprecate readcd for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:49:00 +0000 (03:49 +0000)]
Deprecated panelparser for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:46:27 +0000 (03:46 +0000)]
The panel module for IRIX has been deprecated for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:44:00 +0000 (03:44 +0000)]
Deprecate jpeg for IRIX for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:41:55 +0000 (03:41 +0000)]
Deprecate IOCTL from IRIX for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:36:13 +0000 (03:36 +0000)]
Deprecate IN from IRIX for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:32:11 +0000 (03:32 +0000)]
Deprecate imgfile for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:29:18 +0000 (03:29 +0000)]
Deprecate GLWS from IRIX for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:27:12 +0000 (03:27 +0000)]
Deprecate GET from IRIX for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:23:17 +0000 (03:23 +0000)]
Deprecated 'fm' for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:20:36 +0000 (03:20 +0000)]
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:17:24 +0000 (03:17 +0000)]
FILE from IRIX has been deprecated for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 03:14:57 +0000 (03:14 +0000)]
Deprecate ERRNO for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 02:33:55 +0000 (02:33 +0000)]
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
Andrew M. Kuchling [Thu, 15 May 2008 01:10:24 +0000 (01:10 +0000)]
Note some removals and a rename
Alexandre Vassalotti [Thu, 15 May 2008 00:33:57 +0000 (00:33 +0000)]
Revert distutils changes done in r63248.
As explained by Marc-Andre Lemburg, distutils needs to stay
backward-compatible. Therefore, it should use the old ConfigParser
module name.
Alexandre Vassalotti [Wed, 14 May 2008 22:51:10 +0000 (22:51 +0000)]
Added documentation stub for ConfigParser.
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.