1. 04 Haz, 2011 1 kayıt (commit)
  2. 29 May, 2011 1 kayıt (commit)
  3. 28 May, 2011 2 kayıt (commit)
  4. 23 May, 2011 2 kayıt (commit)
  5. 19 Mar, 2011 2 kayıt (commit)
  6. 27 Kas, 2010 1 kayıt (commit)
  7. 23 Agu, 2010 1 kayıt (commit)
  8. 16 Agu, 2010 1 kayıt (commit)
  9. 03 Agu, 2010 1 kayıt (commit)
  10. 03 Tem, 2010 2 kayıt (commit)
  11. 21 Haz, 2010 1 kayıt (commit)
  12. 20 Haz, 2010 1 kayıt (commit)
  13. 12 Haz, 2010 3 kayıt (commit)
  14. 06 Haz, 2010 1 kayıt (commit)
  15. 18 May, 2010 1 kayıt (commit)
  16. 08 May, 2010 1 kayıt (commit)
  17. 10 Nis, 2010 1 kayıt (commit)
  18. 23 Mar, 2010 1 kayıt (commit)
    • Ezio Melotti's avatar
      Merged revisions 73824,78887,78895,78900,79024 via svnmerge from · c0fd6ffd
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73824 | ezio.melotti | 2009-07-04 04:18:08 +0300 (Sat, 04 Jul 2009) | 1 line
      
        #6398 typo: versio. -> version.
      ........
        r78887 | ezio.melotti | 2010-03-13 02:15:36 +0200 (Sat, 13 Mar 2010) | 1 line
      
        fix broken links
      ........
        r78895 | ezio.melotti | 2010-03-13 03:21:34 +0200 (Sat, 13 Mar 2010) | 1 line
      
        #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names.
      ........
        r78900 | ezio.melotti | 2010-03-13 06:39:51 +0200 (Sat, 13 Mar 2010) | 1 line
      
        Silence compiler warnings.
      ........
        r79024 | ezio.melotti | 2010-03-17 16:22:34 +0200 (Wed, 17 Mar 2010) | 1 line
      
        Use "x in y" instead of y.find(x) != -1.
      ........
      c0fd6ffd
  19. 18 Mar, 2010 1 kayıt (commit)
  20. 09 Mar, 2010 1 kayıt (commit)
  21. 06 Mar, 2010 1 kayıt (commit)
  22. 01 Mar, 2010 1 kayıt (commit)
  23. 06 Şub, 2010 1 kayıt (commit)
  24. 31 Ock, 2010 1 kayıt (commit)
  25. 24 Ock, 2010 1 kayıt (commit)
  26. 14 Ock, 2010 1 kayıt (commit)
  27. 09 Ock, 2010 1 kayıt (commit)
  28. 01 Ock, 2010 2 kayıt (commit)
  29. 05 Ara, 2009 1 kayıt (commit)
  30. 27 Eki, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f004d9dc
      Georg Brandl yazdı
      Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,74838-74839,74865,74946,75402,75459,75604,75696 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line
      
        #3584: ignore trailing newlines when placing the caret for a SyntaxError location.
      ........
        r73232 | georg.brandl | 2009-06-04 20:59:58 +0200 (Do, 04 Jun 2009) | 1 line
      
        Add test for #3684.
      ........
        r73299 | georg.brandl | 2009-06-08 20:41:36 +0200 (Mo, 08 Jun 2009) | 1 line
      
        Typo fix.
      ........
        r73683 | georg.brandl | 2009-06-29 16:44:49 +0200 (Mo, 29 Jun 2009) | 1 line
      
        Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint.
      ........
        r74020 | georg.brandl | 2009-07-16 09:18:07 +0200 (Do, 16 Jul 2009) | 1 line
      
        #5910: fix kqueue for calls with more than one event.
      ........
        r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line
      
        Fix the "pylocals" gdb command.
      ........
        r74544 | georg.brandl | 2009-08-24 19:12:30 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6775: fix python.org URLs in README.
      ........
        r74643 | georg.brandl | 2009-09-04 08:59:20 +0200 (Fr, 04 Sep 2009) | 2 lines
      
        Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
      ........
        r74647 | georg.brandl | 2009-09-04 10:17:04 +0200 (Fr, 04 Sep 2009) | 2 lines
      
        Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
      ........
        r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Make deprecation notices as visible as warnings are right now.
      ........
        r74838 | georg.brandl | 2009-09-16 18:22:12 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Remove some more boilerplate from the actual tests in test_pdb.
      ........
        r74839 | georg.brandl | 2009-09-16 18:36:39 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that.
      ........
        r74865 | georg.brandl | 2009-09-17 09:49:37 +0200 (Do, 17 Sep 2009) | 1 line
      
        #6912: add "with" block support to pindent.
      ........
        r74946 | georg.brandl | 2009-09-19 10:43:16 +0200 (Sa, 19 Sep 2009) | 1 line
      
        Update bug tracker reference.
      ........
        r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7125: fix typo.
      ........
        r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
        Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
      ........
        r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix stylesheet for multi-paragraph impl-details.
      ........
        r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
        Fix a demo.
      ........
      f004d9dc
  31. 26 Eki, 2009 1 kayıt (commit)
  32. 18 Eki, 2009 1 kayıt (commit)
  33. 06 Eki, 2009 1 kayıt (commit)