1. 10 Eyl, 2008 8 kayıt (commit)
  2. 09 Eyl, 2008 17 kayıt (commit)
  3. 08 Eyl, 2008 10 kayıt (commit)
    • Hirokazu Yamamoto's avatar
      Issue #3804: Added test for Issue #2222. · 4c19e6e0
      Hirokazu Yamamoto yazdı
      Reviewed by Benjamin Peterson.
      4c19e6e0
    • Benjamin Peterson's avatar
      Merged revisions… · ae5360b3
      Benjamin Peterson yazdı
      Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66141 | gregory.p.smith | 2008-09-02 00:29:51 -0500 (Tue, 02 Sep 2008) | 3 lines
      
        Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
        library targets in the Makefile.
      ........
        r66145 | marc-andre.lemburg | 2008-09-02 05:32:34 -0500 (Tue, 02 Sep 2008) | 5 lines
      
        Add quotes around the file name to avoid issues with spaces.
      
        Closes #3719.
      ........
        r66150 | marc-andre.lemburg | 2008-09-02 07:11:19 -0500 (Tue, 02 Sep 2008) | 3 lines
      
        Add news item for #3719.
      ........
        r66180 | vinay.sajip | 2008-09-03 04:20:05 -0500 (Wed, 03 Sep 2008) | 1 line
      
        Issue #3726: Allowed spaces in separators in logging configuration files.
      ........
        r66211 | vinay.sajip | 2008-09-04 02:31:21 -0500 (Thu, 04 Sep 2008) | 1 line
      
        Issue #3772: Fixed regression problem in StreamHandler.emit().
      ........
        r66217 | andrew.kuchling | 2008-09-04 08:26:24 -0500 (Thu, 04 Sep 2008) | 1 line
      
        #3671: various corrections and markup fixes noted by Kent Johnson
      ........
        r66219 | hirokazu.yamamoto | 2008-09-04 09:25:30 -0500 (Thu, 04 Sep 2008) | 1 line
      
        Added NEWS
      ........
        r66226 | benjamin.peterson | 2008-09-04 18:31:27 -0500 (Thu, 04 Sep 2008) | 1 line
      
        flesh out the documentation on using 2to3
      ........
        r66231 | andrew.kuchling | 2008-09-05 10:15:56 -0500 (Fri, 05 Sep 2008) | 1 line
      
        #3671: Typo fix
      ........
        r66244 | jesse.noller | 2008-09-05 20:20:11 -0500 (Fri, 05 Sep 2008) | 2 lines
      
        Fix typo in multiprocessing doc, cancel_join_thread was missing _thread
      ........
        r66246 | benjamin.peterson | 2008-09-05 22:00:00 -0500 (Fri, 05 Sep 2008) | 1 line
      
        actually tell the name of the flag to use
      ........
        r66249 | andrew.kuchling | 2008-09-06 07:50:05 -0500 (Sat, 06 Sep 2008) | 1 line
      
        Various corrections
      ........
        r66250 | andrew.kuchling | 2008-09-06 08:04:02 -0500 (Sat, 06 Sep 2008) | 1 line
      
        #3040: include 'dest' argument in example; trim some trailing whitespace
      ........
        r66264 | benjamin.peterson | 2008-09-06 14:42:39 -0500 (Sat, 06 Sep 2008) | 1 line
      
        docs are pretty good about new-style classes these days
      ........
        r66268 | andrew.kuchling | 2008-09-06 15:28:01 -0500 (Sat, 06 Sep 2008) | 1 line
      
        #3669 from Robert Lehmann: simplify use of iterator in example
      ........
        r66272 | andrew.kuchling | 2008-09-06 16:26:02 -0500 (Sat, 06 Sep 2008) | 1 line
      
        #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes
      ........
        r66294 | georg.brandl | 2008-09-07 12:00:17 -0500 (Sun, 07 Sep 2008) | 2 lines
      
        Add a new howto about Python and the web, by Marek Kubica.
      ........
        r66306 | mark.summerfield | 2008-09-08 09:45:37 -0500 (Mon, 08 Sep 2008) | 3 lines
      
        Added xrefs to each other.
      ........
      ae5360b3
    • Benjamin Peterson's avatar
      Blocked revisions 66142 via svnmerge · e5b4ca6c
      Benjamin Peterson yazdı
      ........
        r66142 | gregory.p.smith | 2008-09-02 00:36:11 -0500 (Tue, 02 Sep 2008) | 3 lines
      
        Issue #3708: os.urandom no longer goes into an infinite loop when passed a
        non-integer floating point number.
      ........
      e5b4ca6c
    • Benjamin Peterson's avatar
      Blocked revisions 66281-66282,66301,66310 via svnmerge · c321ecb0
      Benjamin Peterson yazdı
      ........
        r66281 | josiah.carlson | 2008-09-06 22:53:58 -0500 (Sat, 06 Sep 2008) | 3 lines
      
        This fixes a small inconsistency between trunk and 3.0, closing bug 3764.
      ........
        r66282 | josiah.carlson | 2008-09-06 23:37:10 -0500 (Sat, 06 Sep 2008) | 3 lines
      
        undoing change that broke trunk.  Need to find a better solution to this.
      ........
        r66301 | facundo.batista | 2008-09-07 19:20:28 -0500 (Sun, 07 Sep 2008) | 4 lines
      
      
        Issue 3801.  Fixing a dumb error in the deprecated parse_qsl()
        function.  Tests added.
      ........
        r66310 | bill.janssen | 2008-09-08 11:37:24 -0500 (Mon, 08 Sep 2008) | 1 line
      
        incorporate fixes from issue 3162; SSL doc patch
      ........
      c321ecb0
    • Benjamin Peterson's avatar
    • Bill Janssen's avatar
      fixes from issue 3162 for SSL module · 58afe4c1
      Bill Janssen yazdı
      58afe4c1
    • Martin v. Löwis's avatar
      Add 3.0b3 uuid · f9ee5b4c
      Martin v. Löwis yazdı
      f9ee5b4c
    • Martin v. Löwis's avatar
      Merged revisions 66304-66305,66307 via svnmerge from · 1c4c3066
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66304 | martin.v.loewis | 2008-09-08 14:02:45 +0200 (Mo, 08 Sep 2008) | 2 lines
      
        Allow passing the MSI file name to merge.py.
      ........
        r66305 | martin.v.loewis | 2008-09-08 15:50:10 +0200 (Mo, 08 Sep 2008) | 3 lines
      
        Issue #2271: Set SecureCustomProperties so that installation will properly
        use the TARGETDIR even for unprivileged users.
      ........
        r66307 | martin.v.loewis | 2008-09-08 18:15:38 +0200 (Mo, 08 Sep 2008) | 1 line
      
        Add UUIDs for upcoming releases
      ........
      1c4c3066
    • Benjamin Peterson's avatar
      remove some more bsddb references · 9a46cab6
      Benjamin Peterson yazdı
      9a46cab6
    • Facundo Batista's avatar
      Added sanity checks for the deprecated parse_qs() and · bd18fd67
      Facundo Batista yazdı
      parse_qsl() functions in cgi module.
      bd18fd67
  4. 07 Eyl, 2008 5 kayıt (commit)