1. 13 Aug, 2010 16 commits
  2. 12 Aug, 2010 3 commits
  3. 11 Aug, 2010 7 commits
  4. 10 Aug, 2010 5 commits
  5. 09 Aug, 2010 9 commits
    • Antoine Pitrou's avatar
      Issue #6915: Under Windows, os.listdir() didn't release the Global · b73caab4
      Antoine Pitrou authored
      Interpreter Lock around all system calls.  Original patch by Ryan Kelly.
      b73caab4
    • Antoine Pitrou's avatar
      Issue #3757: thread-local objects now support cyclic garbage collection. · 5af4f4b9
      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.
      5af4f4b9
    • Antoine Pitrou's avatar
      Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() · 6e451df8
      Antoine Pitrou authored
      and make it return the file descriptor.
      6e451df8
    • Senthil Kumaran's avatar
      Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded... · 30e86a47
      Senthil Kumaran authored
      Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
      30e86a47
    • Senthil Kumaran's avatar
    • Florent Xicluna's avatar
      Merged manually from 2.7 branch to 3.x trunk. · 87082ee1
      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
        ------------------------------------------------------------------------
      87082ee1
    • Florent Xicluna's avatar
      Merged manually from 2.7 branch to 3.x trunk. · ec882214
      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.
        ------------------------------------------------------------------------
      ec882214
    • Benjamin Peterson's avatar
      correct comment · da3b5bf3
      Benjamin Peterson authored
      da3b5bf3
    • Benjamin Peterson's avatar
      typo · a3a3fc67
      Benjamin Peterson authored
      a3a3fc67