1. 02 Ock, 2008 4 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59642-59665 via svnmerge from · 57dddfbb
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59653 | martin.v.loewis | 2008-01-01 22:05:17 +0100 (Tue, 01 Jan 2008) | 3 lines
      
        Return results from Python callbacks to Tcl as Tcl objects.
        Fixes Tk issue #1851526
      ........
        r59654 | martin.v.loewis | 2008-01-01 22:08:18 +0100 (Tue, 01 Jan 2008) | 4 lines
      
        Always convert Text.index result to string.
        This improves compatibility with Tcl 8.5, which would
        otherwise return textindex objects.
      ........
        r59655 | martin.v.loewis | 2008-01-01 22:09:07 +0100 (Tue, 01 Jan 2008) | 2 lines
      
        News item for r59653.
      ........
        r59656 | martin.v.loewis | 2008-01-02 00:00:00 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Don't link with Tix; Tix is loaded dynamically by Tcl.
      ........
        r59657 | martin.v.loewis | 2008-01-02 00:00:48 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Use Visual Studio 2009 on the build slaves.
      ........
        r59658 | martin.v.loewis | 2008-01-02 00:36:24 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Test in PCbuild directory.
      ........
        r59661 | kurt.kaiser | 2008-01-02 05:11:28 +0100 (Wed, 02 Jan 2008) | 6 lines
      
        Issue1177
        r58207 and r58247 patch logic is reversed.  I noticed this when I
        tried to use urllib to retrieve a file which required auth.
      
        Fix that and add a test for 401 error to verify.
      ........
        r59662 | kurt.kaiser | 2008-01-02 06:23:38 +0100 (Wed, 02 Jan 2008) | 2 lines
      
        Change docstrings to comments so test output will display normally.
      ........
        r59665 | christian.heimes | 2008-01-02 18:43:40 +0100 (Wed, 02 Jan 2008) | 5 lines
      
        Removed PCbuild8/ directory and added a new build directory for VS 2005
        based on the VS 2008 build directory to PC/VS8.0. The script
        PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
      
        Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
      ........
      57dddfbb
    • Christian Heimes's avatar
      Fixed merge accident · ba3febcb
      Christian Heimes yazdı
      ba3febcb
    • Guido van Rossum's avatar
      7c086c00
    • Guido van Rossum's avatar
      Fix issue #1707. When raw_input() was removed, it was incorrectly replaced · 83210b9e
      Guido van Rossum yazdı
      with sys.stdin.readline().  I wonder how many other places are affected
      by the same bug?
      83210b9e
  2. 01 Ock, 2008 3 kayıt (commit)
    • Guido van Rossum's avatar
    • Christian Heimes's avatar
      Merged revisions 59628-59641 via svnmerge from · d9a4d1d5
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59631 | christian.heimes | 2007-12-31 20:16:56 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fixed path
      ........
        r59632 | christian.heimes | 2007-12-31 20:20:57 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fixed path to _ssl.c in Windows make file
      ........
        r59633 | christian.heimes | 2007-12-31 20:23:22 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fixed path to _ssl.c in Windows make file, take two
      ........
        r59634 | christian.heimes | 2007-12-31 20:25:22 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fixed path to _ssl.c in Windows make file, take three ...
      ........
        r59635 | neal.norwitz | 2008-01-01 00:48:47 +0100 (Tue, 01 Jan 2008) | 1 line
      
        Fix refleak
      ........
        r59637 | guido.van.rossum | 2008-01-01 05:15:29 +0100 (Tue, 01 Jan 2008) | 5 lines
      
        Fix an odd error which would only occur close to new year's eve, due
        to use of datetime.datetime.now() instead of utcnow() for comparison.
        (I think the test can still fail if it's executed pretty much *at*
        new year's eve, but that's not worth fixing.)
      ........
        r59638 | christian.heimes | 2008-01-01 14:40:26 +0100 (Tue, 01 Jan 2008) | 1 line
      
        MSI uses back slashes as path separators
      ........
        r59639 | christian.heimes | 2008-01-01 14:52:57 +0100 (Tue, 01 Jan 2008) | 1 line
      
        Added new wininst files to msi.py and adjusted some paths
      ........
        r59640 | christian.heimes | 2008-01-01 14:58:16 +0100 (Tue, 01 Jan 2008) | 1 line
      
        The root of the project is two levels up from PC/VS7.1
      ........
        r59641 | christian.heimes | 2008-01-01 15:37:32 +0100 (Tue, 01 Jan 2008) | 1 line
      
        Added support for new Windows build dirs in PC/ to distutils.sysconfig
      ........
      d9a4d1d5
    • Guido van Rossum's avatar
      Merge changes from 59576 from trunk to p3yk branch; these were skipped · f5243f07
      Guido van Rossum yazdı
      in the regular merge.  Fixes issue #1693.
      f5243f07
  3. 31 Ara, 2007 6 kayıt (commit)
    • Christian Heimes's avatar
      Removed doubledigit from Makefile · a9de06d2
      Christian Heimes yazdı
      a9de06d2
    • Christian Heimes's avatar
      Fixed svn merge issues · b6b3ecc1
      Christian Heimes yazdı
      b6b3ecc1
    • Christian Heimes's avatar
      Merged revisions 59625-59627 via svnmerge from · 41be35d0
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59627 | christian.heimes | 2007-12-31 17:17:13 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fixed include paths of PC/VS7.1
      ........
      41be35d0
    • Christian Heimes's avatar
      Fixed svn:ignore · 7a001bca
      Christian Heimes yazdı
      7a001bca
    • Christian Heimes's avatar
      Merged revisions 59605-59624 via svnmerge from · 5b5e81c6
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines
      
        Some cleanup in the docs.
      ........
        r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines
      
        Bug #1699: Define _BSD_SOURCE only on OpenBSD.
      ........
        r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line
      
        Simpler documentation for itertools.tee().  Should be backported.
      ........
        r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line
      
        Improve docs for itertools.groupby().  The use of xrange(0) to create a unique object is less obvious than object().
      ........
        r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines
      
        Added wininst-9.0.exe executable for VS 2008
        Integrated bdist_wininst into PCBuild9 directory
      ........
        r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Moved PCbuild directory to PC/VS7.1
      ........
        r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fix paths for build bot
      ........
        r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fix paths for build bot, part 2
      ........
        r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Renamed PCBuild9 directory to PCBuild
      ........
      5b5e81c6
    • Christian Heimes's avatar
      Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will… · 862543aa
      Christian Heimes yazdı
      Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd
      862543aa
  4. 29 Ara, 2007 2 kayıt (commit)
  5. 28 Ara, 2007 3 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59595-59604 via svnmerge from · 9a37159e
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59596 | brett.cannon | 2007-12-24 20:58:25 +0100 (Mon, 24 Dec 2007) | 4 lines
      
        Fix the docstrings of time.localtime() and gmtime() for the tm_mday field.
      
        Will backport.
      ........
        r59598 | brett.cannon | 2007-12-25 00:43:30 +0100 (Tue, 25 Dec 2007) | 3 lines
      
        Make trailing whitespace explicit (including when it is an all-whitespace
        line).
      ........
        r59599 | brett.cannon | 2007-12-25 01:14:34 +0100 (Tue, 25 Dec 2007) | 7 lines
      
        Actually execute the tests for the getter/setter/deleter tests on properties.
        Also fix the test by having the test classes inherit from object.
      
        Are the getter/setter/deleter attributes supposed to be able to chain?  As of
        right now they can't as the property tries to call what the property returns,
        which is another property when they are chained.
      ........
        r59600 | brett.cannon | 2007-12-25 07:44:59 +0100 (Tue, 25 Dec 2007) | 2 lines
      
        Remove a straggling debugging print line.
      ........
        r59604 | kurt.kaiser | 2007-12-28 05:18:01 +0100 (Fri, 28 Dec 2007) | 2 lines
      
        Configure Dialog: improved layout for keybinding.  Patch 1457 Tal Einat.
      ........
      9a37159e
    • Kurt B. Kaiser's avatar
      f609a345
    • Alexandre Vassalotti's avatar
      Fix the reset() method of IncrementalNewlineDecoder to · c3d7fe0d
      Alexandre Vassalotti yazdı
      also reset self.seennl.
      c3d7fe0d
  6. 24 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59565-59594 via svnmerge from · 5fb7c2ad
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59568 | facundo.batista | 2007-12-19 13:53:01 +0100 (Wed, 19 Dec 2007) | 3 lines
      
      
        Some minor cleanups.  Thanks Mark Dickinson.
      ........
        r59573 | raymond.hettinger | 2007-12-19 19:13:31 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes.
      ........
        r59574 | guido.van.rossum | 2007-12-19 20:41:06 +0100 (Wed, 19 Dec 2007) | 7 lines
      
        Patch #1583 by Adam Olsen.
      
        This adds signal.set_wakeup_fd(fd) which sets a file descriptor to
        which a zero byte will be written whenever a C exception handler runs.
      
        I added a simple C API as well, PySignal_SetWakeupFd(fd).
      ........
        r59575 | raymond.hettinger | 2007-12-19 23:14:34 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Bigger range for non-extended opargs.
      ........
        r59576 | guido.van.rossum | 2007-12-19 23:51:13 +0100 (Wed, 19 Dec 2007) | 5 lines
      
        Patch #1549 by Thomas Herve.
        This changes the rules for when __hash__ is inherited slightly,
        by allowing it to be inherited when one or more of __lt__, __le__,
        __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
      ........
        r59577 | raymond.hettinger | 2007-12-20 02:25:05 +0100 (Thu, 20 Dec 2007) | 1 line
      
        Add comments
      ........
        r59578 | brett.cannon | 2007-12-20 11:09:52 +0100 (Thu, 20 Dec 2007) | 3 lines
      
        Add tests for the warnings module; specifically formatwarning and showwarning.
        Still need tests for warn_explicit and simplefilter.
      ........
        r59582 | guido.van.rossum | 2007-12-20 18:28:10 +0100 (Thu, 20 Dec 2007) | 2 lines
      
        Patch #1672 by Joseph Armbruster.  Use tempdir() to get a temporary directory.
      ........
        r59584 | georg.brandl | 2007-12-20 22:03:02 +0100 (Thu, 20 Dec 2007) | 2 lines
      
        Fix refleak introduced in r59576.
      ........
        r59586 | guido.van.rossum | 2007-12-21 00:48:28 +0100 (Fri, 21 Dec 2007) | 4 lines
      
        Improve performance of built-in any()/all() by avoiding PyIter_Next() --
        using a trick found in ifilter().
        Feel free to backport to 2.5.
      ........
        r59591 | andrew.kuchling | 2007-12-22 18:27:02 +0100 (Sat, 22 Dec 2007) | 1 line
      
        Add item
      ........
      5fb7c2ad
  7. 21 Ara, 2007 4 kayıt (commit)
  8. 20 Ara, 2007 5 kayıt (commit)
  9. 19 Ara, 2007 2 kayıt (commit)
    • Christian Heimes's avatar
    • Christian Heimes's avatar
      Merged revisions 59541-59561 via svnmerge from · 99170a5d
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59544 | raymond.hettinger | 2007-12-18 01:13:45 +0100 (Tue, 18 Dec 2007) | 1 line
      
        Add more namedtuple() test cases.  Neaten the code and comments.
      ........
        r59545 | christian.heimes | 2007-12-18 04:38:03 +0100 (Tue, 18 Dec 2007) | 3 lines
      
        Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1)
      
        Amaury's ideas works great. Should we build the Python core with WINVER=0x0500 and _WIN32_WINNT=0x0500, too?
      ........
        r59546 | christian.heimes | 2007-12-18 10:00:13 +0100 (Tue, 18 Dec 2007) | 1 line
      
        Make it a bit easier to test Tcl/Tk and idle from a build dir.
      ........
        r59547 | christian.heimes | 2007-12-18 10:12:10 +0100 (Tue, 18 Dec 2007) | 1 line
      
        Removed several unused files from the PCbuild9 directory. They are relics from the past.
      ........
        r59548 | raymond.hettinger | 2007-12-18 19:26:18 +0100 (Tue, 18 Dec 2007) | 29 lines
      
        Speed-up dictionary constructor by about 10%.
      
        New opcode, STORE_MAP saves the compiler from awkward stack manipulations
        and specializes for dicts using PyDict_SetItem instead of PyObject_SetItem.
      
        Old disassembly:
                      0 BUILD_MAP                0
                      3 DUP_TOP
                      4 LOAD_CONST               1 (1)
                      7 ROT_TWO
                      8 LOAD_CONST               2 ('x')
                     11 STORE_SUBSCR
                     12 DUP_TOP
                     13 LOAD_CONST               3 (2)
                     16 ROT_TWO
                     17 LOAD_CONST               4 ('y')
                     20 STORE_SUBSCR
      
        New disassembly:
                      0 BUILD_MAP                0
                      3 LOAD_CONST               1 (1)
                      6 LOAD_CONST               2 ('x')
                      9 STORE_MAP
                     10 LOAD_CONST               3 (2)
                     13 LOAD_CONST               4 ('y')
                     16 STORE_MAP
      ........
        r59549 | thomas.heller | 2007-12-18 20:00:34 +0100 (Tue, 18 Dec 2007) | 2 lines
      
        Issue #1642: Fix segfault in ctypes when trying to delete attributes.
      ........
        r59551 | guido.van.rossum | 2007-12-18 21:10:42 +0100 (Tue, 18 Dec 2007) | 2 lines
      
        Issue #1645 by Alberto Bertogli.  Fix a comment.
      ........
        r59553 | raymond.hettinger | 2007-12-18 22:24:09 +0100 (Tue, 18 Dec 2007) | 12 lines
      
        Give meaning to the oparg for BUILD_MAP:  estimated size of the dictionary.
      
        Allows dictionaries to be pre-sized (upto 255 elements) saving time lost
        to re-sizes with their attendant mallocs and re-insertions.
      
        Has zero effect on small dictionaries (5 elements or fewer), a slight
        benefit for dicts upto 22 elements (because they had to resize once
        anyway), and more benefit for dicts upto 255 elements (saving multiple
        resizes during the build-up and reducing the number of collisions on
        the first insertions).  Beyond 255 elements, there is no addional benefit.
      ........
        r59554 | christian.heimes | 2007-12-18 22:56:09 +0100 (Tue, 18 Dec 2007) | 1 line
      
        Fixed #1649: IDLE error: dictionary changed size during iteration
      ........
        r59557 | raymond.hettinger | 2007-12-18 23:21:27 +0100 (Tue, 18 Dec 2007) | 1 line
      
        Simplify and speedup _asdict() for named tuples.
      ........
        r59558 | christian.heimes | 2007-12-19 00:22:54 +0100 (Wed, 19 Dec 2007) | 3 lines
      
        Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
      
        The patch unifies float("inf") and repr(float("inf")) on all platforms.
      ........
        r59559 | raymond.hettinger | 2007-12-19 00:51:15 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Users demand iterable input for named tuples. The author capitulates.
      ........
        r59560 | raymond.hettinger | 2007-12-19 01:21:06 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Beef-up tests for dict literals
      ........
        r59561 | raymond.hettinger | 2007-12-19 01:27:21 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Zap a duplicate line
      ........
      99170a5d
  10. 17 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59512-59540 via svnmerge from · 2c181616
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59513 | raymond.hettinger | 2007-12-15 01:07:25 +0100 (Sat, 15 Dec 2007) | 6 lines
      
        Optimize PyList_AsTuple(). Improve cache performance by doing the
        pointer copy and object increment in one pass.  For small lists,
        save the overhead of the call to memcpy() -- this comes up in
        calls like f(*listcomp).
      ........
        r59519 | christian.heimes | 2007-12-15 06:38:35 +0100 (Sat, 15 Dec 2007) | 2 lines
      
        Fixed #1624: Remove output comparison for test_pep277
        I had to modify Brett's patch slightly.
      ........
        r59520 | georg.brandl | 2007-12-15 10:34:59 +0100 (Sat, 15 Dec 2007) | 2 lines
      
        Add note about future import needed for with statement.
      ........
        r59522 | georg.brandl | 2007-12-15 10:36:37 +0100 (Sat, 15 Dec 2007) | 2 lines
      
        Argh, wrong version.
      ........
        r59524 | georg.brandl | 2007-12-16 12:06:09 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Dummy commit to investigate #1617.
      ........
        r59525 | georg.brandl | 2007-12-16 12:21:48 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Revert dummy commit now that the build slave is building.
      ........
        r59527 | georg.brandl | 2007-12-16 16:47:46 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Remove orphaned footnote reference.
      ........
        r59528 | georg.brandl | 2007-12-16 16:53:49 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Remove gratuitous unicode character.
      ........
        r59529 | georg.brandl | 2007-12-16 16:59:19 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Remove another unnecessary Unicode character.
      ........
        r59530 | georg.brandl | 2007-12-16 17:00:36 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Remove curious space-like characters.
      ........
        r59532 | georg.brandl | 2007-12-16 20:36:51 +0100 (Sun, 16 Dec 2007) | 2 lines
      
        Adapt conf.py to new option names.
      ........
        r59533 | christian.heimes | 2007-12-16 22:39:43 +0100 (Sun, 16 Dec 2007) | 1 line
      
        Fixed #1638: %zd configure test fails on Linux
      ........
        r59536 | georg.brandl | 2007-12-17 00:11:16 +0100 (Mon, 17 Dec 2007) | 2 lines
      
        Simplify.
      ........
        r59537 | georg.brandl | 2007-12-17 00:13:29 +0100 (Mon, 17 Dec 2007) | 2 lines
      
        Use PEP 8.
      ........
        r59539 | georg.brandl | 2007-12-17 00:15:07 +0100 (Mon, 17 Dec 2007) | 2 lines
      
        Don't use quotes for non-string code.
      ........
        r59540 | facundo.batista | 2007-12-17 15:18:42 +0100 (Mon, 17 Dec 2007) | 4 lines
      
      
        Removed the private _rounding_decision: it was not needed, and the code
        is now simpler.  Thanks Mark Dickinson.
      ........
      2c181616
  11. 15 Ara, 2007 3 kayıt (commit)
    • Georg Brandl's avatar
      Fix sys.maxsize docs. · 33770554
      Georg Brandl yazdı
      33770554
    • Christian Heimes's avatar
      Fixed #1630 · 2d378ab5
      Christian Heimes yazdı
      sys.maxint was still documented and sys.float_info an sys.subversion were missing
      2d378ab5
    • Christian Heimes's avatar
      Merged revisions 59488-59511 via svnmerge from · 0449f63f
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59489 | christian.heimes | 2007-12-14 03:33:57 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Silence a warning about an unsed variable in debug builds
      ........
        r59490 | christian.heimes | 2007-12-14 03:35:23 +0100 (Fri, 14 Dec 2007) | 2 lines
      
        Fixed bug #1620: New @spam.getter property syntax modifies the property in place.
        I added also the feature that a @prop.getter decorator does not overwrite the doc string of the property if it was given as an argument to property().
      ........
        r59491 | raymond.hettinger | 2007-12-14 03:49:47 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Cleaner method naming convention
      ........
        r59492 | christian.heimes | 2007-12-14 04:02:34 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
      ........
        r59493 | christian.heimes | 2007-12-14 05:38:13 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Fixed warning in ssl module
      ........
        r59500 | raymond.hettinger | 2007-12-14 19:08:20 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Add line spacing for readability
      ........
        r59501 | raymond.hettinger | 2007-12-14 19:12:21 +0100 (Fri, 14 Dec 2007) | 3 lines
      
        Update method names for named tuples.
      ........
        r59503 | georg.brandl | 2007-12-14 20:03:36 +0100 (Fri, 14 Dec 2007) | 3 lines
      
        Add a section about nested listcomps to the tutorial.
        Thanks to Ian Bruntlett and Robert Lehmann.
      ........
        r59504 | raymond.hettinger | 2007-12-14 20:19:59 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Faster and simpler _replace() method
      ........
        r59505 | raymond.hettinger | 2007-12-14 22:51:50 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Add usage note
      ........
        r59507 | andrew.kuchling | 2007-12-14 23:41:18 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Remove warning about URL
      ........
        r59510 | andrew.kuchling | 2007-12-14 23:52:36 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Bump the version number, and make a few small edits
      ........
        r59511 | christian.heimes | 2007-12-15 00:42:36 +0100 (Sat, 15 Dec 2007) | 2 lines
      
        Fixed bug #1628
        The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
      ........
      0449f63f
  12. 14 Ara, 2007 4 kayıt (commit)
    • Bill Janssen's avatar
      update to fix leak in SSL code · 54cc54c1
      Bill Janssen yazdı
      54cc54c1
    • Mark Summerfield's avatar
    • Mark Summerfield's avatar
    • Christian Heimes's avatar
      Merged revisions 59465-59487 via svnmerge from · 38053211
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59467 | georg.brandl | 2007-12-11 17:32:49 +0100 (Tue, 11 Dec 2007) | 2 lines
      
        Add another GHOP contributor.
      ........
        r59468 | kurt.kaiser | 2007-12-11 20:35:12 +0100 (Tue, 11 Dec 2007) | 3 lines
      
        IDLE_tabbedpages.071101.patch Tal Einat
        Cosmetic changes, one bug.  Remove tabpage.py, replaced by tabbedpages.py
      ........
        r59471 | gerhard.haering | 2007-12-11 22:07:40 +0100 (Tue, 11 Dec 2007) | 9 lines
      
        Forward-port of commit 59184.
      
        - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
          statement recompilation with no bound parameters lead to a segfault
        - Backported a fix necessary because of an SQLite API change in version
          3.5.
          This prevents segfaults when executing empty queries, like our test suite
          does
      ........
        r59475 | christian.heimes | 2007-12-12 19:09:06 +0100 (Wed, 12 Dec 2007) | 1 line
      
        Fixed a nasty problem in the xxmodule.c
      ........
        r59478 | raymond.hettinger | 2007-12-13 01:08:37 +0100 (Thu, 13 Dec 2007) | 1 line
      
        Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
      ........
        r59480 | alexandre.vassalotti | 2007-12-13 18:58:23 +0100 (Thu, 13 Dec 2007) | 2 lines
      
        Fix issue #1313119: urlparse "caches" parses regardless of encoding
      ........
        r59482 | christian.heimes | 2007-12-13 20:23:16 +0100 (Thu, 13 Dec 2007) | 1 line
      
        Fixed bug #1613: Makefile's VPATH feature is broken
      ........
        r59484 | guido.van.rossum | 2007-12-13 21:50:10 +0100 (Thu, 13 Dec 2007) | 3 lines
      
        Patch #1608.  Someone with access to autoconf 2.61 or higher needs to
        run it and check in the resulting configure file.
      ........
        r59485 | thomas.heller | 2007-12-13 22:20:29 +0100 (Thu, 13 Dec 2007) | 1 line
      
        Ran autoconf.
      ........
        r59486 | raymond.hettinger | 2007-12-13 23:55:52 +0100 (Thu, 13 Dec 2007) | 1 line
      
        Simplify implementation of __replace__()
      ........
        r59487 | raymond.hettinger | 2007-12-14 00:52:59 +0100 (Fri, 14 Dec 2007) | 1 line
      
        Small speedup
      ........
      38053211
  13. 13 Ara, 2007 1 kayıt (commit)
  14. 12 Ara, 2007 1 kayıt (commit)