36470 Commits

Author SHA1 Message Date
Benjamin Peterson
40ab2ec796 remove mac module docs missed in the first round 2008-06-01 20:16:07 +00:00
Georg Brandl
294d5a92d4 Add proper heading for tools entry. 2008-06-01 19:25:32 +00:00
Georg Brandl
e2f6e88f8e Blocked revisions 63861 via svnmerge
........
  r63861 | robert.schuppenies | 2008-06-01 19:11:09 +0200 (Sun, 01 Jun 2008) | 2 lines

  Fix test_sys.
........
2008-06-01 19:24:43 +00:00
Benjamin Peterson
1121ef6416 Blocked revisions 63863 via svnmerge
........
  r63863 | benjamin.peterson | 2008-06-01 14:01:25 -0500 (Sun, 01 Jun 2008) | 2 lines

  add a warning about bgen being removed
........
2008-06-01 19:04:01 +00:00
Benjamin Peterson
630c829643 add notes about the removal of bgen 2008-06-01 18:50:38 +00:00
Benjamin Peterson
f6325444e9 remove old mac scripts including bgen 2008-06-01 13:34:59 +00:00
Martin v. Löwis
21491717bd Blocked revisions 63848-63849 via svnmerge
........
  r63848 | martin.v.loewis | 2008-06-01 10:06:17 +0200 (So, 01 Jun 2008) | 2 lines

  Move sys_stream and sys_isatty out of the have-langinfo block.
........
  r63849 | martin.v.loewis | 2008-06-01 10:19:02 +0200 (So, 01 Jun 2008) | 2 lines

  Typo: encoding -> codeset.
........
2008-06-01 08:32:41 +00:00
Martin v. Löwis
05025db8ff Blocked revisions 63846 via svnmerge
........
  r63846 | martin.v.loewis | 2008-06-01 09:20:46 +0200 (So, 01 Jun 2008) | 2 lines

  New environment variable PYTHONIOENCODING.
........
2008-06-01 07:22:10 +00:00
Alexandre Vassalotti
c3e36af722 Whitespace nits. 2008-06-01 04:16:28 +00:00
Alexandre Vassalotti
787f307e35 Added documentation for PyDict_GetItemWithError(). 2008-06-01 04:00:18 +00:00
Alexandre Vassalotti
cb314333fd Added missing prototype for PyDict_GetItemWithError(). 2008-06-01 03:53:03 +00:00
Mark Summerfield
9e670c2161 Added a note to [] that special forms & special chars lose their meaning
and backrefs can't be used inside []
2008-05-31 13:05:34 +00:00
Eric Smith
1d138f1c1a Optimization of str.format() for cases with unicode, long, and float
arguments.  This gives about 30% speed improvement for the simplest
(but most common) cases.  This patch skips the __format__ dispatch, and
also avoids creating an object to hold the format_spec.

Unfortunately, backporting this to 2.6 is going to be more challenging
due to str/unicode issues with format_spec.  I'll work on that next.

Then I'll spend some time profiling and see what that tells me.
2008-05-31 01:40:08 +00:00
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