1. 03 Mar, 2010 2 commits
  2. 02 Mar, 2010 2 commits
    • Victor Stinner's avatar
      Merged revisions 78598 via svnmerge from · 29b8d1f8
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78598 | victor.stinner | 2010-03-02 23:48:17 +0100 (mar., 02 mars 2010) | 11 lines
      
        Merged revisions 78596 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78596 | victor.stinner | 2010-03-02 23:44:42 +0100 (mar., 02 mars 2010) | 4 lines
      
          Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
          method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel
          Black.
        ........
      ................
      29b8d1f8
    • Steven Bethard's avatar
      Blocked revisions 78577 via svnmerge · 82c8eb07
      Steven Bethard authored
      ................
        r78577 | steven.bethard | 2010-03-02 01:22:57 -0800 (Tue, 02 Mar 2010) | 11 lines
      
        Merged revisions 78576 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines
      
          Initial commit of the argparse library, based on argparse 1.1.
          Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
          There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
        ........
      ................
      82c8eb07
  3. 01 Mar, 2010 8 commits
  4. 28 Feb, 2010 3 commits
  5. 27 Feb, 2010 8 commits
  6. 26 Feb, 2010 1 commit
  7. 25 Feb, 2010 3 commits
  8. 24 Feb, 2010 8 commits
  9. 23 Feb, 2010 5 commits
    • R. David Murray's avatar
      Blocked revisions 78388-78389 via svnmerge · b947657a
      R. David Murray authored
      ................
        r78388 | r.david.murray | 2010-02-23 17:57:58 -0500 (Tue, 23 Feb 2010) | 11 lines
      
        Merged revisions 78384 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines
      
          Fix #1537721: add writeheader() method to csv.DictWriter.
      
          Reviewed by skip.montanaro and thomas.wouters.
        ........
      ................
        r78389 | r.david.murray | 2010-02-23 18:00:34 -0500 (Tue, 23 Feb 2010) | 2 lines
      
        Fix version added for csv writeheader.
      ................
      b947657a
    • Thomas Heller's avatar
      Merged revisions 78382 via svnmerge from · 68b6b786
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78382 | thomas.heller | 2010-02-23 21:25:02 +0100 (Di, 23 Feb 2010) | 11 lines
      
        Merged revisions 78380 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines
      
          ctypes CThunkObject was not registered correctly with the cycle
          garbage collector, leading to possible leaks when using callback
          functions.
        ........
      ................
      68b6b786
    • Mark Dickinson's avatar
      Blocked revisions 78375 via svnmerge · 681d2633
      Mark Dickinson authored
      ................
        r78375 | mark.dickinson | 2010-02-23 13:20:58 +0000 (Tue, 23 Feb 2010) | 13 lines
      
        Merged revisions 78372-78373 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line
      
          Make global variable overflowok into a keyword argument;  this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
        ........
          r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line
      
          Fix spacing nit.  Thanks Eric Smith for the public humiliation.
        ........
      ................
      681d2633
    • Tarek Ziadé's avatar
      Blocked revisions 78369 via svnmerge · 1b5c431d
      Tarek Ziadé authored
      ................
        r78369 | tarek.ziade | 2010-02-23 01:00:04 -0500 (Tue, 23 Feb 2010) | 9 lines
      
        Merged revisions 78367 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line
      
          fixed #5801: removed spurious empty lines in wsgiref
        ........
      ................
      1b5c431d
    • Tarek Ziadé's avatar
      Blocked revisions 78366 via svnmerge · e4011d10
      Tarek Ziadé authored
      ................
        r78366 | tarek.ziade | 2010-02-23 00:39:18 -0500 (Tue, 23 Feb 2010) | 9 lines
      
        Merged revisions 78364 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line
      
          completed the __all__ list and changed the module doctest
        ........
      ................
      e4011d10