1. 10 Dec, 2009 4 commits
  2. 08 Dec, 2009 4 commits
    • Ronald Oussoren's avatar
      Remove documentation for the no longer existing 'Python IDE' · a7453c20
      Ronald Oussoren authored
      from the Python.app bundle on OSX.
      
      This fixes Issue7437, the documentation contained filenames that
      broke the installer on OSX 10.3.
      a7453c20
    • Antoine Pitrou's avatar
      Blocked revisions 76708 via svnmerge · e96cc4a2
      Antoine Pitrou authored
      ........
        r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines
      
        Issue #6986: Fix crash in the JSON C accelerator when called with the
        wrong parameter types.  Patch by Victor Stinner.
      ........
      e96cc4a2
    • Tarek Ziadé's avatar
      Blocked revisions 76704 via svnmerge · 458baae9
      Tarek Ziadé authored
      ........
        r76704 | tarek.ziade | 2009-12-08 10:39:51 +0100 (Tue, 08 Dec 2009) | 1 line
      
        removed the usage of rfc822 in favor of email.message.Message
      ........
      458baae9
    • Tarek Ziadé's avatar
      Blocked revisions 76702 via svnmerge · 2e5425fd
      Tarek Ziadé authored
      ........
        r76702 | tarek.ziade | 2009-12-08 09:56:49 +0100 (Tue, 08 Dec 2009) | 1 line
      
        Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
      ........
      2e5425fd
  3. 06 Dec, 2009 1 commit
  4. 04 Dec, 2009 3 commits
  5. 03 Dec, 2009 2 commits
  6. 02 Dec, 2009 2 commits
  7. 30 Nov, 2009 3 commits
  8. 29 Nov, 2009 2 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76588 via svnmerge · 6d1b7780
      Tarek Ziadé authored
      ........
        r76588 | tarek.ziade | 2009-11-29 23:20:30 +0100 (Sun, 29 Nov 2009) | 1 line
      
        Fixed #7408: dropped group ownership checking because it relies on os-specific rules
      ........
      6d1b7780
    • Eric Smith's avatar
      Blocked revisions 76583 via svnmerge · 090cad60
      Eric Smith authored
      ........
        r76583 | eric.smith | 2009-11-29 12:40:57 -0500 (Sun, 29 Nov 2009) | 1 line
      
        Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
      ........
      090cad60
  9. 28 Nov, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 76575 via svnmerge from · 15bf682e
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76575 | mark.dickinson | 2009-11-28 16:32:27 +0000 (Sat, 28 Nov 2009) | 5 lines
      
        Issue #1678380: When distinguishing between -0.0 and 0.0 in
        compiler_add_o, use copysign instead of examining the first and last
        bytes of the double.  The latter method fails for little-endian
        ARM, OABI, where doubles are little-endian but with the words swapped.
      ........
      15bf682e
    • Mark Dickinson's avatar
      Blocked revisions 76568 via svnmerge · 55cf06bc
      Mark Dickinson authored
      ........
        r76568 | mark.dickinson | 2009-11-28 13:13:13 +0000 (Sat, 28 Nov 2009) | 1 line
      
        Multiprocessing configure checks don't need LIBM
      ........
      55cf06bc
    • Mark Dickinson's avatar
      Blocked revisions 76432,76558 via svnmerge · 37e259ae
      Mark Dickinson authored
      ........
        r76432 | mark.dickinson | 2009-11-20 19:30:22 +0000 (Fri, 20 Nov 2009) | 5 lines
      
        Issue #7272:  Add configure test to detect whether sem_open works
        properly, and use this to skip test_multiprocessing on platforms
        where sem_open raises a signal.  This should fix some FreeBSD buildbot
        failures for test_multiprocessing.
      ........
        r76558 | mark.dickinson | 2009-11-28 10:44:20 +0000 (Sat, 28 Nov 2009) | 4 lines
      
        Issue #7272, continued:  don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
        to indicate that semaphores aren't available;  define a new variable
        POSIX_SEMAPHORES_NOT_ENABLED instead.
      ........
      37e259ae
    • Mark Dickinson's avatar
      Blocked revisions 76561 via svnmerge · 26164423
      Mark Dickinson authored
      ........
        r76561 | mark.dickinson | 2009-11-28 12:30:36 +0000 (Sat, 28 Nov 2009) | 5 lines
      
        Include ieeefp.h (when available) in pyport.h instead of individually in
        Objects/floatobject.c and Objects/complexobject.c.  This should silence
        compiler warnings about implicit declaration of the 'finite' function
        on Solaris.
      ........
      26164423
  10. 27 Nov, 2009 1 commit
  11. 25 Nov, 2009 1 commit
  12. 24 Nov, 2009 5 commits
    • Mark Dickinson's avatar
      Blocked revisions 76502 via svnmerge · 42eb5674
      Mark Dickinson authored
      ........
        r76502 | mark.dickinson | 2009-11-24 20:51:48 +0000 (Tue, 24 Nov 2009) | 3 lines
      
        Issue #7228:  Fix format mismatch when printing something of type off_t.
        (Should silence some compiler warnings.)
      ........
      42eb5674
    • Alexandre Vassalotti's avatar
      Merged revisions 76499 via svnmerge from · 52481d8f
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76499 | alexandre.vassalotti | 2009-11-24 12:53:23 -0500 (Tue, 24 Nov 2009) | 9 lines
      
        Issue 7128: Removed reference to the non-existent copyreg module.
      
        The reference to copyreg was a unnoticed leftover from the compatibility
        support for the grand renaming of the standard library in Python 3. The
        compatibility support was reverted in r63493, but not completely as this
        patch shows.
      
        Based on a patch by Amaury Forgeot d'Arc.
      ........
      52481d8f
    • Mark Dickinson's avatar
      Blocked revisions 76495 via svnmerge · e5946764
      Mark Dickinson authored
      ........
        r76495 | mark.dickinson | 2009-11-24 15:12:20 +0000 (Tue, 24 Nov 2009) | 2 lines
      
        Issue #7117:  Update float formatting testcases to match those in py3k.
      ........
      e5946764
    • Mark Dickinson's avatar
      Blocked revisions 76489 via svnmerge · 0a86b588
      Mark Dickinson authored
      ........
        r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line
      
        Fix some documentation examples involving the repr of a float.
      ........
      0a86b588
    • Mark Dickinson's avatar
      Blocked revisions 76483 via svnmerge · b16ecede
      Mark Dickinson authored
      ........
        r76483 | mark.dickinson | 2009-11-24 10:54:58 +0000 (Tue, 24 Nov 2009) | 2 lines
      
        round(0, "ermintrude") succeeded instead of producing a TypeError.  Fix this.
      ........
      b16ecede
  13. 23 Nov, 2009 6 commits
  14. 22 Nov, 2009 1 commit
    • Lars Gustäbel's avatar
      Blocked revisions 76443 via svnmerge · 8be746db
      Lars Gustäbel authored
      ........
        r76443 | lars.gustaebel | 2009-11-22 19:30:53 +0100 (Sun, 22 Nov 2009) | 24 lines
      
        Issue #6123: Fix opening empty archives and files.
      
        (Note that an empty archive is not the same as an empty file. An
        empty archive contains no members and is correctly terminated with an
        EOF block full of zeros. An empty file contains no data at all.)
      
        The problem was that although tarfile was able to create empty
        archives, it failed to open them raising a ReadError. On the other
        hand, tarfile opened empty files without error in most read modes and
        presented them as empty archives. (However, some modes still raised
        errors: "r|gz" raised ReadError, but "r:gz" worked, "r:bz2" even
        raised EOFError.)
      
        In order to get a more fine-grained control over the various internal
        error conditions I now split up the HeaderError exception into a
        number of meaningful sub-exceptions. This makes it easier in the
        TarFile.next() method to react to the different conditions in the
        correct way.
      
        The visible change in its behaviour now is that tarfile will open
        empty archives correctly and raise ReadError consistently for empty
        files.
      ........
      8be746db
  15. 21 Nov, 2009 1 commit