]> granicus.if.org Git - python/log
python
14 years agotagging 3.1.2 release candidate
Benjamin Peterson [Sat, 6 Mar 2010 20:40:49 +0000 (20:40 +0000)]
tagging 3.1.2 release candidate

14 years agoMerged revisions 78739 via svnmerge from v3.1.2rc1
Benjamin Peterson [Sat, 6 Mar 2010 20:37:32 +0000 (20:37 +0000)]
Merged revisions 78739 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78739 | benjamin.peterson | 2010-03-06 14:34:24 -0600 (Sat, 06 Mar 2010) | 10 lines

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

  ........
    r78718 | gregory.p.smith | 2010-03-06 01:35:19 -0600 (Sat, 06 Mar 2010) | 3 lines

    Call setreuid and setregid in a subprocess to avoid altering the test runner's
    process state.  Should fix issue8045.
  ........
................

14 years agobump to 3.1.2rc1
Benjamin Peterson [Sat, 6 Mar 2010 20:28:33 +0000 (20:28 +0000)]
bump to 3.1.2rc1

14 years agoMerged revisions 78729 via svnmerge from
Ezio Melotti [Sat, 6 Mar 2010 15:27:04 +0000 (15:27 +0000)]
Merged revisions 78729 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78729 | ezio.melotti | 2010-03-06 17:24:08 +0200 (Sat, 06 Mar 2010) | 1 line

  #6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou.
........

14 years agoMerged revisions 78689,78696-78697,78708,78711 via svnmerge from
Ezio Melotti [Sat, 6 Mar 2010 03:09:26 +0000 (03:09 +0000)]
Merged revisions 78689,78696-78697,78708,78711 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78689 | ezio.melotti | 2010-03-05 14:43:17 +0200 (Fri, 05 Mar 2010) | 1 line

  This fixes a missing .lower() on the encoding name, a wrong byte undecodable by UTF-8, a wrong variable name, hopefully some windows buildbot on 3.x and adds a proper skip. It might break other things though.
........
  r78696 | ezio.melotti | 2010-03-05 17:08:19 +0200 (Fri, 05 Mar 2010) | 1 line

  r78689 enabled the test on more platforms but the buildbot did not like it. Using the filesystem encoding might work better. Also see #5604.
........
  r78697 | ezio.melotti | 2010-03-05 17:17:26 +0200 (Fri, 05 Mar 2010) | 1 line

  sys.getdefaultencoding() can return None.
........
  r78708 | ezio.melotti | 2010-03-06 03:20:49 +0200 (Sat, 06 Mar 2010) | 1 line

  Cleanup and minor fixes.
........
  r78711 | ezio.melotti | 2010-03-06 03:50:25 +0200 (Sat, 06 Mar 2010) | 1 line

  The test was failing because the curdir was missing from sys.path. This should fix the problem.
........

14 years agoIssue #7670: sqlite3: Fixed crashes when operating on closed connections.
Gerhard Häring [Fri, 5 Mar 2010 15:55:55 +0000 (15:55 +0000)]
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.

14 years agoMerged revisions 78692 via svnmerge from
Mark Dickinson [Fri, 5 Mar 2010 14:45:49 +0000 (14:45 +0000)]
Merged revisions 78692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78692 | mark.dickinson | 2010-03-05 14:44:08 +0000 (Fri, 05 Mar 2010) | 1 line

  Remove unused imports & clean up sys imports in test_struct.
........

14 years agoMerged revisions 78684 via svnmerge from
Benjamin Peterson [Fri, 5 Mar 2010 03:30:16 +0000 (03:30 +0000)]
Merged revisions 78684 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78684 | benjamin.peterson | 2010-03-04 21:27:12 -0600 (Thu, 04 Mar 2010) | 20 lines

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

  ................
    r78683 | benjamin.peterson | 2010-03-04 21:24:17 -0600 (Thu, 04 Mar 2010) | 13 lines

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

    ........
      r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line

      set svn:eol-style
    ........
      r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line

      remove svn:executable property
    ........
  ................
................

14 years agoMerged revisions 78664 via svnmerge from
Victor Stinner [Thu, 4 Mar 2010 22:01:47 +0000 (22:01 +0000)]
Merged revisions 78664 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78664 | victor.stinner | 2010-03-04 22:59:53 +0100 (jeu., 04 mars 2010) | 3 lines

  Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a
  crash in pydebug mode.
........

14 years agoMerged revisions 78657 via svnmerge from
R. David Murray [Thu, 4 Mar 2010 17:43:40 +0000 (17:43 +0000)]
Merged revisions 78657 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78657 | r.david.murray | 2010-03-04 12:38:18 -0500 (Thu, 04 Mar 2010) | 10 lines

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

  ........
    r78656 | r.david.murray | 2010-03-04 12:34:05 -0500 (Thu, 04 Mar 2010) | 3 lines

    Fix documentation of email.Message.get_filename to match
    the fix applied in Issue 7082.
  ........
................

14 years agoMerged revisions 78649 via svnmerge from
Victor Stinner [Thu, 4 Mar 2010 12:48:27 +0000 (12:48 +0000)]
Merged revisions 78649 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78649 | victor.stinner | 2010-03-04 13:47:32 +0100 (jeu., 04 mars 2010) | 2 lines

  oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)
........

14 years agoMerged revisions 78647 via svnmerge from
Victor Stinner [Thu, 4 Mar 2010 12:16:27 +0000 (12:16 +0000)]
Merged revisions 78647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78647 | victor.stinner | 2010-03-04 13:14:57 +0100 (jeu., 04 mars 2010) | 12 lines

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

  ........
    r78646 | victor.stinner | 2010-03-04 13:09:33 +0100 (jeu., 04 mars 2010) | 5 lines

    Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
    Issue #29.

    PR #29 was released in february 2004!
  ........
................

14 years agoMerged revisions 78642 via svnmerge from
Victor Stinner [Thu, 4 Mar 2010 00:33:35 +0000 (00:33 +0000)]
Merged revisions 78642 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78642 | victor.stinner | 2010-03-04 01:29:24 +0100 (jeu., 04 mars 2010) | 10 lines

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

  ........
    r78641 | victor.stinner | 2010-03-04 01:10:12 +0100 (jeu., 04 mars 2010) | 3 lines

    Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,
    reset also the pointer to the current pointer context.
  ........
................

14 years agoMerged revisions 78639 via svnmerge from
Victor Stinner [Wed, 3 Mar 2010 23:32:07 +0000 (23:32 +0000)]
Merged revisions 78639 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78639 | victor.stinner | 2010-03-04 00:28:07 +0100 (jeu., 04 mars 2010) | 10 lines

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

  ........
    r78638 | victor.stinner | 2010-03-04 00:20:25 +0100 (jeu., 04 mars 2010) | 3 lines

    Issue #7544: Preallocate thread memory before creating the thread to avoid a
    fatal error in low memory condition.
  ........
................

14 years agoMerged revisions 78636 via svnmerge from
Victor Stinner [Wed, 3 Mar 2010 21:57:58 +0000 (21:57 +0000)]
Merged revisions 78636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78636 | victor.stinner | 2010-03-03 22:56:53 +0100 (mer., 03 mars 2010) | 12 lines

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

  ........
    r78635 | victor.stinner | 2010-03-03 22:53:41 +0100 (mer., 03 mars 2010) | 5 lines

    Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL()
    by Py_DECREF() to avoid a crash in pydebug mode.

    Use po->wo==NULL to detect than the panel is in the lop list or not.
  ........
................

14 years agoMerged revisions 78632 via svnmerge from
Ezio Melotti [Wed, 3 Mar 2010 20:12:28 +0000 (20:12 +0000)]
Merged revisions 78632 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78632 | ezio.melotti | 2010-03-03 22:10:45 +0200 (Wed, 03 Mar 2010) | 1 line

  Add the argparse module and Steven as its maintainer.
........

14 years agoBlocked revisions 78626 via svnmerge
Lars Gustäbel [Wed, 3 Mar 2010 12:19:15 +0000 (12:19 +0000)]
Blocked revisions 78626 via svnmerge

................
  r78626 | lars.gustaebel | 2010-03-03 13:08:54 +0100 (Wed, 03 Mar 2010) | 10 lines

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

  ........
    r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Wed, 03 Mar 2010) | 3 lines

    Issue #7232: Add support for the context manager protocol
    to the TarFile class.
  ........
................

14 years agoMerged revisions 78622 via svnmerge from
Florent Xicluna [Wed, 3 Mar 2010 11:55:53 +0000 (11:55 +0000)]
Merged revisions 78622 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78622 | florent.xicluna | 2010-03-03 12:54:54 +0100 (mer, 03 mar 2010) | 9 lines

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

  ........
    r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines

    Revert a nonexistent docstring typo, r42805.
  ........
................

14 years agoMerged revisions 78611 via svnmerge from
Victor Stinner [Wed, 3 Mar 2010 00:51:28 +0000 (00:51 +0000)]
Merged revisions 78611 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78611 | victor.stinner | 2010-03-03 01:50:12 +0100 (mer., 03 mars 2010) | 10 lines

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

  ........
    r78610 | victor.stinner | 2010-03-03 01:43:44 +0100 (mer., 03 mars 2010) | 3 lines

    Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del()
    by Py_DECREF() to fix a crash in pydebug mode.
  ........
................

14 years agoMerged revisions 78608 via svnmerge from
Victor Stinner [Wed, 3 Mar 2010 00:22:21 +0000 (00:22 +0000)]
Merged revisions 78608 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78608 | victor.stinner | 2010-03-03 01:18:49 +0100 (mer., 03 mars 2010) | 12 lines

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

  ........
    r78603 | victor.stinner | 2010-03-03 00:20:02 +0100 (mer., 03 mars 2010) | 5 lines

    Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
    check fails.

    Fix an assertion in pydebug mode.
  ........
................

14 years agoMerged revisions 78598 via svnmerge from
Victor Stinner [Tue, 2 Mar 2010 22:49:30 +0000 (22:49 +0000)]
Merged revisions 78598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78598 | victor.stinner | 2010-03-02 23:48:17 +0100 (mar., 02 mars 2010) | 11 lines

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

  ........
    r78596 | victor.stinner | 2010-03-02 23:44:42 +0100 (mar., 02 mars 2010) | 4 lines

    Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
    method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel
    Black.
  ........
................

14 years agoBlocked revisions 78577 via svnmerge
Steven Bethard [Tue, 2 Mar 2010 09:28:36 +0000 (09:28 +0000)]
Blocked revisions 78577 via svnmerge

................
  r78577 | steven.bethard | 2010-03-02 01:22:57 -0800 (Tue, 02 Mar 2010) | 11 lines

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

  ........
    r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines

    Initial commit of the argparse library, based on argparse 1.1.
    Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
    There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
  ........
................

14 years agoManually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw [Mon, 1 Mar 2010 21:56:18 +0000 (21:56 +0000)]
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.

14 years agoFix invalid svnmerge-integrated property edit from last commit.
R. David Murray [Mon, 1 Mar 2010 17:43:44 +0000 (17:43 +0000)]
Fix invalid svnmerge-integrated property edit from last commit.

14 years agoInitialized merge tracking via "svnmerge" with revisions "1-73578" from
Vinay Sajip [Mon, 1 Mar 2010 13:44:26 +0000 (13:44 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-73578" from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

14 years agoMerged revisions 78548 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 05:56:53 +0000 (05:56 +0000)]
Merged revisions 78548 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78548 | gregory.p.smith | 2010-02-28 21:54:14 -0800 (Sun, 28 Feb 2010) | 10 lines

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

  ........
    r78546 | gregory.p.smith | 2010-02-28 21:43:43 -0800 (Sun, 28 Feb 2010) | 3 lines

    Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
    a -1 parameter on some platforms such as OS X.
  ........
................

14 years agoMerged revisions 78541 via svnmerge from
Ezio Melotti [Mon, 1 Mar 2010 04:10:55 +0000 (04:10 +0000)]
Merged revisions 78541 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78541 | ezio.melotti | 2010-03-01 06:08:34 +0200 (Mon, 01 Mar 2010) | 17 lines

  Merged revisions 78515-78516,78522 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78515 | georg.brandl | 2010-02-28 20:19:17 +0200 (Sun, 28 Feb 2010) | 1 line

    #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object.
  ........
    r78516 | georg.brandl | 2010-02-28 20:26:37 +0200 (Sun, 28 Feb 2010) | 1 line

    The set types can also be called without arguments.
  ........
    r78522 | ezio.melotti | 2010-03-01 01:59:00 +0200 (Mon, 01 Mar 2010) | 1 line

    #8030: more docstring fix for builtin types.
  ........
................

14 years agoMerged revisions 78538 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 03:19:29 +0000 (03:19 +0000)]
Merged revisions 78538 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78538 | gregory.p.smith | 2010-02-28 19:13:36 -0800 (Sun, 28 Feb 2010) | 9 lines

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

  ........
    r78536 | gregory.p.smith | 2010-02-28 19:09:19 -0800 (Sun, 28 Feb 2010) | 2 lines

    Cleanup the test added in r78517 based on Ezio Melotti's feedback.
  ........
................

14 years agoMerged revisions 78533 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 02:58:43 +0000 (02:58 +0000)]
Merged revisions 78533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78533 | gregory.p.smith | 2010-02-28 18:56:44 -0800 (Sun, 28 Feb 2010) | 9 lines

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

  ........
    r78532 | gregory.p.smith | 2010-02-28 18:53:24 -0800 (Sun, 28 Feb 2010) | 2 lines

    Fix the new test on windows (skip it, its posix only)
  ........
................

14 years agoMerged revisions 78524 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 00:43:08 +0000 (00:43 +0000)]
Merged revisions 78524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78524 | gregory.p.smith | 2010-02-28 16:17:40 -0800 (Sun, 28 Feb 2010) | 10 lines

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

  ........
    r78523 | gregory.p.smith | 2010-02-28 16:05:08 -0800 (Sun, 28 Feb 2010) | 3 lines

    Issue #1068268: The subprocess module now handles EINTR in internal
    os.waitpid and os.read system calls where appropriate.
  ........
................

14 years ago(really issue7832, not 7030)
Gregory P. Smith [Sun, 28 Feb 2010 22:01:02 +0000 (22:01 +0000)]
(really issue7832, not 7030)

Merged revisions 77998 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r77998 | michael.foord | 2010-02-05 12:54:27 -0800 (Fri, 05 Feb 2010) | 9 lines

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

  ........
    r77997 | michael.foord | 2010-02-05 20:52:14 +0000 (Fri, 05 Feb 2010) | 1 line

    Closes issue 7030.
  ........
................

14 years agoMerged revisions 78519 via svnmerge from
Gregory P. Smith [Sun, 28 Feb 2010 19:21:42 +0000 (19:21 +0000)]
Merged revisions 78519 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78519 | gregory.p.smith | 2010-02-28 10:57:46 -0800 (Sun, 28 Feb 2010) | 10 lines

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

  ........
    r78517 | gregory.p.smith | 2010-02-28 10:36:09 -0800 (Sun, 28 Feb 2010) | 3 lines

    Issue #7481: When a threading.Thread failed to start it would leave the
    instance stuck in initial state and present in threading.enumerate().
  ........
................

14 years agoMerged revisions 78513 via svnmerge from
Ezio Melotti [Sun, 28 Feb 2010 03:48:50 +0000 (03:48 +0000)]
Merged revisions 78513 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78513 | ezio.melotti | 2010-02-28 05:46:13 +0200 (Sun, 28 Feb 2010) | 9 lines

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

  ........
    r78511 | ezio.melotti | 2010-02-28 05:11:07 +0200 (Sun, 28 Feb 2010) | 1 line

    Pep8ify test names in the examples.
  ........
................

14 years agoMerged revisions 78505-78506 via svnmerge from
Benjamin Peterson [Sat, 27 Feb 2010 17:56:22 +0000 (17:56 +0000)]
Merged revisions 78505-78506 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78505 | benjamin.peterson | 2010-02-27 11:40:01 -0600 (Sat, 27 Feb 2010) | 1 line

  only accept AttributeError as indicating no __prepare__ attribute on a metaclass, allowing lookup errors to propogate
........
  r78506 | benjamin.peterson | 2010-02-27 11:41:13 -0600 (Sat, 27 Feb 2010) | 1 line

  check PyDict_New() for error
........

14 years agoMerged revisions 78500 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 16:17:11 +0000 (16:17 +0000)]
Merged revisions 78500 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78500 | florent.xicluna | 2010-02-27 17:12:22 +0100 (sam, 27 fév 2010) | 2 lines

  Use UTF-8 encoding to create Python test scripts.
........

14 years agoMerged revisions 78493 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 14:37:21 +0000 (14:37 +0000)]
Merged revisions 78493 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78493 | florent.xicluna | 2010-02-27 15:21:57 +0100 (sam, 27 fév 2010) | 11 lines

  For 3.x, the "backslashreplace" error handling is plugged on the "write" method.

  Recorded merge of revisions 78488 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78488 | florent.xicluna | 2010-02-27 14:31:23 +0100 (sam, 27 fév 2010) | 2 lines

    Issue #1729305: Fix doctest to handle encode error with "backslashreplace".  It fixes #7667 too.
  ........
................

14 years agoMerged revisions 78491 via svnmerge from
Ezio Melotti [Sat, 27 Feb 2010 13:55:48 +0000 (13:55 +0000)]
Merged revisions 78491 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78491 | ezio.melotti | 2010-02-27 15:54:27 +0200 (Sat, 27 Feb 2010) | 9 lines

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

  ........
    r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line

    Fix missing parenthesis.
  ........
................

14 years agoRecorded merge of revisions 78462,78484 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 11:38:27 +0000 (11:38 +0000)]
Recorded merge of revisions 78462,78484 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78462 | florent.xicluna | 2010-02-26 12:12:33 +0100 (ven, 26 fév 2010) | 9 lines

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

  ........
    r78461 | florent.xicluna | 2010-02-26 11:40:58 +0100 (ven, 26 fév 2010) | 2 lines

    #691291: codecs.open() should not convert end of lines on reading and writing.
  ........
................
  r78484 | florent.xicluna | 2010-02-27 12:31:21 +0100 (sam, 27 fév 2010) | 9 lines

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

  ........
    r78482 | florent.xicluna | 2010-02-27 12:19:18 +0100 (sam, 27 fév 2010) | 2 lines

    Add entry for issue #691291.
  ........
................

14 years agorevert change unapplicable to 3.1
Benjamin Peterson [Sat, 27 Feb 2010 00:47:08 +0000 (00:47 +0000)]
revert change unapplicable to 3.1

14 years agorun autoconf
Benjamin Peterson [Sat, 27 Feb 2010 00:19:25 +0000 (00:19 +0000)]
run autoconf

14 years agoMerged revisions 78469 via svnmerge from
Benjamin Peterson [Sat, 27 Feb 2010 00:18:52 +0000 (00:18 +0000)]
Merged revisions 78469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78469 | benjamin.peterson | 2010-02-26 18:13:52 -0600 (Fri, 26 Feb 2010) | 9 lines

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

  ........
    r78467 | ezio.melotti | 2010-02-26 18:05:42 -0600 (Fri, 26 Feb 2010) | 1 line

    Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase).
  ........
................

14 years agoMerged revisions 78459 via svnmerge from
Senthil Kumaran [Fri, 26 Feb 2010 00:55:09 +0000 (00:55 +0000)]
Merged revisions 78459 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78459 | senthil.kumaran | 2010-02-26 06:23:23 +0530 (Fri, 26 Feb 2010) | 9 lines

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

  ........
    r78457 | senthil.kumaran | 2010-02-26 06:17:05 +0530 (Fri, 26 Feb 2010) | 3 lines

    Fixing issue5475 : urllib2.getproxies not documented
  ........
................

14 years agoMerged revisions 78446 via svnmerge from
Eric Smith [Thu, 25 Feb 2010 14:59:39 +0000 (14:59 +0000)]
Merged revisions 78446 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78446 | eric.smith | 2010-02-25 09:58:13 -0500 (Thu, 25 Feb 2010) | 9 lines

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

  ........
    r78444 | eric.smith | 2010-02-25 09:26:33 -0500 (Thu, 25 Feb 2010) | 1 line

    Issue #7928: Document str.format element_index better.
  ........
................

14 years agoMerged revisions 78442 via svnmerge from
Eric Smith [Thu, 25 Feb 2010 14:20:36 +0000 (14:20 +0000)]
Merged revisions 78442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78442 | eric.smith | 2010-02-25 09:18:57 -0500 (Thu, 25 Feb 2010) | 9 lines

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

  ........
    r78440 | eric.smith | 2010-02-25 09:14:35 -0500 (Thu, 25 Feb 2010) | 1 line

    Issue #5965: Add documentation for parts of format specification language.
  ........
................

14 years agoMerged revisions 78437 via svnmerge from
Benjamin Peterson [Thu, 25 Feb 2010 01:41:28 +0000 (01:41 +0000)]
Merged revisions 78437 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78437 | benjamin.peterson | 2010-02-24 19:22:28 -0600 (Wed, 24 Feb 2010) | 1 line

  plug reference leak
........

14 years agoMerged revisions 78435 via svnmerge from
Larry Hastings [Wed, 24 Feb 2010 22:58:18 +0000 (22:58 +0000)]
Merged revisions 78435 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78435 | larry.hastings | 2010-02-24 17:49:58 -0500 (Wed, 24 Feb 2010) | 4 lines

  Issue #5939: Add additional runtime checking to ensure a valid capsule
  in Modules/_ctypes/callproc.c.  Reviewed by Benjamin P.  My first commit!
........

14 years agoMerged revisions 78433 via svnmerge from
Senthil Kumaran [Wed, 24 Feb 2010 21:04:55 +0000 (21:04 +0000)]
Merged revisions 78433 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78433 | senthil.kumaran | 2010-02-25 02:33:37 +0530 (Thu, 25 Feb 2010) | 10 lines

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

  ........
    r78431 | senthil.kumaran | 2010-02-25 02:25:31 +0530 (Thu, 25 Feb 2010) | 4 lines

    Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to
    a existing req object already having data.
  ........
................

14 years agoMerged revisions 78427 via svnmerge from
Ezio Melotti [Wed, 24 Feb 2010 16:58:58 +0000 (16:58 +0000)]
Merged revisions 78427 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78427 | ezio.melotti | 2010-02-24 18:55:43 +0200 (Wed, 24 Feb 2010) | 9 lines

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

  ........
    r78424 | ezio.melotti | 2010-02-24 18:49:56 +0200 (Wed, 24 Feb 2010) | 1 line

    typos
  ........
................

14 years agoMerged revisions 78426 via svnmerge from
Senthil Kumaran [Wed, 24 Feb 2010 16:56:20 +0000 (16:56 +0000)]
Merged revisions 78426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78426 | senthil.kumaran | 2010-02-24 22:23:16 +0530 (Wed, 24 Feb 2010) | 9 lines

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

  ........
    r78422 | senthil.kumaran | 2010-02-24 22:15:46 +0530 (Wed, 24 Feb 2010) | 2 lines

    Fix for Issue3819 - urllib2 sends Basic auth across redirects
  ........
................

14 years agoMerged revisions 78420 via svnmerge from
Eric Smith [Wed, 24 Feb 2010 15:53:54 +0000 (15:53 +0000)]
Merged revisions 78420 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78420 | eric.smith | 2010-02-24 10:42:29 -0500 (Wed, 24 Feb 2010) | 9 lines

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

  ........
    r78418 | eric.smith | 2010-02-24 09:15:36 -0500 (Wed, 24 Feb 2010) | 1 line

    Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings.
  ........
................

14 years agoMerged revisions 78410 via svnmerge from
Benjamin Peterson [Wed, 24 Feb 2010 02:31:20 +0000 (02:31 +0000)]
Merged revisions 78410 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78410 | benjamin.peterson | 2010-02-23 20:28:05 -0600 (Tue, 23 Feb 2010) | 16 lines

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

  ................
    r78408 | benjamin.peterson | 2010-02-23 20:24:35 -0600 (Tue, 23 Feb 2010) | 9 lines

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

    ........
      r78407 | benjamin.peterson | 2010-02-23 20:21:34 -0600 (Tue, 23 Feb 2010) | 1 line

      rewrite test to not rely on __doc__ being present
    ........
  ................
................

14 years agoBlocked revisions 78405 via svnmerge
R. David Murray [Wed, 24 Feb 2010 02:13:42 +0000 (02:13 +0000)]
Blocked revisions 78405 via svnmerge

................
  r78405 | r.david.murray | 2010-02-23 21:11:08 -0500 (Tue, 23 Feb 2010) | 10 lines

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

  ........
    r78403 | r.david.murray | 2010-02-23 21:08:28 -0500 (Tue, 23 Feb 2010) | 3 lines

    The primary copy of lib2to3 is not trunk, so the lib2to3 change
    should not have been included in the -OO patch, back it out.
  ........
................

14 years agoBlocked revisions 78400 via svnmerge
R. David Murray [Wed, 24 Feb 2010 01:51:59 +0000 (01:51 +0000)]
Blocked revisions 78400 via svnmerge

................
  r78400 | r.david.murray | 2010-02-23 20:46:21 -0500 (Tue, 23 Feb 2010) | 12 lines

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

  ........
    r78351 | r.david.murray | 2010-02-22 19:24:49 -0500 (Mon, 22 Feb 2010) | 5 lines

    Issue 6292: for the moment at least, the test suite passes if run
    with -OO.  Tests requiring docstrings are skipped.  Patch by
    Brian Curtin, thanks to Matias Torchinsky for helping review and
    improve the patch.
  ........
................

14 years agoBlocked revisions 78388-78389 via svnmerge
R. David Murray [Tue, 23 Feb 2010 23:03:49 +0000 (23:03 +0000)]
Blocked revisions 78388-78389 via svnmerge

................
  r78388 | r.david.murray | 2010-02-23 17:57:58 -0500 (Tue, 23 Feb 2010) | 11 lines

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

  ........
    r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines

    Fix #1537721: add writeheader() method to csv.DictWriter.

    Reviewed by skip.montanaro and thomas.wouters.
  ........
................
  r78389 | r.david.murray | 2010-02-23 18:00:34 -0500 (Tue, 23 Feb 2010) | 2 lines

  Fix version added for csv writeheader.
................

14 years agoMerged revisions 78382 via svnmerge from
Thomas Heller [Tue, 23 Feb 2010 20:32:43 +0000 (20:32 +0000)]
Merged revisions 78382 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78382 | thomas.heller | 2010-02-23 21:25:02 +0100 (Di, 23 Feb 2010) | 11 lines

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

  ........
    r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines

    ctypes CThunkObject was not registered correctly with the cycle
    garbage collector, leading to possible leaks when using callback
    functions.
  ........
................

14 years agoBlocked revisions 78375 via svnmerge
Mark Dickinson [Tue, 23 Feb 2010 13:23:02 +0000 (13:23 +0000)]
Blocked revisions 78375 via svnmerge

................
  r78375 | mark.dickinson | 2010-02-23 13:20:58 +0000 (Tue, 23 Feb 2010) | 13 lines

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

  ........
    r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line

    Make global variable overflowok into a keyword argument;  this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
  ........
    r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line

    Fix spacing nit.  Thanks Eric Smith for the public humiliation.
  ........
................

14 years agoBlocked revisions 78369 via svnmerge
Tarek Ziadé [Tue, 23 Feb 2010 06:03:01 +0000 (06:03 +0000)]
Blocked revisions 78369 via svnmerge

................
  r78369 | tarek.ziade | 2010-02-23 01:00:04 -0500 (Tue, 23 Feb 2010) | 9 lines

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

  ........
    r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line

    fixed #5801: removed spurious empty lines in wsgiref
  ........
................

14 years agoBlocked revisions 78366 via svnmerge
Tarek Ziadé [Tue, 23 Feb 2010 06:02:13 +0000 (06:02 +0000)]
Blocked revisions 78366 via svnmerge

................
  r78366 | tarek.ziade | 2010-02-23 00:39:18 -0500 (Tue, 23 Feb 2010) | 9 lines

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

  ........
    r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line

    completed the __all__ list and changed the module doctest
  ........
................

14 years agoBlocked revisions 78362 via svnmerge
Tarek Ziadé [Tue, 23 Feb 2010 05:32:32 +0000 (05:32 +0000)]
Blocked revisions 78362 via svnmerge

................
  r78362 | tarek.ziade | 2010-02-23 00:30:31 -0500 (Tue, 23 Feb 2010) | 13 lines

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

  ........
    r78359 | tarek.ziade | 2010-02-23 00:16:41 -0500 (Tue, 23 Feb 2010) | 1 line

    added make_archive (and secondary APIs) to shutil
  ........
    r78360 | tarek.ziade | 2010-02-23 00:20:22 -0500 (Tue, 23 Feb 2010) | 1 line

    added a note on shutil new APIs
  ........
................

14 years agoBlocked revisions 78357 via svnmerge
Tarek Ziadé [Tue, 23 Feb 2010 05:05:46 +0000 (05:05 +0000)]
Blocked revisions 78357 via svnmerge

................
  r78357 | tarek.ziade | 2010-02-23 00:03:26 -0500 (Tue, 23 Feb 2010) | 9 lines

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

  ........
    r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line

    removed debugging code
  ........
................

14 years agoRerecorded the merge of r78340, which got accidentally deleted in an svnmerge problem...
Eric Smith [Tue, 23 Feb 2010 02:03:57 +0000 (02:03 +0000)]
Rerecorded the merge of r78340, which got accidentally deleted in an svnmerge problem while checking in r78352.

14 years agoMerged revisions 78350 via svnmerge from
Eric Smith [Tue, 23 Feb 2010 00:37:54 +0000 (00:37 +0000)]
Merged revisions 78350 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78350 | eric.smith | 2010-02-22 19:22:24 -0500 (Mon, 22 Feb 2010) | 9 lines

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

  ........
    r78349 | eric.smith | 2010-02-22 19:11:16 -0500 (Mon, 22 Feb 2010) | 1 line

    Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
  ........
................

14 years agoMerged revisions 78340 via svnmerge from
Andrew M. Kuchling [Mon, 22 Feb 2010 22:21:05 +0000 (22:21 +0000)]
Merged revisions 78340 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78340 | andrew.kuchling | 2010-02-22 17:16:58 -0500 (Mon, 22 Feb 2010) | 1 line

  #6666: fix bug in trace.py that applied the list of ignored dirs only to 1st file
........

14 years agoMerged revisions 78333 via svnmerge from
Eric Smith [Mon, 22 Feb 2010 19:26:06 +0000 (19:26 +0000)]
Merged revisions 78333 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78333 | eric.smith | 2010-02-22 13:54:44 -0500 (Mon, 22 Feb 2010) | 9 lines

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

  ........
    r78329 | eric.smith | 2010-02-22 13:33:47 -0500 (Mon, 22 Feb 2010) | 1 line

    Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
  ........
................

14 years agoMerged revisions 78325 via svnmerge from
Senthil Kumaran [Mon, 22 Feb 2010 17:19:17 +0000 (17:19 +0000)]
Merged revisions 78325 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78325 | senthil.kumaran | 2010-02-22 22:47:22 +0530 (Mon, 22 Feb 2010) | 2 lines

  Fixing Issue7399  - Fixing an example of urllib usage.
........

14 years agoMerged revisions 78322 via svnmerge from
Andrew M. Kuchling [Mon, 22 Feb 2010 16:59:30 +0000 (16:59 +0000)]
Merged revisions 78322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78322 | andrew.kuchling | 2010-02-22 11:52:52 -0500 (Mon, 22 Feb 2010) | 9 lines

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

  ........
    r78318 | andrew.kuchling | 2010-02-22 11:26:47 -0500 (Mon, 22 Feb 2010) | 1 line

    #7597: curses.use_env() can be called before initscr().  Noted by Kan-Ru Chen
  ........
................

14 years agoMerged revisions 78316 via svnmerge from
Ezio Melotti [Mon, 22 Feb 2010 16:01:22 +0000 (16:01 +0000)]
Merged revisions 78316 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78316 | ezio.melotti | 2010-02-22 17:59:01 +0200 (Mon, 22 Feb 2010) | 1 line

  #7310: fix the repr() of os.environ
........

14 years agoMerged revisions 78314 via svnmerge from
Mark Dickinson [Mon, 22 Feb 2010 15:42:18 +0000 (15:42 +0000)]
Merged revisions 78314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78314 | mark.dickinson | 2010-02-22 15:41:48 +0000 (Mon, 22 Feb 2010) | 9 lines

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

  ........
    r78312 | mark.dickinson | 2010-02-22 15:40:28 +0000 (Mon, 22 Feb 2010) | 1 line

    Clarify description of three-argument pow for Decimal types:  the exponent of the result is always 0.
  ........
................

14 years ago#7794: describe 3.1 support for executing directories and zip archives
Andrew M. Kuchling [Mon, 22 Feb 2010 15:19:05 +0000 (15:19 +0000)]
#7794: describe 3.1 support for executing directories and zip archives

14 years agoBlocked revisions 78306 via svnmerge
Eric Smith [Mon, 22 Feb 2010 15:02:08 +0000 (15:02 +0000)]
Blocked revisions 78306 via svnmerge

........
  r78306 | eric.smith | 2010-02-22 09:58:30 -0500 (Mon, 22 Feb 2010) | 1 line

  Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof.
........

14 years agoMerged revisions 78301 via svnmerge from
Senthil Kumaran [Mon, 22 Feb 2010 11:02:53 +0000 (11:02 +0000)]
Merged revisions 78301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78301 | senthil.kumaran | 2010-02-22 16:30:50 +0530 (Mon, 22 Feb 2010) | 10 lines

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

  ........
    r78299 | senthil.kumaran | 2010-02-22 16:25:08 +0530 (Mon, 22 Feb 2010) | 4 lines

    Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing
    server to resource in the 405 response msg.
  ........
................

14 years agoMerged revisions 78289 via svnmerge from
Mark Dickinson [Sun, 21 Feb 2010 14:51:02 +0000 (14:51 +0000)]
Merged revisions 78289 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78289 | mark.dickinson | 2010-02-21 14:49:52 +0000 (Sun, 21 Feb 2010) | 9 lines

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

  ........
    r78287 | mark.dickinson | 2010-02-21 14:42:27 +0000 (Sun, 21 Feb 2010) | 1 line

    Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
  ........
................

14 years agoMerged revisions 78283 via svnmerge from
Mark Dickinson [Sun, 21 Feb 2010 13:43:36 +0000 (13:43 +0000)]
Merged revisions 78283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78283 | mark.dickinson | 2010-02-21 13:42:03 +0000 (Sun, 21 Feb 2010) | 9 lines

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

  ........
    r78281 | mark.dickinson | 2010-02-21 13:37:53 +0000 (Sun, 21 Feb 2010) | 1 line

    Issue #7384:  skip test_curses on FreeBSD, in order to allow other buildbot tests to complete.
  ........
................

14 years agoMerged revisions 78276 via svnmerge from
R. David Murray [Sun, 21 Feb 2010 04:48:18 +0000 (04:48 +0000)]
Merged revisions 78276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78276 | r.david.murray | 2010-02-20 23:39:40 -0500 (Sat, 20 Feb 2010) | 16 lines

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

  ........
    r78274 | r.david.murray | 2010-02-20 23:23:00 -0500 (Sat, 20 Feb 2010) | 9 lines

    Issue 7970: When email.Parser.Parser parses a MIME message of type
    message/rfc822 it turns it into an object whose body consists of
    a list containing a single Message object.  HeaderParser, on the
    other hand, just copies the body as a string.  Generator.flatten
    has a special handler for the message mime type that expected the
    body to be the one item list.  This fails if the message was parsed
    by HeaderParser.  So we now check to see if the body is a string
    first, and if so just we just emit it.
  ........
................

14 years agoMerged revisions 78270 via svnmerge from
Senthil Kumaran [Sat, 20 Feb 2010 22:30:21 +0000 (22:30 +0000)]
Merged revisions 78270 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78270 | senthil.kumaran | 2010-02-21 03:49:04 +0530 (Sun, 21 Feb 2010) | 4 lines

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

14 years agoMerged revisions 78242 via svnmerge from
Brett Cannon [Fri, 19 Feb 2010 16:05:28 +0000 (16:05 +0000)]
Merged revisions 78242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78242 | brett.cannon | 2010-02-19 11:01:06 -0500 (Fri, 19 Feb 2010) | 5 lines

  Importlib was not matching import's handling of .pyc files where it had less
  then 8 bytes total in the file.

  Fixes issues 7361 & 7875.
........

14 years agoMerged revisions 78239 via svnmerge from
Ezio Melotti [Fri, 19 Feb 2010 14:51:06 +0000 (14:51 +0000)]
Merged revisions 78239 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78239 | ezio.melotti | 2010-02-19 16:49:02 +0200 (Fri, 19 Feb 2010) | 1 line

  urllib.urlparse -> urllib.parse.urlparse
........

14 years agoMerged revisions 78236 via svnmerge from
Senthil Kumaran [Fri, 19 Feb 2010 07:45:03 +0000 (07:45 +0000)]
Merged revisions 78236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78236 | senthil.kumaran | 2010-02-19 13:12:50 +0530 (Fri, 19 Feb 2010) | 9 lines

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

  ........
    r78234 | senthil.kumaran | 2010-02-19 13:02:48 +0530 (Fri, 19 Feb 2010) | 2 lines

    Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
  ........
................

14 years agoMerged revisions 78225 via svnmerge from
Martin v. Löwis [Thu, 18 Feb 2010 16:29:17 +0000 (16:29 +0000)]
Merged revisions 78225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78225 | martin.v.loewis | 2010-02-18 17:27:43 +0100 (Do, 18 Feb 2010) | 11 lines

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

  ........
    r78213 | martin.v.loewis | 2010-02-18 10:22:20 +0100 (Do, 18 Feb 2010) | 3 lines

    Stop providing crtassem.h symbols when compiling with
    Visual Studio 2010, as msvcr100.dll is not a platform
    assembly anymore.
  ........
................

14 years agoMerged revisions 78220 via svnmerge from
Mark Dickinson [Thu, 18 Feb 2010 14:59:50 +0000 (14:59 +0000)]
Merged revisions 78220 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78220 | mark.dickinson | 2010-02-18 14:54:37 +0000 (Thu, 18 Feb 2010) | 1 line

  Remove references to the 'long' type in py3k decimal docs.
........

14 years agoBlocked revisions 78219 via svnmerge
Mark Dickinson [Thu, 18 Feb 2010 14:58:36 +0000 (14:58 +0000)]
Blocked revisions 78219 via svnmerge

................
  r78219 | mark.dickinson | 2010-02-18 14:49:50 +0000 (Thu, 18 Feb 2010) | 16 lines

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

  ........
    r78217 | mark.dickinson | 2010-02-18 14:27:02 +0000 (Thu, 18 Feb 2010) | 5 lines

    Issue #7633: Context method in the decimal module (with the exception
    of the 'canonical' and 'is_canonical' methods) now consistently accept
    integer arguments wherever a Decimal instance is accepted.  Thanks
    Juan José Conti for the patch.
  ........
    r78218 | mark.dickinson | 2010-02-18 14:45:33 +0000 (Thu, 18 Feb 2010) | 1 line

    Doctest fixes for decimal.py:  add an integer-argument doctest for logical_invert;  don't use integer literals with a leading zero.
  ........
................

14 years agoMerged revisions 78209 via svnmerge from
Ezio Melotti [Tue, 16 Feb 2010 23:32:24 +0000 (23:32 +0000)]
Merged revisions 78209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78209 | ezio.melotti | 2010-02-17 01:31:04 +0200 (Wed, 17 Feb 2010) | 9 lines

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

  ........
    r78207 | ezio.melotti | 2010-02-17 01:26:09 +0200 (Wed, 17 Feb 2010) | 1 line

    #7930: fix stripid
  ........
................

14 years agoMerged revisions 78204 via svnmerge from
Martin v. Löwis [Mon, 15 Feb 2010 21:46:27 +0000 (21:46 +0000)]
Merged revisions 78204 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78204 | martin.v.loewis | 2010-02-15 22:45:06 +0100 (Mo, 15 Feb 2010) | 9 lines

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

  ........
    r78202 | martin.v.loewis | 2010-02-15 22:41:12 +0100 (Mo, 15 Feb 2010) | 2 lines

    Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
  ........
................

14 years agoMerged revisions 78200 via svnmerge from
Eric Smith [Mon, 15 Feb 2010 11:59:37 +0000 (11:59 +0000)]
Merged revisions 78200 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78200 | eric.smith | 2010-02-15 06:57:31 -0500 (Mon, 15 Feb 2010) | 9 lines

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

  ........
    r78198 | eric.smith | 2010-02-15 06:55:38 -0500 (Mon, 15 Feb 2010) | 1 line

    Remove incorrect apostrophe.
  ........
................

14 years agoMerged revisions 78196 via svnmerge from
Martin v. Löwis [Mon, 15 Feb 2010 08:37:47 +0000 (08:37 +0000)]
Merged revisions 78196 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78196 | martin.v.loewis | 2010-02-15 09:35:16 +0100 (Mo, 15 Feb 2010) | 9 lines

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

  ........
    r78194 | martin.v.loewis | 2010-02-15 09:32:00 +0100 (Mo, 15 Feb 2010) | 2 lines

    Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
  ........
................

14 years agoMerged revisions 78192 via svnmerge from
Mark Dickinson [Sun, 14 Feb 2010 14:09:25 +0000 (14:09 +0000)]
Merged revisions 78192 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78192 | mark.dickinson | 2010-02-14 14:08:54 +0000 (Sun, 14 Feb 2010) | 9 lines

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

  ........
    r78189 | mark.dickinson | 2010-02-14 13:40:30 +0000 (Sun, 14 Feb 2010) | 1 line

    Silence more 'comparison between signed and unsigned' warnings.
  ........
................

14 years agoMerged revisions 78185 via svnmerge from
Mark Dickinson [Sun, 14 Feb 2010 13:09:30 +0000 (13:09 +0000)]
Merged revisions 78185 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78185 | mark.dickinson | 2010-02-14 12:53:32 +0000 (Sun, 14 Feb 2010) | 13 lines

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

  ........
    r78183 | mark.dickinson | 2010-02-14 12:16:43 +0000 (Sun, 14 Feb 2010) | 1 line

    Silence some 'comparison between signed and unsigned' compiler warnings.
  ........
    r78184 | mark.dickinson | 2010-02-14 12:31:26 +0000 (Sun, 14 Feb 2010) | 1 line

    Silence more compiler warnings;  fix an instance of potential undefined behaviour from signed overflow.
  ........
................

14 years agoMerged revisions 78180 via svnmerge from
Ezio Melotti [Sun, 14 Feb 2010 03:12:04 +0000 (03:12 +0000)]
Merged revisions 78180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78180 | ezio.melotti | 2010-02-14 05:11:06 +0200 (Sun, 14 Feb 2010) | 1 line

  #7888: fix deprecation on the wrong method.
........

14 years agoMerged revisions 78178 via svnmerge from
Ezio Melotti [Sun, 14 Feb 2010 02:55:47 +0000 (02:55 +0000)]
Merged revisions 78178 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78178 | ezio.melotti | 2010-02-14 04:54:22 +0200 (Sun, 14 Feb 2010) | 9 lines

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

  ........
    r78176 | ezio.melotti | 2010-02-14 04:50:23 +0200 (Sun, 14 Feb 2010) | 1 line

    #7921: fix links. Patch by Brian Curtin.
  ........
................

14 years agoMerged revisions 78172-78173 via svnmerge from
Mark Dickinson [Sat, 13 Feb 2010 18:43:28 +0000 (18:43 +0000)]
Merged revisions 78172-78173 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78172 | mark.dickinson | 2010-02-13 18:34:53 +0000 (Sat, 13 Feb 2010) | 4 lines

  Issue #7924: Fix an intermittent 'XXX undetected error' crash in
  test_capi, due to test_capsule failing to clear an exception.  Many
  thanks to Florent Xicluna for the diagnosis and fix.
........
  r78173 | mark.dickinson | 2010-02-13 18:37:34 +0000 (Sat, 13 Feb 2010) | 1 line

  Revert an earlier attempt (r76810) to fix the intermittent test_capi failures fixed in r78172.
........

14 years agoBlocked revisions 78167 via svnmerge
Mark Dickinson [Fri, 12 Feb 2010 21:24:17 +0000 (21:24 +0000)]
Blocked revisions 78167 via svnmerge

................
  r78167 | mark.dickinson | 2010-02-12 21:18:34 +0000 (Fri, 12 Feb 2010) | 9 lines

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

  ........
    r78166 | mark.dickinson | 2010-02-12 21:16:38 +0000 (Fri, 12 Feb 2010) | 1 line

    Check that 'd' isn't allowed as an exponent specifier in inputs to the float function.
  ........
................

14 years agoMerged revisions 78164 via svnmerge from
Ezio Melotti [Fri, 12 Feb 2010 00:31:13 +0000 (00:31 +0000)]
Merged revisions 78164 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78164 | ezio.melotti | 2010-02-12 02:28:42 +0200 (Fri, 12 Feb 2010) | 9 lines

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

  ........
    r78162 | ezio.melotti | 2010-02-12 01:50:57 +0200 (Fri, 12 Feb 2010) | 1 line

    #7907: fix wrong function name in doc. Patch by Brian Curtin.
  ........
................

14 years agoBlocked revisions 78160 via svnmerge
Tarek Ziadé [Thu, 11 Feb 2010 20:48:09 +0000 (20:48 +0000)]
Blocked revisions 78160 via svnmerge

................
  r78160 | tarek.ziade | 2010-02-11 21:47:18 +0100 (Thu, 11 Feb 2010) | 9 lines

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

  ........
    r78019 | georg.brandl | 2010-02-06 11:23:16 +0100 (Sat, 06 Feb 2010) | 1 line

    Review sysconfig docs.
  ........
................

14 years agoMerged revisions 78156 via svnmerge from
Ronald Oussoren [Thu, 11 Feb 2010 13:40:06 +0000 (13:40 +0000)]
Merged revisions 78156 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78156 | ronald.oussoren | 2010-02-11 14:38:58 +0100 (Thu, 11 Feb 2010) | 9 lines

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

  ........
    r78154 | ronald.oussoren | 2010-02-11 14:26:54 +0100 (Thu, 11 Feb 2010) | 2 lines

    Finish fix for issue 7715, after explicit search for calls to `arch`
  ........
................

14 years agoMerged revisions 78152 via svnmerge from
Ronald Oussoren [Thu, 11 Feb 2010 13:24:45 +0000 (13:24 +0000)]
Merged revisions 78152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78152 | ronald.oussoren | 2010-02-11 14:23:08 +0100 (Thu, 11 Feb 2010) | 4 lines

  Fix for issue #7715: explicitly use the system arch instead of whatever is
  on the user's path. This is needed because GNU arch is not necessarily
  compatible with Apple's version.
........

14 years agoMerged revisions 78145 via svnmerge from
R. David Murray [Thu, 11 Feb 2010 03:06:51 +0000 (03:06 +0000)]
Merged revisions 78145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78145 | r.david.murray | 2010-02-10 21:42:19 -0500 (Wed, 10 Feb 2010) | 18 lines

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

  ........
    r78141 | r.david.murray | 2010-02-10 20:38:42 -0500 (Wed, 10 Feb 2010) | 6 lines

    Issue 5754:  tweak shelve doc wording to make it clearer that even when
    writeback=True values are written to the backing store when assigned to
    the shelf.  Add test to confirm that this happens.  Doc patch and added
    test by Robert Lehmann.  I also fixed the cross references to the sync
    and close methods.
  ........
    r78142 | r.david.murray | 2010-02-10 20:56:42 -0500 (Wed, 10 Feb 2010) | 3 lines

    Improve issue 7835 fix per MAL to handle the case that the
    module dictionary has also been cleared.
  ........
................

14 years agoMerged revisions 78139 via svnmerge from
R. David Murray [Thu, 11 Feb 2010 00:25:17 +0000 (00:25 +0000)]
Merged revisions 78139 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78139 | r.david.murray | 2010-02-10 19:15:05 -0500 (Wed, 10 Feb 2010) | 15 lines

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

  ........
    r78137 | r.david.murray | 2010-02-10 17:42:04 -0500 (Wed, 10 Feb 2010) | 8 lines

    Issue 7835:  Shelve's __del__ method calls its close method, and its
    close method refers to an identifier in the global module namespace.
    This means that when __del__ is called during interpreter shutdown (if,
    for example, the calling program still has a pointer to the shelf),
    sometimes that global identifier would wind up being None, causing
    mysterious 'ignored' exceptions.  This patch checks for the possible None
    value first before using the global, thus avoiding the error messages.
  ........
................

14 years agoMerged revisions 78123 via svnmerge from
Antoine Pitrou [Tue, 9 Feb 2010 16:53:09 +0000 (16:53 +0000)]
Merged revisions 78123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78123 | antoine.pitrou | 2010-02-09 17:51:16 +0100 (mar., 09 févr. 2010) | 5 lines

  Issue #6233: ElementTree failed converting unicode characters to XML
  entities when they could't be represented in the requested output
  encoding.  Patch by Jerry Chen.
........

14 years agoUse non-deprecated method in the example
Ezio Melotti [Mon, 8 Feb 2010 22:07:38 +0000 (22:07 +0000)]
Use non-deprecated method in the example

14 years agoMerged revisions 78090 via svnmerge from
Antoine Pitrou [Sun, 7 Feb 2010 17:02:58 +0000 (17:02 +0000)]
Merged revisions 78090 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78090 | antoine.pitrou | 2010-02-07 18:00:43 +0100 (dim., 07 févr. 2010) | 9 lines

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

  ........
    r78088 | antoine.pitrou | 2010-02-07 17:56:23 +0100 (dim., 07 févr. 2010) | 4 lines

    Issue #7870: Remove duplicate test methods.  Reported by Georg Brandl.
  ........
................