]> granicus.if.org Git - python/log
python
14 years ago#8288: fix next -> __next__.
Georg Brandl [Fri, 2 Apr 2010 20:12:42 +0000 (20:12 +0000)]
#8288: fix next -> __next__.

14 years agoAn oversight in previous merge, r79610: test_doctest is sensible to the line numbering.
Florent Xicluna [Fri, 2 Apr 2010 19:25:32 +0000 (19:25 +0000)]
An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.

14 years agoAdd nice docstrings to namedtuples.
Raymond Hettinger [Fri, 2 Apr 2010 18:54:02 +0000 (18:54 +0000)]
Add nice docstrings to namedtuples.

14 years ago(partially)
Florent Xicluna [Fri, 2 Apr 2010 18:52:12 +0000 (18:52 +0000)]
(partially)

Merged revisions 79534,79537,79539,79558,79606 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79534 | florent.xicluna | 2010-03-31 23:21:54 +0200 (mer, 31 mar 2010) | 2 lines

  Fix test for xml.etree when using a non-ascii path.  And use check_warnings instead of catch_warnings.
........
  r79537 | florent.xicluna | 2010-03-31 23:40:32 +0200 (mer, 31 mar 2010) | 2 lines

  Fix typo
........
  r79539 | florent.xicluna | 2010-04-01 00:01:03 +0200 (jeu, 01 avr 2010) | 2 lines

  Replace catch_warnings with check_warnings when it makes sense.  Use assertRaises context manager to simplify some tests.
........
  r79558 | florent.xicluna | 2010-04-01 20:17:09 +0200 (jeu, 01 avr 2010) | 2 lines

  #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote.
........
  r79606 | florent.xicluna | 2010-04-02 19:26:42 +0200 (ven, 02 avr 2010) | 2 lines

  Backport some robotparser test and skip the test if the external resource is not available.
........

14 years agoFurniture is not very reliable these days (buildbot failures).
Antoine Pitrou [Fri, 2 Apr 2010 17:12:12 +0000 (17:12 +0000)]
Furniture is not very reliable these days (buildbot failures).

14 years agoMerged revisions 79603 via svnmerge from
Andrew M. Kuchling [Fri, 2 Apr 2010 17:02:57 +0000 (17:02 +0000)]
Merged revisions 79603 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79603 | andrew.kuchling | 2010-04-02 12:59:16 -0400 (Fri, 02 Apr 2010) | 1 line

  #4440: modernize a use of filter(), making it compatible with 3.x
........

14 years agoIssue 8257: Decimal constructor to accept float argument.
Raymond Hettinger [Fri, 2 Apr 2010 16:58:27 +0000 (16:58 +0000)]
Issue 8257: Decimal constructor to accept float argument.

14 years agoMerged revisions 79540-79541 via svnmerge from
Ezio Melotti [Fri, 2 Apr 2010 13:56:40 +0000 (13:56 +0000)]
Merged revisions 79540-79541 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

Add -Wd to the flags used to run the tests (-3 is not necessary here).

........
  r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line

  Add -Wd and -3 to the flags used to run the tests.
........
  r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line

  Add -Wd and -3 to the flags used to run the tests on Windows.
........

14 years ago- Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is
Larry Hastings [Fri, 2 Apr 2010 11:47:10 +0000 (11:47 +0000)]
- Issue #8235: _socket: Add the constant ``SO_SETFIB``.  SO_SETFIB is
  a socket option available on FreeBSD 7.1 and newer.

14 years agoBlocked revisions 79592 via svnmerge
Larry Hastings [Fri, 2 Apr 2010 11:20:07 +0000 (11:20 +0000)]
Blocked revisions 79592 via svnmerge

........
  r79592 | larry.hastings | 2010-04-02 04:18:17 -0700 (Fri, 02 Apr 2010) | 3 lines

  Issue #8235: _socket: Add the constant ``SO_SETFIB``.  SO_SETFIB is
  a socket option available on FreeBSD 7.1 and newer.
........

14 years agoBlocked revisions 79590 via svnmerge
Larry Hastings [Fri, 2 Apr 2010 11:03:37 +0000 (11:03 +0000)]
Blocked revisions 79590 via svnmerge

........
  r79590 | larry.hastings | 2010-04-02 04:01:35 -0700 (Fri, 02 Apr 2010) | 10 lines

  Capsule-related changes:
  * PyCObject_AsVoidPtr() can now open capsules.  This addresses
    most of the remaining backwards-compatibility concerns about
    the conversion of Python 2.7 from CObjects to capsules.
  * CObjects were marked Pending Deprecation.
  * Documentation about this pending deprecation was added to
    cobject.h.
  * The capsule source files were added to the legacy PC build
    processes.
........

14 years ago#8213: document behavior of -u on py3k better.
Georg Brandl [Fri, 2 Apr 2010 08:47:07 +0000 (08:47 +0000)]
#8213: document behavior of -u on py3k better.

14 years agoFix nits in itertools recipes.
Raymond Hettinger [Fri, 2 Apr 2010 04:50:35 +0000 (04:50 +0000)]
Fix nits in itertools recipes.

14 years agoAdd and update itertools recipes.
Raymond Hettinger [Fri, 2 Apr 2010 04:18:18 +0000 (04:18 +0000)]
Add and update itertools recipes.

14 years agoDocument sorting HowTo
Raymond Hettinger [Fri, 2 Apr 2010 00:25:45 +0000 (00:25 +0000)]
Document sorting HowTo

14 years agoMerged revisions 79555 via svnmerge from
Antoine Pitrou [Thu, 1 Apr 2010 16:53:15 +0000 (16:53 +0000)]
Merged revisions 79555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79555 | antoine.pitrou | 2010-04-01 18:42:11 +0200 (jeu., 01 avril 2010) | 5 lines

  Issue #8276: PyEval_CallObject() is now only available in macro form.  The
  function declaration, which was kept for backwards compatibility reasons,
  is now removed (the macro was introduced in 1997!).
........

14 years agoFix typo in definition of 'in' keyword.
Stefan Krah [Thu, 1 Apr 2010 10:34:09 +0000 (10:34 +0000)]
Fix typo in definition of 'in' keyword.

14 years agoMerged revisions 79543 via svnmerge from
Brian Curtin [Thu, 1 Apr 2010 04:05:25 +0000 (04:05 +0000)]
Merged revisions 79543 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79543 | brian.curtin | 2010-03-31 23:02:00 -0500 (Wed, 31 Mar 2010) | 2 lines

  Fix a test_pydoc failure on Neal Norwitz's buildbot.
........

14 years agoNOTE: only ported the test for new-style classes.
Antoine Pitrou [Wed, 31 Mar 2010 21:40:47 +0000 (21:40 +0000)]
NOTE: only ported the test for new-style classes.

Merged revisions 79535 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79535 | antoine.pitrou | 2010-03-31 23:32:15 +0200 (mer., 31 mars 2010) | 5 lines

  Issue #8268: Old-style classes (not just instances) now support weak
  references.
........

14 years ago- Issue #8233: When run as a script, py_compile.py optionally takes a single
Barry Warsaw [Wed, 31 Mar 2010 21:36:22 +0000 (21:36 +0000)]
- Issue #8233: When run as a script, py_compile.py optionally takes a single
  argument `-` which tells it to read files to compile from stdin.  Each line
  is read on demand and the named file is compiled immediately.  (Original
  patch by Piotr Ożarowski).

14 years agoMerged revisions 79529 via svnmerge from
Brian Curtin [Wed, 31 Mar 2010 17:46:38 +0000 (17:46 +0000)]
Merged revisions 79529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

14 years agoMerged revisions 79522 via svnmerge from
Ezio Melotti [Wed, 31 Mar 2010 07:45:32 +0000 (07:45 +0000)]
Merged revisions 79522 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79522 | ezio.melotti | 2010-03-31 10:26:24 +0300 (Wed, 31 Mar 2010) | 1 line

  Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
........

14 years agoMerged revisions 79518 via svnmerge from
Brian Curtin [Wed, 31 Mar 2010 03:19:28 +0000 (03:19 +0000)]
Merged revisions 79518 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79518 | brian.curtin | 2010-03-30 22:10:21 -0500 (Tue, 30 Mar 2010) | 2 lines

  Fix #8225. xml.etree was displaying an incorrect link when viewed in help.
........

14 years agoMerged revisions 79497 via svnmerge from
Florent Xicluna [Tue, 30 Mar 2010 19:43:09 +0000 (19:43 +0000)]
Merged revisions 79497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79497 | florent.xicluna | 2010-03-30 18:31:14 +0200 (mar, 30 mar 2010) | 2 lines

  #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT).
........

14 years agoMerged revisions 79498 via svnmerge from
Florent Xicluna [Tue, 30 Mar 2010 19:37:07 +0000 (19:37 +0000)]
Merged revisions 79498 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79498 | florent.xicluna | 2010-03-30 18:42:47 +0200 (mar, 30 mar 2010) | 2 lines

  fix ACKS: alphabetic order and UTF-8
........

14 years agoMerged revisions 79494,79496 via svnmerge from
Florent Xicluna [Tue, 30 Mar 2010 19:34:18 +0000 (19:34 +0000)]
Merged revisions 79494,79496 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79494 | florent.xicluna | 2010-03-30 10:24:06 +0200 (mar, 30 mar 2010) | 2 lines

  #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
........
  r79496 | florent.xicluna | 2010-03-30 18:29:03 +0200 (mar, 30 mar 2010) | 2 lines

  Highlight the change of behavior related to r79494.  Now VT and FF are linebreaks.
........

14 years agoBlocked revisions 79504 via svnmerge
Antoine Pitrou [Tue, 30 Mar 2010 18:59:21 +0000 (18:59 +0000)]
Blocked revisions 79504 via svnmerge

........
  r79504 | antoine.pitrou | 2010-03-30 20:58:22 +0200 (mar., 30 mars 2010) | 3 lines

  Fix small error in r79502
........

14 years agoMerged revisions 79502 via svnmerge from
Antoine Pitrou [Tue, 30 Mar 2010 18:56:19 +0000 (18:56 +0000)]
Merged revisions 79502 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79502 | antoine.pitrou | 2010-03-30 20:49:45 +0200 (mar., 30 mars 2010) | 4 lines

  Issue #8248: Add some tests for the bool type.  Patch by Gregory Nofi.
........

14 years agoMerged revisions 79500 via svnmerge from
Benjamin Peterson [Tue, 30 Mar 2010 18:42:32 +0000 (18:42 +0000)]
Merged revisions 79500 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79500 | benjamin.peterson | 2010-03-30 12:58:13 -0500 (Tue, 30 Mar 2010) | 4 lines

  add inspect.getcallargs, which binds function arguments like a normal call #3135

  Patch by George Sakkis
........

14 years agobuild without -fno-strict-aliasing when gcc isn't buggy #3326
Benjamin Peterson [Tue, 30 Mar 2010 17:34:47 +0000 (17:34 +0000)]
build without -fno-strict-aliasing when gcc isn't buggy #3326

Patch from Daniel Stutzbach

14 years agoUpdate itertools recipes.
Raymond Hettinger [Sun, 28 Mar 2010 18:27:13 +0000 (18:27 +0000)]
Update itertools recipes.

14 years agoMerged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
Florent Xicluna [Sun, 28 Mar 2010 00:25:02 +0000 (00:25 +0000)]
Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines

  #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
  r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines

  Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
  r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines

  Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
  r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

  Syntax cleanup `== None` -> `is None`
........
  r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines

  #8207: Fix test_pep277 on OS X
........
  r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

  Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
  r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

  Ensure that the failed or unexpected tests are sorted before printing.
........

14 years agoMerged revisions 79344,79346,79350 via svnmerge from
Florent Xicluna [Sat, 27 Mar 2010 22:47:23 +0000 (22:47 +0000)]
Merged revisions 79344,79346,79350 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79344 | florent.xicluna | 2010-03-23 15:36:45 +0100 (mar, 23 mar 2010) | 2 lines

  Silence test_subprocess.
........
  r79346 | florent.xicluna | 2010-03-23 16:05:30 +0100 (mar, 23 mar 2010) | 2 lines

  The standard error should be empty when the signal is killed, except on SIGINT.
........
  r79350 | florent.xicluna | 2010-03-23 20:19:16 +0100 (mar, 23 mar 2010) | 2 lines

  The SIGINT signal may happen earlier, during site.py initialization.
........

14 years agoBlocked revisions 79288,79295-79296,79334,79378 via svnmerge
Florent Xicluna [Sat, 27 Mar 2010 22:18:04 +0000 (22:18 +0000)]
Blocked revisions 79288,79295-79296,79334,79378 via svnmerge

........
  r79288 | florent.xicluna | 2010-03-22 16:02:46 +0100 (lun, 22 mar 2010) | 2 lines

  Get rid of buffer() in test_ctypes:  backport the 3.x tests.
........
  r79295 | florent.xicluna | 2010-03-22 17:07:38 +0100 (lun, 22 mar 2010) | 3 lines

  Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
  Complement of r79288.
........
  r79296 | florent.xicluna | 2010-03-22 17:36:51 +0100 (lun, 22 mar 2010) | 3 lines

  Preserve backward compatibility of the ctypes module.
  "This file should be kept compatible with Python 2.3, see PEP 291."
........
  r79334 | florent.xicluna | 2010-03-23 12:07:54 +0100 (mar, 23 mar 2010) | 2 lines

  Skip test_format_deprecation if _ctypes is not available.  Add a filter to the warning check.
........
  r79378 | florent.xicluna | 2010-03-24 18:32:58 +0100 (mer, 24 mar 2010) | 3 lines

  Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
  Previous change was incomplete (r79334).
........

14 years agoMerged revisions 79468 via svnmerge from
Michael Foord [Sat, 27 Mar 2010 13:45:04 +0000 (13:45 +0000)]
Merged revisions 79468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79468 | michael.foord | 2010-03-27 13:42:34 +0000 (Sat, 27 Mar 2010) | 1 line

  Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
........

14 years agoBlocked revisions 79443 via svnmerge
Michael Foord [Sat, 27 Mar 2010 13:29:35 +0000 (13:29 +0000)]
Blocked revisions 79443 via svnmerge

........
  r79443 | benjamin.peterson | 2010-03-26 13:53:32 +0000 (Fri, 26 Mar 2010) | 1 line

  reorder imports
........

14 years agoMerged revisions 79442 via svnmerge from
Michael Foord [Sat, 27 Mar 2010 13:28:27 +0000 (13:28 +0000)]
Merged revisions 79442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79442 | michael.foord | 2010-03-26 13:07:38 +0000 (Fri, 26 Mar 2010) | 1 line

  Makefile.pre.in for the unittest/test directory
........

14 years agoMerged revisions 79437 via svnmerge from
Michael Foord [Sat, 27 Mar 2010 13:25:41 +0000 (13:25 +0000)]
Merged revisions 79437 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79437 | michael.foord | 2010-03-26 03:18:31 +0000 (Fri, 26 Mar 2010) | 1 line

  Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly
........

14 years agoBlocked revisions 79436 via svnmerge
Michael Foord [Sat, 27 Mar 2010 12:49:01 +0000 (12:49 +0000)]
Blocked revisions 79436 via svnmerge

........
  r79436 | michael.foord | 2010-03-26 02:53:56 +0000 (Fri, 26 Mar 2010) | 1 line

  Move a support TestCase out of the main namespace in unittest.test.test_suite
........

14 years agoBlocked revisions 79433 via svnmerge
Michael Foord [Sat, 27 Mar 2010 12:41:09 +0000 (12:41 +0000)]
Blocked revisions 79433 via svnmerge

........
  r79433 | michael.foord | 2010-03-26 00:03:38 +0000 (Fri, 26 Mar 2010) | 1 line

  Remove incorrect docstring in unittest.test
........

14 years agoBreaking test_unittest.py into a package. Manual merge of revision 79432.
Michael Foord [Sat, 27 Mar 2010 12:34:21 +0000 (12:34 +0000)]
Breaking test_unittest.py into a package. Manual merge of revision 79432.

14 years agoMerged revisions 79457 via svnmerge from
Mark Dickinson [Sat, 27 Mar 2010 11:16:00 +0000 (11:16 +0000)]
Merged revisions 79457 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79457 | mark.dickinson | 2010-03-27 11:14:37 +0000 (Sat, 27 Mar 2010) | 1 line

  Add Misc/NEWS entry for r79455.
........

14 years agoMerged revisions 79455 via svnmerge from
Mark Dickinson [Sat, 27 Mar 2010 11:11:13 +0000 (11:11 +0000)]
Merged revisions 79455 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79455 | mark.dickinson | 2010-03-27 11:09:29 +0000 (Sat, 27 Mar 2010) | 2 lines

  Make Fraction to complex comparisons with <=, <, >= or > raise TypeError.
........

14 years agoBlocked revisions 79432 via svnmerge
Michael Foord [Sat, 27 Mar 2010 01:41:24 +0000 (01:41 +0000)]
Blocked revisions 79432 via svnmerge

........
  r79432 | michael.foord | 2010-03-25 23:56:33 +0000 (Thu, 25 Mar 2010) | 1 line

  Turn unittest tests into a package
........

14 years agoAdd NEWS entry for r79449.
Antoine Pitrou [Fri, 26 Mar 2010 19:36:14 +0000 (19:36 +0000)]
Add NEWS entry for r79449.

14 years agoMerged revisions 79448 via svnmerge from
Antoine Pitrou [Fri, 26 Mar 2010 19:32:24 +0000 (19:32 +0000)]
Merged revisions 79448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79448 | antoine.pitrou | 2010-03-26 20:27:16 +0100 (ven., 26 mars 2010) | 6 lines

  Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking
  reads and writes are always retried by OpenSSL itself.

  (this is a followup to issue #3890)
........

14 years agoMerged revisions 79430 via svnmerge from
Brian Curtin [Fri, 26 Mar 2010 00:39:56 +0000 (00:39 +0000)]
Merged revisions 79430 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79430 | brian.curtin | 2010-03-25 18:48:54 -0500 (Thu, 25 Mar 2010) | 2 lines

  Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
........

14 years agoMerged revisions 79428 via svnmerge from
Benjamin Peterson [Thu, 25 Mar 2010 23:30:20 +0000 (23:30 +0000)]
Merged revisions 79428 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79428 | benjamin.peterson | 2010-03-25 18:27:16 -0500 (Thu, 25 Mar 2010) | 1 line

  make naming convention consistent
........

14 years agoFix my test introduced in test_sys by r79394:
Victor Stinner [Thu, 25 Mar 2010 12:24:38 +0000 (12:24 +0000)]
Fix my test introduced in test_sys by r79394:

Restore the orginal filesystem encoding before testing
assertRaises(LookupError, sys.setfilesystemencoding, "xxx"). Unittest formats
the exception, but the formatting failed because the file system was invalid
(set to iso-8859-1 by the previous test).

Anyway, ensure to restore the original filesystem encoding when exiting
test_setfilesystemencoding() to avoid error propagation to the other tests.

14 years agoBlocked revisions 79413 via svnmerge
Benjamin Peterson [Thu, 25 Mar 2010 03:46:05 +0000 (03:46 +0000)]
Blocked revisions 79413 via svnmerge

........
  r79413 | benjamin.peterson | 2010-03-24 22:44:24 -0500 (Wed, 24 Mar 2010) | 1 line

  make an attempt to add capsule to the Windows build
........

14 years agoBlocked revisions 79410 via svnmerge
Larry Hastings [Thu, 25 Mar 2010 01:25:31 +0000 (01:25 +0000)]
Blocked revisions 79410 via svnmerge

........
  r79410 | larry.hastings | 2010-03-24 18:23:27 -0700 (Wed, 24 Mar 2010) | 2 lines

  Remove extraneous experimental code checked in by accident.
........

14 years agoMerged revisions 79403 via svnmerge from
Benjamin Peterson [Thu, 25 Mar 2010 01:21:09 +0000 (01:21 +0000)]
Merged revisions 79403 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79403 | benjamin.peterson | 2010-03-24 20:04:58 -0500 (Wed, 24 Mar 2010) | 1 line

  set eol on email example
........

14 years agoBlocked revisions 79402,79406 via svnmerge
Benjamin Peterson [Thu, 25 Mar 2010 01:11:10 +0000 (01:11 +0000)]
Blocked revisions 79402,79406 via svnmerge

........
  r79402 | benjamin.peterson | 2010-03-24 20:03:51 -0500 (Wed, 24 Mar 2010) | 1 line

  set bsddb eol style
........
  r79406 | benjamin.peterson | 2010-03-24 20:05:57 -0500 (Wed, 24 Mar 2010) | 1 line

  fix eol properties on capsule files
........

14 years agoMerged revisions 79392 via svnmerge from
Victor Stinner [Thu, 25 Mar 2010 01:02:29 +0000 (01:02 +0000)]
Merged revisions 79392 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79392 | victor.stinner | 2010-03-25 01:21:53 +0100 (jeu., 25 mars 2010) | 3 lines

  Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler
  optimizations are disabled when --with-pydebug is used.
........

14 years agoBlocked revisions 79397 via svnmerge
Larry Hastings [Thu, 25 Mar 2010 00:57:10 +0000 (00:57 +0000)]
Blocked revisions 79397 via svnmerge

........
  r79397 | larry.hastings | 2010-03-24 17:54:54 -0700 (Wed, 24 Mar 2010) | 4 lines

  Backported PyCapsule from 3.1, and converted most uses of
  CObject to PyCapsule.
........

14 years agoMerged revisions 79395 via svnmerge from
Victor Stinner [Thu, 25 Mar 2010 00:55:12 +0000 (00:55 +0000)]
Merged revisions 79395 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79395 | victor.stinner | 2010-03-25 01:51:58 +0100 (jeu., 25 mars 2010) | 5 lines

  Fix _curses.tiget*() functions: deny None to avoid a crash.

  Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None),
  _curses.tigetstr(None).
........

14 years agoIssue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
Victor Stinner [Thu, 25 Mar 2010 00:30:28 +0000 (00:30 +0000)]
Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
is unknown.

14 years agoMerged revisions 79388 via svnmerge from
Steven Bethard [Wed, 24 Mar 2010 23:07:31 +0000 (23:07 +0000)]
Merged revisions 79388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79388 | steven.bethard | 2010-03-24 16:03:24 -0700 (Wed, 24 Mar 2010) | 1 line

  Replace license with simple attribution.
........

14 years agoMerged revisions 79385 via svnmerge from
Benjamin Peterson [Wed, 24 Mar 2010 22:10:42 +0000 (22:10 +0000)]
Merged revisions 79385 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79385 | benjamin.peterson | 2010-03-24 17:03:09 -0500 (Wed, 24 Mar 2010) | 1 line

  replace copy right notice with simple attribution
........

14 years agoRevert improper merge in test_inspect (r79251).
Florent Xicluna [Wed, 24 Mar 2010 17:37:49 +0000 (17:37 +0000)]
Revert improper merge in test_inspect (r79251).

14 years agoMerged revisions 79374 via svnmerge from
Martin v. Löwis [Wed, 24 Mar 2010 15:07:12 +0000 (15:07 +0000)]
Merged revisions 79374 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79374 | martin.v.loewis | 2010-03-24 16:05:53 +0100 (Mi, 24 Mär 2010) | 2 lines

  Add Brian Curtin.
........

14 years agoFix porting mistake in r79298.
R. David Murray [Wed, 24 Mar 2010 00:29:21 +0000 (00:29 +0000)]
Fix porting mistake in r79298.

14 years agoMerged revisions 79362 via svnmerge from
Ezio Melotti [Tue, 23 Mar 2010 23:56:06 +0000 (23:56 +0000)]
Merged revisions 79362 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79362 | ezio.melotti | 2010-03-24 01:53:20 +0200 (Wed, 24 Mar 2010) | 1 line

  Another typo.
........

14 years agoMerged revisions 79358 via svnmerge from
Ezio Melotti [Tue, 23 Mar 2010 23:29:39 +0000 (23:29 +0000)]
Merged revisions 79358 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79358 | ezio.melotti | 2010-03-24 01:26:21 +0200 (Wed, 24 Mar 2010) | 1 line

  #8217: typo.
........

14 years agoMerged revisions 79351 via svnmerge from
Benjamin Peterson [Tue, 23 Mar 2010 21:02:34 +0000 (21:02 +0000)]
Merged revisions 79351 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79351 | benjamin.peterson | 2010-03-23 15:58:37 -0500 (Tue, 23 Mar 2010) | 1 line

  the == test doesn't work on Solaris #8210
........

14 years agoMerged revisions 79329 via svnmerge from
Senthil Kumaran [Tue, 23 Mar 2010 11:00:53 +0000 (11:00 +0000)]
Merged revisions 79329 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79329 | senthil.kumaran | 2010-03-23 14:16:31 +0530 (Tue, 23 Mar 2010) | 2 lines

  Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
........

14 years agoMerged revisions 79306,79311,79325 via svnmerge from
Benjamin Peterson [Tue, 23 Mar 2010 03:22:05 +0000 (03:22 +0000)]
Merged revisions 79306,79311,79325 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r79306 | benjamin.peterson | 2010-03-22 17:40:06 -0500 (Mon, 22 Mar 2010) | 21 lines

  Merged revisions 79077,79137,79304-79305 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r79077 | benjamin.peterson | 2010-03-18 18:05:29 -0500 (Thu, 18 Mar 2010) | 1 line

    port detect_encoding improvements from py3k
  ........
    r79137 | benjamin.peterson | 2010-03-20 11:12:53 -0500 (Sat, 20 Mar 2010) | 1 line

    add a fixer for setting sys.exitfunc #2356
  ........
    r79304 | benjamin.peterson | 2010-03-22 17:20:22 -0500 (Mon, 22 Mar 2010) | 1 line

    fix test_parser when it's run in a path with spaces #7666
  ........
    r79305 | benjamin.peterson | 2010-03-22 17:27:07 -0500 (Mon, 22 Mar 2010) | 1 line

    normalize whitespace
  ........
................
  r79311 | benjamin.peterson | 2010-03-22 17:54:42 -0500 (Mon, 22 Mar 2010) | 9 lines

  Merged revisions 79309 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r79309 | benjamin.peterson | 2010-03-22 17:50:47 -0500 (Mon, 22 Mar 2010) | 1 line

    pass correct symbol in
  ........
................
  r79325 | benjamin.peterson | 2010-03-22 22:03:55 -0500 (Mon, 22 Mar 2010) | 13 lines

  Merged revisions 79313,79324 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r79313 | benjamin.peterson | 2010-03-22 17:59:57 -0500 (Mon, 22 Mar 2010) | 1 line

    another case where a symbol is needed
  ........
    r79324 | benjamin.peterson | 2010-03-22 21:59:47 -0500 (Mon, 22 Mar 2010) | 1 line

    use unicode literals
  ........
................

14 years agoMerged revisions 79320 via svnmerge from
Ezio Melotti [Tue, 23 Mar 2010 00:39:22 +0000 (00:39 +0000)]
Merged revisions 79320 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line

  Link specifically to the UCD version 5.2.0.
........

14 years agoMerged revisions 79316 via svnmerge from
Ezio Melotti [Tue, 23 Mar 2010 00:32:49 +0000 (00:32 +0000)]
Merged revisions 79316 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line

  Remove link to objects.rst (gone in r79179).
........

14 years agoIssue #8139: ossaudiodev didn't initialize its types properly, therefore
Antoine Pitrou [Tue, 23 Mar 2010 00:25:54 +0000 (00:25 +0000)]
Issue #8139: ossaudiodev didn't initialize its types properly, therefore
some methods (such as oss_mixer_device.fileno()) were not available.
Initial patch by Bertrand Janin.

14 years agoMerged revisions 79314 via svnmerge from
Ezio Melotti [Mon, 22 Mar 2010 23:16:42 +0000 (23:16 +0000)]
Merged revisions 79314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line

  Update the version number of the Unicode Database in a few more places.
........

14 years agoMerged revisions 79299 via svnmerge from
Antoine Pitrou [Mon, 22 Mar 2010 20:11:09 +0000 (20:11 +0000)]
Merged revisions 79299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79299 | antoine.pitrou | 2010-03-22 20:59:46 +0100 (lun., 22 mars 2010) | 5 lines

  Issue #7512: shutil.copystat() could raise an OSError when the filesystem
  didn't support chflags() (for example ZFS under FreeBSD).  The error is
  now silenced.
........

14 years agoMerged revisions 79294 via svnmerge from
R. David Murray [Mon, 22 Mar 2010 17:48:48 +0000 (17:48 +0000)]
Merged revisions 79294 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79294 | r.david.murray | 2010-03-22 11:55:09 -0400 (Mon, 22 Mar 2010) | 4 lines

  Issue #7860: platform.uname now reports the correct 'machine' type
  when Python is running in WOW64 mode on 64 bit Windows.  Patch by
  Brian Curtin.
........

14 years agoFix a blunder in r79287. This part is, obviously, poorly tested (if at all).
Antoine Pitrou [Mon, 22 Mar 2010 15:07:09 +0000 (15:07 +0000)]
Fix a blunder in r79287.  This part is, obviously, poorly tested (if at all).

14 years agoMerged revisions 79226,79286 via svnmerge from
Antoine Pitrou [Mon, 22 Mar 2010 14:49:10 +0000 (14:49 +0000)]
Merged revisions 79226,79286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79226 | antoine.pitrou | 2010-03-21 20:33:38 +0100 (dim., 21 mars 2010) | 4 lines

  Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.
........
  r79286 | antoine.pitrou | 2010-03-22 15:41:48 +0100 (lun., 22 mars 2010) | 3 lines

  Fix an occasional test_ftplib failure, following r79226.
........

14 years agoMerged revisions 79278,79280 via svnmerge from
Victor Stinner [Mon, 22 Mar 2010 12:50:40 +0000 (12:50 +0000)]
Merged revisions 79278,79280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79278 | victor.stinner | 2010-03-22 13:24:37 +0100 (lun., 22 mars 2010) | 2 lines

  Issue #1583863: An unicode subclass can now override the __str__ method
........
  r79280 | victor.stinner | 2010-03-22 13:36:28 +0100 (lun., 22 mars 2010) | 5 lines

  Fix the NEWS about my last commit: an unicode subclass can now override the
  __unicode__ method (and not the __str__ method).

  Simplify also the testcase.
........

14 years agoFix a crash in _elementtree related to lone unicode surrogates.
Victor Stinner [Mon, 22 Mar 2010 12:11:44 +0000 (12:11 +0000)]
Fix a crash in _elementtree related to lone unicode surrogates.

Fix a segfault on:

   >>> import _elementtree
   >>> _elementtree.iterparse('/bin/sh', ("\uDC80", "\ud808\udf45"))

14 years agoMerged revisions 79274 via svnmerge from
Benjamin Peterson [Mon, 22 Mar 2010 02:53:52 +0000 (02:53 +0000)]
Merged revisions 79274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79274 | michael.foord | 2010-03-21 21:49:08 -0500 (Sun, 21 Mar 2010) | 1 line

  Correct usage message displayed for python -m unittest -h
........

14 years agoMerged revisions 79270 via svnmerge from
Benjamin Peterson [Mon, 22 Mar 2010 02:02:37 +0000 (02:02 +0000)]
Merged revisions 79270 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79270 | michael.foord | 2010-03-21 20:56:54 -0500 (Sun, 21 Mar 2010) | 1 line

  expected failure should not trigger failfast behavior in unittest.
........

14 years agoIssue #4282: Fix the main function of the profile module for a non-ASCII
Victor Stinner [Mon, 22 Mar 2010 01:58:35 +0000 (01:58 +0000)]
Issue #4282: Fix the main function of the profile module for a non-ASCII
script, open the file in binary mode and not in text mode with the default
(utf8) encoding.

14 years agoMerged revisions 79268 via svnmerge from
Benjamin Peterson [Mon, 22 Mar 2010 01:46:47 +0000 (01:46 +0000)]
Merged revisions 79268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79268 | michael.foord | 2010-03-21 20:41:11 -0500 (Sun, 21 Mar 2010) | 1 line

  Removing Python 2.3 compatibility code from unittest.
........

14 years agoMerged revisions 79265-79266 via svnmerge from
Benjamin Peterson [Mon, 22 Mar 2010 01:13:48 +0000 (01:13 +0000)]
Merged revisions 79265-79266 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79265 | michael.foord | 2010-03-21 20:01:34 -0500 (Sun, 21 Mar 2010) | 1 line

  -f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
........
  r79266 | michael.foord | 2010-03-21 20:02:23 -0500 (Sun, 21 Mar 2010) | 1 line

  Fix failing test committed by accident.
........

14 years agoMerged revisions 79263 via svnmerge from
Benjamin Peterson [Mon, 22 Mar 2010 00:15:53 +0000 (00:15 +0000)]
Merged revisions 79263 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79263 | michael.foord | 2010-03-21 19:06:30 -0500 (Sun, 21 Mar 2010) | 1 line

  Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
........

14 years agoRecorded merge of revisions 79047 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 23:25:07 +0000 (23:25 +0000)]
Recorded merge of revisions 79047 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79047 | senthil.kumaran | 2010-03-18 07:14:15 -0500 (Thu, 18 Mar 2010) | 3 lines

  Fix for Issue8135 - urllib.unquote to support mixed percent escapes
........

14 years agoMerged revisions 79138-79139 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 23:17:57 +0000 (23:17 +0000)]
Merged revisions 79138-79139 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79138 | benjamin.peterson | 2010-03-20 11:16:44 -0500 (Sat, 20 Mar 2010) | 1 line

  document exitfunc fixer
........
  r79139 | benjamin.peterson | 2010-03-20 11:17:37 -0500 (Sat, 20 Mar 2010) | 1 line

  wrap
........

14 years agoMerged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173...
Benjamin Peterson [Sun, 21 Mar 2010 23:13:07 +0000 (23:13 +0000)]
Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78966 | florent.xicluna | 2010-03-14 10:20:59 -0500 (Sun, 14 Mar 2010) | 2 lines

  Do not hardcode Expat version.  It's possible to build Python with --with-system-expat option.
........
  r78970 | benjamin.peterson | 2010-03-14 21:58:24 -0500 (Sun, 14 Mar 2010) | 1 line

  this little exception dance is pointless
........
  r79018 | collin.winter | 2010-03-16 22:04:01 -0500 (Tue, 16 Mar 2010) | 1 line

  Delete unused import.
........
  r79026 | vinay.sajip | 2010-03-17 10:05:57 -0500 (Wed, 17 Mar 2010) | 1 line

  Issue #8162: logging: Clarified docstring and documentation for disable function.
........
  r79027 | collin.winter | 2010-03-17 12:36:16 -0500 (Wed, 17 Mar 2010) | 1 line

  Avoid hardcoding refcounts in tests.
........
  r79055 | benjamin.peterson | 2010-03-18 16:30:48 -0500 (Thu, 18 Mar 2010) | 1 line

  remove installation of deleted test/output dir
........
  r79156 | florent.xicluna | 2010-03-20 17:21:02 -0500 (Sat, 20 Mar 2010) | 2 lines

  Cleanup test_struct using check_warnings.
........
  r79159 | florent.xicluna | 2010-03-20 17:26:42 -0500 (Sat, 20 Mar 2010) | 2 lines

  Cleanup test_tarfile, and use check_warnings.
........
  r79163 | michael.foord | 2010-03-20 19:53:39 -0500 (Sat, 20 Mar 2010) | 1 line

  A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
........
  r79164 | michael.foord | 2010-03-20 19:55:58 -0500 (Sat, 20 Mar 2010) | 1 line

  Change order of arguments in a unittest function.
........
  r79173 | georg.brandl | 2010-03-21 04:09:38 -0500 (Sun, 21 Mar 2010) | 1 line

  Document that GzipFile supports iteration.
........
  r79176 | georg.brandl | 2010-03-21 04:17:41 -0500 (Sun, 21 Mar 2010) | 1 line

  Introduce copy by slicing, used in later chapters.
........
  r79194 | florent.xicluna | 2010-03-21 06:58:11 -0500 (Sun, 21 Mar 2010) | 2 lines

  Use assertRaises and add a specific warning filter.
........
  r79208 | andrew.kuchling | 2010-03-21 13:47:12 -0500 (Sun, 21 Mar 2010) | 1 line

  Add items
........
  r79212 | georg.brandl | 2010-03-21 14:01:38 -0500 (Sun, 21 Mar 2010) | 1 line

  Fix plural.
........

14 years agoMerged revisions 78417 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 22:50:04 +0000 (22:50 +0000)]
Merged revisions 78417 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78417 | dirkjan.ochtman | 2010-02-23 22:49:00 -0600 (Tue, 23 Feb 2010) | 1 line

  Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
........

14 years agoBlocked revisions 78722 via svnmerge
Benjamin Peterson [Sun, 21 Mar 2010 22:46:35 +0000 (22:46 +0000)]
Blocked revisions 78722 via svnmerge

........
  r78722 | florent.xicluna | 2010-03-06 05:01:08 -0600 (Sat, 06 Mar 2010) | 2 lines

  #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.
........

14 years agoMerged revisions 78779 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 22:42:02 +0000 (22:42 +0000)]
Merged revisions 78779 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line

  remove svn:executable from scripts without a shebang line
........

14 years agoMerged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675...
Benjamin Peterson [Sun, 21 Mar 2010 22:36:19 +0000 (22:36 +0000)]
Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78338 | andrew.kuchling | 2010-02-22 15:04:02 -0600 (Mon, 22 Feb 2010) | 4 lines

  Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
  (I asked the BDFL first, and he approved removing it.  The last actual bugfix
  to Tools/modulator was in 2001; since then all changes have been search-and-replace:
  string methods, whitespace fixes, etc.)
........
  r78345 | andrew.kuchling | 2010-02-22 17:10:52 -0600 (Mon, 22 Feb 2010) | 1 line

  #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).
........
  r78346 | andrew.kuchling | 2010-02-22 17:12:00 -0600 (Mon, 22 Feb 2010) | 1 line

  #7706: add include guards where they're missing; required for Windows CE
........
  r78561 | andrew.kuchling | 2010-03-01 13:51:43 -0600 (Mon, 01 Mar 2010) | 1 line

  #7191: describe more details of wbits parameter
........
  r78562 | andrew.kuchling | 2010-03-01 14:11:57 -0600 (Mon, 01 Mar 2010) | 1 line

  #7637: avoid repeated-concatenation antipattern in example
........
  r78566 | barry.warsaw | 2010-03-01 15:46:51 -0600 (Mon, 01 Mar 2010) | 4 lines

  Manually copy patch for bug 7250 from the release26-maint branch.  I suck
  because I did this in the wrong order and couldn't smack svnmerge into
  submission.
........
  r78574 | benjamin.peterson | 2010-03-01 17:25:13 -0600 (Mon, 01 Mar 2010) | 1 line

  remove CVS id
........
  r78581 | michael.foord | 2010-03-02 08:22:15 -0600 (Tue, 02 Mar 2010) | 1 line

  Link correction in documentation.
........
  r78634 | benjamin.peterson | 2010-03-03 15:28:25 -0600 (Wed, 03 Mar 2010) | 1 line

  rephrase
........
  r78660 | dirkjan.ochtman | 2010-03-04 13:21:53 -0600 (Thu, 04 Mar 2010) | 4 lines

  Try to fix buildbot breakage from r78384.

  Thanks bitdancer and briancurtin for the help.
........
  r78675 | florent.xicluna | 2010-03-04 19:12:14 -0600 (Thu, 04 Mar 2010) | 2 lines

  These line should not be there.
........

14 years agoBlocked revisions 78272,78580,78707,78709-78710,78712-78713,78811,78974,79096,79105...
Benjamin Peterson [Sun, 21 Mar 2010 22:21:53 +0000 (22:21 +0000)]
Blocked revisions 78272,78580,78707,78709-78710,78712-78713,78811,78974,79096,79105,79123,79125,79165,79187-79189,79191 via svnmerge

........
  r78272 | ezio.melotti | 2010-02-20 16:34:21 -0600 (Sat, 20 Feb 2010) | 1 line

  skip tests with a non-ascii cwd when the file system encoding is ascii
........
  r78580 | andrew.kuchling | 2010-03-02 07:55:33 -0600 (Tue, 02 Mar 2010) | 1 line

  Add an item
........
  r78707 | tarek.ziade | 2010-03-05 19:18:27 -0600 (Fri, 05 Mar 2010) | 1 line

  provide a fallback for xxmodule.c in case the buildir is not present
........
  r78709 | tarek.ziade | 2010-03-05 19:23:21 -0600 (Fri, 05 Mar 2010) | 1 line

  simplified the fallback case
........
  r78710 | tarek.ziade | 2010-03-05 19:27:09 -0600 (Fri, 05 Mar 2010) | 1 line

  files used by win32 tests
........
  r78712 | tarek.ziade | 2010-03-05 20:11:14 -0600 (Fri, 05 Mar 2010) | 1 line

  fixed various failures and environment alterations in distutils.test_build_ext
........
  r78713 | tarek.ziade | 2010-03-05 20:17:28 -0600 (Fri, 05 Mar 2010) | 1 line

  search in the alternative location for VCExpress
........
  r78811 | raymond.hettinger | 2010-03-09 03:01:46 -0600 (Tue, 09 Mar 2010) | 4 lines

  Add nicer docstrings to namedtuples().
  Provides better tooltips and looks better in help().
........
  r78974 | matthias.klose | 2010-03-15 07:46:18 -0500 (Mon, 15 Mar 2010) | 2 lines

  - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
........
  r79096 | matthias.klose | 2010-03-19 09:45:06 -0500 (Fri, 19 Mar 2010) | 2 lines

  - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
........
  r79105 | thomas.heller | 2010-03-19 14:59:30 -0500 (Fri, 19 Mar 2010) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-79104" from
  svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win
........
  r79123 | sean.reifschneider | 2010-03-19 18:19:55 -0500 (Fri, 19 Mar 2010) | 2 lines

  Adding an example of reproducing the rfc822.Message() parsing.
........
  r79125 | sean.reifschneider | 2010-03-19 19:05:42 -0500 (Fri, 19 Mar 2010) | 2 lines

  Fixing the file call in the rfc822.Message replacement example.
........
  r79165 | florent.xicluna | 2010-03-20 20:14:24 -0500 (Sat, 20 Mar 2010) | 2 lines

  #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
........
  r79187 | florent.xicluna | 2010-03-21 05:50:44 -0500 (Sun, 21 Mar 2010) | 2 lines

  Silence more py3k warnings in unittest.case.
........
  r79188 | florent.xicluna | 2010-03-21 05:51:40 -0500 (Sun, 21 Mar 2010) | 2 lines

  Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
........
  r79189 | florent.xicluna | 2010-03-21 06:03:21 -0500 (Sun, 21 Mar 2010) | 2 lines

  Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
........
  r79191 | florent.xicluna | 2010-03-21 06:50:17 -0500 (Sun, 21 Mar 2010) | 3 lines

  No more deprecation warnings for distutils.sysconfig, following r78666.
  But when the "dl" module is available, it gives a py3k deprecation warning.
........

14 years agosync 2.7.rst with trunk
Benjamin Peterson [Sun, 21 Mar 2010 22:05:32 +0000 (22:05 +0000)]
sync 2.7.rst with trunk

14 years agoMerged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331...
Benjamin Peterson [Sun, 21 Mar 2010 22:03:03 +0000 (22:03 +0000)]
Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77952 | mark.dickinson | 2010-02-03 10:50:14 -0600 (Wed, 03 Feb 2010) | 1 line

  Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942).
........
  r78030 | benjamin.peterson | 2010-02-06 14:14:10 -0600 (Sat, 06 Feb 2010) | 1 line

  check type_getattro for correctness in a descriptor corner case
........
  r78102 | andrew.kuchling | 2010-02-07 19:35:35 -0600 (Sun, 07 Feb 2010) | 1 line

  Move distutils into its own subsection; add various items
........
  r78104 | andrew.kuchling | 2010-02-08 07:22:24 -0600 (Mon, 08 Feb 2010) | 1 line

  Add two items; move a subsection
........
  r78107 | antoine.pitrou | 2010-02-08 14:25:47 -0600 (Mon, 08 Feb 2010) | 3 lines

  Clarify and correct description for ccbench and iobench.
........
  r78206 | r.david.murray | 2010-02-16 11:55:26 -0600 (Tue, 16 Feb 2010) | 3 lines

  Make the references to Popen in the description of Call
  and check_call into links.
........
  r78216 | andrew.kuchling | 2010-02-18 08:16:48 -0600 (Thu, 18 Feb 2010) | 1 line

  Add various items
........
  r78296 | andrew.kuchling | 2010-02-21 20:08:45 -0600 (Sun, 21 Feb 2010) | 1 line

  Re-word
........
  r78297 | andrew.kuchling | 2010-02-21 20:29:10 -0600 (Sun, 21 Feb 2010) | 1 line

  #7076: mention SystemRandom class near start of the module docs; reword change description for clarity.  Noted by Shawn Ligocki.
........
  r78328 | jack.diederich | 2010-02-22 12:17:16 -0600 (Mon, 22 Feb 2010) | 1 line

  fixes issue #7530, serve_forever()
........
  r78331 | andrew.kuchling | 2010-02-22 12:38:23 -0600 (Mon, 22 Feb 2010) | 1 line

  Fix comment typo
........
  r78332 | andrew.kuchling | 2010-02-22 12:42:07 -0600 (Mon, 22 Feb 2010) | 2 lines

  #7627: MH.remove() would fail if the MH mailbox was locked;
  it would call _unlock_file() and pass it a closed file object.  Noted by Rob Austein.
........
  r78336 | jack.diederich | 2010-02-22 13:55:22 -0600 (Mon, 22 Feb 2010) | 1 line

  fixes issue #1522237, bad init check in _threading_local
........
  r78339 | jack.diederich | 2010-02-22 15:27:38 -0600 (Mon, 22 Feb 2010) | 1 line

  * fix issue#7476
........
  r78343 | andrew.kuchling | 2010-02-22 16:48:41 -0600 (Mon, 22 Feb 2010) | 10 lines

  #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.
  Noted by Joseph Armbruster; patch by Jessica McKellar.

  The original code was 'for (;;) {...}', where ... ended
  with a 'return -2' statement and did not contain a 'break' or 'continue'
  statement.  Therefore, the body of the loop is always executed once.

  Once upon a time there was a 'continue' in the loop, but it was removed in
  rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
........
  r78378 | jack.diederich | 2010-02-23 11:23:30 -0600 (Tue, 23 Feb 2010) | 1 line

  fixup markup error
........
  r78379 | jack.diederich | 2010-02-23 13:34:06 -0600 (Tue, 23 Feb 2010) | 1 line

   issue#6442 use in operator instead of has_key
........
  r78415 | dirkjan.ochtman | 2010-02-23 22:00:52 -0600 (Tue, 23 Feb 2010) | 1 line

  Issue #7733: add explicit reference in asyncore docs.
........
  r78559 | andrew.kuchling | 2010-03-01 13:45:21 -0600 (Mon, 01 Mar 2010) | 1 line

  #7637: update discussion of minidom.unlink() and garbage collection
........
  r78717 | benjamin.peterson | 2010-03-05 21:13:33 -0600 (Fri, 05 Mar 2010) | 1 line

  settscdump is definitely an implementation detail
........
  r78791 | andrew.kuchling | 2010-03-08 06:00:39 -0600 (Mon, 08 Mar 2010) | 1 line

  Add various items
........

14 years agonest if for clarity
Benjamin Peterson [Sun, 21 Mar 2010 21:22:12 +0000 (21:22 +0000)]
nest if for clarity

14 years agocount keyword only arguments as part of the total
Benjamin Peterson [Sun, 21 Mar 2010 21:16:24 +0000 (21:16 +0000)]
count keyword only arguments as part of the total

14 years agoMerged revisions 78028 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 21:12:03 +0000 (21:12 +0000)]
Merged revisions 78028 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78028 | benjamin.peterson | 2010-02-06 13:40:18 -0600 (Sat, 06 Feb 2010) | 1 line

  remove pointless error checking
........

14 years agocleanup a bit
Benjamin Peterson [Sun, 21 Mar 2010 21:08:54 +0000 (21:08 +0000)]
cleanup a bit

14 years agoMerged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from
Benjamin Peterson [Sun, 21 Mar 2010 21:00:50 +0000 (21:00 +0000)]
Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79205 | benjamin.peterson | 2010-03-21 12:34:54 -0500 (Sun, 21 Mar 2010) | 1 line

  rewrite a bit
........
  r79219 | benjamin.peterson | 2010-03-21 14:24:08 -0500 (Sun, 21 Mar 2010) | 1 line

  flatten condition
........
  r79228 | benjamin.peterson | 2010-03-21 14:35:39 -0500 (Sun, 21 Mar 2010) | 1 line

  remove pointless condition
........
  r79230 | benjamin.peterson | 2010-03-21 14:39:52 -0500 (Sun, 21 Mar 2010) | 1 line

  co_varnames is certainly a tuple, so let's not waste time finding out
........
  r79232 | benjamin.peterson | 2010-03-21 14:54:56 -0500 (Sun, 21 Mar 2010) | 1 line

  fix import
........
  r79233 | benjamin.peterson | 2010-03-21 14:56:37 -0500 (Sun, 21 Mar 2010) | 1 line

  don't write duplicate tests
........
  r79235 | benjamin.peterson | 2010-03-21 15:21:00 -0500 (Sun, 21 Mar 2010) | 4 lines

  improve error message from passing inadequate number of keyword arguments #6474

  Note this removes the "non-keyword" or "keyword" phrases from these messages.
........
  r79237 | benjamin.peterson | 2010-03-21 15:30:30 -0500 (Sun, 21 Mar 2010) | 1 line

  take into account keyword arguments when passing too many args
........

14 years agoMerged revisions 79218 via svnmerge from
Antoine Pitrou [Sun, 21 Mar 2010 19:25:26 +0000 (19:25 +0000)]
Merged revisions 79218 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79218 | antoine.pitrou | 2010-03-21 20:19:41 +0100 (dim., 21 mars 2010) | 5 lines

  Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
  variable anymore.  It also forwards the LDFLAGS settings to the linker
  when building a shared library.
........

14 years agoMerged revisions 79207 via svnmerge from
Florent Xicluna [Sun, 21 Mar 2010 18:49:50 +0000 (18:49 +0000)]
Merged revisions 79207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79207 | florent.xicluna | 2010-03-21 19:00:38 +0100 (dim, 21 mar 2010) | 2 lines

  #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
........