1. 06 Şub, 2010 2 kayıt (commit)
  2. 05 Şub, 2010 2 kayıt (commit)
  3. 04 Şub, 2010 3 kayıt (commit)
  4. 03 Şub, 2010 3 kayıt (commit)
  5. 02 Şub, 2010 3 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 77930 via svnmerge · 43238e56
      Tarek Ziadé yazdı
      ........
        r77930 | tarek.ziade | 2010-02-03 00:39:40 +0100 (Wed, 03 Feb 2010) | 1 line
      
        added a note in the whatsnew file for sysconfig
      ........
      43238e56
    • Antoine Pitrou's avatar
      Blocked revisions 77916 via svnmerge · 6f544ce0
      Antoine Pitrou yazdı
      ........
        r77916 | antoine.pitrou | 2010-02-02 23:36:17 +0100 (mar., 02 févr. 2010) | 4 lines
      
        Issue #7385: Fix a crash in `MemoryView_FromObject` when
        `PyObject_GetBuffer` fails.  Patch by Florent Xicluna.
      ........
      6f544ce0
    • Tarek Ziadé's avatar
      Blocked revisions 77914 via svnmerge · eb200417
      Tarek Ziadé yazdı
      ........
        r77914 | tarek.ziade | 2010-02-02 23:27:58 +0100 (Tue, 02 Feb 2010) | 1 line
      
        first version of the sysconfig module documentation
      ........
      eb200417
  6. 01 Şub, 2010 1 kayıt (commit)
  7. 31 Ock, 2010 4 kayıt (commit)
  8. 30 Ock, 2010 6 kayıt (commit)
  9. 29 Ock, 2010 3 kayıt (commit)
  10. 28 Ock, 2010 2 kayıt (commit)
  11. 27 Ock, 2010 8 kayıt (commit)
    • Antoine Pitrou's avatar
      Issue #6939: Fix file I/O objects in the `io` module to keep the original · ca5a06aa
      Antoine Pitrou yazdı
      file position when calling `truncate()`.  It would previously change the
      file position to the given argument, which goes against the tradition of
      `ftruncate()` and other truncation APIs.  Patch by Pascal Chambon.
      ca5a06aa
    • Antoine Pitrou's avatar
      Blocked revisions 77798 via svnmerge · f3330144
      Antoine Pitrou yazdı
      ........
        r77798 | antoine.pitrou | 2010-01-27 21:59:50 +0100 (mer., 27 janv. 2010) | 8 lines
      
        Issue #7610: Reworked implementation of the internal
        :class:`zipfile.ZipExtFile` class used to represent files stored inside
        an archive.  The new implementation is significantly faster and can
        be wrapped in a :class:`io.BufferedReader` object for more speedups.
        It also solves an issue where interleaved calls to `read()` and
        `readline()` give wrong results.  Patch by Nir Aides.
      ........
      f3330144
    • Benjamin Peterson's avatar
      Merged revisions 77788-77789 via svnmerge from · 3059caad
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77788 | benjamin.peterson | 2010-01-26 20:15:28 -0600 (Tue, 26 Jan 2010) | 1 line
      
        for UserDict to be compatible with abcs, it must subclass object
      ........
        r77789 | benjamin.peterson | 2010-01-26 20:16:42 -0600 (Tue, 26 Jan 2010) | 1 line
      
        raise a clear TypeError when trying to register a non-class
      ........
      3059caad
    • Eric Smith's avatar
      Blocked revisions 77784 via svnmerge · 01bd3ece
      Eric Smith yazdı
      ........
        r77784 | eric.smith | 2010-01-26 21:06:25 -0500 (Tue, 26 Jan 2010) | 1 line
      
        Added named (but not numbered) attributes to sys.getwindowsversion() test.
      ........
      01bd3ece
    • Eric Smith's avatar
      Blocked revisions 77775 via svnmerge · df50be36
      Eric Smith yazdı
      ........
        r77775 | eric.smith | 2010-01-26 20:21:15 -0500 (Tue, 26 Jan 2010) | 1 line
      
        Switch to test_support.get_attribute.
      ........
      df50be36
    • Eric Smith's avatar
      Blocked revisions 77771 via svnmerge · 2858c13e
      Eric Smith yazdı
      ........
        r77771 | eric.smith | 2010-01-26 19:58:43 -0500 (Tue, 26 Jan 2010) | 1 line
      
        Removed unneeded test.
      ........
      2858c13e
    • Eric Smith's avatar
      Blocked revisions 77767 via svnmerge · 5f1bd346
      Eric Smith yazdı
      ........
        r77767 | eric.smith | 2010-01-26 19:55:16 -0500 (Tue, 26 Jan 2010) | 1 line
      
        Fix type on getwindowsversion documentation. Thanks Taggnostr.
      ........
      5f1bd346
    • Eric Smith's avatar
      Blocked revisions 77763 via svnmerge · 0e57b3ec
      Eric Smith yazdı
      ........
        r77763 | eric.smith | 2010-01-26 19:28:29 -0500 (Tue, 26 Jan 2010) | 1 line
      
        Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type.
      ........
      0e57b3ec
  12. 26 Ock, 2010 3 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 77761 via svnmerge · d28ffe75
      Tarek Ziadé yazdı
      ........
        r77761 | tarek.ziade | 2010-01-26 23:46:15 +0100 (Tue, 26 Jan 2010) | 1 line
      
        added local get_platform/set_platform APIs in distutils.sysconfig
      ........
      d28ffe75
    • Tarek Ziadé's avatar
      Blocked revisions 77759 via svnmerge · 0e93ee23
      Tarek Ziadé yazdı
      ........
        r77759 | tarek.ziade | 2010-01-26 22:21:54 +0100 (Tue, 26 Jan 2010) | 1 line
      
        reintroduced the names in Distutils for APIs that were relocated
      ........
      0e93ee23
    • Tarek Ziadé's avatar
      Blocked revisions 77756 via svnmerge · 29a18b8c
      Tarek Ziadé yazdı
      ........
        r77756 | tarek.ziade | 2010-01-26 18:20:37 +0100 (Tue, 26 Jan 2010) | 1 line
      
        fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
      ........
      29a18b8c