Commit Graph

36457 Commits

Author SHA1 Message Date
Benjamin Peterson fc8dca27d3 remove plat-mac references 2008-05-31 00:20:59 +00:00
Eric Smith ec2c46b94e Blocked revisions 63814 via svnmerge
........
  r63814 | eric.smith | 2008-05-30 14:10:04 -0400 (Fri, 30 May 2008) | 1 line

  Refactor and clean up str.format() code (and helpers) in advance of optimizations.
........
2008-05-30 18:12:26 +00:00
Eric Smith 4a7d76ddb5 Refactor and clean up str.format() code (and helpers) in advance of optimizations. 2008-05-30 18:10:19 +00:00
Georg Brandl eb2c964aeb Add test case for r63810. 2008-05-30 12:05:02 +00:00
Georg Brandl 1e7217de49 Don't return the same object from trivial replace() cases --
it is guaranteed to return a new bytearray.
2008-05-30 12:02:38 +00:00
Georg Brandl 17cb8a85d4 Fix all return types for str/bytes/bytearray docstrings and make the wording more consistent. 2008-05-30 08:20:09 +00:00
Georg Brandl 29e4f631ac Remove basestring usage. 2008-05-30 06:27:54 +00:00
Georg Brandl 2932d9376e #3007: remove stringio docs and fix a few nits in io docs. 2008-05-30 06:27:09 +00:00
Brett Cannon eec0d5f8fd Blocked revisions 63800 via svnmerge
........
  r63800 | brett.cannon | 2008-05-29 14:28:55 -0700 (Thu, 29 May 2008) | 1 line

  Note that UserList and UserString were moved to 'collections' in 3.0.
........
2008-05-29 21:30:27 +00:00
Benjamin Peterson 856ff5f986 Merged revisions 63460,63464 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines

  - Add unittests for platform.mac_ver (or rather, ensure that the unittest for
    that function actually tests something on OSX).

  - Add documentation to platform.mac_ver that explains why the middle element
    of the return value will not contain useful information.
........
  r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines

  fix test_platform (os was not imported)
........
2008-05-29 21:22:40 +00:00
Benjamin Peterson 8a4e0ab51b Unblocked revisions 63460,63464 via svnmerge
........
  r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines

  - Add unittests for platform.mac_ver (or rather, ensure that the unittest for
    that function actually tests something on OSX).

  - Add documentation to platform.mac_ver that explains why the middle element
    of the return value will not contain useful information.
........
  r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines

  fix test_platform (os was not imported)
........
2008-05-29 21:12:04 +00:00
Benjamin Peterson ebacd26869 add the gestalt module back as _gestalt 2008-05-29 21:09:51 +00:00
Thomas Heller 7dca3ebc97 Merged revisions 63791-63792 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63791 | thomas.heller | 2008-05-29 21:18:12 +0200 (Do, 29 Mai 2008) | 1 line

  Fix compiler warning.
........
  r63792 | thomas.heller | 2008-05-29 21:42:34 +0200 (Do, 29 Mai 2008) | 1 line

  ctypes NULL function pointers have a boolean False value now.
........
2008-05-29 19:54:39 +00:00
Georg Brandl 61dbbf02b6 Blocked revisions 63776 via svnmerge
........
  r63776 | georg.brandl | 2008-05-29 09:18:49 +0200 (Thu, 29 May 2008) | 2 lines

  #2906: accept lists for options, and some cosmetic fixes in Tkinter.
........
2008-05-29 07:20:20 +00:00
Georg Brandl bf1eb637bd #2906: accept lists for options, and some cosmetic fixes in Tkinter. 2008-05-29 07:19:00 +00:00
Brett Cannon bb87e2b686 Blocked revisions 63767 via svnmerge
........
  r63767 | brett.cannon | 2008-05-28 22:08:50 -0700 (Wed, 28 May 2008) | 4 lines

  UserString.MutableString has been removed in Python 3.0.

  Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch.
........
2008-05-29 05:09:28 +00:00
Georg Brandl 6101395e74 Remove deprecated SmartCookie and SerialCookie classes. 2008-05-28 15:56:30 +00:00
Georg Brandl b17acad68e Make db modules' error classes inherit IOError.
Stop dbm from importing every dbm module when imported.
2008-05-28 08:43:17 +00:00
Georg Brandl e81f5ef1eb Remove __metaclass__ remains. 2008-05-27 20:34:09 +00:00
Benjamin Peterson 7626235633 Blocked revisions 63738 via svnmerge
........
  r63738 | benjamin.peterson | 2008-05-26 20:42:29 -0500 (Mon, 26 May 2008) | 4 lines

  Improvements for test_py3kwarn
  - Always show warnings so they are always catchable
  - Make test_os_path_walk faster by walking a less populous directory
........
2008-05-27 01:43:57 +00:00
Benjamin Peterson 3eaf313456 Blocked revisions 63736 via svnmerge
........
  r63736 | benjamin.peterson | 2008-05-26 20:18:39 -0500 (Mon, 26 May 2008) | 2 lines

  remove some __getslice__
........
2008-05-27 01:20:49 +00:00
Benjamin Peterson 4116f36967 clean up some docstrings and errors in bytesobject.c 2008-05-27 00:36:20 +00:00
Amaury Forgeot d'Arc 74c71f5a62 #2957: marshal recursion limit exceeded when importing a large .pyc file 2008-05-26 21:41:42 +00:00
Benjamin Peterson 954aa943f1 Blocked revisions 63725 via svnmerge
........
  r63725 | benjamin.peterson | 2008-05-26 15:41:45 -0500 (Mon, 26 May 2008) | 2 lines

  take Brett's advice on a few warnings
........
2008-05-26 20:47:11 +00:00
Benjamin Peterson ad29cba638 Blocked revisions 63721 via svnmerge
........
  r63721 | benjamin.peterson | 2008-05-26 14:41:53 -0500 (Mon, 26 May 2008) | 2 lines

  warn about some members of the commands module
........
2008-05-26 19:44:01 +00:00
Benjamin Peterson 784783fd40 Blocked revisions 63719 via svnmerge
........
  r63719 | benjamin.peterson | 2008-05-26 14:37:11 -0500 (Mon, 26 May 2008) | 2 lines

  wrap line
........
2008-05-26 19:41:10 +00:00
Benjamin Peterson 4d480533fa update test ignore list 2008-05-26 19:08:31 +00:00
Brett Cannon a23810f86a The commands module has been removed. The getoutput() and getstatusoutput()
functions have been added to the subprocess module.

The fixer for this still needs to be written and proper Py3K deprecation
warnings for the functions that didn't make the transition need to be done in
2.6.

This is all part of trying to close issue #2872.
2008-05-26 19:04:21 +00:00
Brett Cannon 35af8d4218 Add the new packages to the Makefile for installation. 2008-05-26 18:56:21 +00:00
Brett Cannon e0de18cb9a Ignore py(c|o) files. 2008-05-26 18:54:30 +00:00
Georg Brandl 3d5c42561c Add NEWS entry for http package. 2008-05-26 18:03:26 +00:00
Georg Brandl 7c9b61b116 Remove _FooCookieJar modules and merge their content into http.cookiejar. 2008-05-26 17:56:51 +00:00
Georg Brandl f4a41231b2 Fix old-style octal literals in the docs. 2008-05-26 17:55:52 +00:00
Benjamin Peterson 95f5686e4d Blocked revisions 63704 via svnmerge
........
  r63704 | benjamin.peterson | 2008-05-26 12:43:53 -0500 (Mon, 26 May 2008) | 2 lines

  turn PyErr_WarnPy3k into a macro
........
2008-05-26 17:47:51 +00:00
Georg Brandl c772372d1d Remove remaining references to UserDict module. 2008-05-26 17:47:11 +00:00
Benjamin Peterson 79e4803b29 remove test.support.have_unicode 2008-05-26 17:44:33 +00:00
Benjamin Peterson 2b7411df5c Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63542 | mark.dickinson | 2008-05-22 20:35:30 -0500 (Thu, 22 May 2008) | 5 lines

  Issue #2819: Add math.sum, a function that sums a sequence of floats
  efficiently but with no intermediate loss of precision.  Based on
  Raymond Hettinger's ASPN recipe.  Thanks Jean Brouwers for the patch.
........
  r63543 | mark.dickinson | 2008-05-22 21:36:48 -0500 (Thu, 22 May 2008) | 2 lines

  Add tests for math.sum (Issue #2819)
........
  r63544 | mark.dickinson | 2008-05-22 22:30:01 -0500 (Thu, 22 May 2008) | 2 lines

  Better error reporting in test_math.py
........
  r63546 | raymond.hettinger | 2008-05-22 23:32:43 -0500 (Thu, 22 May 2008) | 1 line

  Tweak the comments and formatting.
........
  r63553 | mark.dickinson | 2008-05-23 07:07:36 -0500 (Fri, 23 May 2008) | 3 lines

  Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms
  that exhibit the problem described in issue #2937.
........
  r63563 | martin.v.loewis | 2008-05-23 10:18:28 -0500 (Fri, 23 May 2008) | 3 lines

  Issue #1390: Raise ValueError in toxml when an invalid comment would
  otherwise be produced.
........
  r63564 | raymond.hettinger | 2008-05-23 12:21:44 -0500 (Fri, 23 May 2008) | 1 line

  Issue 2909: show how to name unpacked fields.
........
  r63567 | raymond.hettinger | 2008-05-23 12:34:34 -0500 (Fri, 23 May 2008) | 1 line

  Fix typo
........
  r63569 | martin.v.loewis | 2008-05-23 14:33:13 -0500 (Fri, 23 May 2008) | 3 lines

  Mention that the leaking of variables from list comprehensions
  is fixed in 3.0.
........
  r63576 | martin.v.loewis | 2008-05-24 04:36:45 -0500 (Sat, 24 May 2008) | 3 lines

  Don't try to get the window size if it was never set before.
  Fixes the test failure on Solaris.
........
2008-05-26 17:36:47 +00:00
Georg Brandl 1b466f25e1 Merged revisions 63575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63575 | martin.v.loewis | 2008-05-24 11:00:04 +0200 (Sat, 24 May 2008) | 3 lines

  Use announce instead of print, to suppress output in
  the testsuite.
........
2008-05-26 17:01:57 +00:00
Georg Brandl 2442015af2 Create http package. #2883. 2008-05-26 16:32:26 +00:00
Benjamin Peterson 744c2cd325 Merged revisions 63698 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63698 | benjamin.peterson | 2008-05-26 11:22:27 -0500 (Mon, 26 May 2008) | 2 lines

  add __all__ to test_support
........
2008-05-26 16:26:37 +00:00
Benjamin Peterson fbeb6b65c9 Merged revisions 63678,63688,63690,63696 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63678 | benjamin.peterson | 2008-05-26 08:01:25 -0500 (Mon, 26 May 2008) | 2 lines

  put a big note on configure.in asking people to run autoconf
........
  r63688 | benjamin.peterson | 2008-05-26 09:29:09 -0500 (Mon, 26 May 2008) | 2 lines

  fix a minor typo
........
  r63690 | benjamin.peterson | 2008-05-26 09:51:54 -0500 (Mon, 26 May 2008) | 2 lines

  fix typo (thank Georg)
........
  r63696 | benjamin.peterson | 2008-05-26 10:54:26 -0500 (Mon, 26 May 2008) | 2 lines

  add PyByteArray docs
........
2008-05-26 16:04:49 +00:00
Benjamin Peterson 27ad091ba0 remove PyBytes_Format from header 2008-05-26 15:07:14 +00:00
Georg Brandl d026b93971 Blocked revisions 63660,63665,63691 via svnmerge
........
  r63660 | georg.brandl | 2008-05-26 12:22:15 +0200 (Mon, 26 May 2008) | 2 lines

  Add renaming notices to 2.6 dbm module docs.
........
  r63665 | georg.brandl | 2008-05-26 12:47:43 +0200 (Mon, 26 May 2008) | 2 lines

  Add renaming notices to xmlrpc modules.
........
  r63691 | georg.brandl | 2008-05-26 17:01:48 +0200 (Mon, 26 May 2008) | 2 lines

  Add renaming notices to 3.0 http package members.
........
2008-05-26 15:03:19 +00:00
Benjamin Peterson dae32c196a update docs after renaming of PyString -> PyBytes 2008-05-26 15:01:55 +00:00
Benjamin Peterson 39e360b02d fix failing test from rename 2008-05-26 14:39:04 +00:00
Benjamin Peterson 3d1e861d45 Blocked revisions 63686 via svnmerge
........
  r63686 | benjamin.peterson | 2008-05-26 09:02:09 -0500 (Mon, 26 May 2008) | 2 lines

  note that PyString and has been aliased to PyBytes
........
2008-05-26 14:03:47 +00:00
Benjamin Peterson a37cfc649a Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63402 | raymond.hettinger | 2008-05-16 23:13:36 -0500 (Fri, 16 May 2008) | 1 line

  Fix-up docstring
........
  r63405 | gregory.p.smith | 2008-05-17 02:17:34 -0500 (Sat, 17 May 2008) | 3 lines

  fix issue2381: test_subprocess fails if your sys.executable is on a
  path with a space in it.
........
  r63411 | lars.gustaebel | 2008-05-17 11:50:22 -0500 (Sat, 17 May 2008) | 8 lines

  Replace signatures with optional arguments in square brackets with
  keyword arguments and the actual default values.
  Fix references that point nowhere or to the wrong place.
  Add description of the ENCODING module-level variable.
  Fix the URL pointing to the GNU tar manual.
  Remove two obsolete examples.
  Add an example on how to use a generator with TarFile.extractall().
........
  r63457 | ronald.oussoren | 2008-05-18 15:09:54 -0500 (Sun, 18 May 2008) | 9 lines

  MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf

  getproxies_macosx_sysconf uses ctypes to call SystemConfiguration APIs. This
  checkin adds ctypes annotation to specify the right argument types for the
  API's that are used.

  This is needed to be able to use urllib on a 64-bit system, without
  annotations you'd get a hard crash.
........
  r63467 | andrew.kuchling | 2008-05-18 22:03:46 -0500 (Sun, 18 May 2008) | 1 line

  Re-organize the increasingly long list of deprecated modules
........
  r63468 | benjamin.peterson | 2008-05-19 06:55:54 -0500 (Mon, 19 May 2008) | 2 lines

  just MacOS (instead of MacOS 9)
........
  r63480 | neal.norwitz | 2008-05-20 00:21:57 -0500 (Tue, 20 May 2008) | 1 line

  Add html package so it gets installed and more tests work (from installed copy)
........
  r63507 | vinay.sajip | 2008-05-20 10:34:36 -0500 (Tue, 20 May 2008) | 1 line

  Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wrong filename used to delete old log files).
........
  r63508 | vinay.sajip | 2008-05-20 10:37:22 -0500 (Tue, 20 May 2008) | 1 line

  Updated with fixes for #2914 and #2929.
........
  r63516 | martin.v.loewis | 2008-05-21 02:31:31 -0500 (Wed, 21 May 2008) | 2 lines

  Add Robert Schuppenies.
........
  r63534 | brett.cannon | 2008-05-21 22:18:35 -0500 (Wed, 21 May 2008) | 1 line

  Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.
........
  r63541 | raymond.hettinger | 2008-05-22 19:49:27 -0500 (Thu, 22 May 2008) | 1 line

  Docs for Issue 2819.
........
2008-05-26 13:48:34 +00:00
Christian Heimes 2c9c7a5f33 Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
2008-05-26 13:42:13 +00:00
Christian Heimes 72b710a596 Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
Christian Heimes 9c4756ea26 Renamed PyBytes to PyByteArray 2008-05-26 13:22:05 +00:00