]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 78976 via svnmerge from
Martin v. Löwis [Sun, 21 Mar 2010 21:52:46 +0000 (21:52 +0000)]
Merged revisions 78976 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line

  Issue #6716: Quote -x arguments of compileall in MSI installer.
........

14 years agoBlocked revisions 76380,76628,76701,77001,77115,77127,77185,77187-77188,77262,77902...
Georg Brandl [Sun, 21 Mar 2010 19:42:32 +0000 (19:42 +0000)]
Blocked revisions 76380,76628,76701,77001,77115,77127,77185,77187-77188,77262,77902,77936,78102,78104,78107,78112,78216,78580,78791,79208 via svnmerge

........
  r76380 | antoine.pitrou | 2009-11-18 21:20:46 +0100 (Mi, 18 Nov 2009) | 3 lines

  Mention Giampolo R's new FTP TLS support in the what's new file
........
  r76628 | andrew.kuchling | 2009-12-02 15:27:11 +0100 (Mi, 02 Dez 2009) | 1 line

  Markup fixes
........
  r76701 | andrew.kuchling | 2009-12-08 03:37:05 +0100 (Di, 08 Dez 2009) | 1 line

  Typo fix; grammar fix
........
  r77001 | brett.cannon | 2009-12-22 03:37:37 +0100 (Di, 22 Dez 2009) | 1 line

  Make a word plural.
........
  r77115 | andrew.kuchling | 2009-12-29 21:10:16 +0100 (Di, 29 Dez 2009) | 1 line

  Various additions
........
  r77127 | andrew.kuchling | 2009-12-30 00:41:04 +0100 (Mi, 30 Dez 2009) | 1 line

  Add various items
........
  r77185 | andrew.kuchling | 2009-12-31 17:17:05 +0100 (Do, 31 Dez 2009) | 1 line

  Add some items
........
  r77187 | andrew.kuchling | 2009-12-31 17:38:53 +0100 (Do, 31 Dez 2009) | 1 line

  Add various items
........
  r77188 | benjamin.peterson | 2009-12-31 17:49:37 +0100 (Do, 31 Dez 2009) | 1 line

  add another advancement
........
  r77262 | andrew.kuchling | 2010-01-03 02:15:21 +0100 (So, 03 Jan 2010) | 1 line

  Add a few items
........
  r77902 | andrew.kuchling | 2010-02-01 03:04:26 +0100 (Mo, 01 Feb 2010) | 1 line

  Add various items
........
  r77936 | andrew.kuchling | 2010-02-03 03:19:14 +0100 (Mi, 03 Feb 2010) | 1 line

  Add various items
........
  r78102 | andrew.kuchling | 2010-02-08 02:35:35 +0100 (Mo, 08 Feb 2010) | 1 line

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

  Add two items; move a subsection
........
  r78107 | antoine.pitrou | 2010-02-08 21:25:47 +0100 (Mo, 08 Feb 2010) | 3 lines

  Clarify and correct description for ccbench and iobench.
........
  r78112 | ezio.melotti | 2010-02-08 23:22:41 +0100 (Mo, 08 Feb 2010) | 1 line

  Fix typo
........
  r78216 | andrew.kuchling | 2010-02-18 15:16:48 +0100 (Do, 18 Feb 2010) | 1 line

  Add various items
........
  r78580 | andrew.kuchling | 2010-03-02 14:55:33 +0100 (Di, 02 Mär 2010) | 1 line

  Add an item
........
  r78791 | andrew.kuchling | 2010-03-08 13:00:39 +0100 (Mo, 08 Mär 2010) | 1 line

  Add various items
........
  r79208 | andrew.kuchling | 2010-03-21 19:47:12 +0100 (So, 21 Mär 2010) | 1 line

  Add items
........

14 years agoMerged revisions 70244,70714,70764,70962,70964,71001,77834,78327,78399,78454 via...
Georg Brandl [Sun, 21 Mar 2010 19:38:10 +0000 (19:38 +0000)]
Merged revisions 70244,70714,70764,70962,70964,71001,77834,78327,78399,78454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70244 | martin.v.loewis | 2009-03-08 15:06:19 +0100 (So, 08 Mär 2009) | 2 lines

  Add Chris Withers.
........
  r70714 | brett.cannon | 2009-03-30 17:20:53 +0200 (Mo, 30 Mär 2009) | 1 line

  Add an entry to developers.txt.
........
  r70764 | martin.v.loewis | 2009-03-31 00:06:33 +0200 (Di, 31 Mär 2009) | 2 lines

  Add several VM developers.
........
  r70962 | brett.cannon | 2009-04-01 19:07:16 +0200 (Mi, 01 Apr 2009) | 2 lines

  Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.
........
  r70964 | brett.cannon | 2009-04-01 19:52:13 +0200 (Mi, 01 Apr 2009) | 2 lines

  Paul Kippes was given commit privileges to work on 3to2.
........
  r71001 | brett.cannon | 2009-04-02 01:01:12 +0200 (Do, 02 Apr 2009) | 3 lines

  Add my initials to Misc/developers.txt. Names are now sorted by number of
  characters in the person's name.
........
  r77834 | martin.v.loewis | 2010-01-30 01:15:44 +0100 (Sa, 30 Jan 2010) | 2 lines

  Add Victor Stinner.
........
  r78327 | andrew.kuchling | 2010-02-22 18:21:54 +0100 (Mo, 22 Feb 2010) | 1 line

  Note granting of commit privileges to Larry Hastings
........
  r78399 | brett.cannon | 2010-02-24 02:38:04 +0100 (Mi, 24 Feb 2010) | 1 line

  Record that Dino Viehland got commit privs.
........
  r78454 | martin.v.loewis | 2010-02-25 21:42:40 +0100 (Do, 25 Feb 2010) | 2 lines

  Add Florent Xicluna.
........

14 years agoMerged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184...
Georg Brandl [Sun, 21 Mar 2010 19:34:26 +0000 (19:34 +0000)]
Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184-79185,79192,79212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line

  Get rid of backticks.
........
  r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line

  Fix warnings from "make check".
........
  r78952 | georg.brandl | 2010-03-14 10:55:08 +0100 (So, 14 Mär 2010) | 1 line

  #8137: add iso-8859-16 to the standard encodings table.
........
  r79168 | georg.brandl | 2010-03-21 10:01:27 +0100 (So, 21 Mär 2010) | 1 line

  Fix some issues found by Jacques Ducasse on the docs list.
........
  r79169 | georg.brandl | 2010-03-21 10:02:01 +0100 (So, 21 Mär 2010) | 1 line

  Remove the "built-in objects" file.  It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however.
........
  r79173 | georg.brandl | 2010-03-21 10:09:38 +0100 (So, 21 Mär 2010) | 1 line

  Document that GzipFile supports iteration.
........
  r79176 | georg.brandl | 2010-03-21 10:17:41 +0100 (So, 21 Mär 2010) | 1 line

  Introduce copy by slicing, used in later chapters.
........
  r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line

  Clarify that for shell=True, the shell PID will be the child PID.
........
  r79179 | georg.brandl | 2010-03-21 10:37:54 +0100 (So, 21 Mär 2010) | 1 line

  Mention inefficiency of lists as queues, add link to collections.deque discussion.
........
  r79181 | georg.brandl | 2010-03-21 10:51:16 +0100 (So, 21 Mär 2010) | 1 line

  Update os.kill() emulation example for Windows to use ctypes.
........
  r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line

  Update text for newest US DST regulation.  The sample file already has the calculation right.
........
  r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line

  Include structmember.h correctly.
........
  r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line

  Remove leftover word.
........
  r79212 | georg.brandl | 2010-03-21 20:01:38 +0100 (So, 21 Mär 2010) | 1 line

  Fix plural.
........

14 years agoBlocked revisions 78589,78922,78949 via svnmerge
Georg Brandl [Sun, 21 Mar 2010 19:30:23 +0000 (19:30 +0000)]
Blocked revisions 78589,78922,78949 via svnmerge

........
  r78589 | georg.brandl | 2010-03-02 23:17:38 +0100 (Di, 02 Mär 2010) | 1 line

  Add some x-refs.
........
  r78922 | georg.brandl | 2010-03-13 14:41:58 +0100 (Sa, 13 Mär 2010) | 1 line

  Update for new download location.
........
  r78949 | georg.brandl | 2010-03-14 10:50:54 +0100 (So, 14 Mär 2010) | 1 line

  Format and rewrap 2.7 NEWS consistently.
........

14 years agoRe-record 79218 as merged.
Georg Brandl [Sun, 21 Mar 2010 19:29:47 +0000 (19:29 +0000)]
Re-record 79218 as merged.

14 years agoMerged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-78386...
Georg Brandl [Sun, 21 Mar 2010 19:29:04 +0000 (19:29 +0000)]
Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-78386,78496,78760,78771-78773,78802 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77593 | georg.brandl | 2010-01-18 00:33:53 +0100 (Mo, 18 Jan 2010) | 1 line

  Fix internal reference.
........
  r77702 | georg.brandl | 2010-01-23 09:43:31 +0100 (Sa, 23 Jan 2010) | 1 line

  #7762: fix refcount annotation of PyUnicode_Tailmatch().
........
  r77703 | georg.brandl | 2010-01-23 09:47:54 +0100 (Sa, 23 Jan 2010) | 1 line

  #7725: fix referencing issue.
........
  r77858 | georg.brandl | 2010-01-30 18:57:48 +0100 (Sa, 30 Jan 2010) | 1 line

  #7802: fix invalid example (heh).
........
  r77887 | georg.brandl | 2010-01-31 19:51:49 +0100 (So, 31 Jan 2010) | 5 lines

  Fix-up ftplib documentation:
  move exception descriptions to toplevel, not inside a class
  remove attribution in "versionadded"
  spell and grammar check docstring of FTP_TLS
........
  r78113 | georg.brandl | 2010-02-08 23:37:20 +0100 (Mo, 08 Feb 2010) | 1 line

  Fix missing string formatting argument.
........
  r78114 | georg.brandl | 2010-02-08 23:37:52 +0100 (Mo, 08 Feb 2010) | 1 line

  Fix undefined local.
........
  r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line

  Fix missing string formatting placeholder.
........
  r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line

  Convert test failure from output-producing to self.fail().
........
  r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line

  #7967: PyXML is no more.
........
  r78385 | georg.brandl | 2010-02-23 22:33:17 +0100 (Di, 23 Feb 2010) | 1 line

  #8000: fix deprecated directive.  What a shame to lose that glorious issue number to such a minor bug :)
........
  r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line

  #6544: fix refleak in kqueue, occurring in certain error conditions.
........
  r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line

  Link to http://www.python.org/dev/workflow/ from bugs page.
........
  r78760 | georg.brandl | 2010-03-07 16:23:59 +0100 (So, 07 Mär 2010) | 1 line

  #5341: more built-in vs builtin fixes.
........
  r78771 | georg.brandl | 2010-03-07 21:58:31 +0100 (So, 07 Mär 2010) | 1 line

  #8085: The function is called PyObject_NewVar, not PyObject_VarNew.
........
  r78772 | georg.brandl | 2010-03-07 22:12:28 +0100 (So, 07 Mär 2010) | 1 line

  #8039: document conditional expressions better, giving them their own section.
........
  r78773 | georg.brandl | 2010-03-07 22:32:06 +0100 (So, 07 Mär 2010) | 1 line

  #8044: document Py_{Enter,Leave}RecursiveCall functions.
........
  r78802 | georg.brandl | 2010-03-08 17:28:40 +0100 (Mo, 08 Mär 2010) | 1 line

  Fix typo.
........

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

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

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

14 years agoBlocked revisions 78091,78093 via svnmerge
Georg Brandl [Sun, 21 Mar 2010 19:18:01 +0000 (19:18 +0000)]
Blocked revisions 78091,78093 via svnmerge

........
  r78091 | georg.brandl | 2010-02-07 18:02:22 +0100 (So, 07 Feb 2010) | 1 line

  Rename "exc_value" attribute on assertRaises context manager to "exception".
........
  r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line

  Remove unused imports in test modules.
........

14 years agoMerged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360...
Georg Brandl [Sun, 21 Mar 2010 19:16:28 +0000 (19:16 +0000)]
Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line

  #7595: fix typo in argument default constant.
........
  r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line

  #7487: update Pygments version.
........
  r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line

  We only support Windows NT derivatives now.
........
  r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line

  More yearly updates.
........
  r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line

  Fix casing.
........
  r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line

  Fix typo.
........
  r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line

  Add Stefan.
........
  r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line

  Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
........
  r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line

  #5950: document that zip files with comments are unsupported in zipimport.
........
  r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line

  Fix description for Py_GetPath(); it sounded like it always returned sys.path.
........
  r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line

  #7653: clarify how the PythonPath registry key should look like.
........
  r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line

  #7422: make it clear that getargspec() only works on Python functions.
........
  r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line

  #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
........
  r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line

  Add note about usage of STRINGLIB_EMPTY.
........

14 years agoBlocked revisions 77332 via svnmerge
Georg Brandl [Sun, 21 Mar 2010 19:08:59 +0000 (19:08 +0000)]
Blocked revisions 77332 via svnmerge

........
  r77332 | georg.brandl | 2010-01-06 19:02:16 +0100 (Mi, 06 Jan 2010) | 7 lines

  #5991: let completion for the "help" command include help topics.

  This also simplifies the Cmd.get_names() method implementation; it was written
  at a time where dir() didn't consider base class attributes.
........

14 years agoMerged revisions 76538,76559,76882-76883,76886,76891-76892,76920,76924-76925,77081...
Georg Brandl [Sun, 21 Mar 2010 19:06:51 +0000 (19:06 +0000)]
Merged revisions 76538,76559,76882-76883,76886,76891-76892,76920,76924-76925,77081,77084,77086,77092 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76538 | georg.brandl | 2009-11-26 21:48:25 +0100 (Do, 26 Nov 2009) | 1 line

  #7400: typo.
........
  r76559 | georg.brandl | 2009-11-28 12:11:50 +0100 (Sa, 28 Nov 2009) | 1 line

  Fix versions and spacing.
........
  r76882 | georg.brandl | 2009-12-19 18:30:28 +0100 (Sa, 19 Dez 2009) | 1 line

  #7527: use standard versionadded tags.
........
  r76883 | georg.brandl | 2009-12-19 18:34:32 +0100 (Sa, 19 Dez 2009) | 1 line

  #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().
........
  r76886 | georg.brandl | 2009-12-19 18:43:33 +0100 (Sa, 19 Dez 2009) | 1 line

  #7493: review of Design FAQ by Florent Xicluna.
........
  r76891 | georg.brandl | 2009-12-19 19:16:31 +0100 (Sa, 19 Dez 2009) | 1 line

  #7479: add note about function availability on Unices.
........
  r76892 | georg.brandl | 2009-12-19 19:20:18 +0100 (Sa, 19 Dez 2009) | 1 line

  #7480: remove tautology.
........
  r76920 | georg.brandl | 2009-12-20 15:20:16 +0100 (So, 20 Dez 2009) | 1 line

  #7495: backport Programming FAQ review to trunk.
........
  r76924 | georg.brandl | 2009-12-20 15:28:05 +0100 (So, 20 Dez 2009) | 1 line

  Small indentation fix.
........
  r76925 | georg.brandl | 2009-12-20 15:33:20 +0100 (So, 20 Dez 2009) | 1 line

  #7381: subprocess documentation and library docstring consistency fixes.
........
  r77081 | georg.brandl | 2009-12-28 08:59:05 +0100 (Mo, 28 Dez 2009) | 1 line

  #7577: fix signature of PyBuffer_FillInfo().
........
  r77084 | georg.brandl | 2009-12-28 09:01:59 +0100 (Mo, 28 Dez 2009) | 1 line

  #7586: fix typo.
........
  r77086 | georg.brandl | 2009-12-28 09:09:32 +0100 (Mo, 28 Dez 2009) | 1 line

  #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k.
........
  r77092 | georg.brandl | 2009-12-28 09:48:24 +0100 (Mo, 28 Dez 2009) | 1 line

  #7404: remove reference to non-existing example files.
........

14 years agoMerged revisions 75952-75953,75955,76105,76143,76223,76259,76326,76376-76377 via...
Georg Brandl [Sun, 21 Mar 2010 19:01:15 +0000 (19:01 +0000)]
Merged revisions 75952-75953,75955,76105,76143,76223,76259,76326,76376-76377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75952 | georg.brandl | 2009-10-29 21:38:32 +0100 (Do, 29 Okt 2009) | 1 line

  Use the correct function name in docstring.
........
  r75953 | georg.brandl | 2009-10-29 21:39:50 +0100 (Do, 29 Okt 2009) | 1 line

  Remove mention of the old -X command line switch.
........
  r75955 | georg.brandl | 2009-10-29 21:54:03 +0100 (Do, 29 Okt 2009) | 1 line

  Use a single style for all the docstrings in the math module.
........
  r76105 | georg.brandl | 2009-11-04 08:38:12 +0100 (Mi, 04 Nov 2009) | 1 line

  #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
........
  r76143 | georg.brandl | 2009-11-07 09:26:07 +0100 (Sa, 07 Nov 2009) | 1 line

  #7271: fix typo.
........
  r76223 | georg.brandl | 2009-11-12 09:29:46 +0100 (Do, 12 Nov 2009) | 1 line

  Give the profile module a module directive.
........
  r76259 | georg.brandl | 2009-11-14 12:50:51 +0100 (Sa, 14 Nov 2009) | 1 line

  Fix terminology.
........
  r76326 | georg.brandl | 2009-11-16 17:44:05 +0100 (Mo, 16 Nov 2009) | 1 line

  #7302: fix link.
........
  r76376 | georg.brandl | 2009-11-18 20:39:14 +0100 (Mi, 18 Nov 2009) | 1 line

  upcase Python
........
  r76377 | georg.brandl | 2009-11-18 21:05:15 +0100 (Mi, 18 Nov 2009) | 1 line

  Fix markup.
........

14 years agoBlocked revisions 75866-75867,75954,75956-75957 via svnmerge
Georg Brandl [Sun, 21 Mar 2010 18:56:51 +0000 (18:56 +0000)]
Blocked revisions 75866-75867,75954,75956-75957 via svnmerge

........
  r75866 | georg.brandl | 2009-10-27 21:52:02 +0100 (Di, 27 Okt 2009) | 1 line

  Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
........
  r75867 | georg.brandl | 2009-10-27 21:55:44 +0100 (Di, 27 Okt 2009) | 1 line

  Reformat the regrtest command-line option help and group the options into sections.
........
  r75954 | georg.brandl | 2009-10-29 21:53:00 +0100 (Do, 29 Okt 2009) | 1 line

  Use constants instead of magic integers for test result.  Do not re-run with --verbose3 for environment changing tests.
........
  r75956 | georg.brandl | 2009-10-29 22:16:34 +0100 (Do, 29 Okt 2009) | 1 line

  I do not think the "railroad" program mentioned is still available.
........
  r75957 | georg.brandl | 2009-10-29 22:44:56 +0100 (Do, 29 Okt 2009) | 1 line

  Fix constant name.
........

14 years agoMerged revisions 74052 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 17:35:54 +0000 (17:35 +0000)]
Merged revisions 74052 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74052 | alexandre.vassalotti | 2009-07-17 10:09:04 +0200 (ven., 17 juil. 2009) | 3 lines

  Fix GCC warning about fprintf used without a string literal and
  without format arguments.
........

14 years agoPartial backport of r78826: leave import site error handler unchanged (print
Victor Stinner [Sun, 21 Mar 2010 14:02:32 +0000 (14:02 +0000)]
Partial backport of r78826: leave import site error handler unchanged (print
the error and continue).

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

........
  r78826 | victor.stinner | 2010-03-10 23:30:19 +0100 (mer., 10 mars 2010) | 5 lines

  Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
  (SIGINT). If an error occurs while importing the site module, the error is
  printed and Python exits. Initialize the GIL before importing the site
  module.
........
  r78827 | victor.stinner | 2010-03-10 23:45:04 +0100 (mer., 10 mars 2010) | 4 lines

  ooops, fix error message in execusercustomize()

  Copy/paste failure :-)
........

14 years agoMerged revisions 78898 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:52:56 +0000 (13:52 +0000)]
Merged revisions 78898 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78898 | victor.stinner | 2010-03-13 04:27:07 +0100 (sam., 13 mars 2010) | 7 lines

  sqlite3: Fix a segfault on calling a connection with something else than a
  string. Initialize all attributes to be able to call the statement destructor
  on error.

  Avoid also a duplicate connection in some tests: setUp() does already open a
  connection (":memory:").
........

14 years agoMerged revisions 78835-78837,78870 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:47:28 +0000 (13:47 +0000)]
Merged revisions 78835-78837,78870 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78835 | victor.stinner | 2010-03-11 13:34:39 +0100 (jeu., 11 mars 2010) | 7 lines

  Issue #7774: Set sys.executable to an empty string if argv[0] has been
  set to an non existent program name and Python is unable to retrieve the real
  program name.

  Fix also sysconfig: if sys.executable is an empty string, use the current
  working directory.
........
  r78836 | victor.stinner | 2010-03-11 14:27:35 +0100 (jeu., 11 mars 2010) | 4 lines

  Fix test_executable introduce in previous commit (r78835): Windows is able to
  retrieve the absolute Python path even if argv[0] has been set to a non
  existent program name.
........
  r78837 | victor.stinner | 2010-03-11 14:46:06 +0100 (jeu., 11 mars 2010) | 3 lines

  Another fix to test_executable() of test_sys: set the current working to avoid
  the #7774 bug.
........
  r78870 | victor.stinner | 2010-03-12 15:30:26 +0100 (ven., 12 mars 2010) | 1 line

  NEWS: issue #7774 is related to Library (sys), not Core and Builtins
........

14 years agoMerged revisions 78646 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:41:15 +0000 (13:41 +0000)]
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 78641 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:37:43 +0000 (13:37 +0000)]
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 78638 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:32:31 +0000 (13:32 +0000)]
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 78610,78635 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:13:07 +0000 (13:13 +0000)]
Merged revisions 78610,78635 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.
........
  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 78603 via svnmerge from
Victor Stinner [Sun, 21 Mar 2010 13:09:24 +0000 (13:09 +0000)]
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 agoRevert r79131
Matthias Klose [Sun, 21 Mar 2010 11:15:45 +0000 (11:15 +0000)]
Revert r79131

  - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.

14 years agoBlocked revisions 79172 via svnmerge
Georg Brandl [Sun, 21 Mar 2010 09:10:23 +0000 (09:10 +0000)]
Blocked revisions 79172 via svnmerge

........
  r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line

  Add a paragraph about set displays.
........

14 years agoMerged revisions 79160 via svnmerge from
Antoine Pitrou [Sun, 21 Mar 2010 00:24:41 +0000 (00:24 +0000)]
Merged revisions 79160 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79160 | antoine.pitrou | 2010-03-21 01:21:43 +0100 (dim., 21 mars 2010) | 3 lines

  Fix overzealous .hgignore file
........

14 years agoBlocked revisions 78778 via svnmerge
R. David Murray [Sat, 20 Mar 2010 17:24:13 +0000 (17:24 +0000)]
Blocked revisions 78778 via svnmerge

........
  r78778 | r.david.murray | 2010-03-07 21:04:06 -0500 (Sun, 07 Mar 2010) | 9 lines

  Issue #7143: get_payload used to strip any trailing newline from a
  base64 transfer-encoded payload *after* decoding it; it no longer does.
  email had a special method in utils, _bdecode, specifically to do this,
  so it must have served a purpose at some point, yet it is clearly wrong
  per RFC.  Fixed with Barry's approval, but no backport.  Email package
  minor version number is bumped, now version 4.0.1.

  Patch by Joaquin Cuenca Abela.
........

14 years agoMerged revisions 79096 via svnmerge from
Matthias Klose [Sat, 20 Mar 2010 02:13:49 +0000 (02:13 +0000)]
Merged revisions 79096 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79096 | matthias.klose | 2010-03-19 15:45:06 +0100 (Fr, 19 Mär 2010) | 2 lines

  - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
........

14 years agoMerged revisions 78988 via svnmerge from
Matthias Klose [Sat, 20 Mar 2010 02:12:35 +0000 (02:12 +0000)]
Merged revisions 78988 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Di, 16 Mär 2010) | 3 lines

  - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
    with Tcl/Tk-8.5.
........

14 years agoMerged revisions 78979 via svnmerge from
Matthias Klose [Sat, 20 Mar 2010 02:11:16 +0000 (02:11 +0000)]
Merged revisions 78979 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines

  - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
    the locale.
........

14 years agoPost 2.6.5 final cleanup.
Barry Warsaw [Fri, 19 Mar 2010 23:02:15 +0000 (23:02 +0000)]
Post 2.6.5 final cleanup.

14 years agoTagging 2.6.5 final.
Barry Warsaw [Thu, 18 Mar 2010 22:16:16 +0000 (22:16 +0000)]
Tagging 2.6.5 final.

14 years agoBumping to 2.6.5 final. v2.6.5
Barry Warsaw [Thu, 18 Mar 2010 22:14:36 +0000 (22:14 +0000)]
Bumping to 2.6.5 final.

14 years agofixed #8107 description in Misc/NEWS
Tarek Ziadé [Sat, 13 Mar 2010 18:38:59 +0000 (18:38 +0000)]
fixed #8107 description in Misc/NEWS

14 years agofollowing Barry suggestion for test_build_ext (see #8107)
Tarek Ziadé [Sat, 13 Mar 2010 18:37:30 +0000 (18:37 +0000)]
following Barry suggestion for test_build_ext (see #8107)

14 years agoAdd 2.6.5rc2.
Martin v. Löwis [Sat, 13 Mar 2010 17:45:27 +0000 (17:45 +0000)]
Add 2.6.5rc2.

14 years agoMerged revisions 78921 via svnmerge from
Georg Brandl [Sat, 13 Mar 2010 13:42:13 +0000 (13:42 +0000)]
Merged revisions 78921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line

  Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
........

14 years agoMerged revisions 78908 via svnmerge from
Georg Brandl [Sat, 13 Mar 2010 11:00:44 +0000 (11:00 +0000)]
Merged revisions 78908 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line

  Add Makefile targets for automatic doc build.  Add script that will be used for daily build.
........

14 years agoMerged revisions 78910 via svnmerge from
Georg Brandl [Sat, 13 Mar 2010 10:59:09 +0000 (10:59 +0000)]
Merged revisions 78910 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line

  Bump externals versions for doc build.
........

14 years agoMerged revisions 77152 via svnmerge from
Georg Brandl [Sat, 13 Mar 2010 10:02:09 +0000 (10:02 +0000)]
Merged revisions 77152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77152 | georg.brandl | 2009-12-30 19:36:09 +0100 (Mi, 30 Dez 2009) | 1 line

  #7602: improve "clean" and "checkout" targets now that all tools are in externals.
........

14 years agoBlocked revisions 78416 via svnmerge
Georg Brandl [Sat, 13 Mar 2010 10:01:17 +0000 (10:01 +0000)]
Blocked revisions 78416 via svnmerge

........
  r78416 | dirkjan.ochtman | 2010-02-24 05:12:11 +0100 (Mi, 24 Feb 2010) | 1 line

  Issue #8004: add a serve target to the Doc Makefile.
........

14 years agoBlocked revisions 78886 via svnmerge
Victor Stinner [Sat, 13 Mar 2010 00:22:37 +0000 (00:22 +0000)]
Blocked revisions 78886 via svnmerge

........
  r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines

  Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set.
........

14 years agoMerged revisions 78880 via svnmerge from
Georg Brandl [Fri, 12 Mar 2010 21:29:25 +0000 (21:29 +0000)]
Merged revisions 78880 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78880 | georg.brandl | 2010-03-12 22:27:23 +0100 (Fr, 12 Mär 2010) | 1 line

  Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
........

14 years agoMerged revisions 78707,78709 via svnmerge from
Tarek Ziadé [Fri, 12 Mar 2010 18:27:13 +0000 (18:27 +0000)]
Merged revisions 78707,78709 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78707 | tarek.ziade | 2010-03-05 20:18:27 -0500 (Fri, 05 Mar 2010) | 1 line

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

  simplified the fallback case
........

14 years agoTagging for 2.6.5 rc 2.
Barry Warsaw [Tue, 9 Mar 2010 22:32:26 +0000 (22:32 +0000)]
Tagging for 2.6.5 rc 2.

14 years agoBumping to 2.6.5rc2 v2.6.5rc2
Barry Warsaw [Tue, 9 Mar 2010 22:31:52 +0000 (22:31 +0000)]
Bumping to 2.6.5rc2

14 years agoMerged revisions 78817 via svnmerge from
Benjamin Peterson [Tue, 9 Mar 2010 21:47:28 +0000 (21:47 +0000)]
Merged revisions 78817 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78817 | benjamin.peterson | 2010-03-09 15:43:36 -0600 (Tue, 09 Mar 2010) | 1 line

  handle an empty OPT variable correctly #8100
........

14 years agoFix copy&paste error in fix for Issue8089
Ronald Oussoren [Tue, 9 Mar 2010 21:33:59 +0000 (21:33 +0000)]
Fix copy&paste error in fix for Issue8089

14 years agoFix for issue8089: a framework build with --with-universal-archs=3-way|intel had...
Ronald Oussoren [Tue, 9 Mar 2010 10:36:28 +0000 (10:36 +0000)]
Fix for issue8089: a framework build with --with-universal-archs=3-way|intel had no way to select
a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode)

Also fixes a typo in Mac/README

14 years agoI shall not rush commits....
Ronald Oussoren [Mon, 8 Mar 2010 18:21:19 +0000 (18:21 +0000)]
I shall not rush commits....
I shall not rush commits....
I shall not rush commits....
I shall not rush commits....

This actually fixes issue 8067, previous commit for this
issue was broken.

14 years agoMerged revisions 78784 via svnmerge from
Ronald Oussoren [Mon, 8 Mar 2010 07:08:25 +0000 (07:08 +0000)]
Merged revisions 78784 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78784 | ronald.oussoren | 2010-03-08 08:06:47 +0100 (Mon, 08 Mar 2010) | 3 lines

  Fix for issue 8066: readline should not be linked against libedit when the
  deployment target is 10.4, libedit on 10.4 is too broken.
........

14 years agoFix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4
Ronald Oussoren [Mon, 8 Mar 2010 07:00:08 +0000 (07:00 +0000)]
Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4

14 years agoMerged revisions 78718 via svnmerge from
Gregory P. Smith [Sun, 7 Mar 2010 05:58:43 +0000 (05:58 +0000)]
Merged revisions 78718 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78718 | gregory.p.smith | 2010-03-05 23:35:19 -0800 (Fri, 05 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 agoMerged revisions 78746 via svnmerge from
Benjamin Peterson [Sun, 7 Mar 2010 00:07:45 +0000 (00:07 +0000)]
Merged revisions 78746 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78746 | benjamin.peterson | 2010-03-06 18:00:37 -0600 (Sat, 06 Mar 2010) | 1 line

  more specific exception for wrong kind of raise #8082
........

14 years agoBlocked revisions 78706,78710 via svnmerge
Tarek Ziadé [Sat, 6 Mar 2010 02:26:07 +0000 (02:26 +0000)]
Blocked revisions 78706,78710 via svnmerge

........
  r78706 | tarek.ziade | 2010-03-06 02:04:14 +0100 (Sat, 06 Mar 2010) | 1 line

  copied back the build_ext tests from 2.6
........
  r78710 | tarek.ziade | 2010-03-06 02:27:09 +0100 (Sat, 06 Mar 2010) | 1 line

  files used by win32 tests
........

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

14 years agoMerged revisions 78683 via svnmerge from
Benjamin Peterson [Fri, 5 Mar 2010 03:27:16 +0000 (03:27 +0000)]
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 agoBlocked revisions 78667 via svnmerge
Tarek Ziadé [Fri, 5 Mar 2010 00:32:29 +0000 (00:32 +0000)]
Blocked revisions 78667 via svnmerge

........
  r78667 | tarek.ziade | 2010-03-05 01:29:38 +0100 (Fri, 05 Mar 2010) | 1 line

  reverted the usage of compiler_obj in Python's setup.py
........

14 years agoBlocked revisions 78666 via svnmerge
Tarek Ziadé [Fri, 5 Mar 2010 00:30:44 +0000 (00:30 +0000)]
Blocked revisions 78666 via svnmerge

........
  r78666 | tarek.ziade | 2010-03-05 01:16:02 +0100 (Fri, 05 Mar 2010) | 1 line

  reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged
........

14 years agoissue8053 - logic was inverted on which platforms to run a test on.
Gregory P. Smith [Thu, 4 Mar 2010 18:26:53 +0000 (18:26 +0000)]
issue8053 - logic was inverted on which platforms to run a test on.
caused test_thread to fail on windows.

14 years agoReverting the changes made in r78432. Discussed in the tracker issue7540.
Senthil Kumaran [Thu, 4 Mar 2010 15:15:37 +0000 (15:15 +0000)]
Reverting the changes made in r78432. Discussed in the tracker issue7540.

14 years agoReverting r78597. This is not a critical fix and we're in rc mode.
Barry Warsaw [Wed, 3 Mar 2010 12:34:43 +0000 (12:34 +0000)]
Reverting r78597.  This is not a critical fix and we're in rc mode.

14 years agoRevert r78621. This was not a critical fix and we're in rc mode.
Barry Warsaw [Wed, 3 Mar 2010 12:31:33 +0000 (12:31 +0000)]
Revert r78621.  This was not a critical fix and we're in rc mode.

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

........
  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 agoMissing property from previous changeset r78621.
Florent Xicluna [Wed, 3 Mar 2010 11:59:47 +0000 (11:59 +0000)]
Missing property from previous changeset r78621.

Recorded merge of 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 78620 via svnmerge from
Florent Xicluna [Wed, 3 Mar 2010 11:50:46 +0000 (11:50 +0000)]
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 agoPost 2.6.5rc1 cleanup.
Barry Warsaw [Wed, 3 Mar 2010 03:09:49 +0000 (03:09 +0000)]
Post 2.6.5rc1 cleanup.

14 years agoMerged revisions 78596 via svnmerge from
Victor Stinner [Tue, 2 Mar 2010 22:46:25 +0000 (22:46 +0000)]
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 78576 via svnmerge
Steven Bethard [Tue, 2 Mar 2010 09:27:05 +0000 (09:27 +0000)]
Blocked revisions 78576 via svnmerge

........
  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 agoTagging for 2.6.5 rc 1
Barry Warsaw [Mon, 1 Mar 2010 22:26:23 +0000 (22:26 +0000)]
Tagging for 2.6.5 rc 1

14 years agoMore copyright year updates. v2.6.5rc1
Barry Warsaw [Mon, 1 Mar 2010 22:16:51 +0000 (22:16 +0000)]
More copyright year updates.

14 years agoBump to 2.6.5 rc 1.
Barry Warsaw [Mon, 1 Mar 2010 22:10:45 +0000 (22:10 +0000)]
Bump to 2.6.5 rc 1.

14 years agoUpdate doc topics
Barry Warsaw [Mon, 1 Mar 2010 22:06:37 +0000 (22:06 +0000)]
Update doc topics

14 years agoBlocked revisions 78566 via svnmerge
Barry Warsaw [Mon, 1 Mar 2010 21:49:12 +0000 (21:49 +0000)]
Blocked revisions 78566 via svnmerge

........
  r78566 | barry.warsaw | 2010-03-01 16:46:51 -0500 (Mon, 01 Mar 2010) | 4 lines

  Manually copy patch for bug 7250 from the release26-maint branch.  I suck
  because I did this in the wrong order and couldn't smack svnmerge into
  submission.
........

14 years agoApply the change suggested by PJE for issue 7250. Unfortunately, we couldn't
Barry Warsaw [Mon, 1 Mar 2010 21:34:34 +0000 (21:34 +0000)]
Apply the change suggested by PJE for issue 7250.  Unfortunately, we couldn't
come up with a unit test. :(

14 years agoMerged revisions 78563 via svnmerge from
Florent Xicluna [Mon, 1 Mar 2010 21:08:21 +0000 (21:08 +0000)]
Merged revisions 78563 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78563 | florent.xicluna | 2010-03-01 21:45:01 +0100 (lun, 01 mar 2010) | 2 lines

  #7808: Fix reference leaks in _bsddb and related tests.
........

14 years agoMerged revisions 78558 via svnmerge from
R. David Murray [Mon, 1 Mar 2010 19:49:39 +0000 (19:49 +0000)]
Merged revisions 78558 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78558 | r.david.murray | 2010-03-01 14:14:16 -0500 (Mon, 01 Mar 2010) | 6 lines

  Issue 3892 again.  The bsddb3 replication test still fails randomly.
  Since this module is unmaintained in the library and gone in py3k,
  this patch skips the remainder of the replication test if a
  second timeout occurs, as it randomly does.  This should improve buildbot
  stability.
........

14 years agoBlocked revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge
Vinay Sajip [Mon, 1 Mar 2010 13:37:41 +0000 (13:37 +0000)]
Blocked revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge

........
  r77967 | vinay.sajip | 2010-02-04 18:48:53 +0000 (Thu, 04 Feb 2010) | 1 line

  Logging: Implemented PEP 391.
........
  r77969 | vinay.sajip | 2010-02-04 20:18:28 +0000 (Thu, 04 Feb 2010) | 1 line

  Removed spurious print statement.
........
  r78033 | benjamin.peterson | 2010-02-06 22:08:15 +0000 (Sat, 06 Feb 2010) | 1 line

  make waiting for the server to start robust
........
  r78055 | vinay.sajip | 2010-02-07 01:37:08 +0000 (Sun, 07 Feb 2010) | 1 line

  Issue #7868: logging: added loggerClass attribute to Manager.
........
  r78081 | vinay.sajip | 2010-02-07 12:56:54 +0000 (Sun, 07 Feb 2010) | 1 line

  Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
........
  r78085 | vinay.sajip | 2010-02-07 13:06:51 +0000 (Sun, 07 Feb 2010) | 1 line

  logging: Removed some more 1.5.2 support code.
........
  r78108 | vinay.sajip | 2010-02-08 21:18:15 +0000 (Mon, 08 Feb 2010) | 1 line

  logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
........

14 years agoMerged revisions 78550 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 06:03:44 +0000 (06:03 +0000)]
Merged revisions 78550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78550 | gregory.p.smith | 2010-02-28 22:01:02 -0800 (Sun, 28 Feb 2010) | 2 lines

  Fix test to be skipped on windows.
........

14 years agoMerged revisions 78546 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 05:48:57 +0000 (05:48 +0000)]
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 78527,78531 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 04:40:36 +0000 (04:40 +0000)]
Merged revisions 78527,78531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78527 | gregory.p.smith | 2010-02-28 17:22:39 -0800 (Sun, 28 Feb 2010) | 4 lines

  Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
  thread could raise an incorrect RuntimeError about not holding the import
  lock.  The import lock is now reinitialized after fork.
........
  r78531 | gregory.p.smith | 2010-02-28 18:31:33 -0800 (Sun, 28 Feb 2010) | 2 lines

  Fix for r78527.  It left out updating forkpty.
........

14 years agoMerged revisions 78515-78516,78522 via svnmerge from
Ezio Melotti [Mon, 1 Mar 2010 04:05:56 +0000 (04:05 +0000)]
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 78536 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 03:11:09 +0000 (03:11 +0000)]
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 78532 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 03:04:05 +0000 (03:04 +0000)]
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 78523 via svnmerge from
Gregory P. Smith [Mon, 1 Mar 2010 00:35:34 +0000 (00:35 +0000)]
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 agoMerged revisions 78517 via svnmerge from
Gregory P. Smith [Sun, 28 Feb 2010 18:40:12 +0000 (18:40 +0000)]
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 78511 via svnmerge from
Ezio Melotti [Sun, 28 Feb 2010 03:42:56 +0000 (03:42 +0000)]
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 78497 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 15:15:10 +0000 (15:15 +0000)]
Merged revisions 78497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines

  #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.
........

14 years agoMerged revisions 78488 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 14:34:41 +0000 (14:34 +0000)]
Merged 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 78489 via svnmerge from
Ezio Melotti [Sat, 27 Feb 2010 13:52:50 +0000 (13:52 +0000)]
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 agoMerged revisions 78461,78482 via svnmerge from
Florent Xicluna [Sat, 27 Feb 2010 11:26:58 +0000 (11:26 +0000)]
Merged revisions 78461,78482 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.
........
  r78482 | florent.xicluna | 2010-02-27 12:19:18 +0100 (sam, 27 fév 2010) | 2 lines

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

14 years agoMove the namedtuple class definition to the end of the example.
Raymond Hettinger [Sat, 27 Feb 2010 07:05:37 +0000 (07:05 +0000)]
Move the namedtuple class definition to the end of the example.

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

14 years agoMerged revisions 78467 via svnmerge from
Benjamin Peterson [Sat, 27 Feb 2010 00:15:23 +0000 (00:15 +0000)]
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 78465 via svnmerge from
Ezio Melotti [Fri, 26 Feb 2010 23:29:38 +0000 (23:29 +0000)]
Merged revisions 78465 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78465 | ezio.melotti | 2010-02-27 01:27:06 +0200 (Sat, 27 Feb 2010) | 1 line

  typo: __next__ -> next
........

15 years agoMerged revisions 78457 via svnmerge from
Senthil Kumaran [Fri, 26 Feb 2010 00:49:45 +0000 (00:49 +0000)]
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
........

15 years agoMerged revisions 78449 via svnmerge from
Ezio Melotti [Thu, 25 Feb 2010 17:51:33 +0000 (17:51 +0000)]
Merged revisions 78449 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line

  #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
........

15 years agoMerged revisions 78444 via svnmerge from
Eric Smith [Thu, 25 Feb 2010 14:55:41 +0000 (14:55 +0000)]
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.
........

15 years agoMerged revisions 78440 via svnmerge from
Eric Smith [Thu, 25 Feb 2010 14:16:46 +0000 (14:16 +0000)]
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.
........

15 years agoMerged revisions 78431 via svnmerge from
Senthil Kumaran [Wed, 24 Feb 2010 20:58:58 +0000 (20:58 +0000)]
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.
........