1. 21 Mar, 2010 17 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · b6453a90
      Georg Brandl yazdı
      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.
      ........
      b6453a90
    • Georg Brandl's avatar
      Blocked revisions 77332 via svnmerge · 9fed6d8d
      Georg Brandl yazdı
      ........
        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.
      ........
      9fed6d8d
    • Georg Brandl's avatar
      Merged revisions… · 953fe5f7
      Georg Brandl yazdı
      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.
      ........
      953fe5f7
    • Georg Brandl's avatar
      Merged revisions 75952-75953,75955,76105,76143,76223,76259,76326,76376-76377 via svnmerge from · 46d441e0
      Georg Brandl yazdı
      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.
      ........
      46d441e0
    • Georg Brandl's avatar
      Blocked revisions 75866-75867,75954,75956-75957 via svnmerge · faf131e1
      Georg Brandl yazdı
      ........
        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.
      ........
      faf131e1
    • Victor Stinner's avatar
      Merged revisions 74052 via svnmerge from · 65f9c4ea
      Victor Stinner yazdı
      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.
      ........
      65f9c4ea
    • Victor Stinner's avatar
      Partial backport of r78826: leave import site error handler unchanged (print · ea164291
      Victor Stinner yazdı
      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 :-)
      ........
      ea164291
    • Victor Stinner's avatar
      Merged revisions 78898 via svnmerge from · 57d43b29
      Victor Stinner yazdı
      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:").
      ........
      57d43b29
    • Victor Stinner's avatar
      Merged revisions 78835-78837,78870 via svnmerge from · 872d636c
      Victor Stinner yazdı
      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
      ........
      872d636c
    • Victor Stinner's avatar
      Merged revisions 78646 via svnmerge from · bb71dc43
      Victor Stinner yazdı
      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!
      ........
      bb71dc43
    • Victor Stinner's avatar
      Merged revisions 78641 via svnmerge from · c9b7cc0f
      Victor Stinner yazdı
      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.
      ........
      c9b7cc0f
    • Victor Stinner's avatar
      Merged revisions 78638 via svnmerge from · d156fa30
      Victor Stinner yazdı
      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.
      ........
      d156fa30
    • Victor Stinner's avatar
      Merged revisions 78610,78635 via svnmerge from · 27bf15ef
      Victor Stinner yazdı
      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.
      ........
      27bf15ef
    • Victor Stinner's avatar
      Merged revisions 78603 via svnmerge from · 0217c958
      Victor Stinner yazdı
      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.
      ........
      0217c958
    • Matthias Klose's avatar
      Revert r79131 · a0dc275f
      Matthias Klose yazdı
        - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
      a0dc275f
    • Georg Brandl's avatar
      Blocked revisions 79172 via svnmerge · 3828741c
      Georg Brandl yazdı
      ........
        r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line
      
        Add a paragraph about set displays.
      ........
      3828741c
    • Antoine Pitrou's avatar
      Merged revisions 79160 via svnmerge from · aa43e152
      Antoine Pitrou yazdı
      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
      ........
      aa43e152
  2. 20 Mar, 2010 4 kayıt (commit)
  3. 19 Mar, 2010 1 kayıt (commit)
  4. 18 Mar, 2010 2 kayıt (commit)
  5. 13 Mar, 2010 9 kayıt (commit)
  6. 12 Mar, 2010 2 kayıt (commit)
  7. 09 Mar, 2010 5 kayıt (commit)