1. 13 Aug, 2010 18 commits
  2. 12 Aug, 2010 3 commits
  3. 11 Aug, 2010 7 commits
  4. 10 Aug, 2010 5 commits
  5. 09 Aug, 2010 7 commits
    • Antoine Pitrou's avatar
      Issue #6915: Under Windows, os.listdir() didn't release the Global · 8603be21
      Antoine Pitrou authored
      Interpreter Lock around all system calls.  Original patch by Ryan Kelly.
      8603be21
    • Antoine Pitrou's avatar
      Issue #3757: thread-local objects now support cyclic garbage collection. · d075b6f5
      Antoine Pitrou authored
      Thread-local objects involved in reference cycles will be deallocated
      timely by the cyclic GC, even if the underlying thread is still running.
      d075b6f5
    • Antoine Pitrou's avatar
      Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() · 892a375d
      Antoine Pitrou authored
      and make it return the file descriptor.
      892a375d
    • Senthil Kumaran's avatar
      Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded... · 78afc06d
      Senthil Kumaran authored
      Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
      78afc06d
    • Senthil Kumaran's avatar
    • Florent Xicluna's avatar
      Merged manually from 2.7 branch to 3.x trunk. · de587c0c
      Florent Xicluna authored
        ------------------------------------------------------------------------
        r81149 | florent.xicluna | 2010-05-13 23:40:01 +0200 (jeu. 13 mai 2010) | 2 lignes
      
        Better test skipping, with message in the log.
        ------------------------------------------------------------------------
        r81150 | florent.xicluna | 2010-05-13 23:41:05 +0200 (jeu. 13 mai 2010) | 2 lignes
      
        Improve test feedback to troubleshoot issue #8423 on OS X.
        ------------------------------------------------------------------------
        r81151 | florent.xicluna | 2010-05-14 01:46:48 +0200 (ven. 14 mai 2010) | 2 lignes
      
        Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.
        ------------------------------------------------------------------------
        r82056 | florent.xicluna | 2010-06-17 22:30:56 +0200 (jeu. 17 juin 2010) | 2 lignes
      
        Add few words about test.test_genericpath.CommonTest
        ------------------------------------------------------------------------
      de587c0c
    • Florent Xicluna's avatar
      Merged manually from 2.7 branch to 3.x trunk. · 33c21890
      Florent Xicluna authored
        ------------------------------------------------------------------------
        r80411 | florent.xicluna | 2010-04-23 19:59:10 +0200 (ven. 23 avril 2010) | 2 lignes
      
        Remove ImportWarnings filters.  They become obsolete after r79310, issue #8205.
        ------------------------------------------------------------------------
        r80412 | florent.xicluna | 2010-04-23 20:10:12 +0200 (ven. 23 avril 2010) | 2 lignes
      
        Fix the "regrtest -s" switch.
        ------------------------------------------------------------------------
        r81140 | florent.xicluna | 2010-05-13 19:05:29 +0200 (jeu. 13 mai 2010) | 3 lignes
      
        Add sensible information about the OS X platform to diagnose issue #8423:
        test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger".
        ------------------------------------------------------------------------
        r81141 | florent.xicluna | 2010-05-13 20:16:06 +0200 (jeu. 13 mai 2010) | 2 lignes
      
        Revert the additional OS X information (r81140).  Keep the endianness information.
        ------------------------------------------------------------------------
      33c21890