1. 28 Mar, 2006 9 kayıt (commit)
    • Hye-Shik Chang's avatar
      Relocate the misplaced heading. · 7d42c22d
      Hye-Shik Chang yazdı
      7d42c22d
    • Hye-Shik Chang's avatar
      Ubuntu bug #29289: Fixed a bug that the gb18030 codec raises · 6c527614
      Hye-Shik Chang yazdı
      RuntimeError on encoding surrogate pair area on UCS4 build.
      This is a partial backport of r43320. (Approved by Anthony Baxter)
      6c527614
    • Anthony Baxter's avatar
      it never ends! more ignoring · 653cf025
      Anthony Baxter yazdı
      653cf025
    • Anthony Baxter's avatar
      33355ee6
    • Anthony Baxter's avatar
      after discussions with perky, reverted fix for Bug #1379994: Builtin · cb9051a6
      Anthony Baxter yazdı
      unicode_escape and raw_unicode_escape codec now encodes backslash correctly.
      
      This caused another issue for unicode repr strings being double-escaped
      (SF Bug #1459029). Correct fix will be in 2.5, but is too risky for 2.4.3.
      
      Added a testcase for #1459029.
      cb9051a6
    • Anthony Baxter's avatar
      news for test_capi change · 51487fe9
      Anthony Baxter yazdı
      51487fe9
    • Tim Peters's avatar
      Merge rev 43181 from the trunk. · 1d250001
      Tim Peters yazdı
      Try to repair at least one segfault on the Mac buildbot,
      as diagnosed by Nick Coghlan.
      
      test_capi.py:  A test module should never spawn a thread as
      a side effect of being imported.  Because this one did, the
      segfault one of its thread tests caused didn't occur until
      a few tests after test_regrtest.py thought test_capi was
      finished.  Repair that.  Also join() the thread spawned
      at the end, so that test_capi is truly finished when
      regrtest reports that it's done.
      
      _testcapimodule.c test_thread_state():  this spawns a
      couple of non-threading.py threads, passing them a PyObject*
      argument, but did nothing to ensure that those threads
      finished before returning.  As a result, the PyObject*
      _could_ (although this was unlikely) get decref'ed out of
      existence before the threads got around to using it.
      Added explicit synchronization (via a Python mutex) so
      that test_thread_state can reliably wait for its spawned
      threads to finish.
      1d250001
    • Anthony Baxter's avatar
      preparing for 2.4.3 final · e77ff2a9
      Anthony Baxter yazdı
      e77ff2a9
    • Neal Norwitz's avatar
      Fix the refleak from test_unicode. · 55dd2b41
      Neal Norwitz yazdı
      Backport 42973 (lots of whitespace changes intermixed):
      
       - Reindent a confusingly indented piece of code (no intended code changes
          there)
       - Add missing DECREFs of inner-scope 'temp' variable
       - Add various missing DECREFs by changing 'return NULL' into 'goto onError'
       - Avoid double DECREF when last _PyUnicode_Resize() fails
      
      Coverity found one of the missing DECREFs, but oddly enough not the others.
      55dd2b41
  2. 27 Mar, 2006 3 kayıt (commit)
  3. 26 Mar, 2006 3 kayıt (commit)
  4. 25 Mar, 2006 1 kayıt (commit)
  5. 24 Mar, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Backport: · 1fcf87f1
      Neal Norwitz yazdı
      SF bug #1457411, fix errors using variables that don't exist.
      
      Rename file -> filename to be clear.
      1fcf87f1
  6. 23 Mar, 2006 12 kayıt (commit)
  7. 22 Mar, 2006 2 kayıt (commit)
  8. 20 Mar, 2006 5 kayıt (commit)
  9. 19 Mar, 2006 1 kayıt (commit)
  10. 18 Mar, 2006 1 kayıt (commit)
    • Tim Peters's avatar
      Merge rev 43091 from the trunk. · c612a5db
      Tim Peters yazdı
      """
      Try to find a host that responds slower from python.org so this test
      does not fail on macteagle (G4 OSX.4 in buildbot)
      """
      
      Since testConnectTimeout() frequently fails in the same way in 2.4
      branch, and this patch seems to have fixed it on the trunk, it
      should fix it on the 2.4 branch too.
      c612a5db
  11. 17 Mar, 2006 1 kayıt (commit)
  12. 16 Mar, 2006 1 kayıt (commit)