1. 25 Sep, 2008 4 commits
  2. 24 Sep, 2008 3 commits
  3. 23 Sep, 2008 5 commits
  4. 22 Sep, 2008 7 commits
    • Benjamin Peterson's avatar
      Merged revisions... · d53d8db8
      Benjamin Peterson authored
      Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66508 | benjamin.peterson | 2008-09-18 18:20:28 -0500 (Thu, 18 Sep 2008) | 1 line
      
        tabify
      ........
        r66510 | josiah.carlson | 2008-09-18 21:07:22 -0500 (Thu, 18 Sep 2008) | 2 lines
      
        Fix for documentation bug.  Fixes issue 3904.
      ........
        r66512 | raymond.hettinger | 2008-09-19 03:07:48 -0500 (Fri, 19 Sep 2008) | 1 line
      
        Improve docs for super().
      ........
        r66513 | lars.gustaebel | 2008-09-19 07:39:23 -0500 (Fri, 19 Sep 2008) | 2 lines
      
        Correct information about the tarfile module.
      ........
        r66523 | georg.brandl | 2008-09-21 02:14:44 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3852: fix some select.kqueue and kevent docs.
      ........
        r66524 | georg.brandl | 2008-09-21 02:15:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3912: document default for *places* arg.
      ........
        r66525 | georg.brandl | 2008-09-21 02:17:00 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3916: fixes for docs wrt. Windows directory layout
      ........
        r66526 | georg.brandl | 2008-09-21 02:18:28 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3914: add //= to the augmented assign operators.
      ........
        r66529 | georg.brandl | 2008-09-21 02:24:11 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3901: bsddb fix.
      ........
        r66530 | georg.brandl | 2008-09-21 02:31:52 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3897: _collections now has an underscore.
      ........
        r66532 | georg.brandl | 2008-09-21 02:36:22 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Update readme and Makefile (web builder doesn't exist).
      ........
        r66535 | georg.brandl | 2008-09-21 03:03:21 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3918: note that uniform() args can be swapped.
      ........
        r66538 | georg.brandl | 2008-09-21 05:03:39 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Add "dist" target.
      ........
        r66544 | benjamin.peterson | 2008-09-21 16:27:51 -0500 (Sun, 21 Sep 2008) | 4 lines
      
        #3879 fix a regression in urllib.getproxies_environment
      
        reviewers: Benjamin, Georg
      ........
        r66546 | georg.brandl | 2008-09-21 17:31:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Fill out download page.
      ........
      d53d8db8
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions 66557 via svnmerge from · e29317ad
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66557 | benjamin.peterson | 2008-09-22 16:11:43 -0500 (Mon, 22 Sep 2008) | 1 line
      
        use the new threading properties for multiprocessing (reviewed by Jesse #3927)
      ........
      e29317ad
    • Andrew MacIntyre's avatar
      Merged revisions 66552-66553 via svnmerge from · 2215ea45
      Andrew MacIntyre authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66552 | andrew.macintyre | 2008-09-23 00:10:54 +1000 (Tue, 23 Sep 2008) | 5 lines
      
        should use macro'ed symbols not direct
      
        Part of source_os2emx.patch in issue 3868
        Reviewed by Amaury Forgeot d'Arc
      ........
        r66553 | andrew.macintyre | 2008-09-23 00:11:41 +1000 (Tue, 23 Sep 2008) | 5 lines
      
        any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
      
        Part of source_os2emx.patch in issue 3868
        Reviewed by Amaury Forgeot d'Arc
      ........
      2215ea45
    • Andrew MacIntyre's avatar
      Blocked revisions 66554 via svnmerge · 08906728
      Andrew MacIntyre authored
      ........
        r66554 | andrew.macintyre | 2008-09-23 00:23:45 +1000 (Tue, 23 Sep 2008) | 8 lines
      
        build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
      
        Part of source_os2emx.patch in issue 3868:
          Include/pystrcmp.h:  OS/2 has same C APIs as Windows
          Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test
      
        Reviewed by Amaury Forgeot d'Arc
      ........
      
      Reason for block: other work needs to be done for this platform - aimacintyre
      08906728
    • Andrew MacIntyre's avatar
    • Gerhard Häring's avatar
      Issue #3659: Values of string subclasses were not handled correctly when used · 7c52b0f6
      Gerhard Häring authored
      as bind parameters.
      
      Reviewed by Bejnamin Peterson.
      7c52b0f6
  5. 21 Sep, 2008 10 commits
  6. 20 Sep, 2008 1 commit
  7. 19 Sep, 2008 3 commits
  8. 18 Sep, 2008 6 commits
    • Benjamin Peterson's avatar
      Blocked revisions 66498,66502,66504,66506 via svnmerge · 078488cf
      Benjamin Peterson authored
      ........
        r66498 | mark.hammond | 2008-09-17 21:47:35 -0500 (Wed, 17 Sep 2008) | 4 lines
      
        On Windows, temporarily disable the bsddb test referenced in bug 3892.
        We do yell to stderr and the bug is marked as a blocker.
        Reviewed by barry in #python-dev.
      ........
        r66502 | mark.hammond | 2008-09-17 22:51:46 -0500 (Wed, 17 Sep 2008) | 3 lines
      
        avoid putting unicode objects in the environment causing
        later test failures.  As discussed on #python-dev
      ........
        r66504 | barry.warsaw | 2008-09-17 23:33:43 -0500 (Wed, 17 Sep 2008) | 1 line
      
        Bumping to 2.6rc2
      ........
        r66506 | barry.warsaw | 2008-09-18 00:34:31 -0500 (Thu, 18 Sep 2008) | 1 line
      
        done with 2.6rc2
      ........
      078488cf
    • Barry Warsaw's avatar
      ff3ed470
    • Barry Warsaw's avatar
      done with rc1 · a77ac27c
      Barry Warsaw authored
      a77ac27c
    • Barry Warsaw's avatar
      Tagging 3.0rc1 · 2ba08857
      Barry Warsaw authored
      2ba08857
    • Barry Warsaw's avatar
      Tagging 3.0rc1 · 2c2ca5f9
      Barry Warsaw authored
      2c2ca5f9
    • Barry Warsaw's avatar
      bumping to 3.0rc1 · 415f19fd
      Barry Warsaw authored
      415f19fd
  9. 17 Sep, 2008 1 commit