1. 30 Ara, 2010 2 kayıt (commit)
  2. 26 Kas, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f55aa80b
      Georg Brandl yazdı
      Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85820 | georg.brandl | 2010-10-24 16:20:22 +0200 (So, 24 Okt 2010) | 1 line
      
        Remove usage of exception indexing.
      ........
        r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line
      
        Fix style.
      ........
        r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line
      
        Add documentation about the default warnings filters.
      ........
        r85840 | georg.brandl | 2010-10-25 19:50:20 +0200 (Mo, 25 Okt 2010) | 1 line
      
        #3018: tkinter demo fixes for py3k.
      ........
        r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line
      
        Markup fix.
      ........
        r85844 | georg.brandl | 2010-10-26 12:39:14 +0200 (Di, 26 Okt 2010) | 1 line
      
        Work a bit more on tkinter demos.
      ........
        r85845 | georg.brandl | 2010-10-26 12:42:16 +0200 (Di, 26 Okt 2010) | 1 line
      
        faqwiz is removed.
      ........
        r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85851 | georg.brandl | 2010-10-26 22:12:37 +0200 (Di, 26 Okt 2010) | 1 line
      
        Fix import.
      ........
        r85855 | georg.brandl | 2010-10-27 09:21:54 +0200 (Mi, 27 Okt 2010) | 1 line
      
        Encoding fix.
      ........
        r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line
      
        Add David.
      ........
        r85875 | georg.brandl | 2010-10-28 10:38:30 +0200 (Do, 28 Okt 2010) | 1 line
      
        Fix bytes/str issues in get-remote-certificate.py.
      ........
        r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line
      
        #10222: fix for overzealous AIX compiler.
      ........
        r85908 | georg.brandl | 2010-10-29 07:22:17 +0200 (Fr, 29 Okt 2010) | 1 line
      
        send_bytes obviously needs bytes...
      ........
        r85911 | georg.brandl | 2010-10-29 07:36:28 +0200 (Fr, 29 Okt 2010) | 1 line
      
        Fix markup error and update false positive entries from "make suspicious".
      ........
        r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line
      
        (?:...) is a non-capturing, but still grouping construct.
      ........
      f55aa80b
  3. 25 Eki, 2010 1 kayıt (commit)
  4. 21 Mar, 2010 1 kayıt (commit)
  5. 08 Mar, 2010 1 kayıt (commit)
  6. 04 Ock, 2009 1 kayıt (commit)
  7. 13 Eyl, 2008 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from · d7b03284
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66394 | benjamin.peterson | 2008-09-11 17:04:02 -0500 (Thu, 11 Sep 2008) | 1 line
      
        fix typo
      ........
        r66404 | gerhard.haering | 2008-09-12 08:54:06 -0500 (Fri, 12 Sep 2008) | 2 lines
      
        sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API.
      ........
        r66412 | gerhard.haering | 2008-09-12 13:58:57 -0500 (Fri, 12 Sep 2008) | 2 lines
      
        Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python.
      ........
        r66414 | gerhard.haering | 2008-09-12 17:33:22 -0500 (Fri, 12 Sep 2008) | 2 lines
      
        Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
      ........
        r66424 | andrew.kuchling | 2008-09-12 20:22:08 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #687648 from Robert Schuppenies: use classic division.  (RM Barry gave permission to update the demos.)
      ........
        r66425 | andrew.kuchling | 2008-09-12 20:27:33 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; flush stdout after printing
      ........
        r66426 | andrew.kuchling | 2008-09-12 20:34:41 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; add __main__ section
      ........
        r66427 | andrew.kuchling | 2008-09-12 20:42:55 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #687648 from Robert Schuppenies: use classic division.  From me: remove two stray semicolons
      ........
        r66428 | andrew.kuchling | 2008-09-12 20:43:28 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #687648 from Robert Schuppenies: use classic division.
      ........
        r66429 | andrew.kuchling | 2008-09-12 20:47:02 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Remove semicolon
      ........
        r66430 | andrew.kuchling | 2008-09-12 20:48:36 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Subclass exception
      ........
        r66431 | andrew.kuchling | 2008-09-12 20:56:56 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Fix SyntaxError
      ........
        r66432 | andrew.kuchling | 2008-09-12 20:57:25 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Update uses of string exceptions
      ........
        r66433 | andrew.kuchling | 2008-09-12 21:08:30 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Use title case
      ........
        r66434 | andrew.kuchling | 2008-09-12 21:09:15 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Remove extra 'the'; the following title includes it
      ........
        r66435 | andrew.kuchling | 2008-09-12 21:11:51 -0500 (Fri, 12 Sep 2008) | 1 line
      
        #3288: Document as_integer_ratio
      ........
        r66436 | andrew.kuchling | 2008-09-12 21:14:15 -0500 (Fri, 12 Sep 2008) | 1 line
      
        Use title case
      ........
      d7b03284
    • Andrew M. Kuchling's avatar
  8. 18 Tem, 2004 1 kayıt (commit)
  9. 22 Agu, 1997 1 kayıt (commit)
  10. 30 Tem, 1996 1 kayıt (commit)
  11. 28 Haz, 1994 1 kayıt (commit)