]> granicus.if.org Git - python/log
python
16 years agoFix-up docstring
Raymond Hettinger [Sat, 17 May 2008 04:13:36 +0000 (04:13 +0000)]
Fix-up docstring

16 years agomention Py3k in glossary
Benjamin Peterson [Fri, 16 May 2008 22:59:28 +0000 (22:59 +0000)]
mention Py3k in glossary

16 years agoVery simple test for ctypes.util.find_library on Windows.
Thomas Heller [Fri, 16 May 2008 20:19:07 +0000 (20:19 +0000)]
Very simple test for ctypes.util.find_library on Windows.

16 years agoIssue 1793: Add ctypes.util.find_msvcrt() function (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).

16 years agoAdded Python 3.0 warning to cPickle.
Alexandre Vassalotti [Fri, 16 May 2008 19:14:31 +0000 (19:14 +0000)]
Added Python 3.0 warning to cPickle.

16 years agoPatch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
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.

16 years agoNEWS entry for Tkinter rename.
Georg Brandl [Fri, 16 May 2008 17:40:23 +0000 (17:40 +0000)]
NEWS entry for Tkinter rename.

16 years agoDoc changes for the big Tkinter rename.
Georg Brandl [Fri, 16 May 2008 17:37:53 +0000 (17:37 +0000)]
Doc changes for the big Tkinter rename.

16 years agoFix reprlib docs.
Georg Brandl [Fri, 16 May 2008 17:33:13 +0000 (17:33 +0000)]
Fix reprlib docs.

16 years agoTkinter rename, step 2: fix imports and add stub modules.
Georg Brandl [Fri, 16 May 2008 15:48:15 +0000 (15:48 +0000)]
Tkinter rename, step 2: fix imports and add stub modules.

16 years agoStep 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
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.

16 years agoDocument O_ASYNC addition.
Georg Brandl [Fri, 16 May 2008 13:41:26 +0000 (13:41 +0000)]
Document O_ASYNC addition.

16 years agoDon't allow keyword arguments to reversed().
Georg Brandl [Fri, 16 May 2008 13:24:29 +0000 (13:24 +0000)]
Don't allow keyword arguments to reversed().

16 years ago#2845: fix copy2's docs.
Georg Brandl [Fri, 16 May 2008 13:18:50 +0000 (13:18 +0000)]
#2845: fix copy2's docs.

16 years ago#2890: support os.O_ASYNC and fcntl.FASYNC.
Georg Brandl [Fri, 16 May 2008 13:10:15 +0000 (13:10 +0000)]
#2890: support os.O_ASYNC and fcntl.FASYNC.

16 years agoFollowing Amaury's advice
Christian Heimes [Fri, 16 May 2008 11:28:56 +0000 (11:28 +0000)]
Following Amaury's advice

16 years agoFixed #2870: cmathmodule.c compile error
Christian Heimes [Fri, 16 May 2008 10:23:31 +0000 (10:23 +0000)]
Fixed #2870: cmathmodule.c compile error

16 years ago#2869: remove parameter from signature.
Georg Brandl [Fri, 16 May 2008 09:47:29 +0000 (09:47 +0000)]
#2869: remove parameter from signature.

16 years agoMake generator repr consistent with function and code object repr.
Georg Brandl [Fri, 16 May 2008 09:34:48 +0000 (09:34 +0000)]
Make generator repr consistent with function and code object repr.

16 years agoRename the test file of reprlib.
Alexandre Vassalotti [Fri, 16 May 2008 07:14:08 +0000 (07:14 +0000)]
Rename the test file of reprlib.

16 years agoUpdated reprlib's documentation to mention the renaming.
Alexandre Vassalotti [Fri, 16 May 2008 07:00:58 +0000 (07:00 +0000)]
Updated reprlib's documentation to mention the renaming.

16 years agoChanged references to the reprlib module to use its new name.
Alexandre Vassalotti [Fri, 16 May 2008 06:58:49 +0000 (06:58 +0000)]
Changed references to the reprlib module to use its new name.

16 years agoRenamed the repr module to reprlib.
Alexandre Vassalotti [Fri, 16 May 2008 06:37:57 +0000 (06:37 +0000)]
Renamed the repr module to reprlib.
Added stub module for repr.

16 years agomake test_platform a bit more assertive (We'll see what the buildbots say.)
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.)

16 years agoFixed import of configparser in the distutils module.
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.

16 years agoDeprecated statvfs for removal in 3.0.
Brett Cannon [Fri, 16 May 2008 00:50:02 +0000 (00:50 +0000)]
Deprecated statvfs for removal in 3.0.

16 years agoRemove the last usage of statvfs in the stdlib.
Brett Cannon [Fri, 16 May 2008 00:37:42 +0000 (00:37 +0000)]
Remove the last usage of statvfs in the stdlib.

16 years agoDeprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Brett Cannon [Fri, 16 May 2008 00:10:24 +0000 (00:10 +0000)]
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.

16 years agofix typos in whatsnew
Benjamin Peterson [Thu, 15 May 2008 22:41:16 +0000 (22:41 +0000)]
fix typos in whatsnew

16 years agoadd Mac modules to the list of deprecated ones
Benjamin Peterson [Thu, 15 May 2008 22:34:33 +0000 (22:34 +0000)]
add Mac modules to the list of deprecated ones

16 years agoFixed typo in a doctest of test_genexps.
Alexandre Vassalotti [Thu, 15 May 2008 20:31:42 +0000 (20:31 +0000)]
Fixed typo in a doctest of test_genexps.

16 years agoRevert r63323: Use lowercase version of module name.
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.

16 years agoImport class from distutils.cmd, not .core, to avoid circular import
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

16 years agoUse lowercase version of module name
Andrew M. Kuchling [Thu, 15 May 2008 20:06:51 +0000 (20:06 +0000)]
Use lowercase version of module name

16 years ago#2863: add gen.__name__ and add this name to generator repr().
Georg Brandl [Thu, 15 May 2008 15:08:32 +0000 (15:08 +0000)]
#2863: add gen.__name__ and add this name to generator repr().

16 years agoDeprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 07:11:41 +0000 (07:11 +0000)]
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.

16 years agodisable the crashing test. I will also file a bug. This crash does
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)

16 years agoAdd a snippet for the deprecation directive for docs.
Brett Cannon [Thu, 15 May 2008 04:36:53 +0000 (04:36 +0000)]
Add a snippet for the deprecation directive for docs.

16 years agoUpdate docs for deprecation of IRIX modules.
Brett Cannon [Thu, 15 May 2008 04:34:17 +0000 (04:34 +0000)]
Update docs for deprecation of IRIX modules.

16 years agoDeprecate WAIT for removal in 3.0.
Brett Cannon [Thu, 15 May 2008 04:17:35 +0000 (04:17 +0000)]
Deprecate WAIT for removal in 3.0.

16 years agoDeprecated torgb 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.

16 years agoDeprecate SV 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.

16 years agoDeprecate readcd 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.

16 years agoDeprecated panelparser 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.

16 years agoThe panel module for IRIX has been deprecated 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.

16 years agoDeprecate jpeg for IRIX 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.

16 years agoDeprecate IOCTL from 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.

16 years agoDeprecate IN 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.

16 years agoDeprecate imgfile 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.

16 years agoDeprecate GLWS from IRIX 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.

16 years agoDeprecate GET 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.

16 years agoDeprecated 'fm' 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.

16 years agoFL, flp, and fl from IRIX have been deprecated 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.

16 years agoFILE from IRIX has 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.

16 years agoDeprecate ERRNO 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.

16 years agoDeprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal...
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.

16 years agoNote some removals and a rename
Andrew M. Kuchling [Thu, 15 May 2008 01:10:24 +0000 (01:10 +0000)]
Note some removals and a rename

16 years agoRevert distutils changes done in r63248.
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.

16 years agoAdded documentation stub for ConfigParser.
Alexandre Vassalotti [Wed, 14 May 2008 22:51:10 +0000 (22:51 +0000)]
Added documentation stub for ConfigParser.

16 years agoUpdated import statements to use the new `configparser` module name.
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.

16 years agoUpdate configparser docs for lowercasing rename.
Georg Brandl [Wed, 14 May 2008 22:30:31 +0000 (22:30 +0000)]
Update configparser docs for lowercasing rename.

16 years agoRenamed the ConfigParser module to 'configparser'.
Alexandre Vassalotti [Wed, 14 May 2008 22:07:07 +0000 (22:07 +0000)]
Renamed the ConfigParser module to 'configparser'.

16 years agoMoved copy_reg stub module to lib-old/.
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.

16 years agoDeprecate CL, CL_old, and cl for 3.0.
Brett Cannon [Wed, 14 May 2008 21:12:12 +0000 (21:12 +0000)]
Deprecate CL, CL_old, and cl for 3.0.

16 years agoDeprecate the cdplayer module for IRIX 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.

16 years agoThe cddb module for IRIX has been deprecated 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.

16 years agoThe CD and cd modules for IRIX are 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.

16 years agoInstall the json package and tests as well as the lib2to3 tests
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.

16 years agoFix another "refleak" by clearing the filters after test.
Georg Brandl [Wed, 14 May 2008 07:18:22 +0000 (07:18 +0000)]
Fix another "refleak" by clearing the filters after test.

16 years agoFix "refleak" by restoring the tearDown method removed by accident (AFAICT)
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.

16 years agoAdd NEWS entry for #2831.
Georg Brandl [Wed, 14 May 2008 06:34:15 +0000 (06:34 +0000)]
Add NEWS entry for #2831.

16 years agoEnable the updated Lib/bsddb/test suite to run.
Gregory P. Smith [Wed, 14 May 2008 04:27:01 +0000 (04:27 +0000)]
Enable the updated Lib/bsddb/test suite to run.

16 years agoRewrap some lines in test_py3kwarn.
Brett Cannon [Wed, 14 May 2008 01:09:40 +0000 (01:09 +0000)]
Rewrap some lines in test_py3kwarn.

16 years agoDeprecate al/AL for removal in 3.0.
Brett Cannon [Wed, 14 May 2008 01:08:21 +0000 (01:08 +0000)]
Deprecate al/AL for removal in 3.0.

16 years agoList all the removes and renamed modules
Andrew M. Kuchling [Wed, 14 May 2008 00:46:41 +0000 (00:46 +0000)]
List all the removes and renamed modules

16 years agoFix a refleak in the _warnings module.
Georg Brandl [Tue, 13 May 2008 21:32:03 +0000 (21:32 +0000)]
Fix a refleak in the _warnings module.

16 years agoTestsuite for bsddb module, version 4.6.4
Jesus Cea [Tue, 13 May 2008 20:57:59 +0000 (20:57 +0000)]
Testsuite for bsddb module, version 4.6.4

16 years agoRemove leftovers from reverted setuptools checkin (they were added in r45525).
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).

16 years ago#2831: add start argument to enumerate(). Patch by Scott Dial and me.
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.

16 years agobsddb module updated to version 4.6.4
Jesus Cea [Tue, 13 May 2008 18:45:46 +0000 (18:45 +0000)]
bsddb module updated to version 4.6.4

16 years agouse .format and fix a bug
Benjamin Peterson [Tue, 13 May 2008 00:09:46 +0000 (00:09 +0000)]
use .format and fix a bug

16 years agoMake error messages more helpful
Benjamin Peterson [Mon, 12 May 2008 22:26:05 +0000 (22:26 +0000)]
Make error messages more helpful

16 years agoAdapt test_pyclbr to the new version of urllib.py:
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.

16 years agoAdd warnings to and deprecated all those Mac modules
Benjamin Peterson [Mon, 12 May 2008 21:42:13 +0000 (21:42 +0000)]
Add warnings to and deprecated all those Mac modules

16 years agoSync code with documentation, and remove Win95 support in winsound module.
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.

16 years agoWin 95/98 is no longer supported.
Georg Brandl [Mon, 12 May 2008 17:52:13 +0000 (17:52 +0000)]
Win 95/98 is no longer supported.

16 years agoMention version in which the new marshal version was introduced.
Georg Brandl [Mon, 12 May 2008 17:48:56 +0000 (17:48 +0000)]
Mention version in which the new marshal version was introduced.

16 years agoMarshal is at version 2.
Georg Brandl [Mon, 12 May 2008 17:47:53 +0000 (17:47 +0000)]
Marshal is at version 2.

16 years agoFix markup.
Georg Brandl [Mon, 12 May 2008 17:43:13 +0000 (17:43 +0000)]
Fix markup.

16 years ago#1760: try-except-finally is one statement since PEP 341.
Georg Brandl [Mon, 12 May 2008 17:14:51 +0000 (17:14 +0000)]
#1760: try-except-finally is one statement since PEP 341.

16 years ago#2767: don't clear globs in run() call, since they could be needed in tearDown,
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.

16 years ago#2766: remove code without effect.
Georg Brandl [Mon, 12 May 2008 17:01:58 +0000 (17:01 +0000)]
#2766: remove code without effect.

16 years agoFix parameter name for enumerate().
Georg Brandl [Mon, 12 May 2008 16:53:42 +0000 (16:53 +0000)]
Fix parameter name for enumerate().

16 years ago#2836: backport new string formatting docs.
Georg Brandl [Mon, 12 May 2008 16:45:43 +0000 (16:45 +0000)]
#2836: backport new string formatting docs.

16 years ago#1713041: fix pprint's handling of maximum depth.
Georg Brandl [Mon, 12 May 2008 16:26:52 +0000 (16:26 +0000)]
#1713041: fix pprint's handling of maximum depth.

16 years agoAdded 'n' presentation type for integers.
Eric Smith [Mon, 12 May 2008 14:00:01 +0000 (14:00 +0000)]
Added 'n' presentation type for integers.

16 years agoMacOSX: remove dependency on Carbon package for urllib
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.

16 years agoRemove references to platform 'mac'
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).

16 years agoFix-up docs for the copyreg module renaming.
Georg Brandl [Mon, 12 May 2008 10:05:39 +0000 (10:05 +0000)]
Fix-up docs for the copyreg module renaming.

16 years agoFix-up docs for socketserver and queue renaming.
Georg Brandl [Mon, 12 May 2008 10:03:16 +0000 (10:03 +0000)]
Fix-up docs for socketserver and queue renaming.