1. 21 Mar, 2010 13 commits
    • Georg Brandl's avatar
      Blocked revisions 75866-75867,75954,75956-75957 via svnmerge · e0b118ea
      Georg Brandl authored
      ........
        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.
      ........
      e0b118ea
    • Victor Stinner's avatar
      Merged revisions 74052 via svnmerge from · 0d7a9afe
      Victor Stinner authored
      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.
      ........
      0d7a9afe
    • Victor Stinner's avatar
      Partial backport of r78826: leave import site error handler unchanged (print · b21b5b6d
      Victor Stinner authored
      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 :-)
      ........
      b21b5b6d
    • Victor Stinner's avatar
      Merged revisions 78898 via svnmerge from · 106a400c
      Victor Stinner authored
      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:").
      ........
      106a400c
    • Victor Stinner's avatar
      Merged revisions 78835-78837,78870 via svnmerge from · 425fa83f
      Victor Stinner authored
      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
      ........
      425fa83f
    • Victor Stinner's avatar
      Merged revisions 78646 via svnmerge from · 153144e3
      Victor Stinner authored
      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!
      ........
      153144e3
    • Victor Stinner's avatar
      Merged revisions 78641 via svnmerge from · 6fd88ae3
      Victor Stinner authored
      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.
      ........
      6fd88ae3
    • Victor Stinner's avatar
      Merged revisions 78638 via svnmerge from · 5d679998
      Victor Stinner authored
      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.
      ........
      5d679998
    • Victor Stinner's avatar
      Merged revisions 78610,78635 via svnmerge from · 6011a6d6
      Victor Stinner authored
      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.
      ........
      6011a6d6
    • Victor Stinner's avatar
      Merged revisions 78603 via svnmerge from · 41e61257
      Victor Stinner authored
      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.
      ........
      41e61257
    • Matthias Klose's avatar
      Revert r79131 · cf0ccb8f
      Matthias Klose authored
        - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
      cf0ccb8f
    • Georg Brandl's avatar
      Blocked revisions 79172 via svnmerge · 5813c783
      Georg Brandl authored
      ........
        r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line
      
        Add a paragraph about set displays.
      ........
      5813c783
    • Antoine Pitrou's avatar
      Merged revisions 79160 via svnmerge from · 613c76fe
      Antoine Pitrou authored
      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
      ........
      613c76fe
  2. 20 Mar, 2010 4 commits
  3. 19 Mar, 2010 1 commit
  4. 18 Mar, 2010 2 commits
  5. 13 Mar, 2010 9 commits
  6. 12 Mar, 2010 2 commits
  7. 09 Mar, 2010 5 commits
  8. 08 Mar, 2010 3 commits
  9. 07 Mar, 2010 1 commit