1. 07 Mar, 2009 2 commits
    • Guilherme Polo's avatar
      Merged revisions 70218-70219 via svnmerge from · c4f54fdf
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line
      
        Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
      ........
        r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines
      
        Fixed issue #4792: Prevent a segfault in _tkinter by using the
        guaranteed to be safe interp argument given to the PythonCmd in place
        of the Tcl interpreter taken from a PythonCmd_ClientData.
      ........
      c4f54fdf
    • Tarek Ziadé's avatar
      Blocked revisions 70212 via svnmerge · a5322fb4
      Tarek Ziadé authored
      ........
        r70212 | tarek.ziade | 2009-03-07 01:32:45 +0100 (Sat, 07 Mar 2009) | 1 line
      
        Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
      ........
      a5322fb4
  2. 05 Mar, 2009 2 commits
  3. 04 Mar, 2009 4 commits
  4. 03 Mar, 2009 1 commit
  5. 02 Mar, 2009 4 commits
  6. 01 Mar, 2009 1 commit
  7. 28 Feb, 2009 5 commits
  8. 27 Feb, 2009 2 commits
  9. 26 Feb, 2009 2 commits
  10. 25 Feb, 2009 4 commits
  11. 24 Feb, 2009 2 commits
  12. 23 Feb, 2009 6 commits
    • Raymond Hettinger's avatar
      Sync-up itertools docs with Py3.1 version. · d187d520
      Raymond Hettinger authored
      * Merge 69715:  rewrite introduction and add summary table
      * Merge 69739:  generalize tee() recipe
      * Merge 69141:  Fix tab alignment on recipes to match other recipes
      * Merge 68942:  Update powerset() recipe
      d187d520
    • Raymond Hettinger's avatar
      fc9a6659
    • Georg Brandl's avatar
      Merged revisions 69905 via svnmerge from · 4ae203c6
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69905 | georg.brandl | 2009-02-23 16:51:27 +0100 (Mo, 23 Feb 2009) | 2 lines
      
        #5352: str.count() counts non-overlapping instances.
      ........
      4ae203c6
    • Tarek Ziadé's avatar
      Blocked revisions 69902 via svnmerge · 1ac3f4ec
      Tarek Ziadé authored
      ........
        r69902 | tarek.ziade | 2009-02-23 13:41:29 +0100 (Mon, 23 Feb 2009) | 1 line
      
        more test coverage
      ........
      1ac3f4ec
    • Georg Brandl's avatar
      Blocked revisions... · 4aada67b
      Georg Brandl authored
      Blocked revisions 68395,68462,68571,68592,68597,68603-68604,68648,68665,68737,68764,68766,68773,68785,68789,68792-68793,68803,68805,68831,68840,68843,68845,68850,68853,68881,68884,68892,68925,68927,68941,68985,68998,69001,69010,69012,69018,69039 via svnmerge
      
      ........
        r68395 | raymond.hettinger | 2009-01-08 07:39:04 +0100 (Do, 08 Jan 2009) | 1 line
      
        Forward port r68394 for issue 4816.
      ........
        r68462 | antoine.pitrou | 2009-01-09 22:40:55 +0100 (Fr, 09 Jan 2009) | 6 lines
      
        Issue #4074: Change the criteria for doing a full garbage collection (i.e.
        collecting the oldest generation) so that allocating lots of objects without
        destroying them does not show quadratic performance. Based on a proposal by
        Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
      ........
        r68571 | armin.ronacher | 2009-01-13 12:52:23 +0100 (Di, 13 Jan 2009) | 3 lines
      
        ast.literal_eval can properly evaluate complex numbers now.  This fixes issue4907.
      ........
        r68592 | amaury.forgeotdarc | 2009-01-14 00:19:08 +0100 (Mi, 14 Jan 2009) | 5 lines
      
        #4807: Remove a wrong usage of wsprintf in the winreg module
        ("windows sprintf", different than swprintf)
      
        Needed for the windows CE port.
      ........
        r68597 | benjamin.peterson | 2009-01-14 00:43:50 +0100 (Mi, 14 Jan 2009) | 1 line
      
        fix test_xmlrpc failures #4939
      ........
        r68603 | raymond.hettinger | 2009-01-14 01:15:21 +0100 (Mi, 14 Jan 2009) | 1 line
      
        Minor doc tweaks.
      ........
        r68604 | raymond.hettinger | 2009-01-14 02:15:06 +0100 (Mi, 14 Jan 2009) | 1 line
      
        Add tests for __init__() and update() with no args.
      ........
        r68648 | benjamin.peterson | 2009-01-17 05:28:57 +0100 (Sa, 17 Jan 2009) | 1 line
      
        use enumerate
      ........
        r68665 | amaury.forgeotdarc | 2009-01-17 18:11:50 +0100 (Sa, 17 Jan 2009) | 3 lines
      
        #4930: Slightly cleaner (and faster) code in type creation:
        compare slots by address, not by name.
      ........
        r68737 | jesse.noller | 2009-01-18 22:04:36 +0100 (So, 18 Jan 2009) | 1 line
      
        issue 4301: patch logging to add processName, remove the old _check_logger_class code
      ........
        r68764 | benjamin.peterson | 2009-01-19 16:04:35 +0100 (Mo, 19 Jan 2009) | 3 lines
      
        Removed merge tracking for "svnmerge" for
        svn+ssh://pythondev@svn.python.org/python/branches/trunk-math
      ........
        r68766 | benjamin.peterson | 2009-01-19 16:06:33 +0100 (Mo, 19 Jan 2009) | 3 lines
      
        Removed merge tracking for "svnmerge" for
        svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade
      ........
        r68773 | benjamin.peterson | 2009-01-19 16:51:27 +0100 (Mo, 19 Jan 2009) | 1 line
      
        simplify code
      ........
        r68785 | benjamin.peterson | 2009-01-19 22:08:37 +0100 (Mo, 19 Jan 2009) | 1 line
      
        I'm sick of these deprecations warnings in test_os
      ........
        r68789 | raymond.hettinger | 2009-01-20 02:19:26 +0100 (Di, 20 Jan 2009) | 6 lines
      
        Build-outs for Counter() class:
        * Constructor and update() support keyword args (like their dict counterparts).
        * The 'del' statement no longer raises KeyError for missing values.
        * Add multiset operations:  __add__, __sub__, __and__, __or__.
      ........
        r68792 | raymond.hettinger | 2009-01-20 03:24:38 +0100 (Di, 20 Jan 2009) | 1 line
      
        Add Counter() to __all__.
      ........
        r68793 | raymond.hettinger | 2009-01-20 04:36:36 +0100 (Di, 20 Jan 2009) | 1 line
      
        Make merging easier by formattng comment blocks the same in Py3.1
      ........
        r68803 | raymond.hettinger | 2009-01-20 13:59:36 +0100 (Di, 20 Jan 2009) | 1 line
      
        Fix typos.
      ........
        r68805 | benjamin.peterson | 2009-01-20 15:21:16 +0100 (Di, 20 Jan 2009) | 1 line
      
        allow unicode keyword arguments for the ** syntax #4978
      ........
        r68831 | raymond.hettinger | 2009-01-21 00:42:54 +0100 (Mi, 21 Jan 2009) | 1 line
      
        Beautify and cleanup the references section.
      ........
        r68840 | andrew.kuchling | 2009-01-21 03:15:43 +0100 (Mi, 21 Jan 2009) | 1 line
      
        Add some items
      ........
        r68843 | raymond.hettinger | 2009-01-21 21:31:50 +0100 (Mi, 21 Jan 2009) | 1 line
      
        Simplify explanation of multiset operations by removing restrictions on negative inputs.
      ........
        r68845 | raymond.hettinger | 2009-01-22 00:12:51 +0100 (Do, 22 Jan 2009) | 1 line
      
        Tighten-up the docs for Counter().
      ........
        r68850 | raymond.hettinger | 2009-01-22 06:20:47 +0100 (Do, 22 Jan 2009) | 1 line
      
        More doc tweaks.
      ........
        r68853 | raymond.hettinger | 2009-01-22 10:05:43 +0100 (Do, 22 Jan 2009) | 1 line
      
        Update comments and add an optimized path for Counter.update().
      ........
        r68881 | andrew.kuchling | 2009-01-24 04:28:18 +0100 (Sa, 24 Jan 2009) | 1 line
      
        Add various items
      ........
        r68884 | kristjan.jonsson | 2009-01-24 11:52:26 +0100 (Sa, 24 Jan 2009) | 1 line
      
        Add a test for UNC import paths, see issue 3677
      ........
        r68892 | martin.v.loewis | 2009-01-24 16:45:18 +0100 (Sa, 24 Jan 2009) | 2 lines
      
        Add heading for 2.7a0.
      ........
        r68925 | benjamin.peterson | 2009-01-25 18:15:10 +0100 (So, 25 Jan 2009) | 5 lines
      
        fix building the core with --disable-unicode
      
        I changed some bytearray methods to use strings instead of unicode like bytes_repr
        Also, bytearray.fromhex() can take strings as well as unicode
      ........
        r68927 | hirokazu.yamamoto | 2009-01-25 18:46:48 +0100 (So, 25 Jan 2009) | 1 line
      
        Fixed compile error on windows.
      ........
        r68941 | raymond.hettinger | 2009-01-25 22:04:14 +0100 (So, 25 Jan 2009) | 1 line
      
        Promote compress() from a recipe to being a regular itertool.
      ........
        r68985 | raymond.hettinger | 2009-01-27 00:29:09 +0100 (Di, 27 Jan 2009) | 6 lines
      
        Remove startup firewall message.  That is handled by an error dialog
        whenever a connection cannot be formed.  Also, the Idle version number
        is already in the About Idle dialog.  Now, the startup is clean looking
        once again.
      ........
        r68998 | raymond.hettinger | 2009-01-27 03:36:33 +0100 (Di, 27 Jan 2009) | 3 lines
      
        Tweak column alignment for collections docs.
      ........
        r69001 | raymond.hettinger | 2009-01-27 03:58:49 +0100 (Di, 27 Jan 2009) | 1 line
      
        Promote combinations_with_replacement() from a recipe to a regular itertool.
      ........
        r69010 | raymond.hettinger | 2009-01-27 10:33:06 +0100 (Di, 27 Jan 2009) | 1 line
      
        Add tests to verify combinatoric relationships.
      ........
        r69012 | raymond.hettinger | 2009-01-27 10:52:35 +0100 (Di, 27 Jan 2009) | 1 line
      
        Stronger tests for combinatoric relationships.
      ........
        r69018 | raymond.hettinger | 2009-01-27 11:36:14 +0100 (Di, 27 Jan 2009) | 1 line
      
        More exhaustive combinatoric checks.
      ........
        r69039 | benjamin.peterson | 2009-01-28 00:15:48 +0100 (Mi, 28 Jan 2009) | 1 line
      
        use True and False
      ........
      4aada67b
    • Georg Brandl's avatar
      Merged revisions... · ec7d3909
      Georg Brandl authored
      Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68582 | georg.brandl | 2009-01-13 23:14:01 +0100 (Di, 13 Jan 2009) | 2 lines
      
        Use assertRaises.
      ........
        r68718 | georg.brandl | 2009-01-18 11:42:35 +0100 (So, 18 Jan 2009) | 1 line
      
        #4976: union() and intersection() take multiple args, but talk about "the other".
      ........
        r68720 | georg.brandl | 2009-01-18 11:45:22 +0100 (So, 18 Jan 2009) | 1 line
      
        #4974: fix redundant mention of lists and tuples.
      ........
        r68721 | georg.brandl | 2009-01-18 11:48:16 +0100 (So, 18 Jan 2009) | 1 line
      
        #4914: trunc is in math.
      ........
        r68724 | georg.brandl | 2009-01-18 14:24:10 +0100 (So, 18 Jan 2009) | 1 line
      
        #4979: correct result range for some random functions.
      ........
        r68725 | georg.brandl | 2009-01-18 14:47:26 +0100 (So, 18 Jan 2009) | 1 line
      
        #4857: fix augmented assignment target spec.
      ........
        r68726 | georg.brandl | 2009-01-18 15:41:52 +0100 (So, 18 Jan 2009) | 1 line
      
        #4923: clarify what was added.
      ........
        r68727 | georg.brandl | 2009-01-18 19:25:30 +0100 (So, 18 Jan 2009) | 1 line
      
        #4986: augassigns are not expressions.
      ........
        r68859 | georg.brandl | 2009-01-22 19:29:28 +0100 (Do, 22 Jan 2009) | 2 lines
      
        Clarify wording.
      ........
        r68973 | georg.brandl | 2009-01-26 22:29:38 +0100 (Mo, 26 Jan 2009) | 2 lines
      
        Copy over docs on advanced role features from Sphinx docs.
      ........
        r69288 | georg.brandl | 2009-02-05 11:30:57 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5153: fix typo in example.
      ........
        r69289 | georg.brandl | 2009-02-05 11:37:07 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
      ........
        r69293 | georg.brandl | 2009-02-05 11:59:28 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5059: fix example.
      ........
        r69295 | georg.brandl | 2009-02-05 12:23:47 +0100 (Do, 05 Feb 2009) | 1 line
      
        PyErr_PrintEx is also in 2.x...
      ........
        r69297 | georg.brandl | 2009-02-05 12:32:18 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5015: document PythonHome API functions.
      ........
        r69298 | georg.brandl | 2009-02-05 12:33:21 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4827: fix callback example.
      ........
        r69299 | georg.brandl | 2009-02-05 12:35:28 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4820: use correct module for ctypes.util.
      ........
        r69300 | georg.brandl | 2009-02-05 12:38:23 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
      ........
        r69301 | georg.brandl | 2009-02-05 12:40:35 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5031: fix Thread.daemon property docs.
      ........
        r69409 | georg.brandl | 2009-02-07 13:21:17 +0100 (Sa, 07 Feb 2009) | 1 line
      
        #5174: fix wrong file closing in example.
      ........
        r69414 | georg.brandl | 2009-02-07 19:49:54 +0100 (Sa, 07 Feb 2009) | 1 line
      
        make "super only for new-style classes" a note.
      ........
        r69570 | georg.brandl | 2009-02-13 11:40:14 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #4894: document "newurl" parameter to redirect_request().
      ........
        r69573 | georg.brandl | 2009-02-13 11:44:17 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #3734: document complex coercing behavior better.
      ........
        r69576 | georg.brandl | 2009-02-13 11:56:50 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #1661108: note that urlsafe encoded string can contain "=".
      ........
        r69728 | georg.brandl | 2009-02-18 01:22:55 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5297: fix example.
      ........
        r69729 | georg.brandl | 2009-02-18 01:25:13 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5296: sequence -> iterable.
      ........
        r69730 | georg.brandl | 2009-02-18 01:31:36 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5268: mention VMSError.
      ........
        r69769 | georg.brandl | 2009-02-19 09:30:06 +0100 (Do, 19 Feb 2009) | 1 line
      
        #5310, #3558: fix operator precedence table.
      ........
        r69776 | georg.brandl | 2009-02-19 17:34:51 +0100 (Do, 19 Feb 2009) | 2 lines
      
        #5317: update IronPython URL.
      ........
        r69803 | georg.brandl | 2009-02-20 08:48:21 +0100 (Fr, 20 Feb 2009) | 1 line
      
        #5327: fix a broken link by joining it.
      ........
        r69804 | georg.brandl | 2009-02-20 09:22:21 +0100 (Fr, 20 Feb 2009) | 1 line
      
        At least separate imports from other statements.
      ........
        r69805 | georg.brandl | 2009-02-20 09:45:47 +0100 (Fr, 20 Feb 2009) | 2 lines
      
        Fix punctuation.
      ........
        r69840 | georg.brandl | 2009-02-21 20:09:40 +0100 (Sa, 21 Feb 2009) | 1 line
      
        #5338, #5339: two types in the API manual.
      ........
        r69896 | georg.brandl | 2009-02-23 11:24:23 +0100 (Mo, 23 Feb 2009) | 1 line
      
        #5348: format() converts all kinds of values.
      ........
      ec7d3909
  13. 22 Feb, 2009 4 commits
    • Tarek Ziadé's avatar
      Blocked revisions 69881 via svnmerge · 9ac164c7
      Tarek Ziadé authored
      ........
        r69881 | tarek.ziade | 2009-02-22 21:15:41 +0100 (Sun, 22 Feb 2009) | 1 line
      
        Removing unused __main__ sections
      ........
      9ac164c7
    • Tarek Ziadé's avatar
      Blocked revisions 69878 via svnmerge · 32403276
      Tarek Ziadé authored
      ........
        r69878 | tarek.ziade | 2009-02-22 21:11:46 +0100 (Sun, 22 Feb 2009) | 1 line
      
        removing map and lambda usage, so the test is similar to py3k's branch one
      ........
      32403276
    • Tarek Ziadé's avatar
      Blocked revisions 69874 via svnmerge · c187e924
      Tarek Ziadé authored
      ........
        r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line
      
        moved distutils.text_file tests into a real unittest class
      ........
      c187e924
    • Tarek Ziadé's avatar
      Blocked revisions 69861 via svnmerge · 917024fa
      Tarek Ziadé authored
      ........
        r69861 | tarek.ziade | 2009-02-22 01:07:45 +0100 (Sun, 22 Feb 2009) | 1 line
      
        using versionchanged instead of versionadded for distutils doc on sdist default files
      ........
      917024fa
  14. 20 Feb, 2009 1 commit