1. 23 Eyl, 2008 3 kayıt (commit)
  2. 22 Eyl, 2008 7 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 9bc9351c
      Benjamin Peterson yazdı
      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.
      ........
      9bc9351c
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions 66557 via svnmerge from · 07317b12
      Benjamin Peterson yazdı
      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)
      ........
      07317b12
    • Andrew MacIntyre's avatar
      Merged revisions 66552-66553 via svnmerge from · 4561257c
      Andrew MacIntyre yazdı
      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
      ........
      4561257c
    • Andrew MacIntyre's avatar
      Blocked revisions 66554 via svnmerge · a74e4bf4
      Andrew MacIntyre yazdı
      ........
        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
      a74e4bf4
    • Andrew MacIntyre's avatar
    • Gerhard Häring's avatar
      Issue #3659: Values of string subclasses were not handled correctly when used · 6117f423
      Gerhard Häring yazdı
      as bind parameters.
      
      Reviewed by Bejnamin Peterson.
      6117f423
  3. 21 Eyl, 2008 10 kayıt (commit)
  4. 20 Eyl, 2008 1 kayıt (commit)
  5. 19 Eyl, 2008 3 kayıt (commit)
  6. 18 Eyl, 2008 6 kayıt (commit)
  7. 17 Eyl, 2008 2 kayıt (commit)
    • Benjamin Peterson's avatar
      shut up a few sphinx warnings · f2fa87b0
      Benjamin Peterson yazdı
      f2fa87b0
    • Benjamin Peterson's avatar
      Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from · 5478b473
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66457 | antoine.pitrou | 2008-09-13 15:30:30 -0500 (Sat, 13 Sep 2008) | 5 lines
      
        Issue #3850: Misc/find_recursionlimit.py was broken.
      
        Reviewed by A.M. Kuchling.
      ........
        r66458 | benjamin.peterson | 2008-09-13 17:54:43 -0500 (Sat, 13 Sep 2008) | 1 line
      
        fix a name issue; note all doc files should be encoded in utf8
      ........
        r66459 | benjamin.peterson | 2008-09-14 11:02:22 -0500 (Sun, 14 Sep 2008) | 1 line
      
        clarify that radix for int is not 'guessed'
      ........
        r66465 | skip.montanaro | 2008-09-14 21:03:05 -0500 (Sun, 14 Sep 2008) | 3 lines
      
        Review usage.  Fix a mistake in the new-style class definition.  Add a
        couple new definitions (CPython and virtual machine).
      ........
        r66466 | skip.montanaro | 2008-09-14 21:19:53 -0500 (Sun, 14 Sep 2008) | 2 lines
      
        Pick up a few more definitions from the glossary on the wiki.
      ........
        r66467 | benjamin.peterson | 2008-09-14 21:53:23 -0500 (Sun, 14 Sep 2008) | 1 line
      
        mention that object.__init__ no longer takes arbitrary args and kwargs
      ........
        r66468 | andrew.kuchling | 2008-09-15 08:08:32 -0500 (Mon, 15 Sep 2008) | 1 line
      
        Rewrite item a bit
      ........
        r66483 | georg.brandl | 2008-09-16 05:17:45 -0500 (Tue, 16 Sep 2008) | 2 lines
      
        Fix typo.
      ........
        r66484 | benjamin.peterson | 2008-09-16 16:20:28 -0500 (Tue, 16 Sep 2008) | 2 lines
      
        be less wordy
      ........
        r66485 | georg.brandl | 2008-09-17 03:45:54 -0500 (Wed, 17 Sep 2008) | 2 lines
      
        #3888: add some deprecated modules in whatsnew.
      ........
        r66487 | skip.montanaro | 2008-09-17 06:50:36 -0500 (Wed, 17 Sep 2008) | 2 lines
      
        usage
      ........
        r66488 | andrew.kuchling | 2008-09-17 07:57:04 -0500 (Wed, 17 Sep 2008) | 1 line
      
        Markup fixes
      ........
        r66489 | andrew.kuchling | 2008-09-17 07:58:22 -0500 (Wed, 17 Sep 2008) | 2 lines
      
        Remove comment about improvement: pystone is about the same, and
        the improvements seem to be difficult to quantify
      ........
        r66490 | andrew.kuchling | 2008-09-17 08:04:53 -0500 (Wed, 17 Sep 2008) | 1 line
      
        Note sqlite3 version; move item
      ........
        r66491 | benjamin.peterson | 2008-09-17 16:54:56 -0500 (Wed, 17 Sep 2008) | 1 line
      
        document compileall command flags
      ........
      5478b473
  8. 16 Eyl, 2008 4 kayıt (commit)
  9. 15 Eyl, 2008 3 kayıt (commit)
  10. 14 Eyl, 2008 1 kayıt (commit)