1. 02 Dec, 2007 9 commits
  2. 01 Dec, 2007 3 commits
    • Christian Heimes's avatar
    • Georg Brandl's avatar
      7e9df35b
    • Christian Heimes's avatar
      Merged revisions 59245-59254 via svnmerge from · 93852660
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59245 | georg.brandl | 2007-11-30 23:04:45 +0100 (Fri, 30 Nov 2007) | 2 lines
      
        Move lchmod() docs to correct place, and add versionadded tags.
      ........
        r59249 | christian.heimes | 2007-11-30 23:36:10 +0100 (Fri, 30 Nov 2007) | 2 lines
      
        Backport of -r59242:59246 from py3k
        Fixed problem with regrtest caused by the additional of objects to _abcoll.
      ........
        r59253 | christian.heimes | 2007-12-01 02:03:20 +0100 (Sat, 01 Dec 2007) | 1 line
      
        Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro.
      ........
        r59254 | christian.heimes | 2007-12-01 12:20:10 +0100 (Sat, 01 Dec 2007) | 3 lines
      
        Feature #1534
        Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API.
        Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
      ........
      93852660
  3. 30 Nov, 2007 12 commits
  4. 29 Nov, 2007 7 commits
  5. 28 Nov, 2007 6 commits
  6. 27 Nov, 2007 3 commits
    • Georg Brandl's avatar
      #1496: revert str.translate() to the old version, and add · ceee0773
      Georg Brandl authored
      str.maketrans() to make a table in a more comfortable way.
      ceee0773
    • Christian Heimes's avatar
      Merged revisions 59193-59201 via svnmerge from · 45f9af34
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59195 | facundo.batista | 2007-11-27 19:50:12 +0100 (Tue, 27 Nov 2007) | 4 lines
      
      
        Moved the errno import from inside the functions to the
        module level.  Fixes issue 1755179.
      ........
        r59199 | christian.heimes | 2007-11-27 22:28:40 +0100 (Tue, 27 Nov 2007) | 1 line
      
        Backport of changes to PCbuild9 from the py3k branch
      ........
        r59200 | christian.heimes | 2007-11-27 22:34:01 +0100 (Tue, 27 Nov 2007) | 1 line
      
        Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
      ........
        r59201 | christian.heimes | 2007-11-27 22:35:44 +0100 (Tue, 27 Nov 2007) | 1 line
      
        Added a deprecation warning to the 'new' module.
      ........
      45f9af34
    • Georg Brandl's avatar
      Rewrap error message. · 1c280ab7
      Georg Brandl authored
      1c280ab7