]> granicus.if.org Git - python/log
python
16 years agoBlocked revisions 63336 via svnmerge
Brett Cannon [Fri, 16 May 2008 00:10:59 +0000 (00:10 +0000)]
Blocked revisions 63336 via svnmerge

........
  r63336 | brett.cannon | 2008-05-15 17:10:24 -0700 (Thu, 15 May 2008) | 1 line

  Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
........

16 years agoMerged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022...
Alexandre Vassalotti [Fri, 16 May 2008 00:03:33 +0000 (00:03 +0000)]
Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62998 | andrew.kuchling | 2008-05-10 15:51:55 -0400 (Sat, 10 May 2008) | 7 lines

  #1858 from Tarek Ziade:
  Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
  for discussion.

  The patch is slightly revised from Tarek's last patch: I've simplified
  the PyPIRCCommand.finalize_options() method to not look at sys.argv.
  Tests still pass.
........
  r63000 | alexandre.vassalotti | 2008-05-10 15:59:16 -0400 (Sat, 10 May 2008) | 5 lines

  Cleaned up io._BytesIO.write().

  I am amazed that the old code, for inserting null-bytes, actually
  worked. Who wrote that thing? Oh, it is me... doh.
........
  r63002 | brett.cannon | 2008-05-10 16:52:01 -0400 (Sat, 10 May 2008) | 2 lines

  Revert r62998 as it broke the build (seems distutils.config is missing).
........
  r63014 | andrew.kuchling | 2008-05-10 18:12:38 -0400 (Sat, 10 May 2008) | 1 line

  #1858: add distutils.config module
........
  r63027 | brett.cannon | 2008-05-10 21:09:32 -0400 (Sat, 10 May 2008) | 2 lines

  Flesh out the 3.0 deprecation to suggest using the ctypes module.
........
  r63028 | skip.montanaro | 2008-05-10 22:59:30 -0400 (Sat, 10 May 2008) | 4 lines

  Copied two versions of the example from the interactive session.  Delete
  one.
........
  r63037 | georg.brandl | 2008-05-11 03:02:17 -0400 (Sun, 11 May 2008) | 2 lines

  reload() takes the module itself.
........
  r63038 | alexandre.vassalotti | 2008-05-11 03:06:04 -0400 (Sun, 11 May 2008) | 4 lines

  Added test framework for handling module renames.
  Factored the import guard in test_py3kwarn.TestStdlibRemovals into
  a context manager, namely test_support.CleanImport.
........
  r63039 | georg.brandl | 2008-05-11 03:06:05 -0400 (Sun, 11 May 2008) | 2 lines

  #2742: ``''`` is not converted to NULL in getaddrinfo.
........
  r63040 | alexandre.vassalotti | 2008-05-11 03:08:12 -0400 (Sun, 11 May 2008) | 2 lines

  Fixed typo in a comment of test_support.CleanImport.
........
  r63041 | alexandre.vassalotti | 2008-05-11 03:10:25 -0400 (Sun, 11 May 2008) | 2 lines

  Removed a dead line of code.
........
  r63043 | georg.brandl | 2008-05-11 04:47:53 -0400 (Sun, 11 May 2008) | 2 lines

  #2812: document property.getter/setter/deleter.
........
  r63049 | georg.brandl | 2008-05-11 05:06:30 -0400 (Sun, 11 May 2008) | 2 lines

  #1153769: document PEP 237 changes to string formatting.
........
  r63050 | georg.brandl | 2008-05-11 05:11:40 -0400 (Sun, 11 May 2008) | 2 lines

  #2809: elaborate str.split docstring a bit.
........
  r63051 | georg.brandl | 2008-05-11 06:13:59 -0400 (Sun, 11 May 2008) | 2 lines

  Fix typo.
........
  r63052 | georg.brandl | 2008-05-11 06:33:27 -0400 (Sun, 11 May 2008) | 2 lines

  #2709: clarification.
........
  r63053 | georg.brandl | 2008-05-11 06:42:28 -0400 (Sun, 11 May 2008) | 2 lines

  #2659: add ``break_on_hyphens`` to TextWrapper.
........
  r63057 | georg.brandl | 2008-05-11 06:59:39 -0400 (Sun, 11 May 2008) | 2 lines

  #2741: clarification of value range for address_family.
........
  r63058 | georg.brandl | 2008-05-11 07:09:35 -0400 (Sun, 11 May 2008) | 2 lines

  #2452: timeout is used for all blocking operations.
........
  r63059 | andrew.kuchling | 2008-05-11 09:33:56 -0400 (Sun, 11 May 2008) | 2 lines

  #1792: Improve performance of marshal.dumps() on large objects by increasing
  the size of the buffer more quickly.
........
  r63060 | andrew.kuchling | 2008-05-11 10:00:00 -0400 (Sun, 11 May 2008) | 1 line

  #1858: re-apply patch for this, adding the missing files
........
  r63061 | benjamin.peterson | 2008-05-11 10:13:25 -0400 (Sun, 11 May 2008) | 2 lines

  Add the "until" command to pdb
........
  r63062 | georg.brandl | 2008-05-11 10:17:13 -0400 (Sun, 11 May 2008) | 2 lines

  Add some sentence endings.
........

16 years agoMerged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976...
Alexandre Vassalotti [Thu, 15 May 2008 22:51:26 +0000 (22:51 +0000)]
Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62954 | martin.v.loewis | 2008-05-09 16:11:37 -0400 (Fri, 09 May 2008) | 1 line

  Port to VS 2008. Drop W9x support.
........
  r62957 | benjamin.peterson | 2008-05-09 17:30:26 -0400 (Fri, 09 May 2008) | 2 lines

  In stdtypes.rst, move methods under class directives where applicable
........
  r62958 | brett.cannon | 2008-05-09 17:30:36 -0400 (Fri, 09 May 2008) | 2 lines

  Add a todo list to the module deletion command.
........
  r62963 | brett.cannon | 2008-05-09 18:52:28 -0400 (Fri, 09 May 2008) | 2 lines

  Add support for extension modules in 3.0 deprection command.
........
  r62967 | brett.cannon | 2008-05-09 22:25:00 -0400 (Fri, 09 May 2008) | 2 lines

  Fix some errors in the deprecation warnings for new and user.
........
  r62975 | brett.cannon | 2008-05-09 22:54:52 -0400 (Fri, 09 May 2008) | 3 lines

  Suppress deprecations for packages as well when using
  test.test_support.import_module().
........
  r62976 | brett.cannon | 2008-05-09 22:57:03 -0400 (Fri, 09 May 2008) | 2 lines

  Also ignore package deprecations.
........
  r62982 | benjamin.peterson | 2008-05-09 23:08:17 -0400 (Fri, 09 May 2008) | 2 lines

  Add the examples in the json module docstring as a doctest
........
  r62992 | martin.v.loewis | 2008-05-10 09:24:09 -0400 (Sat, 10 May 2008) | 2 lines

  Explicitly refer to current hhp file (2.6a3)
........
  r62993 | skip.montanaro | 2008-05-10 10:48:49 -0400 (Sat, 10 May 2008) | 2 lines

  Note the PyPI-edness of bsddb185 for people who might still need it.
........
  r62994 | andrew.kuchling | 2008-05-10 13:36:24 -0400 (Sat, 10 May 2008) | 1 line

  Docstring typo
........
  r62995 | andrew.kuchling | 2008-05-10 13:37:05 -0400 (Sat, 10 May 2008) | 1 line

  Document the 'line' argument
........
  r62996 | andrew.kuchling | 2008-05-10 13:48:45 -0400 (Sat, 10 May 2008) | 1 line

  #1625509: describe behaviour of import lock
........

16 years agoMerged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947...
Alexandre Vassalotti [Thu, 15 May 2008 22:09:29 +0000 (22:09 +0000)]
Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62914 | skip.montanaro | 2008-05-08 20:45:00 -0400 (Thu, 08 May 2008) | 4 lines

  Add an example about using NamedTemporaryFile() to replace mktemp().  I'm
  unclear whether the verbatim text should have been indented or by how much.
........
  r62915 | benjamin.peterson | 2008-05-08 20:50:40 -0400 (Thu, 08 May 2008) | 2 lines

  reindent example
........
  r62927 | georg.brandl | 2008-05-09 02:09:25 -0400 (Fri, 09 May 2008) | 2 lines

  #2788: add .hgignore file.
........
  r62928 | georg.brandl | 2008-05-09 02:10:43 -0400 (Fri, 09 May 2008) | 2 lines

  #2781: fix function name.
........
  r62929 | georg.brandl | 2008-05-09 02:18:27 -0400 (Fri, 09 May 2008) | 2 lines

  Add a sentence to basicConfig() that is in the docstring.
........
  r62930 | georg.brandl | 2008-05-09 02:26:54 -0400 (Fri, 09 May 2008) | 2 lines

  Add another link to colorsys docs.
........
  r62931 | georg.brandl | 2008-05-09 02:36:07 -0400 (Fri, 09 May 2008) | 2 lines

  Add Kodos as a re reference.
........
  r62932 | georg.brandl | 2008-05-09 02:39:58 -0400 (Fri, 09 May 2008) | 2 lines

  Add a note about using reload().
........
  r62933 | andrew.kuchling | 2008-05-09 07:46:05 -0400 (Fri, 09 May 2008) | 3 lines

  Update planned release date.
  Uncomment PEP 370 section.
  Add some module items
........
  r62934 | christian.heimes | 2008-05-09 08:19:09 -0400 (Fri, 09 May 2008) | 1 line

  Add --user option to build_ext
........
  r62948 | mark.dickinson | 2008-05-09 13:54:23 -0400 (Fri, 09 May 2008) | 3 lines

  Issue #2487.  math.ldexp(x, n) raised OverflowError when n was large and
  negative; fix to return an (appropriately signed) zero instead.
........
  r62949 | martin.v.loewis | 2008-05-09 14:21:55 -0400 (Fri, 09 May 2008) | 1 line

  Use the CHM file name that Sphinx assigns.
........

16 years agoFixed refleak in _testcapi.test_s_code.
Alexandre Vassalotti [Thu, 15 May 2008 22:06:59 +0000 (22:06 +0000)]
Fixed refleak in _testcapi.test_s_code.

16 years agoFixed another missed ConfigParser import rename.
Alexandre Vassalotti [Thu, 15 May 2008 20:13:54 +0000 (20:13 +0000)]
Fixed another missed ConfigParser import rename.

16 years agoBlocked revisions 63315 via svnmerge
Brett Cannon [Thu, 15 May 2008 07:13:43 +0000 (07:13 +0000)]
Blocked revisions 63315 via svnmerge

........
  r63315 | brett.cannon | 2008-05-15 00:11:41 -0700 (Thu, 15 May 2008) | 1 line

  Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
........

16 years agoBlocked revisions 63308 via svnmerge
Brett Cannon [Thu, 15 May 2008 07:13:12 +0000 (07:13 +0000)]
Blocked revisions 63308 via svnmerge

........
  r63308 | brett.cannon | 2008-05-14 21:34:17 -0700 (Wed, 14 May 2008) | 1 line

  Update docs for deprecation of IRIX modules.
........

16 years agoBlocked revisions 63306 via svnmerge
Brett Cannon [Thu, 15 May 2008 04:35:15 +0000 (04:35 +0000)]
Blocked revisions 63306 via svnmerge

........
  r63306 | brett.cannon | 2008-05-14 21:17:35 -0700 (Wed, 14 May 2008) | 1 line

  Deprecate WAIT for removal in 3.0.
........

16 years agoBlocked revisions 63303 via svnmerge
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.
........

16 years agoBlocked revisions 63300 via svnmerge
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.
........

16 years agoBlocked revisions 63297 via svnmerge
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.
........

16 years agoBlocked revisions 63294 via svnmerge
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.
........

16 years agoBlocked revisions 63291 via svnmerge
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.
........

16 years agoBlocked revisions 63288 via svnmerge
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.
........

16 years agoBlocked revisions 63285 via svnmerge
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.
........

16 years agoBlocked revisions 63282 via svnmerge
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.
........

16 years agoBlocked revisions 63277 via svnmerge
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.
........

16 years agoBlocked revisions 63274 via svnmerge
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.
........

16 years agoBlocked revisions 63271 via svnmerge
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.
........

16 years agoBlocked revisions 63268 via svnmerge
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.
........

16 years agoBlocked revisions 63265 via svnmerge
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.
........

16 years agoBlocked revisions 63262 via svnmerge
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.
........

16 years agoBlocked revisions 63260 via svnmerge
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.
........

16 years agoFix json examples so they would actually work in Py3k
Benjamin Peterson [Thu, 15 May 2008 02:17:58 +0000 (02:17 +0000)]
Fix json examples so they would actually work in Py3k

16 years agoFixed configparser import in distutils.config.
Alexandre Vassalotti [Thu, 15 May 2008 02:14:05 +0000 (02:14 +0000)]
Fixed configparser import in distutils.config.

16 years agoRenamed ConfigParser to configparser.
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.
........

16 years agoBlocked revisions 63249 via svnmerge
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.
........

16 years agoBlocked revisions 63242 via svnmerge
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'.
........

16 years agoChange Pickler._batch_appends() and Pickler._batch_setitems() to take
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.

16 years agoBlocked revisions 63236 via svnmerge
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.
........

16 years agoBlocked revisions 63233 via svnmerge
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.
........

16 years agoadd a NEWS note for 63205
Benjamin Peterson [Wed, 14 May 2008 21:07:12 +0000 (21:07 +0000)]
add a NEWS note for 63205

16 years agoBlocked revisions 63228 via svnmerge
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.
........

16 years agoBlocked revisions 63225 via svnmerge
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.
........

16 years agoBlocked revisions 63213 via svnmerge
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.
........

16 years agoremove mactoolboxglue
Benjamin Peterson [Tue, 13 May 2008 13:47:53 +0000 (13:47 +0000)]
remove mactoolboxglue

16 years agorevert syntax change
Benjamin Peterson [Tue, 13 May 2008 12:56:25 +0000 (12:56 +0000)]
revert syntax change

16 years agoConvert a lot of print statements to print functions in docstrings,
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.

16 years agoRemove merge conflict
Neal Norwitz [Tue, 13 May 2008 04:17:25 +0000 (04:17 +0000)]
Remove merge conflict

16 years agoremove plat-darwin
Benjamin Peterson [Tue, 13 May 2008 02:26:56 +0000 (02:26 +0000)]
remove plat-darwin

16 years agoblocked a test_py3kwarn rev
Benjamin Peterson [Tue, 13 May 2008 00:11:52 +0000 (00:11 +0000)]
blocked a test_py3kwarn rev

16 years agoremove test_multifile
Benjamin Peterson [Mon, 12 May 2008 23:48:08 +0000 (23:48 +0000)]
remove test_multifile

16 years agoBlocked revisions 63191 via svnmerge
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
........

16 years agoRemove the Mac modules
Benjamin Peterson [Mon, 12 May 2008 22:25:16 +0000 (22:25 +0000)]
Remove the Mac modules

16 years agoBlocked revisions 63187 via svnmerge
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
........

16 years agoBlocked revisions 63177-63180 via svnmerge
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.
........

16 years agoFix doctest's __all__.
Georg Brandl [Mon, 12 May 2008 18:06:23 +0000 (18:06 +0000)]
Fix doctest's __all__.

16 years agoRemove many "versionchanged" items that didn't use the official markup,
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.

16 years agoRemove function obsolete since Python 2.3 from traceback module.
Georg Brandl [Mon, 12 May 2008 18:03:53 +0000 (18:03 +0000)]
Remove function obsolete since Python 2.3 from traceback module.

16 years agoRemove deprecated Tester class from doctest module.
Georg Brandl [Mon, 12 May 2008 17:38:56 +0000 (17:38 +0000)]
Remove deprecated Tester class from doctest module.

16 years agorange() returns an iterable, not an iterator.
Georg Brandl [Mon, 12 May 2008 16:53:56 +0000 (16:53 +0000)]
range() returns an iterable, not an iterator.

16 years agoBlocked revisions 63166 via svnmerge
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.
........

16 years agoFix typo.
Georg Brandl [Mon, 12 May 2008 16:50:12 +0000 (16:50 +0000)]
Fix typo.

16 years agoRemove duplicated paragraph.
Georg Brandl [Mon, 12 May 2008 16:33:11 +0000 (16:33 +0000)]
Remove duplicated paragraph.

16 years ago#Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror...
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.

16 years ago#2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode...
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.

16 years agoBlocked revisions 63153-63154 via svnmerge
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.
........

16 years agoDocument the 'n' integer presentation type for str.format().
Eric Smith [Mon, 12 May 2008 10:01:24 +0000 (10:01 +0000)]
Document the 'n' integer presentation type for str.format().

16 years agoRemove the multifile module as deprecated by PEP 4.
Brett Cannon [Mon, 12 May 2008 03:18:21 +0000 (03:18 +0000)]
Remove the multifile module as deprecated by PEP 4.

16 years agoRenamed the SocketServer module to 'socketserver'.
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.
........

16 years agoBlocked revisions 63134 via svnmerge
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.
........

16 years agoBlocked revisions 63129 via svnmerge
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.
........

16 years agoThe __all__ value for 'collections' was missing UserList and UserString.
Brett Cannon [Mon, 12 May 2008 00:56:28 +0000 (00:56 +0000)]
The __all__ value for 'collections' was missing UserList and UserString.

16 years agoBlocked revisions 63114 via svnmerge
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.
........

16 years agoBlocked revisions 63108 via svnmerge
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.
........

16 years agoRevert commit r63088.
Alexandre Vassalotti [Sun, 11 May 2008 23:17:37 +0000 (23:17 +0000)]
Revert commit r63088.

16 years agoRemove the sre module.
Brett Cannon [Sun, 11 May 2008 22:47:58 +0000 (22:47 +0000)]
Remove the sre module.

16 years agoRemove old backwards-compatibility classes from the cgi module.
Georg Brandl [Sun, 11 May 2008 21:42:51 +0000 (21:42 +0000)]
Remove old backwards-compatibility classes from the cgi module.

16 years agoRemove rfc822 dependency in test.
Georg Brandl [Sun, 11 May 2008 21:31:44 +0000 (21:31 +0000)]
Remove rfc822 dependency in test.

16 years agoMerged revisions 63078 via svnmerge from
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.
........

16 years ago#756982: Remove rfc822 reference.
Georg Brandl [Sun, 11 May 2008 20:51:18 +0000 (20:51 +0000)]
#756982: Remove rfc822 reference.

16 years agoRenamed PixMapWrapper module to pixmapwrapper.
Alexandre Vassalotti [Sun, 11 May 2008 20:36:09 +0000 (20:36 +0000)]
Renamed PixMapWrapper module to pixmapwrapper.

16 years agoBlocked revisions 63086 via svnmerge
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.
........

16 years agoBlocked revisions 63046 via svnmerge
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.
........

16 years agoBlocked revisions 63080 via svnmerge
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.
........

16 years agoRename Queue module to queue.
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.
........

16 years agoRemove test for now-removed classes.
Georg Brandl [Sun, 11 May 2008 16:52:22 +0000 (16:52 +0000)]
Remove test for now-removed classes.

16 years agofix __all__
Benjamin Peterson [Sun, 11 May 2008 16:17:24 +0000 (16:17 +0000)]
fix __all__

16 years agoUpdate the codecs docs w.r.t. str/bytes.
Georg Brandl [Sun, 11 May 2008 14:52:00 +0000 (14:52 +0000)]
Update the codecs docs w.r.t. str/bytes.

16 years agoRemove old macro that isn't used anywhere anymore.
Georg Brandl [Sun, 11 May 2008 14:42:16 +0000 (14:42 +0000)]
Remove old macro that isn't used anywhere anymore.

16 years agoRemove mentions of "plain" integers.
Georg Brandl [Sun, 11 May 2008 14:30:18 +0000 (14:30 +0000)]
Remove mentions of "plain" integers.

16 years agoBlock doc change about plain/long integers.
Georg Brandl [Sun, 11 May 2008 10:57:28 +0000 (10:57 +0000)]
Block doc change about plain/long integers.

16 years agoRemove an obsolete sentence.
Georg Brandl [Sun, 11 May 2008 10:53:16 +0000 (10:53 +0000)]
Remove an obsolete sentence.

16 years ago#2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes.
Georg Brandl [Sun, 11 May 2008 08:59:40 +0000 (08:59 +0000)]
#2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes.

16 years agoRename copy_reg module to copyreg.
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.
........

16 years agoBlocked revisions 63030 via svnmerge
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.
........

16 years agoRemove the mhlib module.
Brett Cannon [Sun, 11 May 2008 03:00:26 +0000 (03:00 +0000)]
Remove the mhlib module.

16 years agoBlocked revisions 63025 via svnmerge
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.
........

16 years agoBlocked revisions 63021 via svnmerge
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.
........

16 years agoBlocked revisions 63018 via svnmerge
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.
........

16 years agoThe ihooks module has been removed.
Brett Cannon [Sat, 10 May 2008 22:42:14 +0000 (22:42 +0000)]
The ihooks module has been removed.

16 years agoBlocked revisions 63013 via svnmerge
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.
........

16 years agoRemove a reference to the docs of fpformat.
Brett Cannon [Sat, 10 May 2008 22:04:30 +0000 (22:04 +0000)]
Remove a reference to the docs of fpformat.

16 years agoRemove the fpformat module.
Brett Cannon [Sat, 10 May 2008 22:03:16 +0000 (22:03 +0000)]
Remove the fpformat module.

16 years agoBlocked revisions 63007-63008 via svnmerge
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.
........

16 years agoBlocked revisions 63004 via svnmerge
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.
........

16 years agoRemove the dircache module.
Brett Cannon [Sat, 10 May 2008 21:11:46 +0000 (21:11 +0000)]
Remove the dircache module.

16 years agoFixup old, invalid import.
Jeremy Hylton [Sat, 10 May 2008 20:38:40 +0000 (20:38 +0000)]
Fixup old, invalid import.

16 years agoThe Canvas module has been removed.
Brett Cannon [Sat, 10 May 2008 03:19:54 +0000 (03:19 +0000)]
The Canvas module has been removed.