]> granicus.if.org Git - python/log
python
15 years agoMerged revisions 74264 via svnmerge from
Georg Brandl [Thu, 13 Aug 2009 08:37:59 +0000 (08:37 +0000)]
Merged revisions 74264 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r74264 | alexandre.vassalotti | 2009-07-29 22:12:15 +0200 (Mi, 29 Jul 2009) | 32 lines

  Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74075 | georg.brandl | 2009-07-18 05:06:31 -0400 (Sat, 18 Jul 2009) | 1 line

    #6505: fix typos.
  ........
    r74187 | benjamin.peterson | 2009-07-23 10:19:08 -0400 (Thu, 23 Jul 2009) | 1 line

    use bools for autoraise
  ........
    r74197 | benjamin.peterson | 2009-07-24 22:03:48 -0400 (Fri, 24 Jul 2009) | 1 line

    clarify
  ........
    r74201 | amaury.forgeotdarc | 2009-07-25 12:22:06 -0400 (Sat, 25 Jul 2009) | 2 lines

    Better name a variable: 'buf' seems to imply a mutable buffer.
  ........
    r74216 | michael.foord | 2009-07-26 17:12:14 -0400 (Sun, 26 Jul 2009) | 1 line

    Issue 6581. Michael Foord
  ........
    r74225 | kurt.kaiser | 2009-07-27 12:09:28 -0400 (Mon, 27 Jul 2009) | 5 lines

    1. Clean workspace more thoughly before build.
    2. Add url of branch we are building to 'results' webpage.
       (url is now available in $repo_path, could be added to failure email.)
    3. Adjust permissions to improve upload reliability.
  ........
................

15 years agoMerged revisions 74278 via svnmerge from
Georg Brandl [Thu, 13 Aug 2009 08:36:43 +0000 (08:36 +0000)]
Merged revisions 74278 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74278 | sean.reifschneider | 2009-08-02 01:55:06 +0200 (So, 02 Aug 2009) | 3 lines

  - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
    NUL: Bogus TypeError detail string.
........

15 years agoRecorded merge of revisions 74302 via svnmerge from
Georg Brandl [Thu, 13 Aug 2009 08:35:55 +0000 (08:35 +0000)]
Recorded merge of revisions 74302 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74302 | raymond.hettinger | 2009-08-04 21:16:39 +0200 (Di, 04 Aug 2009) | 1 line

  Issue 6637: defaultdict.copy() failed with an empty factory.
........

15 years agoMerged revisions 74316,74335 via svnmerge from
Georg Brandl [Thu, 13 Aug 2009 08:35:19 +0000 (08:35 +0000)]
Merged revisions 74316,74335 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74316 | alexandre.vassalotti | 2009-08-05 01:19:13 +0200 (Mi, 05 Aug 2009) | 4 lines

  Issue 5449: Fix io.BytesIO to not accept arbitrary keywords

  Patch contributed by Erick Tryzelaar.
........
  r74335 | philip.jenvey | 2009-08-06 22:00:08 +0200 (Do, 06 Aug 2009) | 1 line

  typo
........

15 years agoMerged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311...
Georg Brandl [Thu, 13 Aug 2009 08:26:44 +0000 (08:26 +0000)]
Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r73941 | georg.brandl | 2009-07-11 12:39:00 +0200 (Sa, 11 Jul 2009) | 9 lines

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

  ........
    r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line

    #6430: add note about size of "u" type.
  ........
................
  r73942 | georg.brandl | 2009-07-11 12:39:23 +0200 (Sa, 11 Jul 2009) | 1 line

  #6430: remove mention of "w" array typecode.
................
  r73943 | georg.brandl | 2009-07-11 12:43:08 +0200 (Sa, 11 Jul 2009) | 1 line

  #6421: The self argument of module-level PyCFunctions is now a reference to the module object.
................
  r74076 | georg.brandl | 2009-07-18 11:07:48 +0200 (Sa, 18 Jul 2009) | 1 line

  #6502: add missing comma in docstring.
................
  r74094 | georg.brandl | 2009-07-19 09:25:56 +0200 (So, 19 Jul 2009) | 10 lines

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

  ........
    r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines

    Fix for issue5102, timeout value propages between redirects, proxy, digest and
    auth handlers. Fixed tests to reflect the same.
  ........
................
  r74186 | georg.brandl | 2009-07-23 11:19:09 +0200 (Do, 23 Jul 2009) | 9 lines

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

  ........
    r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line

    Fix the "pylocals" gdb command.
  ........
................
  r74211 | georg.brandl | 2009-07-26 16:48:09 +0200 (So, 26 Jul 2009) | 9 lines

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

  ........
    r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line

    Move member descriptions inside the classes.
  ........
................
  r74212 | georg.brandl | 2009-07-26 16:54:51 +0200 (So, 26 Jul 2009) | 9 lines

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

  ........
    r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line

    builtin -> built-in.
  ........
................
  r74213 | georg.brandl | 2009-07-26 17:02:41 +0200 (So, 26 Jul 2009) | 9 lines

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

  ........
    r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line

    #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
  ........
................
  r74214 | georg.brandl | 2009-07-26 17:03:49 +0200 (So, 26 Jul 2009) | 9 lines

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

  ........
    r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line

    #6576: fix cross-refs in re docs.
  ........
................
  r74247 | georg.brandl | 2009-07-29 09:27:08 +0200 (Mi, 29 Jul 2009) | 9 lines

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

  ........
    r74239 | georg.brandl | 2009-07-28 18:55:32 +0000 (Di, 28 Jul 2009) | 1 line

    Clarify quote_plus() usage.
  ........
................
  r74254 | georg.brandl | 2009-07-29 18:14:16 +0200 (Mi, 29 Jul 2009) | 1 line

  #6586: fix return/argument type doc for os.read() and os.write().
................
  r74262 | alexandre.vassalotti | 2009-07-29 21:54:39 +0200 (Mi, 29 Jul 2009) | 57 lines

  Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line

    #6513: fix example code: warning categories are classes, not instances.
  ........
    r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line

    #6489: fix an ambiguity in getiterator() documentation.
  ........
    r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line

    remove docs for deprecated -p option
  ........
    r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line

    use bools
  ........
    r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line

    Fix arg types of et#.
  ........
    r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line

    Dont put "void" in signature for nullary functions.
  ........
    r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line

    #6571: add index entries for more operators.
  ........
    r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line

    #6593: fix link targets.
  ........
    r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line

    #6591: add reference to ioctl in fcntl module for platforms other than Windows.
  ........
    r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line

    Add a link to readline, and mention IPython and bpython.
  ........
    r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line

    Fix some markup and small factual glitches found by M. Markert.
  ........
    r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line

    Fix a few markup glitches.
  ........
    r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line

    Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
  ........
................
  r74311 | georg.brandl | 2009-08-04 22:29:27 +0200 (Di, 04 Aug 2009) | 1 line

  Slightly improve buffer-related error message.
................
  r74334 | georg.brandl | 2009-08-06 19:51:03 +0200 (Do, 06 Aug 2009) | 1 line

  #6648: mention surrogateescape handler where all standard handlers are listed.
................
  r74368 | georg.brandl | 2009-08-13 09:56:35 +0200 (Do, 13 Aug 2009) | 21 lines

  Merged revisions 74328,74332-74333,74365 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line

    Fix base keyword arg name for int() and long().
  ........
    r74332 | georg.brandl | 2009-08-06 19:23:21 +0200 (Do, 06 Aug 2009) | 1 line

    Fix punctuation and one copy-paste error.
  ........
    r74333 | georg.brandl | 2009-08-06 19:43:55 +0200 (Do, 06 Aug 2009) | 1 line

    #6658: fix two typos.
  ........
    r74365 | georg.brandl | 2009-08-13 09:48:05 +0200 (Do, 13 Aug 2009) | 1 line

    #6679: Remove mention that sub supports no flags.
  ........
................

15 years agoBlocked revisions 73594,73597,73611-73613,73616-73617,73620 via svnmerge
Georg Brandl [Thu, 13 Aug 2009 08:19:53 +0000 (08:19 +0000)]
Blocked revisions 73594,73597,73611-73613,73616-73617,73620 via svnmerge

................
  r73594 | benjamin.peterson | 2009-06-28 01:45:02 +0200 (So, 28 Jun 2009) | 42 lines

  Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r72570 | michael.foord | 2009-05-11 12:59:43 -0500 (Mon, 11 May 2009) | 7 lines

    Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes
    from the command line.

    Closes issue 5995.

    Michael Foord
  ........
    r72582 | michael.foord | 2009-05-12 05:46:23 -0500 (Tue, 12 May 2009) | 1 line

    Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael
  ........
    r72583 | michael.foord | 2009-05-12 05:49:13 -0500 (Tue, 12 May 2009) | 1 line

    Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord
  ........
    r73027 | michael.foord | 2009-05-29 15:33:46 -0500 (Fri, 29 May 2009) | 1 line

    Add test discovery to unittest. Issue 6001.
  ........
    r73049 | georg.brandl | 2009-05-30 05:45:40 -0500 (Sat, 30 May 2009) | 1 line

    Rewrap a few long lines.
  ........
    r73071 | georg.brandl | 2009-05-31 09:15:25 -0500 (Sun, 31 May 2009) | 1 line

    Fix markup.
  ........
    r73151 | michael.foord | 2009-06-02 13:08:27 -0500 (Tue, 02 Jun 2009) | 1 line

    Restore default testRunner argument in unittest.main to None. Issue 6177
  ........
    r73247 | michael.foord | 2009-06-05 09:14:34 -0500 (Fri, 05 Jun 2009) | 1 line

    Fix unittest discovery tests for Windows. Issue 6199
  ........
................
  r73597 | benjamin.peterson | 2009-06-28 05:18:59 +0200 (So, 28 Jun 2009) | 20 lines

  Merged revisions 72912,72920,72940 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r72912 | benjamin.peterson | 2009-05-25 08:13:44 -0500 (Mon, 25 May 2009) | 5 lines

    add a SETUP_WITH opcode

    It speeds up the with statement and correctly looks up the special
    methods involved.
  ........
    r72920 | benjamin.peterson | 2009-05-25 15:12:57 -0500 (Mon, 25 May 2009) | 1 line

    take into account the fact that SETUP_WITH pushes a finally block
  ........
    r72940 | benjamin.peterson | 2009-05-26 07:49:59 -0500 (Tue, 26 May 2009) | 1 line

    teach the peepholer about SETUP_WITH
  ........
................
  r73611 | benjamin.peterson | 2009-06-28 17:40:50 +0200 (So, 28 Jun 2009) | 1 line

  correctly rearrange the stack in the exception case of WITH_CLEANUP
................
  r73612 | benjamin.peterson | 2009-06-28 17:55:46 +0200 (So, 28 Jun 2009) | 1 line

  update comments
................
  r73613 | benjamin.peterson | 2009-06-28 18:03:15 +0200 (So, 28 Jun 2009) | 1 line

  this is better written as an assertion
................
  r73616 | benjamin.peterson | 2009-06-28 18:17:34 +0200 (So, 28 Jun 2009) | 13 lines

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

  ........
    r73614 | benjamin.peterson | 2009-06-28 11:08:02 -0500 (Sun, 28 Jun 2009) | 1 line

    add two generic macros for peeking and setting in the stack
  ........
    r73615 | benjamin.peterson | 2009-06-28 11:14:07 -0500 (Sun, 28 Jun 2009) | 1 line

    use stack macros
  ........
................
  r73617 | benjamin.peterson | 2009-06-28 18:21:52 +0200 (So, 28 Jun 2009) | 1 line

  use stack altering macros here
................
  r73620 | benjamin.peterson | 2009-06-28 18:27:27 +0200 (So, 28 Jun 2009) | 1 line

  delete unused properties
................

15 years agoBlocked revisions 73621-73622,73628,73655,73657,73680,73687,73716,73746,73777,73807...
Georg Brandl [Thu, 13 Aug 2009 08:12:33 +0000 (08:12 +0000)]
Blocked revisions 73621-73622,73628,73655,73657,73680,73687,73716,73746,73777,73807,73843-73844,73853,73855,73860,73886,73890,73893,73909,73936,73950,73980,73992,74016,74035,74049-74050,74053,74060-74061,74064,74068,74071,74082,74120,74125,74129,74174,74191,74195,74221,74236,74242,74244,74257,74263,74283 via svnmerge

................
  r73621 | benjamin.peterson | 2009-06-28 18:39:56 +0200 (So, 28 Jun 2009) | 53 lines

  Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge

  ........
    r73382 | raymond.hettinger | 2009-06-11 18:14:53 -0500 (Thu, 11 Jun 2009) | 1 line

    Issue 6261: Clarify behavior of random.uniform().
  ........
    r73394 | antoine.pitrou | 2009-06-12 15:14:08 -0500 (Fri, 12 Jun 2009) | 3 lines

    Issue #6215: backport the 3.1 io lib
  ........
    r73395 | antoine.pitrou | 2009-06-12 15:36:25 -0500 (Fri, 12 Jun 2009) | 4 lines

    Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py
  ........
    r73396 | antoine.pitrou | 2009-06-12 15:41:52 -0500 (Fri, 12 Jun 2009) | 4 lines

    Try to restore the old test_file and test_univnewlines as new, different files
    (with the right revisions this time, hopefully)
  ........
    r73397 | antoine.pitrou | 2009-06-12 15:54:21 -0500 (Fri, 12 Jun 2009) | 3 lines

    Re-enable testing of builtin open() in test_bufio in test_largefile
  ........
    r73401 | alexandre.vassalotti | 2009-06-12 16:52:14 -0500 (Fri, 12 Jun 2009) | 2 lines

    Make pickling of OrderedDict instances more efficient.
  ........
    r73402 | alexandre.vassalotti | 2009-06-12 18:03:35 -0500 (Fri, 12 Jun 2009) | 6 lines

    Revert r73401 per Raymond Hettinger's request.

    The rational is the change might cause imcompatiblity problems with
    PyYAML. In addition, Raymond wants to kept the different versions of
    collections synchronized across Python versions.
  ........
    r73422 | benjamin.peterson | 2009-06-13 15:30:48 -0500 (Sat, 13 Jun 2009) | 1 line

    update ast version
  ........
    r73480 | facundo.batista | 2009-06-19 13:02:28 -0500 (Fri, 19 Jun 2009) | 3 lines

    Issue #6274. Fixed a potential FD leak in subprocess.py.
  ........
    r73536 | raymond.hettinger | 2009-06-23 16:32:28 -0500 (Tue, 23 Jun 2009) | 1 line

    Issue 6305: Clarify error message for large arguments to itertools.islice().
  ........
    r73540 | raymond.hettinger | 2009-06-23 17:20:04 -0500 (Tue, 23 Jun 2009) | 1 line

    Add procedural note.
  ........
................
  r73622 | benjamin.peterson | 2009-06-28 18:51:58 +0200 (So, 28 Jun 2009) | 12 lines

  Blocked revisions 73459,73563 via svnmerge

  ........
    r73459 | raymond.hettinger | 2009-06-16 20:43:47 -0500 (Tue, 16 Jun 2009) | 1 line

    Add usage note.
  ........
    r73563 | amaury.forgeotdarc | 2009-06-25 16:29:32 -0500 (Thu, 25 Jun 2009) | 2 lines

    Fix a compilation warning on Windows
  ........
................
  r73628 | benjamin.peterson | 2009-06-28 21:29:09 +0200 (So, 28 Jun 2009) | 8 lines

  Blocked revisions 73627 via svnmerge

  ........
    r73627 | benjamin.peterson | 2009-06-28 14:27:55 -0500 (Sun, 28 Jun 2009) | 1 line

    return locals and cells in get_locals() not bound globals, though
  ........
................
  r73655 | mark.dickinson | 2009-06-28 23:59:52 +0200 (So, 28 Jun 2009) | 8 lines

  Blocked revisions 73653 via svnmerge

  ........
    r73653 | mark.dickinson | 2009-06-28 22:48:15 +0100 (Sun, 28 Jun 2009) | 1 line

    More Decimal quote fixing;  backport of r73642
  ........
................
  r73657 | benjamin.peterson | 2009-06-29 00:24:31 +0200 (Mo, 29 Jun 2009) | 14 lines

  Blocked revisions 73272,73546 via svnmerge

  ........
    r73272 | kristjan.jonsson | 2009-06-07 11:43:23 -0500 (Sun, 07 Jun 2009) | 2 lines

    http://bugs.python.org/issue6192
    Add a feature to disable the Nagle algorithm on sockets in TCPServer
  ........
    r73546 | kristjan.jonsson | 2009-06-24 04:17:04 -0500 (Wed, 24 Jun 2009) | 2 lines

    http://bugs.python.org/issue6192
    Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
  ........
................
  r73680 | antoine.pitrou | 2009-06-29 16:17:23 +0200 (Mo, 29 Jun 2009) | 8 lines

  Blocked revisions 73679 via svnmerge

  ........
    r73679 | antoine.pitrou | 2009-06-29 16:14:56 +0200 (lun., 29 juin 2009) | 3 lines

    Backport fix for buglet from py3k
  ........
................
  r73687 | hirokazu.yamamoto | 2009-06-29 18:03:21 +0200 (Mo, 29 Jun 2009) | 8 lines

  Blocked revisions 73686 via svnmerge

  ........
    r73686 | hirokazu.yamamoto | 2009-06-30 00:52:21 +0900 | 1 line

    Issue #6368: Fixed unused variable warning on Unix.
  ........
................
  r73716 | benjamin.peterson | 2009-07-01 01:09:03 +0200 (Mi, 01 Jul 2009) | 8 lines

  Blocked revisions 73714 via svnmerge

  ........
    r73714 | benjamin.peterson | 2009-06-30 17:57:08 -0500 (Tue, 30 Jun 2009) | 1 line

    convert usage of fail* to assert*
  ........
................
  r73746 | benjamin.peterson | 2009-07-01 15:47:12 +0200 (Mi, 01 Jul 2009) | 13 lines

  Blocked revisions 73638,73697 via svnmerge

  ........
    r73638 | kristjan.jonsson | 2009-06-28 16:04:17 -0500 (Sun, 28 Jun 2009) | 2 lines

    http://bugs.python.org/issue6267
    Cumulative patch to http and xmlrpc
  ........
    r73697 | raymond.hettinger | 2009-06-29 14:10:29 -0500 (Mon, 29 Jun 2009) | 1 line

    Issue 6370: Performance issue with collections.Counter().
  ........
................
  r73777 | benjamin.peterson | 2009-07-02 20:18:56 +0200 (Do, 02 Jul 2009) | 8 lines

  Blocked revisions 73776 via svnmerge

  ........
    r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line

    when print() gets unicode arguments, sep and end should be unicode by default #4618
  ........
................
  r73807 | benjamin.peterson | 2009-07-03 15:22:00 +0200 (Fr, 03 Jul 2009) | 1 line

  rip out bsddb support code
................
  r73843 | kristjan.jonsson | 2009-07-04 17:09:25 +0200 (Sa, 04 Jul 2009) | 2 lines

  http://bugs.python.org/issue6381
  merging revision 73819 from trunk
................
  r73844 | kristjan.jonsson | 2009-07-04 17:16:38 +0200 (Sa, 04 Jul 2009) | 1 line

  Revert last change, which was incorrect.
................
  r73853 | alexandre.vassalotti | 2009-07-05 08:31:55 +0200 (So, 05 Jul 2009) | 15 lines

  Blocked revisions 73846-73847 via svnmerge

  ........
    r73846 | alexandre.vassalotti | 2009-07-05 00:22:40 -0400 (Sun, 05 Jul 2009) | 6 lines

    Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
    operator.sequenceIncludes.

    Patch contributed by Jeff Balogh (and updated slightly by me).
  ........
    r73847 | alexandre.vassalotti | 2009-07-05 00:25:46 -0400 (Sun, 05 Jul 2009) | 2 lines

    Fix bad variable name in r73846.
  ........
................
  r73855 | alexandre.vassalotti | 2009-07-05 08:34:48 +0200 (So, 05 Jul 2009) | 8 lines

  Blocked revisions 73854 via svnmerge

  ........
    r73854 | alexandre.vassalotti | 2009-07-05 02:33:41 -0400 (Sun, 05 Jul 2009) | 2 lines

    Backport test cases added in r73852.
  ........
................
  r73860 | mark.dickinson | 2009-07-05 12:03:49 +0200 (So, 05 Jul 2009) | 9 lines

  Blocked revisions 73858 via svnmerge

  ........
    r73858 | mark.dickinson | 2009-07-05 11:01:24 +0100 (Sun, 05 Jul 2009) | 3 lines

    Issues #1530559, #1741130:  Fix various inconsistencies in struct.pack
    integer packing, and reenable some previously broken tests.
  ........
................
  r73886 | mark.dickinson | 2009-07-07 13:09:38 +0200 (Di, 07 Jul 2009) | 8 lines

  Blocked revisions 73884 via svnmerge

  ........
    r73884 | mark.dickinson | 2009-07-07 12:08:23 +0100 (Tue, 07 Jul 2009) | 1 line

    Add skipping to struct test that only applies when overflow masking is in effect
  ........
................
  r73890 | mark.dickinson | 2009-07-07 16:18:33 +0200 (Di, 07 Jul 2009) | 9 lines

  Blocked revisions 73888 via svnmerge

  ........
    r73888 | mark.dickinson | 2009-07-07 15:15:45 +0100 (Tue, 07 Jul 2009) | 3 lines

    Expand test coverage for struct.pack with native integer packing;
    reorganize the test_struct module to remove duplicated code and tests.
  ........
................
  r73893 | mark.dickinson | 2009-07-07 17:09:33 +0200 (Di, 07 Jul 2009) | 9 lines

  Blocked revisions 73891 via svnmerge

  ........
    r73891 | mark.dickinson | 2009-07-07 16:08:28 +0100 (Tue, 07 Jul 2009) | 3 lines

    Issue #1523: Remove deprecated overflow masking in struct module, and
    make sure that out-of-range values consistently raise struct.error.
  ........
................
  r73909 | r.david.murray | 2009-07-09 21:47:26 +0200 (Do, 09 Jul 2009) | 9 lines

  Blocked revisions 73907 via svnmerge

  ........
    r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines

    Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
    if the test gives useful failure info on Solaris buildbot.
  ........
................
  r73936 | georg.brandl | 2009-07-11 12:08:49 +0200 (Sa, 11 Jul 2009) | 1 line

  Revert r73807, which removed code to be able to build _dbm with bsddb.
................
  r73950 | tarek.ziade | 2009-07-11 13:02:29 +0200 (Sa, 11 Jul 2009) | 8 lines

  Blocked revisions 73944 via svnmerge

  ........
    r73944 | tarek.ziade | 2009-07-11 12:48:31 +0200 (Sat, 11 Jul 2009) | 1 line

    cleaned up distutils.build_ext module
  ........
................
  r73980 | benjamin.peterson | 2009-07-12 19:02:22 +0200 (So, 12 Jul 2009) | 8 lines

  Blocked revisions 73979 via svnmerge

  ........
    r73979 | benjamin.peterson | 2009-07-12 11:56:54 -0500 (Sun, 12 Jul 2009) | 1 line

    add versionadded
  ........
................
  r73992 | benjamin.peterson | 2009-07-13 01:58:08 +0200 (Mo, 13 Jul 2009) | 8 lines

  Blocked revisions 73991 via svnmerge

  ........
    r73991 | benjamin.peterson | 2009-07-12 18:56:18 -0500 (Sun, 12 Jul 2009) | 1 line

    change encoding to utf-8
  ........
................
  r74016 | alexandre.vassalotti | 2009-07-15 20:32:08 +0200 (Mi, 15 Jul 2009) | 9 lines

  Blocked revisions 74014 via svnmerge

  ........
    r74014 | alexandre.vassalotti | 2009-07-15 14:19:47 -0400 (Wed, 15 Jul 2009) | 3 lines

    Issue #2389: Pickle array objects using a list representation for portability
    across different machine architectures and compatibility with Python 3.x.
  ........
................
  r74035 | alexandre.vassalotti | 2009-07-17 07:41:49 +0200 (Fr, 17 Jul 2009) | 23 lines

  Blocked revisions 74031-74033 via svnmerge

  ........
    r74031 | alexandre.vassalotti | 2009-07-17 00:24:45 -0400 (Fri, 17 Jul 2009) | 2 lines

    Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
  ........
    r74032 | alexandre.vassalotti | 2009-07-17 00:59:05 -0400 (Fri, 17 Jul 2009) | 4 lines

    Rename the useless AC_INCLUDES_DEFAULT and protect the includes.

    This is mostly an aesthetic change.
  ........
    r74033 | alexandre.vassalotti | 2009-07-17 01:26:39 -0400 (Fri, 17 Jul 2009) | 8 lines

    Cache the results of all runtime checks.

    This will be helpful to people who want to compile Python with a
    cross-compiler. Now you can upload the configure script on your host
    machine, run it with caching enabled, and download the cached results
    on your build machine.
  ........
................
  r74049 | alexandre.vassalotti | 2009-07-17 09:49:53 +0200 (Fr, 17 Jul 2009) | 2 lines

  Regenerate configure script.
................
  r74050 | alexandre.vassalotti | 2009-07-17 09:51:38 +0200 (Fr, 17 Jul 2009) | 8 lines

  Blocked revisions 74048 via svnmerge

  ........
    r74048 | alexandre.vassalotti | 2009-07-17 03:46:46 -0400 (Fri, 17 Jul 2009) | 2 lines

    Regenerate configure script.
  ........
................
  r74053 | alexandre.vassalotti | 2009-07-17 10:29:18 +0200 (Fr, 17 Jul 2009) | 17 lines

  Blocked revisions 74028-74029,74038 via svnmerge

  ........
    r74028 | georg.brandl | 2009-07-16 15:24:48 -0400 (Thu, 16 Jul 2009) | 1 line

    #6482: simplify "except: raise" to "finally:".
  ........
    r74029 | georg.brandl | 2009-07-16 17:47:51 -0400 (Thu, 16 Jul 2009) | 1 line

    Revert r74028.
  ........
    r74038 | alexandre.vassalotti | 2009-07-17 02:10:06 -0400 (Fri, 17 Jul 2009) | 3 lines

    Double-quote the test cases for chflags() and lchflags()
    to ensure they don't get mangled.
  ........
................
  r74060 | alexandre.vassalotti | 2009-07-17 13:12:50 +0200 (Fr, 17 Jul 2009) | 17 lines

  Blocked revisions 73774,73812,73839 via svnmerge

  ........
    r73774 | benjamin.peterson | 2009-07-02 13:06:17 -0400 (Thu, 02 Jul 2009) | 1 line

    only order comparisons are removed in py3k #6119
  ........
    r73812 | benjamin.peterson | 2009-07-03 10:08:20 -0400 (Fri, 03 Jul 2009) | 1 line

    another cStringIO restriction
  ........
    r73839 | gregory.p.smith | 2009-07-04 04:42:10 -0400 (Sat, 04 Jul 2009) | 3 lines

    Merge r73838 from py3k branch.  Use the nondeprecated unittest method
    names.
  ........
................
  r74061 | alexandre.vassalotti | 2009-07-17 13:20:13 +0200 (Fr, 17 Jul 2009) | 8 lines

  Blocked revisions 73773 via svnmerge

  ........
    r73773 | benjamin.peterson | 2009-07-02 12:51:56 -0400 (Thu, 02 Jul 2009) | 1 line

    remove this test; a module level warning is enough
  ........
................
  r74064 | alexandre.vassalotti | 2009-07-17 14:49:05 +0200 (Fr, 17 Jul 2009) | 29 lines

  Blocked revisions 73819,73821-73822,73863,73877 via svnmerge

  ........
    r73819 | kristjan.jonsson | 2009-07-03 19:07:07 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6381
    some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
  ........
    r73821 | kristjan.jonsson | 2009-07-03 19:26:02 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6267
    Incorrect exception handling for xmlrp client retry
  ........
    r73822 | kristjan.jonsson | 2009-07-03 19:29:50 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6267
    Incorrect exception handling for xmlrpc client retry
  ........
    r73863 | kristjan.jonsson | 2009-07-05 16:56:57 -0400 (Sun, 05 Jul 2009) | 2 lines

    http://bugs.python.org/issue6382
    close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server.  The parent must merely close the socket handle.
  ........
    r73877 | kristjan.jonsson | 2009-07-07 05:01:34 -0400 (Tue, 07 Jul 2009) | 2 lines

    http://bugs.python.org/issue6382
    added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
  ........
................
  r74068 | alexandre.vassalotti | 2009-07-18 01:11:52 +0200 (Sa, 18 Jul 2009) | 2 lines

  Revert r74049.
................
  r74071 | alexandre.vassalotti | 2009-07-18 01:27:40 +0200 (Sa, 18 Jul 2009) | 12 lines

  Blocked revisions 74067,74069 via svnmerge

  ........
    r74067 | alexandre.vassalotti | 2009-07-17 19:09:02 -0400 (Fri, 17 Jul 2009) | 2 lines

    Revert r74048.
  ........
    r74069 | alexandre.vassalotti | 2009-07-17 19:17:48 -0400 (Fri, 17 Jul 2009) | 2 lines

    Regenerate configure script using autoconf 2.61.
  ........
................
  r74082 | mark.dickinson | 2009-07-18 17:19:43 +0200 (Sa, 18 Jul 2009) | 9 lines

  Blocked revisions 74080 via svnmerge

  ........
    r74080 | mark.dickinson | 2009-07-18 16:18:18 +0100 (Sat, 18 Jul 2009) | 3 lines

    Issue #6431:  Fix Fraction comparisons with unknown types, and with
    float infinities and nans.  Backport of r74078 from py3k.
  ........
................
  r74120 | benjamin.peterson | 2009-07-20 22:36:45 +0200 (Mo, 20 Jul 2009) | 8 lines

  Blocked revisions 74119 via svnmerge

  ........
    r74119 | benjamin.peterson | 2009-07-20 15:28:08 -0500 (Mon, 20 Jul 2009) | 2 lines

    the Slice in x[::] has to have step as None to help the interpreter
  ........
................
  r74125 | alexandre.vassalotti | 2009-07-21 01:59:41 +0200 (Di, 21 Jul 2009) | 2 lines

  Ignore the correct jinga directory.
................
  r74129 | alexandre.vassalotti | 2009-07-21 02:55:16 +0200 (Di, 21 Jul 2009) | 2 lines

  Revert r74125.
................
  r74174 | benjamin.peterson | 2009-07-22 18:36:58 +0200 (Mi, 22 Jul 2009) | 12 lines

  Blocked revisions 74152,74173 via svnmerge

  ........
    r74152 | benjamin.peterson | 2009-07-21 19:03:43 -0500 (Tue, 21 Jul 2009) | 1 line

    simplify
  ........
    r74173 | benjamin.peterson | 2009-07-22 11:34:37 -0500 (Wed, 22 Jul 2009) | 1 line

    revert r74152
  ........
................
  r74191 | amaury.forgeotdarc | 2009-07-24 00:34:27 +0200 (Fr, 24 Jul 2009) | 10 lines

  Blocked revisions 74189 via svnmerge

  ........
    r74189 | amaury.forgeotdarc | 2009-07-23 21:26:02 +0200 (jeu., 23 juil. 2009) | 4 lines

    #6553: crash in cPickle.load(), when given a StringIO with incomplete data.

    Will backport to 2.6, 3.x already fixed a similar issue with issue4298.
  ........
................
  r74195 | georg.brandl | 2009-07-24 22:13:37 +0200 (Fr, 24 Jul 2009) | 8 lines

  Blocked revisions 74194 via svnmerge

  ........
    r74194 | georg.brandl | 2009-07-24 22:09:46 +0200 (Fr, 24 Jul 2009) | 1 line

    #6564: fix section about the two raise syntaxes.
  ........
................
  r74221 | eric.smith | 2009-07-27 04:00:11 +0200 (Mo, 27 Jul 2009) | 8 lines

  Blocked revisions 74219 via svnmerge

  ........
    r74219 | eric.smith | 2009-07-26 21:58:25 -0400 (Sun, 26 Jul 2009) | 1 line

    Sync trunk and py3k versions of string formatting. Will manually merge into py3k.
  ........
................
  r74236 | mark.dickinson | 2009-07-28 18:46:53 +0200 (Di, 28 Jul 2009) | 8 lines

  Blocked revisions 74234 via svnmerge

  ........
    r74234 | mark.dickinson | 2009-07-28 17:45:13 +0100 (Tue, 28 Jul 2009) | 1 line

    Remove leading blank line from cmath.rst
  ........
................
  r74242 | mark.dickinson | 2009-07-28 22:36:23 +0200 (Di, 28 Jul 2009) | 10 lines

  Blocked revisions 74240 via svnmerge

  ........
    r74240 | mark.dickinson | 2009-07-28 21:35:03 +0100 (Tue, 28 Jul 2009) | 4 lines

    Issue #6561: '\d' regular expression should not match characters of
    category [No]; only those of category [Nd].  (Backport of r74237
    from py3k.)
  ........
................
  r74244 | amaury.forgeotdarc | 2009-07-28 23:32:43 +0200 (Di, 28 Jul 2009) | 8 lines

  Blocked revisions 74243 via svnmerge

  ........
    r74243 | amaury.forgeotdarc | 2009-07-28 22:47:55 +0200 (mar., 28 juil. 2009) | 2 lines

    "Fix" for the refleak report: the ABC classes are now in the _pyio module
  ........
................
  r74257 | georg.brandl | 2009-07-29 18:33:19 +0200 (Mi, 29 Jul 2009) | 8 lines

  Blocked revisions 74256 via svnmerge

  ........
    r74256 | georg.brandl | 2009-07-29 16:32:30 +0000 (Mi, 29 Jul 2009) | 1 line

    #6336: Add nb_divide.
  ........
................
  r74263 | alexandre.vassalotti | 2009-07-29 22:00:39 +0200 (Mi, 29 Jul 2009) | 13 lines

  Blocked revisions 74134,74147 via svnmerge

  ........
    r74134 | thomas.heller | 2009-07-21 02:27:14 -0400 (Tue, 21 Jul 2009) | 3 lines

    Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
    wide.
  ........
    r74147 | thomas.heller | 2009-07-21 15:04:02 -0400 (Tue, 21 Jul 2009) | 1 line

    Revert rev 74134, as it does not completely fixx issue #6493.
  ........
................
  r74283 | mark.dickinson | 2009-08-02 13:02:05 +0200 (So, 02 Aug 2009) | 10 lines

  Blocked revisions 74281 via svnmerge

  ........
    r74281 | mark.dickinson | 2009-08-02 11:59:36 +0100 (Sun, 02 Aug 2009) | 4 lines

    Issue #6595: Allow Decimal constructor to accept non-European decimal
    digits, as recommended by the specification.  (Backport of r74279 from
    py3k.)
  ........
................

15 years agoMerged revisions 74366 via svnmerge from
Georg Brandl [Thu, 13 Aug 2009 07:52:08 +0000 (07:52 +0000)]
Merged revisions 74366 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74366 | georg.brandl | 2009-08-13 09:50:57 +0200 (Do, 13 Aug 2009) | 1 line

  #6126: fix pdb stepping and breakpoints by giving the executed code the correct filename; this used execfile() in 2.x which did this automatically.
........

15 years agoMerged revisions 74356-74357 via svnmerge from
Benjamin Peterson [Wed, 12 Aug 2009 18:39:44 +0000 (18:39 +0000)]
Merged revisions 74356-74357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74356 | benjamin.peterson | 2009-08-12 13:11:03 -0500 (Wed, 12 Aug 2009) | 1 line

  fix typo in c++ ifdef
........
  r74357 | benjamin.peterson | 2009-08-12 13:18:03 -0500 (Wed, 12 Aug 2009) | 1 line

  search through db.h in binary #6680
........

15 years agoMerged revisions 74340 via svnmerge from
Antoine Pitrou [Thu, 6 Aug 2009 21:01:42 +0000 (21:01 +0000)]
Merged revisions 74340 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74340 | antoine.pitrou | 2009-08-06 23:00:37 +0200 (jeu., 06 août 2009) | 3 lines

  Fix typo
........

15 years agoMerged revisions 74338 via svnmerge from
Antoine Pitrou [Thu, 6 Aug 2009 20:52:43 +0000 (20:52 +0000)]
Merged revisions 74338 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74338 | antoine.pitrou | 2009-08-06 22:29:56 +0200 (jeu., 06 août 2009) | 14 lines

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

  ........
    r74336 | antoine.pitrou | 2009-08-06 22:18:29 +0200 (jeu., 06 août 2009) | 8 lines

    Issue #6629: Fix a data corruption issue in the new `io` package, which could
    occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or
    "wb+" mode) after having buffered a certain amount of data for reading. This
    bug was not present in the pure Python implementation.

    Yes, this is a serious issue.
  ........
................

15 years agoMerged revisions 74330 via svnmerge from
Mark Dickinson [Thu, 6 Aug 2009 16:08:07 +0000 (16:08 +0000)]
Merged revisions 74330 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r74330 | mark.dickinson | 2009-08-06 17:06:25 +0100 (Thu, 06 Aug 2009) | 3 lines

  Issue #6622:  Fix 'variable referenced before assignment' bug in POP3.apop.
  Thanks Vincent Legoll.
........

15 years agoBlocked revisions 74313 via svnmerge
Mark Dickinson [Tue, 4 Aug 2009 21:59:30 +0000 (21:59 +0000)]
Blocked revisions 74313 via svnmerge

................
  r74313 | mark.dickinson | 2009-08-04 22:57:18 +0100 (Tue, 04 Aug 2009) | 11 lines

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

  ........
    r74312 | mark.dickinson | 2009-08-04 22:56:04 +0100 (Tue, 04 Aug 2009) | 4 lines

    Issue #6620: Slightly safer code for _grouping_intervals in the locale
    module.  Fixes a 'possible use before assignment' warning from pylint.
    Thanks Vincent Legoll.
  ........
................

15 years agoMerged revisions 74309 via svnmerge from
Georg Brandl [Tue, 4 Aug 2009 20:26:39 +0000 (20:26 +0000)]
Merged revisions 74309 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r74309 | georg.brandl | 2009-08-04 22:25:54 +0200 (Di, 04 Aug 2009) | 9 lines

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

  ........
    r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line

    Add donation link to docs footer.
  ........
................

15 years agoMerged revisions 74305 via svnmerge from
Mark Dickinson [Tue, 4 Aug 2009 19:26:17 +0000 (19:26 +0000)]
Merged revisions 74305 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r74305 | mark.dickinson | 2009-08-04 20:25:12 +0100 (Tue, 04 Aug 2009) | 9 lines

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

  ........
    r74303 | mark.dickinson | 2009-08-04 20:22:35 +0100 (Tue, 04 Aug 2009) | 2 lines

    Issue #6644:  Fix compile error on AIX.
  ........
................

15 years agoIssue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger [Tue, 4 Aug 2009 19:13:37 +0000 (19:13 +0000)]
Issue 6637: defaultdict.copy() failed with an empty factory.

15 years agoMerged revisions 74297 via svnmerge from
Georg Brandl [Mon, 3 Aug 2009 17:51:12 +0000 (17:51 +0000)]
Merged revisions 74297 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74297 | georg.brandl | 2009-08-03 19:50:20 +0200 (Mo, 03 Aug 2009) | 1 line

  #6618: fix invalid 3k syntax.
........

15 years agoMerged revisions 74293 via svnmerge from
Frank Wierzbicki [Sun, 2 Aug 2009 23:03:31 +0000 (23:03 +0000)]
Merged revisions 74293 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74293 | frank.wierzbicki | 2009-08-02 18:19:05 -0400 (Sun, 02 Aug 2009) | 13 lines

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

  ........
    r74291 | frank.wierzbicki | 2009-08-02 16:37:48 -0400 (Sun, 02 Aug 2009) | 6 lines

    Adding tests derived from the Jython project.  These are primarily tests of
    'single' statements with partial sentences (so they test things like "try:" in
    interactive mode).  Others tests hit areas that previously failed in Jython. A
    couple still fail in Jython, mainly due to the difficulty of parsing partial
    sentences (but should be fixed by Jython 2.6).
  ........
................

15 years agoMerged revisions 74289 via svnmerge from
Mark Dickinson [Sun, 2 Aug 2009 20:09:59 +0000 (20:09 +0000)]
Merged revisions 74289 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r74289 | mark.dickinson | 2009-08-02 21:08:54 +0100 (Sun, 02 Aug 2009) | 3 lines

  Issues #2715, #6621: Remove unused and undefined references to FSSpec
  from binhex module.  Thanks Vincent Legoll.
........

15 years agoMerged revisions 74287 via svnmerge from
Mark Dickinson [Sun, 2 Aug 2009 15:51:59 +0000 (15:51 +0000)]
Merged revisions 74287 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r74287 | mark.dickinson | 2009-08-02 16:51:19 +0100 (Sun, 02 Aug 2009) | 10 lines

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

  ........
    r74285 | mark.dickinson | 2009-08-02 16:40:11 +0100 (Sun, 02 Aug 2009) | 3 lines

    Issue #6619:  Remove duplicate 'isgenerator' function from inspect module.
    Thanks Vincent Legoll.
  ........
................

15 years agoFix Misc/NEWS markup
Mark Dickinson [Sun, 2 Aug 2009 11:09:35 +0000 (11:09 +0000)]
Fix Misc/NEWS markup

15 years agoMerged revisions 74279 via svnmerge from
Mark Dickinson [Sun, 2 Aug 2009 10:16:33 +0000 (10:16 +0000)]
Merged revisions 74279 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r74279 | mark.dickinson | 2009-08-02 11:14:23 +0100 (Sun, 02 Aug 2009) | 1 line

  Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification.
........

15 years agoBlocked revisions 74271 via svnmerge
Eric Smith [Thu, 30 Jul 2009 13:46:39 +0000 (13:46 +0000)]
Blocked revisions 74271 via svnmerge

................
  r74271 | eric.smith | 2009-07-30 09:43:08 -0400 (Thu, 30 Jul 2009) | 9 lines

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

  ........
    r74269 | eric.smith | 2009-07-30 09:39:44 -0400 (Thu, 30 Jul 2009) | 1 line

    Issue 6330: Fix --enable-unicode=ucs4.
  ........
................

15 years agoMerged revisions 74267 via svnmerge from
Mark Dickinson [Thu, 30 Jul 2009 10:03:32 +0000 (10:03 +0000)]
Merged revisions 74267 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r74267 | mark.dickinson | 2009-07-30 11:02:09 +0100 (Thu, 30 Jul 2009) | 9 lines

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

  ........
    r74265 | mark.dickinson | 2009-07-30 11:00:10 +0100 (Thu, 30 Jul 2009) | 1 line

    Documentation fix for change introduced in r71832
  ........
................

15 years agoMerged revisions 74063 via svnmerge from
R. David Murray [Wed, 29 Jul 2009 15:40:30 +0000 (15:40 +0000)]
Merged revisions 74063 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

NB: the news item for r73708 seems to have inadvertently been included in a
different, unrelated merge set (r74055).  I restored it here.

................
  r74063 | alexandre.vassalotti | 2009-07-17 08:07:01 -0400 (Fri, 17 Jul 2009) | 17 lines

  Merged revisions 73694,73708,73738 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73694 | jesse.noller | 2009-06-29 14:24:26 -0400 (Mon, 29 Jun 2009) | 1 line

    Issue 5740: multiprocessing.connection.* authkey fixes
  ........
    r73708 | jesse.noller | 2009-06-30 13:11:52 -0400 (Tue, 30 Jun 2009) | 1 line

    Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
  ........
    r73738 | r.david.murray | 2009-06-30 22:49:10 -0400 (Tue, 30 Jun 2009) | 2 lines

    Make punctuation prettier and break up run-on sentence.
  ........
................

15 years agoRecorded merge of revisions 74226,74249 via svnmerge from
R. David Murray [Wed, 29 Jul 2009 14:16:04 +0000 (14:16 +0000)]
Recorded merge of revisions 74226,74249 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74226 | raymond.hettinger | 2009-07-27 16:16:37 -0400 (Mon, 27 Jul 2009) | 1 line

  Issue 6573: Fix set.union() for cases where self is in the argument chain.
................
  r74249 | r.david.murray | 2009-07-29 10:12:23 -0400 (Wed, 29 Jul 2009) | 11 lines

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

  Applied in r74226.

  ........
    r74228 | raymond.hettinger | 2009-07-27 16:32:04 -0400 (Mon, 27 Jul 2009) | 1 line

    Issue 6573: Fix set.union() for cases where self is in the argument chain.
  ........
................

15 years agoBlocked revisions 74237 via svnmerge
Mark Dickinson [Tue, 28 Jul 2009 17:23:01 +0000 (17:23 +0000)]
Blocked revisions 74237 via svnmerge

........
  r74237 | mark.dickinson | 2009-07-28 18:22:36 +0100 (Tue, 28 Jul 2009) | 3 lines

  Issue #6561:  '\d' in a regular expression should match only Unicode
  character category [Nd],  not [No].
........

15 years agoMerged revisions 74232 via svnmerge from
Mark Dickinson [Tue, 28 Jul 2009 16:32:56 +0000 (16:32 +0000)]
Merged revisions 74232 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r74232 | mark.dickinson | 2009-07-28 17:31:03 +0100 (Tue, 28 Jul 2009) | 15 lines

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

  ........
    r74184 | georg.brandl | 2009-07-23 08:08:58 +0100 (Thu, 23 Jul 2009) | 1 line

    #6548: dont suggest existence of real and imag functions in cmath.
  ........
    r74230 | mark.dickinson | 2009-07-28 17:12:40 +0100 (Tue, 28 Jul 2009) | 4 lines

    Issue #6458: Reorganize cmath documentation into sections (similar to
    the way that the math documentation is organized); clarify section on
    conversions to and from polar coordinates.
  ........
................

15 years agoIssue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger [Mon, 27 Jul 2009 20:29:18 +0000 (20:29 +0000)]
Issue 6573: Fix set.union() for cases where self is in the argument chain.

15 years agoMerged revisions 74222 via svnmerge from
Eric Smith [Mon, 27 Jul 2009 02:12:11 +0000 (02:12 +0000)]
Merged revisions 74222 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74222 | eric.smith | 2009-07-26 22:10:42 -0400 (Sun, 26 Jul 2009) | 1 line

  Sync trunk and py3k versions of string formatting. Manual merge of r74219.
........

15 years agoBe consistent in versioning with the stable 2.6 branch; this also makes more sense...
Georg Brandl [Sun, 26 Jul 2009 13:43:33 +0000 (13:43 +0000)]
Be consistent in versioning with the stable 2.6 branch; this also makes more sense for the version number showing up on <http://docs.python.org/3.1>.

15 years agoBackport the changes made in revision 74198, fixing the issue 1424152
Senthil Kumaran [Sun, 26 Jul 2009 12:39:47 +0000 (12:39 +0000)]
Backport the changes made in revision 74198, fixing the issue 1424152

15 years agoRecorded merge of revisions 74177 via svnmerge from
R. David Murray [Wed, 22 Jul 2009 17:50:57 +0000 (17:50 +0000)]
Recorded merge of revisions 74177 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74177 | r.david.murray | 2009-07-22 13:42:10 -0400 (Wed, 22 Jul 2009) | 11 lines

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

  ........
    r74175 | r.david.murray | 2009-07-22 13:22:58 -0400 (Wed, 22 Jul 2009) | 4 lines

    Backport of fix for issue 6542: make sure
    test_os.TestInvalidFD.test_closerange does not close any
    valid file descriptors.
  ........
................

15 years agoMerged revisions 74171 via svnmerge from
R. David Murray [Wed, 22 Jul 2009 15:23:36 +0000 (15:23 +0000)]
Merged revisions 74171 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74171 | r.david.murray | 2009-07-22 11:20:27 -0400 (Wed, 22 Jul 2009) | 3 lines

  Issue 6542: Make sure that TestInvalidFD.test_closerange does not
  close any valid file descriptors.
........

15 years agoMerged revisions 74169 via svnmerge from
Georg Brandl [Wed, 22 Jul 2009 12:06:11 +0000 (12:06 +0000)]
Merged revisions 74169 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r74169 | georg.brandl | 2009-07-22 14:03:59 +0200 (Mi, 22 Jul 2009) | 9 lines

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

  ........
    r74167 | georg.brandl | 2009-07-22 13:57:15 +0200 (Mi, 22 Jul 2009) | 1 line

    Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
  ........
................

15 years agoMerged revisions 74164 via svnmerge from
Tarek Ziadé [Wed, 22 Jul 2009 09:03:01 +0000 (09:03 +0000)]
Merged revisions 74164 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74164 | tarek.ziade | 2009-07-22 10:57:28 +0200 (Wed, 22 Jul 2009) | 9 lines

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

  ........
    r74163 | tarek.ziade | 2009-07-22 10:55:19 +0200 (Wed, 22 Jul 2009) | 1 line

    Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O
  ........
................

15 years agoMerged revisions 74128 via svnmerge from
R. David Murray [Tue, 21 Jul 2009 14:29:59 +0000 (14:29 +0000)]
Merged revisions 74128 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74128 | alexandre.vassalotti | 2009-07-20 20:51:58 -0400 (Mon, 20 Jul 2009) | 14 lines

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

  ........
    r73706 | georg.brandl | 2009-06-30 12:18:55 -0400 (Tue, 30 Jun 2009) | 1 line

    #6384: Add a heading for the exception hierarchy.
  ........
    r73778 | r.david.murray | 2009-07-02 14:19:20 -0400 (Thu, 02 Jul 2009) | 3 lines

    Issue 6389: add documentation for the 'mode' flags defined in the
    stat module.
  ........
................

15 years agoMerged revisions 74140 via svnmerge from
Benjamin Peterson [Tue, 21 Jul 2009 14:16:13 +0000 (14:16 +0000)]
Merged revisions 74140 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74140 | benjamin.peterson | 2009-07-21 09:11:27 -0500 (Tue, 21 Jul 2009) | 9 lines

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

  ........
    r74139 | benjamin.peterson | 2009-07-21 09:08:40 -0500 (Tue, 21 Jul 2009) | 1 line

    must use _PyThreadState_Current so it isn't checked for NULL #6530
  ........
................

15 years agoMerged revisions 74118 via svnmerge from
R. David Murray [Tue, 21 Jul 2009 14:03:55 +0000 (14:03 +0000)]
Merged revisions 74118 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74118 | r.david.murray | 2009-07-20 13:34:54 -0400 (Mon, 20 Jul 2009) | 5 lines

  Remove apparently unneeded and un-cleaned-up munging of sys.path from
  test_re.  Tests pass on my machine without it, and I can't see
  any obvious place in the tests that would need it.
........

15 years agoMerged revisions 74135 via svnmerge from
Benjamin Peterson [Tue, 21 Jul 2009 13:13:16 +0000 (13:13 +0000)]
Merged revisions 74135 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74135 | benjamin.peterson | 2009-07-21 07:51:07 -0500 (Tue, 21 Jul 2009) | 31 lines

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

  ................
    r74117 | benjamin.peterson | 2009-07-20 12:24:30 -0500 (Mon, 20 Jul 2009) | 9 lines

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

    ........
      r74116 | benjamin.peterson | 2009-07-20 12:22:35 -0500 (Mon, 20 Jul 2009) | 1 line

      placate windows
    ........
  ................
    r74123 | benjamin.peterson | 2009-07-20 16:09:45 -0500 (Mon, 20 Jul 2009) | 13 lines

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

    ........
      r74121 | benjamin.peterson | 2009-07-20 15:40:59 -0500 (Mon, 20 Jul 2009) | 1 line

      try to make warning tests more robust
    ........
      r74122 | benjamin.peterson | 2009-07-20 15:44:14 -0500 (Mon, 20 Jul 2009) | 1 line

      platform compat
    ........
  ................
................

15 years agomerge 2to3 improvments
Benjamin Peterson [Tue, 21 Jul 2009 12:55:57 +0000 (12:55 +0000)]
merge 2to3 improvments

15 years agoFix some minor typos in the importlib docs.
Brett Cannon [Mon, 20 Jul 2009 04:22:03 +0000 (04:22 +0000)]
Fix some minor typos in the importlib docs.

15 years agoMerged revisions 74107 via svnmerge from
Brett Cannon [Mon, 20 Jul 2009 03:22:43 +0000 (03:22 +0000)]
Merged revisions 74107 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74107 | brett.cannon | 2009-07-19 20:19:18 -0700 (Sun, 19 Jul 2009) | 8 lines

  Importlib's documentation said that importlib.abc.PyLoader inherited from
  importlib.abc.ResourceLoader, when in fact it did not. Fixed the ABC to inherit
  as documented.

  This does in introduce an backwards-incompatiblity as the code in PyLoader
  already required the single method ResourceLoader defined as an abstract
  method.
........

15 years agoBackport of r74103.
Brett Cannon [Mon, 20 Jul 2009 00:19:49 +0000 (00:19 +0000)]
Backport of r74103.

15 years agoBlocked revisions 74102-74103 via svnmerge
Brett Cannon [Mon, 20 Jul 2009 00:16:40 +0000 (00:16 +0000)]
Blocked revisions 74102-74103 via svnmerge

........
  r74102 | brett.cannon | 2009-07-19 16:43:45 -0700 (Sun, 19 Jul 2009) | 1 line

  Update importlib.test.source.test_abc_loader to new features added in Python 3.1.
........
  r74103 | brett.cannon | 2009-07-19 17:14:29 -0700 (Sun, 19 Jul 2009) | 7 lines

  Some tests in importlib.test.source.test_abc_loader were testing what happens
  when a loader is given missing or bad code object bytecode. Unfortunately an
  exception related to source paths was masking what the proper exception to test
  should be. Making the test explicitly set the environment fixed the test.

  The code being test was not affected.
........

15 years agoFix for issue5102, timeout value propages between redirects, proxy, digest and
Senthil Kumaran [Sun, 19 Jul 2009 04:20:12 +0000 (04:20 +0000)]
Fix for issue5102, timeout value propages between redirects, proxy, digest and
auth handlers. Fixed tests to reflect the same.

15 years agoMerged revisions 74087 via svnmerge from
R. David Murray [Sun, 19 Jul 2009 02:25:02 +0000 (02:25 +0000)]
Merged revisions 74087 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74087 | r.david.murray | 2009-07-18 22:22:05 -0400 (Sat, 18 Jul 2009) | 2 lines

  News item for issue 6070 fix that was omitted from r74058 merge.
........

15 years agoMerged revisions 74058 via svnmerge from
R. David Murray [Sun, 19 Jul 2009 01:59:05 +0000 (01:59 +0000)]
Merged revisions 74058 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74058 | alexandre.vassalotti | 2009-07-17 06:55:50 -0400 (Fri, 17 Jul 2009) | 36 lines

  Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73870 | r.david.murray | 2009-07-06 21:06:13 -0400 (Mon, 06 Jul 2009) | 5 lines

    Issue 6070: when creating a compiled file, after copying the mode bits, on
    posix zap the execute bit in case it was set on the .py file, since the
    compiled files are not directly executable on posix.  Patch by Marco N.
  ........
    r73879 | r.david.murray | 2009-07-07 05:54:16 -0400 (Tue, 07 Jul 2009) | 3 lines

    Update issue 6070 patch to match the patch that was actually tested
    on Windows.
  ........
    r73899 | r.david.murray | 2009-07-08 21:43:41 -0400 (Wed, 08 Jul 2009) | 3 lines

    Conditionalize test cleanup code to eliminate traceback, which will
    hopefully reveal the real problem.
  ........
    r73900 | r.david.murray | 2009-07-08 22:06:17 -0400 (Wed, 08 Jul 2009) | 2 lines

    Make test work with -O.
  ........
    r73905 | r.david.murray | 2009-07-09 09:55:44 -0400 (Thu, 09 Jul 2009) | 3 lines

    Specify umask in execute bit test to get consistent results
    and make sure we test resetting all three execute bits.
  ........
    r73906 | r.david.murray | 2009-07-09 11:35:33 -0400 (Thu, 09 Jul 2009) | 5 lines

    Curdir needs to be in the path for the test to work on all buildbots.
    (I copied this from another import test, but currently this will fail if
    TESTFN ends up in /tmp...see issue 2609).
  ........
................

15 years agoMerged revisions 74078 via svnmerge from
Mark Dickinson [Sat, 18 Jul 2009 14:43:10 +0000 (14:43 +0000)]
Merged revisions 74078 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r74078 | mark.dickinson | 2009-07-18 15:41:42 +0100 (Sat, 18 Jul 2009) | 5 lines

  Issue #6431: Fix Fraction comparisons to return NotImplemented when
  the Fraction type doesn't know how to handle the comparison without
  loss of accuracy.  Also, make sure that comparisons between Fractions
  and float infinities or nans do the right thing.
........

15 years agoMerged revisions 74046 via svnmerge from
Hirokazu Yamamoto [Fri, 17 Jul 2009 07:02:18 +0000 (07:02 +0000)]
Merged revisions 74046 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74046 | hirokazu.yamamoto | 2009-07-17 15:55:42 +0900 | 13 lines

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

  ........
    r74040 | hirokazu.yamamoto | 2009-07-17 15:20:46 +0900 | 1 line

    Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
  ........
    r74042 | hirokazu.yamamoto | 2009-07-17 15:26:54 +0900 | 1 line

    NEWS about r74040.
  ........
................

15 years agoBlocked revisions 74026 via svnmerge
Tarek Ziadé [Thu, 16 Jul 2009 16:19:14 +0000 (16:19 +0000)]
Blocked revisions 74026 via svnmerge

................
  r74026 | tarek.ziade | 2009-07-16 18:18:19 +0200 (Thu, 16 Jul 2009) | 9 lines

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

  ........
    r74024 | tarek.ziade | 2009-07-16 17:35:45 +0200 (Thu, 16 Jul 2009) | 1 line

    #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions)
  ........
................

15 years agoDocument the thousands separator.
Raymond Hettinger [Sun, 12 Jul 2009 20:47:13 +0000 (20:47 +0000)]
Document the thousands separator.

15 years agoMerged revisions 73975 via svnmerge from
Tarek Ziadé [Sun, 12 Jul 2009 08:39:08 +0000 (08:39 +0000)]
Merged revisions 73975 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73975 | tarek.ziade | 2009-07-12 10:27:26 +0200 (Sun, 12 Jul 2009) | 1 line

  Fixed #6438: distutils.cygwinccompiler.get_versions was trying to use a re string pattern on a bytes
........

15 years agoMerged revisions 73948 via svnmerge from
Tarek Ziadé [Sat, 11 Jul 2009 11:01:14 +0000 (11:01 +0000)]
Merged revisions 73948 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73948 | tarek.ziade | 2009-07-11 12:59:56 +0200 (Sat, 11 Jul 2009) | 9 lines

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

  ........
    r73946 | tarek.ziade | 2009-07-11 12:55:27 +0200 (Sat, 11 Jul 2009) | 1 line

    fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
  ........
................

15 years agoMerged revisions 73934 via svnmerge from
Amaury Forgeot d'Arc [Sat, 11 Jul 2009 09:37:09 +0000 (09:37 +0000)]
Merged revisions 73934 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73934 | amaury.forgeotdarc | 2009-07-11 11:35:13 +0200 (sam., 11 juil. 2009) | 3 lines

  #6358: Merge r73933: Add basic tests for the return value of os.popen().close().
  And fix the implementation to make these tests pass with py3k
........

15 years agoBlocked revisions 73928 via svnmerge
Tarek Ziadé [Fri, 10 Jul 2009 10:04:03 +0000 (10:04 +0000)]
Blocked revisions 73928 via svnmerge

................
  r73928 | tarek.ziade | 2009-07-10 12:03:20 +0200 (Fri, 10 Jul 2009) | 13 lines

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

  ........
    r73925 | tarek.ziade | 2009-07-10 11:57:15 +0200 (Fri, 10 Jul 2009) | 1 line

    Added test coverage for distutils.command.build
  ........
    r73926 | tarek.ziade | 2009-07-10 12:00:21 +0200 (Fri, 10 Jul 2009) | 1 line

    cleaned up distutils.command.build
  ........
................

15 years agoMerged revisions 73923 via svnmerge from
Tarek Ziadé [Fri, 10 Jul 2009 09:16:07 +0000 (09:16 +0000)]
Merged revisions 73923 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73923 | tarek.ziade | 2009-07-10 11:14:31 +0200 (Fri, 10 Jul 2009) | 9 lines

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

  ........
    r73921 | tarek.ziade | 2009-07-10 11:10:33 +0200 (Fri, 10 Jul 2009) | 1 line

    Fixed #6455 (the test shall use pyd files under win32, rather than so files)
  ........
................

15 years agoMerged revisions 73918-73919 via svnmerge from
Amaury Forgeot d'Arc [Thu, 9 Jul 2009 23:20:02 +0000 (23:20 +0000)]
Merged revisions 73918-73919 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73918 | amaury.forgeotdarc | 2009-07-10 01:00:40 +0200 (ven., 10 juil. 2009) | 9 lines

  #6323: pdb doesn't deal well with SyntaxErrors.

  It seems necessary to keep two layers of 'exec' (one in Bdb.run, one in Pdb._runscript);
  this allows the tracing function to be active when the inner 'exec' runs
  and tries to compile the real code.

  This partially revert r58127, the net effet of the two changes is to replace
  "exec('%s')" with "exec(%r)".
........
  r73919 | amaury.forgeotdarc | 2009-07-10 01:07:52 +0200 (ven., 10 juil. 2009) | 2 lines

  NEWS entry for r73918.
........

15 years agoMerged revisions 73913 via svnmerge from
R. David Murray [Thu, 9 Jul 2009 20:31:08 +0000 (20:31 +0000)]
Merged revisions 73913 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73913 | r.david.murray | 2009-07-09 16:12:31 -0400 (Thu, 09 Jul 2009) | 18 lines

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

  ........
    r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines

    Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
    if the test gives useful failure info on Solaris buildbot.
  ........
    r73908 | r.david.murray | 2009-07-09 14:41:03 -0400 (Thu, 09 Jul 2009) | 6 lines

    Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
    cleanup.  If this fix works, it means that Solaris is unique among
    our platforms in what happens when shutil.rmtree is called on the
    current working directory (ie: it doesn't work on Solaris, but
    it does everywhere else).
  ........
................

15 years agoBlocked revisions 73903 via svnmerge
Tarek Ziadé [Thu, 9 Jul 2009 07:47:11 +0000 (07:47 +0000)]
Blocked revisions 73903 via svnmerge

................
  r73903 | tarek.ziade | 2009-07-09 09:46:10 +0200 (Thu, 09 Jul 2009) | 9 lines

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

  ........
    r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Thu, 09 Jul 2009) | 1 line

    PendingDeprecationWarning -> DeprecationWarning in build_ext
  ........
................

15 years agoBlocked revisions 73896 via svnmerge
Tarek Ziadé [Wed, 8 Jul 2009 22:43:57 +0000 (22:43 +0000)]
Blocked revisions 73896 via svnmerge

................
  r73896 | tarek.ziade | 2009-07-09 00:42:43 +0200 (Thu, 09 Jul 2009) | 9 lines

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

  ........
    r73895 | tarek.ziade | 2009-07-09 00:40:51 +0200 (Thu, 09 Jul 2009) | 1 line

    Sets the compiler attribute to keep the old behavior for third-party packages.
  ........
................

15 years agoMerged revisions 73882 via svnmerge from
Mark Dickinson [Tue, 7 Jul 2009 10:21:58 +0000 (10:21 +0000)]
Merged revisions 73882 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r73882 | mark.dickinson | 2009-07-07 11:21:03 +0100 (Tue, 07 Jul 2009) | 9 lines

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

  ........
    r73880 | mark.dickinson | 2009-07-07 11:18:22 +0100 (Tue, 07 Jul 2009) | 1 line

    Typo in error message
  ........
................

15 years agoMerged revisions 73874 via svnmerge from
Amaury Forgeot d'Arc [Tue, 7 Jul 2009 06:53:22 +0000 (06:53 +0000)]
Merged revisions 73874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73874 | amaury.forgeotdarc | 2009-07-07 08:51:26 +0200 (mar., 07 juil. 2009) | 9 lines

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

  ........
    r73873 | amaury.forgeotdarc | 2009-07-07 08:49:41 +0200 (mar., 07 juil. 2009) | 2 lines

    #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.
  ........
................

15 years agoMerged revisions 73868 via svnmerge from
Amaury Forgeot d'Arc [Tue, 7 Jul 2009 00:45:43 +0000 (00:45 +0000)]
Merged revisions 73868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73868 | amaury.forgeotdarc | 2009-07-07 02:43:08 +0200 (mar., 07 juil. 2009) | 3 lines

  #6428: py3k requires that __bool__ return a bool (and not an int)
  Fix the error message and the documentation.
........

15 years agoBlocked revisions 73866 via svnmerge
Tarek Ziadé [Mon, 6 Jul 2009 13:54:37 +0000 (13:54 +0000)]
Blocked revisions 73866 via svnmerge

................
  r73866 | tarek.ziade | 2009-07-06 15:52:17 +0200 (Mon, 06 Jul 2009) | 9 lines

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

  ........
    r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line

    Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
  ........
................

15 years agoMerged revisions 73835 via svnmerge from
Tarek Ziadé [Sat, 4 Jul 2009 03:01:33 +0000 (03:01 +0000)]
Merged revisions 73835 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73835 | tarek.ziade | 2009-07-04 05:00:50 +0200 (Sat, 04 Jul 2009) | 9 lines

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

  ........
    r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sat, 04 Jul 2009) | 1 line

    using print statements when used for user interaction
  ........
................

15 years agoMerged revisions 73828 via svnmerge from
Tarek Ziadé [Sat, 4 Jul 2009 02:05:51 +0000 (02:05 +0000)]
Merged revisions 73828 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73828 | tarek.ziade | 2009-07-04 04:04:21 +0200 (Sat, 04 Jul 2009) | 9 lines

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

  ........
    r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sat, 04 Jul 2009) | 1 line

    Fixed #6413: fixed log level in distutils.dist.announce
  ........
................

15 years agoBlocked revisions 73817 via svnmerge
Tarek Ziadé [Sat, 4 Jul 2009 02:05:17 +0000 (02:05 +0000)]
Blocked revisions 73817 via svnmerge

................
  r73817 | tarek.ziade | 2009-07-03 21:22:23 +0200 (Fri, 03 Jul 2009) | 13 lines

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

  ........
    r73814 | tarek.ziade | 2009-07-03 21:01:12 +0200 (Fri, 03 Jul 2009) | 1 line

    basic tests to raise distutils.file_util coverage
  ........
    r73815 | tarek.ziade | 2009-07-03 21:14:49 +0200 (Fri, 03 Jul 2009) | 1 line

    cleaned distutils.file_util
  ........
................

15 years agoMerged revisions 73809 via svnmerge from
Benjamin Peterson [Fri, 3 Jul 2009 13:33:17 +0000 (13:33 +0000)]
Merged revisions 73809 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73809 | benjamin.peterson | 2009-07-03 08:30:25 -0500 (Fri, 03 Jul 2009) | 1 line

  remove duplicate declartions #6405
........

15 years agoMerged revisions 73805 via svnmerge from
Benjamin Peterson [Fri, 3 Jul 2009 13:25:24 +0000 (13:25 +0000)]
Merged revisions 73805 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73805 | benjamin.peterson | 2009-07-03 08:18:18 -0500 (Fri, 03 Jul 2009) | 1 line

  xrange -> range
........

15 years agoBlocked revisions 73803 via svnmerge
Tarek Ziadé [Fri, 3 Jul 2009 09:06:18 +0000 (09:06 +0000)]
Blocked revisions 73803 via svnmerge

................
  r73803 | tarek.ziade | 2009-07-03 11:05:30 +0200 (Fri, 03 Jul 2009) | 9 lines

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

  ........
    r73801 | tarek.ziade | 2009-07-03 11:01:07 +0200 (Fri, 03 Jul 2009) | 1 line

    cleaned up distutils.command.build_py
  ........
................

15 years agoMerged revisions 73792 via svnmerge from
Tarek Ziadé [Fri, 3 Jul 2009 08:37:27 +0000 (08:37 +0000)]
Merged revisions 73792 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73792 | tarek.ziade | 2009-07-03 10:33:28 +0200 (Fri, 03 Jul 2009) | 9 lines

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

  ........
    r73790 | tarek.ziade | 2009-07-03 10:22:56 +0200 (Fri, 03 Jul 2009) | 1 line

    Fixed #6403 : package path usage for build_ext
  ........
................

15 years agoMerged revisions 73788 via svnmerge from
Amaury Forgeot d'Arc [Thu, 2 Jul 2009 23:57:11 +0000 (23:57 +0000)]
Merged revisions 73788 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73788 | amaury.forgeotdarc | 2009-07-03 01:08:45 +0200 (ven., 03 juil. 2009) | 6 lines

  #4601: 'make install' did not set the permissions on library directories,
  only root could start IDLE for example.

  Beware that os.path.walk does not translate as is to os.walk!
  the former uses a callback to call on each dir, the latter is a generator...
........

15 years agoMerged revisions 73782-73784 via svnmerge from
Benjamin Peterson [Thu, 2 Jul 2009 22:02:15 +0000 (22:02 +0000)]
Merged revisions 73782-73784 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73782 | benjamin.peterson | 2009-07-02 16:44:01 -0500 (Thu, 02 Jul 2009) | 1 line

  the old CO_FUTURE flags can't be commented out
................
  r73783 | benjamin.peterson | 2009-07-02 16:54:36 -0500 (Thu, 02 Jul 2009) | 1 line

  a little more fiddling to make flags like 2.x
................
  r73784 | benjamin.peterson | 2009-07-02 16:55:39 -0500 (Thu, 02 Jul 2009) | 9 lines

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

  ........
    r73781 | benjamin.peterson | 2009-07-02 16:38:36 -0500 (Thu, 02 Jul 2009) | 1 line

    test that compile() accepts the future flag
  ........
................

15 years agoMerged revisions 73768 via svnmerge from
Jesus Cea [Thu, 2 Jul 2009 14:37:32 +0000 (14:37 +0000)]
Merged revisions 73768 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73768 | jesus.cea | 2009-07-02 16:35:02 +0200 (Thu, 02 Jul 2009) | 9 lines

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

  ........
    r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Thu, 02 Jul 2009) | 1 line

    multiprocessing doesn't compile in Solaris because a typo
  ........
................

15 years agoBlocked revisions 73764 via svnmerge
Tarek Ziadé [Thu, 2 Jul 2009 14:26:53 +0000 (14:26 +0000)]
Blocked revisions 73764 via svnmerge

................
  r73764 | tarek.ziade | 2009-07-02 16:25:23 +0200 (Thu, 02 Jul 2009) | 9 lines

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

  ........
    r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line

    pep8-fied and cleaned up distutils.util
  ........
................

15 years agoBlocked revisions 73759 via svnmerge
Tarek Ziadé [Thu, 2 Jul 2009 13:05:14 +0000 (13:05 +0000)]
Blocked revisions 73759 via svnmerge

................
  r73759 | tarek.ziade | 2009-07-02 15:02:21 +0200 (Thu, 02 Jul 2009) | 13 lines

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

  ........
    r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line

    raising bdist_dumb test coverage
  ........
    r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line

    cleaned up the bdist_dumb module
  ........
................

15 years agoMerged revisions 73747 via svnmerge from
Antoine Pitrou [Wed, 1 Jul 2009 15:03:38 +0000 (15:03 +0000)]
Merged revisions 73747 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73747 | antoine.pitrou | 2009-07-01 16:53:06 +0200 (mer., 01 juil. 2009) | 3 lines

  Issue #6369: Fix an RLE decompression bug in the binhex module.
........

15 years agoMerged revisions 73727 via svnmerge from
Benjamin Peterson [Wed, 1 Jul 2009 01:15:26 +0000 (01:15 +0000)]
Merged revisions 73727 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73727 | benjamin.peterson | 2009-06-30 20:06:56 -0500 (Tue, 30 Jun 2009) | 28 lines

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

  ................
    r73725 | benjamin.peterson | 2009-06-30 19:49:09 -0500 (Tue, 30 Jun 2009) | 21 lines

    Merged revisions 73379,73388,73507,73722 via svnmerge from
    svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

    ........
      r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line

      use a real conditional expresion
    ........
      r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line

      fix typo in last fix
    ........
      r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line

      remove svn:executable property
    ........
      r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line

      replace fail* with assert*
    ........
  ................
................

15 years agoMerged revisions 73724 via svnmerge from
Amaury Forgeot d'Arc [Wed, 1 Jul 2009 00:50:34 +0000 (00:50 +0000)]
Merged revisions 73724 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73724 | amaury.forgeotdarc | 2009-07-01 02:48:39 +0200 (mer., 01 juil. 2009) | 2 lines

  Fix exception name in NEWS, spotted by Neal Norwitz
........

15 years agoMerged revisions 73702 via svnmerge from
Mark Dickinson [Tue, 30 Jun 2009 15:46:37 +0000 (15:46 +0000)]
Merged revisions 73702 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r73702 | mark.dickinson | 2009-06-30 16:45:17 +0100 (Tue, 30 Jun 2009) | 10 lines

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

  ........
    r73701 | mark.dickinson | 2009-06-30 16:32:30 +0100 (Tue, 30 Jun 2009) | 3 lines

    Issue #6347:  Add inttypes.h to the pyport.h #includes;  fixes a build
    failure on HP-UX 11.00.
  ........
................

15 years agoMerged revisions 73698 via svnmerge from
Amaury Forgeot d'Arc [Mon, 29 Jun 2009 22:38:54 +0000 (22:38 +0000)]
Merged revisions 73698 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73698 | amaury.forgeotdarc | 2009-06-30 00:36:49 +0200 (mar., 30 juin 2009) | 7 lines

  #6373: SystemError in str.encode('latin1', 'surrogateescape')
  if the string contains unpaired surrogates.
  (In debug build, crash in assert())

  This can happen with normal processing, if python starts with utf-8,
  then calls sys.setfilesystemencoding('latin-1')
........

15 years agoIssue 6370: Performance issue with collections.Counter().
Raymond Hettinger [Mon, 29 Jun 2009 18:34:46 +0000 (18:34 +0000)]
Issue 6370: Performance issue with collections.Counter().

15 years agoMerged revisions 73689 via svnmerge from
Tarek Ziadé [Mon, 29 Jun 2009 16:46:14 +0000 (16:46 +0000)]
Merged revisions 73689 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73689 | tarek.ziade | 2009-06-29 18:19:22 +0200 (Mon, 29 Jun 2009) | 9 lines

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

  ........
    r73688 | tarek.ziade | 2009-06-29 18:13:39 +0200 (Mon, 29 Jun 2009) | 1 line

    Fixed 6365: wrong inplace location for build_ext if the extension had dots
  ........
................

15 years agoMerged revisions 73684 via svnmerge from
Hirokazu Yamamoto [Mon, 29 Jun 2009 15:02:36 +0000 (15:02 +0000)]
Merged revisions 73684 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73684 | hirokazu.yamamoto | 2009-06-29 23:54:12 +0900 | 14 lines

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

  ........
    r73677 | hirokazu.yamamoto | 2009-06-29 22:25:16 +0900 | 2 lines

    Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
    Reviewed by Amaury Forgeot d'Arc.
  ........
    r73681 | hirokazu.yamamoto | 2009-06-29 23:29:31 +0900 | 1 line

    Fixed NEWS.
  ........
................

15 years agoMerged revisions 73673 via svnmerge from
Martin v. Löwis [Mon, 29 Jun 2009 06:36:33 +0000 (06:36 +0000)]
Merged revisions 73673 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73673 | martin.v.loewis | 2009-06-29 08:35:26 +0200 (Mo, 29 Jun 2009) | 2 lines

  Link to PEP 383.
........

15 years agoMerged revisions 73671 via svnmerge from
Benjamin Peterson [Mon, 29 Jun 2009 03:46:42 +0000 (03:46 +0000)]
Merged revisions 73671 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73671 | benjamin.peterson | 2009-06-28 22:37:21 -0500 (Sun, 28 Jun 2009) | 9 lines

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

  ........
    r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line

    update to sphinx 0.6.2
  ........
................

15 years agoClean-up floating point tutorial
Raymond Hettinger [Mon, 29 Jun 2009 01:50:51 +0000 (01:50 +0000)]
Clean-up floating point tutorial

15 years agoMerged revisions 73661 via svnmerge from
Mark Dickinson [Sun, 28 Jun 2009 22:52:18 +0000 (22:52 +0000)]
Merged revisions 73661 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r73661 | mark.dickinson | 2009-06-28 23:40:48 +0100 (Sun, 28 Jun 2009) | 9 lines

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

  ........
    r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line

    Remove unused stdint.h includes
  ........
................

15 years agounfortunately we can't kill compiler_new_tmpname here
Benjamin Peterson [Sun, 28 Jun 2009 22:36:18 +0000 (22:36 +0000)]
unfortunately we can't kill compiler_new_tmpname here

15 years agoMerged revisions 73642 via svnmerge from
Mark Dickinson [Sun, 28 Jun 2009 21:25:41 +0000 (21:25 +0000)]
Merged revisions 73642 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r73642 | mark.dickinson | 2009-06-28 22:24:42 +0100 (Sun, 28 Jun 2009) | 1 line

  Fix incorrect quote type on Decimal examples
........

15 years agoMerged revisions 73640 via svnmerge from
Mark Dickinson [Sun, 28 Jun 2009 21:20:21 +0000 (21:20 +0000)]
Merged revisions 73640 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r73640 | mark.dickinson | 2009-06-28 22:19:18 +0100 (Sun, 28 Jun 2009) | 3 lines

  Issue #6354 continued:  reword confusing tutorial note on the (no-longer
  existing) difference between str(8/5) and repr(8/5).
........

15 years agoMerged revisions 73636 via svnmerge from
Mark Dickinson [Sun, 28 Jun 2009 21:00:42 +0000 (21:00 +0000)]
Merged revisions 73636 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r73636 | mark.dickinson | 2009-06-28 21:59:42 +0100 (Sun, 28 Jun 2009) | 2 lines

  Issue #6354: More fixes for code examples involving the repr of a float.
........

15 years agoMerged revisions 73632 via svnmerge from
Mark Dickinson [Sun, 28 Jun 2009 20:38:24 +0000 (20:38 +0000)]
Merged revisions 73632 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r73632 | mark.dickinson | 2009-06-28 21:36:54 +0100 (Sun, 28 Jun 2009) | 3 lines

  Corrections to decimal flying circus:  round returns a Decimal;
  float should have a short repr.
........

15 years agoMerged revisions 73623-73624 via svnmerge from
Benjamin Peterson [Sun, 28 Jun 2009 17:35:48 +0000 (17:35 +0000)]
Merged revisions 73623-73624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73623 | benjamin.peterson | 2009-06-28 12:22:03 -0500 (Sun, 28 Jun 2009) | 58 lines

  Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73004 | jeffrey.yasskin | 2009-05-28 22:44:31 -0500 (Thu, 28 May 2009) | 5 lines

    Fix nearly all compilation warnings under Apple gcc-4.0.  Tested with OPT="-g
    -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without.
    There's still a batch of non-prototype warnings in Xlib.h that I don't know how
    to fix.
  ........
    r73439 | benjamin.peterson | 2009-06-15 19:29:31 -0500 (Mon, 15 Jun 2009) | 1 line

    don't mask encoding errors when decoding a string #6289
  ........
    r73496 | vinay.sajip | 2009-06-21 12:37:27 -0500 (Sun, 21 Jun 2009) | 1 line

    Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
  ........
    r73509 | amaury.forgeotdarc | 2009-06-22 14:33:48 -0500 (Mon, 22 Jun 2009) | 2 lines

    #4490 Fix sample code run by "python -m xml.sax.xmlreader"
  ........
    r73529 | r.david.murray | 2009-06-23 13:02:46 -0500 (Tue, 23 Jun 2009) | 4 lines

    Fix issue 5230 by having pydoc's safeimport check to see if the import
    error was thrown from itself in order to decide if the module can't be
    found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.
  ........
    r73564 | amaury.forgeotdarc | 2009-06-25 17:29:29 -0500 (Thu, 25 Jun 2009) | 6 lines

    #2016 Fix a crash in function call when the **kwargs dictionary is mutated
    during the function call setup.

    This even gives a slight speedup, probably because tuple allocation
    is faster than PyMem_NEW.
  ........
    r73576 | benjamin.peterson | 2009-06-26 18:37:06 -0500 (Fri, 26 Jun 2009) | 1 line

    document is_declared_global()
  ........
    r73577 | benjamin.peterson | 2009-06-27 09:16:23 -0500 (Sat, 27 Jun 2009) | 1 line

    link to extensive generator docs in the reference manual
  ........
    r73595 | ezio.melotti | 2009-06-27 18:45:39 -0500 (Sat, 27 Jun 2009) | 1 line

    stmt and setup can contain multiple statements, see #5896
  ........
    r73596 | ezio.melotti | 2009-06-27 19:07:45 -0500 (Sat, 27 Jun 2009) | 1 line

    Fixed a wrong apostrophe
  ........
    r73605 | georg.brandl | 2009-06-28 07:10:18 -0500 (Sun, 28 Jun 2009) | 1 line

    Remove stray pychecker directive.
  ........
................
  r73624 | benjamin.peterson | 2009-06-28 12:32:20 -0500 (Sun, 28 Jun 2009) | 1 line

  document BufferedIOBase.raw and TextIOBase.buffer
................

15 years agoMerged revisions 73618 via svnmerge from
Benjamin Peterson [Sun, 28 Jun 2009 16:26:13 +0000 (16:26 +0000)]
Merged revisions 73618 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73618 | benjamin.peterson | 2009-06-28 11:23:55 -0500 (Sun, 28 Jun 2009) | 1 line

  fix useless comparison #6355
........

15 years agoMerged revisions 73609 via svnmerge from
Hirokazu Yamamoto [Sun, 28 Jun 2009 13:32:29 +0000 (13:32 +0000)]
Merged revisions 73609 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73609 | hirokazu.yamamoto | 2009-06-28 22:21:41 +0900 | 1 line

  Sorted file names.
........

15 years agoMerged revisions 73607 via svnmerge from
Martin v. Löwis [Sun, 28 Jun 2009 12:29:40 +0000 (12:29 +0000)]
Merged revisions 73607 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73607 | martin.v.loewis | 2009-06-28 14:28:29 +0200 (So, 28 Jun 2009) | 9 lines

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

  ........
    r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines

    Fix types in logic to compute help file name.
  ........
................

15 years agoMerged revisions 73600 via svnmerge from
Martin v. Löwis [Sun, 28 Jun 2009 09:40:34 +0000 (09:40 +0000)]
Merged revisions 73600 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73600 | martin.v.loewis | 2009-06-28 11:36:14 +0200 (So, 28 Jun 2009) | 10 lines

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

  ........
    r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines

    Issue 5390: Add uninstall icon independent of whether file
    extensions are installed.
  ........
................

15 years agoMerged revisions 73590 via svnmerge from
Martin v. Löwis [Sat, 27 Jun 2009 22:54:20 +0000 (22:54 +0000)]
Merged revisions 73590 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73590 | martin.v.loewis | 2009-06-28 00:51:58 +0200 (So, 28 Jun 2009) | 2 lines

  Add uuids for 3.1.[12](rc1|final).
........