1. 24 Eki, 2012 1 kayıt (commit)
  2. 07 Eki, 2012 4 kayıt (commit)
  3. 28 Tem, 2011 2 kayıt (commit)
  4. 27 Haz, 2011 6 kayıt (commit)
  5. 16 Mar, 2011 1 kayıt (commit)
  6. 20 Kas, 2010 3 kayıt (commit)
  7. 22 Eki, 2010 3 kayıt (commit)
  8. 06 Eki, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 4009c9ed
      Georg Brandl yazdı
      Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
      
        #7935: cross-reference to ast.literal_eval() from eval() docs.
      ........
        r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line
      
        #9223: link to Command class reference, and move Command interface docs nearer to class docs.
      ........
        r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9209 and #7781: fix two crashes in pstats interactive browser.
      ........
        r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
      ........
        r83525 | georg.brandl | 2010-08-02 14:36:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Get rid of spurious "threading" entries in trace output.
      ........
        r83526 | georg.brandl | 2010-08-02 14:40:22 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix softspace relic.
      ........
        r83527 | georg.brandl | 2010-08-02 14:48:46 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #3821: beginnings of a trace.py unittest.
      ........
        r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8578: mention danger of not incref'ing weak referenced object.
      ........
        r83538 | georg.brandl | 2010-08-02 20:10:13 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6928: fix class docs w.r.t. new metaclasses.
      ........
        r83542 | georg.brandl | 2010-08-02 20:56:54 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Move test_SimpleHTTPServer into test_httpservers.
      ........
        r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7973: Fix distutils options spelling.
      ........
        r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7386: add example that shows that trailing path separators are stripped.
      ........
        r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8172: how does one use a property?
      ........
        r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9451: strengthen warning about __*__ special name usage.
      ........
        r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove XXX comment that was displayed.
      ........
        r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9438: clarify that constant names also cannot be assigned as attributes.
      ........
        r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove redundant information.
      ........
        r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7280: note about nasmw.exe.
      ........
        r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8861: remove unused variable.
      ........
        r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8648: document UTF-7 codec functions.
      ........
        r83560 | georg.brandl | 2010-08-02 22:16:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9087: update json docstrings -- unicode and long do not exist anymore.
      ........
      4009c9ed
  9. 02 Agu, 2010 8 kayıt (commit)
  10. 01 Agu, 2010 5 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83421,83424 via svnmerge from · d9ede202
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
      
      ................
        r83421 | georg.brandl | 2010-08-01 20:52:52 +0200 (So, 01 Aug 2010) | 25 lines
      
        Merged revisions 83393,83396,83398,83405,83408 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83393 | georg.brandl | 2010-08-01 10:35:29 +0200 (So, 01 Aug 2010) | 1 line
      
          #1690103: fix initial namespace for code run with trace.main().
        ........
          r83396 | georg.brandl | 2010-08-01 10:52:32 +0200 (So, 01 Aug 2010) | 1 line
      
          #4810: document "--" option separator in timeit help.
        ........
          r83398 | georg.brandl | 2010-08-01 11:06:34 +0200 (So, 01 Aug 2010) | 1 line
      
          #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
        ........
          r83405 | georg.brandl | 2010-08-01 16:38:17 +0200 (So, 01 Aug 2010) | 1 line
      
          #4943: do not try to include drive letters (and colons) when looking for a probably module name.
        ........
          r83408 | georg.brandl | 2010-08-01 17:30:56 +0200 (So, 01 Aug 2010) | 1 line
      
          #5551: symbolic links never can be mount points.  Fixes the fix for #1713.
        ........
      ................
        r83424 | georg.brandl | 2010-08-01 21:02:09 +0200 (So, 01 Aug 2010) | 29 lines
      
        Merged revisions 83385-83389,83391 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83385 | georg.brandl | 2010-08-01 08:42:45 +0200 (So, 01 Aug 2010) | 1 line
      
          #8773: mailbox.py does not need to be executable.
        ........
          r83386 | georg.brandl | 2010-08-01 08:44:46 +0200 (So, 01 Aug 2010) | 1 line
      
          #8768: name test method properly so that it gets executed.
        ........
          r83387 | georg.brandl | 2010-08-01 08:53:28 +0200 (So, 01 Aug 2010) | 1 line
      
          #8735: better explain semantics of *values* argument for parse().
        ........
          r83388 | georg.brandl | 2010-08-01 09:48:43 +0200 (So, 01 Aug 2010) | 1 line
      
          #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
        ........
          r83389 | georg.brandl | 2010-08-01 09:57:47 +0200 (So, 01 Aug 2010) | 1 line
      
          Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
        ........
          r83391 | georg.brandl | 2010-08-01 10:10:08 +0200 (So, 01 Aug 2010) | 1 line
      
          Add another news entry.
        ........
      ................
      d9ede202
    • Georg Brandl's avatar
      Merged revisions 83385-83389,83391 via svnmerge from · 44c58236
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83385 | georg.brandl | 2010-08-01 08:42:45 +0200 (So, 01 Aug 2010) | 1 line
      
        #8773: mailbox.py does not need to be executable.
      ........
        r83386 | georg.brandl | 2010-08-01 08:44:46 +0200 (So, 01 Aug 2010) | 1 line
      
        #8768: name test method properly so that it gets executed.
      ........
        r83387 | georg.brandl | 2010-08-01 08:53:28 +0200 (So, 01 Aug 2010) | 1 line
      
        #8735: better explain semantics of *values* argument for parse().
      ........
        r83388 | georg.brandl | 2010-08-01 09:48:43 +0200 (So, 01 Aug 2010) | 1 line
      
        #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
      ........
        r83389 | georg.brandl | 2010-08-01 09:57:47 +0200 (So, 01 Aug 2010) | 1 line
      
        Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
      ........
        r83391 | georg.brandl | 2010-08-01 10:10:08 +0200 (So, 01 Aug 2010) | 1 line
      
        Add another news entry.
      ........
      44c58236
    • Georg Brandl's avatar
      Merged revisions 83385-83389,83391 via svnmerge from · 0347c71c
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83385 | georg.brandl | 2010-08-01 08:42:45 +0200 (So, 01 Aug 2010) | 1 line
      
        #8773: mailbox.py does not need to be executable.
      ........
        r83386 | georg.brandl | 2010-08-01 08:44:46 +0200 (So, 01 Aug 2010) | 1 line
      
        #8768: name test method properly so that it gets executed.
      ........
        r83387 | georg.brandl | 2010-08-01 08:53:28 +0200 (So, 01 Aug 2010) | 1 line
      
        #8735: better explain semantics of *values* argument for parse().
      ........
        r83388 | georg.brandl | 2010-08-01 09:48:43 +0200 (So, 01 Aug 2010) | 1 line
      
        #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
      ........
        r83389 | georg.brandl | 2010-08-01 09:57:47 +0200 (So, 01 Aug 2010) | 1 line
      
        Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
      ........
        r83391 | georg.brandl | 2010-08-01 10:10:08 +0200 (So, 01 Aug 2010) | 1 line
      
        Add another news entry.
      ........
      0347c71c
    • Georg Brandl's avatar
      Small improvements to pstats browser: do not crash on reading invalid file, and… · f02e7367
      Georg Brandl yazdı
      Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
      f02e7367
    • Georg Brandl's avatar
      #7395: fix traceback in do_add() when no stats are loaded. Apply same fix for… · 3e4f2ec7
      Georg Brandl yazdı
      #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
      3e4f2ec7
  11. 05 Nis, 2010 1 kayıt (commit)
  12. 04 Nis, 2010 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Add tests for cmp_to_key. · bb006cf2
      Raymond Hettinger yazdı
      Adopt PEP 8 compliant function name.
      Factor-out existing uses cmp_to_key.
      Update documentation to use internal pointers instead of external resource.
      bb006cf2
  13. 02 Nis, 2010 2 kayıt (commit)
  14. 04 Ock, 2010 1 kayıt (commit)
  15. 02 Eyl, 2009 1 kayıt (commit)