Staging
v0.8.1
https://github.com/python/cpython
Revision eb26ba258b69eab296e38a8713747e965b926e2c authored by Georg Brandl on 13 August 2009, 08:12:33 UTC, committed by Georg Brandl on 13 August 2009, 08:12:33 UTC
................
  r73621 | benjamin.peterson | 2009-06-28 18:39:56 +0200 (So, 28 Jun 2009) | 53 lines

  Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge

  ........
    r73382 | raymond.hettinger | 2009-06-11 18:14:53 -0500 (Thu, 11 Jun 2009) | 1 line

    Issue 6261: Clarify behavior of random.uniform().
  ........
    r73394 | antoine.pitrou | 2009-06-12 15:14:08 -0500 (Fri, 12 Jun 2009) | 3 lines

    Issue #6215: backport the 3.1 io lib
  ........
    r73395 | antoine.pitrou | 2009-06-12 15:36:25 -0500 (Fri, 12 Jun 2009) | 4 lines

    Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py
  ........
    r73396 | antoine.pitrou | 2009-06-12 15:41:52 -0500 (Fri, 12 Jun 2009) | 4 lines

    Try to restore the old test_file and test_univnewlines as new, different files
    (with the right revisions this time, hopefully)
  ........
    r73397 | antoine.pitrou | 2009-06-12 15:54:21 -0500 (Fri, 12 Jun 2009) | 3 lines

    Re-enable testing of builtin open() in test_bufio in test_largefile
  ........
    r73401 | alexandre.vassalotti | 2009-06-12 16:52:14 -0500 (Fri, 12 Jun 2009) | 2 lines

    Make pickling of OrderedDict instances more efficient.
  ........
    r73402 | alexandre.vassalotti | 2009-06-12 18:03:35 -0500 (Fri, 12 Jun 2009) | 6 lines

    Revert r73401 per Raymond Hettinger's request.

    The rational is the change might cause imcompatiblity problems with
    PyYAML. In addition, Raymond wants to kept the different versions of
    collections synchronized across Python versions.
  ........
    r73422 | benjamin.peterson | 2009-06-13 15:30:48 -0500 (Sat, 13 Jun 2009) | 1 line

    update ast version
  ........
    r73480 | facundo.batista | 2009-06-19 13:02:28 -0500 (Fri, 19 Jun 2009) | 3 lines

    Issue #6274. Fixed a potential FD leak in subprocess.py.
  ........
    r73536 | raymond.hettinger | 2009-06-23 16:32:28 -0500 (Tue, 23 Jun 2009) | 1 line

    Issue 6305: Clarify error message for large arguments to itertools.islice().
  ........
    r73540 | raymond.hettinger | 2009-06-23 17:20:04 -0500 (Tue, 23 Jun 2009) | 1 line

    Add procedural note.
  ........
................
  r73622 | benjamin.peterson | 2009-06-28 18:51:58 +0200 (So, 28 Jun 2009) | 12 lines

  Blocked revisions 73459,73563 via svnmerge

  ........
    r73459 | raymond.hettinger | 2009-06-16 20:43:47 -0500 (Tue, 16 Jun 2009) | 1 line

    Add usage note.
  ........
    r73563 | amaury.forgeotdarc | 2009-06-25 16:29:32 -0500 (Thu, 25 Jun 2009) | 2 lines

    Fix a compilation warning on Windows
  ........
................
  r73628 | benjamin.peterson | 2009-06-28 21:29:09 +0200 (So, 28 Jun 2009) | 8 lines

  Blocked revisions 73627 via svnmerge

  ........
    r73627 | benjamin.peterson | 2009-06-28 14:27:55 -0500 (Sun, 28 Jun 2009) | 1 line

    return locals and cells in get_locals() not bound globals, though
  ........
................
  r73655 | mark.dickinson | 2009-06-28 23:59:52 +0200 (So, 28 Jun 2009) | 8 lines

  Blocked revisions 73653 via svnmerge

  ........
    r73653 | mark.dickinson | 2009-06-28 22:48:15 +0100 (Sun, 28 Jun 2009) | 1 line

    More Decimal quote fixing;  backport of r73642
  ........
................
  r73657 | benjamin.peterson | 2009-06-29 00:24:31 +0200 (Mo, 29 Jun 2009) | 14 lines

  Blocked revisions 73272,73546 via svnmerge

  ........
    r73272 | kristjan.jonsson | 2009-06-07 11:43:23 -0500 (Sun, 07 Jun 2009) | 2 lines

    http://bugs.python.org/issue6192
    Add a feature to disable the Nagle algorithm on sockets in TCPServer
  ........
    r73546 | kristjan.jonsson | 2009-06-24 04:17:04 -0500 (Wed, 24 Jun 2009) | 2 lines

    http://bugs.python.org/issue6192
    Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
  ........
................
  r73680 | antoine.pitrou | 2009-06-29 16:17:23 +0200 (Mo, 29 Jun 2009) | 8 lines

  Blocked revisions 73679 via svnmerge

  ........
    r73679 | antoine.pitrou | 2009-06-29 16:14:56 +0200 (lun., 29 juin 2009) | 3 lines

    Backport fix for buglet from py3k
  ........
................
  r73687 | hirokazu.yamamoto | 2009-06-29 18:03:21 +0200 (Mo, 29 Jun 2009) | 8 lines

  Blocked revisions 73686 via svnmerge

  ........
    r73686 | hirokazu.yamamoto | 2009-06-30 00:52:21 +0900 | 1 line

    Issue #6368: Fixed unused variable warning on Unix.
  ........
................
  r73716 | benjamin.peterson | 2009-07-01 01:09:03 +0200 (Mi, 01 Jul 2009) | 8 lines

  Blocked revisions 73714 via svnmerge

  ........
    r73714 | benjamin.peterson | 2009-06-30 17:57:08 -0500 (Tue, 30 Jun 2009) | 1 line

    convert usage of fail* to assert*
  ........
................
  r73746 | benjamin.peterson | 2009-07-01 15:47:12 +0200 (Mi, 01 Jul 2009) | 13 lines

  Blocked revisions 73638,73697 via svnmerge

  ........
    r73638 | kristjan.jonsson | 2009-06-28 16:04:17 -0500 (Sun, 28 Jun 2009) | 2 lines

    http://bugs.python.org/issue6267
    Cumulative patch to http and xmlrpc
  ........
    r73697 | raymond.hettinger | 2009-06-29 14:10:29 -0500 (Mon, 29 Jun 2009) | 1 line

    Issue 6370: Performance issue with collections.Counter().
  ........
................
  r73777 | benjamin.peterson | 2009-07-02 20:18:56 +0200 (Do, 02 Jul 2009) | 8 lines

  Blocked revisions 73776 via svnmerge

  ........
    r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line

    when print() gets unicode arguments, sep and end should be unicode by default #4618
  ........
................
  r73807 | benjamin.peterson | 2009-07-03 15:22:00 +0200 (Fr, 03 Jul 2009) | 1 line

  rip out bsddb support code
................
  r73843 | kristjan.jonsson | 2009-07-04 17:09:25 +0200 (Sa, 04 Jul 2009) | 2 lines

  http://bugs.python.org/issue6381
  merging revision 73819 from trunk
................
  r73844 | kristjan.jonsson | 2009-07-04 17:16:38 +0200 (Sa, 04 Jul 2009) | 1 line

  Revert last change, which was incorrect.
................
  r73853 | alexandre.vassalotti | 2009-07-05 08:31:55 +0200 (So, 05 Jul 2009) | 15 lines

  Blocked revisions 73846-73847 via svnmerge

  ........
    r73846 | alexandre.vassalotti | 2009-07-05 00:22:40 -0400 (Sun, 05 Jul 2009) | 6 lines

    Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
    operator.sequenceIncludes.

    Patch contributed by Jeff Balogh (and updated slightly by me).
  ........
    r73847 | alexandre.vassalotti | 2009-07-05 00:25:46 -0400 (Sun, 05 Jul 2009) | 2 lines

    Fix bad variable name in r73846.
  ........
................
  r73855 | alexandre.vassalotti | 2009-07-05 08:34:48 +0200 (So, 05 Jul 2009) | 8 lines

  Blocked revisions 73854 via svnmerge

  ........
    r73854 | alexandre.vassalotti | 2009-07-05 02:33:41 -0400 (Sun, 05 Jul 2009) | 2 lines

    Backport test cases added in r73852.
  ........
................
  r73860 | mark.dickinson | 2009-07-05 12:03:49 +0200 (So, 05 Jul 2009) | 9 lines

  Blocked revisions 73858 via svnmerge

  ........
    r73858 | mark.dickinson | 2009-07-05 11:01:24 +0100 (Sun, 05 Jul 2009) | 3 lines

    Issues #1530559, #1741130:  Fix various inconsistencies in struct.pack
    integer packing, and reenable some previously broken tests.
  ........
................
  r73886 | mark.dickinson | 2009-07-07 13:09:38 +0200 (Di, 07 Jul 2009) | 8 lines

  Blocked revisions 73884 via svnmerge

  ........
    r73884 | mark.dickinson | 2009-07-07 12:08:23 +0100 (Tue, 07 Jul 2009) | 1 line

    Add skipping to struct test that only applies when overflow masking is in effect
  ........
................
  r73890 | mark.dickinson | 2009-07-07 16:18:33 +0200 (Di, 07 Jul 2009) | 9 lines

  Blocked revisions 73888 via svnmerge

  ........
    r73888 | mark.dickinson | 2009-07-07 15:15:45 +0100 (Tue, 07 Jul 2009) | 3 lines

    Expand test coverage for struct.pack with native integer packing;
    reorganize the test_struct module to remove duplicated code and tests.
  ........
................
  r73893 | mark.dickinson | 2009-07-07 17:09:33 +0200 (Di, 07 Jul 2009) | 9 lines

  Blocked revisions 73891 via svnmerge

  ........
    r73891 | mark.dickinson | 2009-07-07 16:08:28 +0100 (Tue, 07 Jul 2009) | 3 lines

    Issue #1523: Remove deprecated overflow masking in struct module, and
    make sure that out-of-range values consistently raise struct.error.
  ........
................
  r73909 | r.david.murray | 2009-07-09 21:47:26 +0200 (Do, 09 Jul 2009) | 9 lines

  Blocked revisions 73907 via svnmerge

  ........
    r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines

    Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
    if the test gives useful failure info on Solaris buildbot.
  ........
................
  r73936 | georg.brandl | 2009-07-11 12:08:49 +0200 (Sa, 11 Jul 2009) | 1 line

  Revert r73807, which removed code to be able to build _dbm with bsddb.
................
  r73950 | tarek.ziade | 2009-07-11 13:02:29 +0200 (Sa, 11 Jul 2009) | 8 lines

  Blocked revisions 73944 via svnmerge

  ........
    r73944 | tarek.ziade | 2009-07-11 12:48:31 +0200 (Sat, 11 Jul 2009) | 1 line

    cleaned up distutils.build_ext module
  ........
................
  r73980 | benjamin.peterson | 2009-07-12 19:02:22 +0200 (So, 12 Jul 2009) | 8 lines

  Blocked revisions 73979 via svnmerge

  ........
    r73979 | benjamin.peterson | 2009-07-12 11:56:54 -0500 (Sun, 12 Jul 2009) | 1 line

    add versionadded
  ........
................
  r73992 | benjamin.peterson | 2009-07-13 01:58:08 +0200 (Mo, 13 Jul 2009) | 8 lines

  Blocked revisions 73991 via svnmerge

  ........
    r73991 | benjamin.peterson | 2009-07-12 18:56:18 -0500 (Sun, 12 Jul 2009) | 1 line

    change encoding to utf-8
  ........
................
  r74016 | alexandre.vassalotti | 2009-07-15 20:32:08 +0200 (Mi, 15 Jul 2009) | 9 lines

  Blocked revisions 74014 via svnmerge

  ........
    r74014 | alexandre.vassalotti | 2009-07-15 14:19:47 -0400 (Wed, 15 Jul 2009) | 3 lines

    Issue #2389: Pickle array objects using a list representation for portability
    across different machine architectures and compatibility with Python 3.x.
  ........
................
  r74035 | alexandre.vassalotti | 2009-07-17 07:41:49 +0200 (Fr, 17 Jul 2009) | 23 lines

  Blocked revisions 74031-74033 via svnmerge

  ........
    r74031 | alexandre.vassalotti | 2009-07-17 00:24:45 -0400 (Fri, 17 Jul 2009) | 2 lines

    Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
  ........
    r74032 | alexandre.vassalotti | 2009-07-17 00:59:05 -0400 (Fri, 17 Jul 2009) | 4 lines

    Rename the useless AC_INCLUDES_DEFAULT and protect the includes.

    This is mostly an aesthetic change.
  ........
    r74033 | alexandre.vassalotti | 2009-07-17 01:26:39 -0400 (Fri, 17 Jul 2009) | 8 lines

    Cache the results of all runtime checks.

    This will be helpful to people who want to compile Python with a
    cross-compiler. Now you can upload the configure script on your host
    machine, run it with caching enabled, and download the cached results
    on your build machine.
  ........
................
  r74049 | alexandre.vassalotti | 2009-07-17 09:49:53 +0200 (Fr, 17 Jul 2009) | 2 lines

  Regenerate configure script.
................
  r74050 | alexandre.vassalotti | 2009-07-17 09:51:38 +0200 (Fr, 17 Jul 2009) | 8 lines

  Blocked revisions 74048 via svnmerge

  ........
    r74048 | alexandre.vassalotti | 2009-07-17 03:46:46 -0400 (Fri, 17 Jul 2009) | 2 lines

    Regenerate configure script.
  ........
................
  r74053 | alexandre.vassalotti | 2009-07-17 10:29:18 +0200 (Fr, 17 Jul 2009) | 17 lines

  Blocked revisions 74028-74029,74038 via svnmerge

  ........
    r74028 | georg.brandl | 2009-07-16 15:24:48 -0400 (Thu, 16 Jul 2009) | 1 line

    #6482: simplify "except: raise" to "finally:".
  ........
    r74029 | georg.brandl | 2009-07-16 17:47:51 -0400 (Thu, 16 Jul 2009) | 1 line

    Revert r74028.
  ........
    r74038 | alexandre.vassalotti | 2009-07-17 02:10:06 -0400 (Fri, 17 Jul 2009) | 3 lines

    Double-quote the test cases for chflags() and lchflags()
    to ensure they don't get mangled.
  ........
................
  r74060 | alexandre.vassalotti | 2009-07-17 13:12:50 +0200 (Fr, 17 Jul 2009) | 17 lines

  Blocked revisions 73774,73812,73839 via svnmerge

  ........
    r73774 | benjamin.peterson | 2009-07-02 13:06:17 -0400 (Thu, 02 Jul 2009) | 1 line

    only order comparisons are removed in py3k #6119
  ........
    r73812 | benjamin.peterson | 2009-07-03 10:08:20 -0400 (Fri, 03 Jul 2009) | 1 line

    another cStringIO restriction
  ........
    r73839 | gregory.p.smith | 2009-07-04 04:42:10 -0400 (Sat, 04 Jul 2009) | 3 lines

    Merge r73838 from py3k branch.  Use the nondeprecated unittest method
    names.
  ........
................
  r74061 | alexandre.vassalotti | 2009-07-17 13:20:13 +0200 (Fr, 17 Jul 2009) | 8 lines

  Blocked revisions 73773 via svnmerge

  ........
    r73773 | benjamin.peterson | 2009-07-02 12:51:56 -0400 (Thu, 02 Jul 2009) | 1 line

    remove this test; a module level warning is enough
  ........
................
  r74064 | alexandre.vassalotti | 2009-07-17 14:49:05 +0200 (Fr, 17 Jul 2009) | 29 lines

  Blocked revisions 73819,73821-73822,73863,73877 via svnmerge

  ........
    r73819 | kristjan.jonsson | 2009-07-03 19:07:07 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6381
    some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
  ........
    r73821 | kristjan.jonsson | 2009-07-03 19:26:02 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6267
    Incorrect exception handling for xmlrp client retry
  ........
    r73822 | kristjan.jonsson | 2009-07-03 19:29:50 -0400 (Fri, 03 Jul 2009) | 2 lines

    http://bugs.python.org/issue6267
    Incorrect exception handling for xmlrpc client retry
  ........
    r73863 | kristjan.jonsson | 2009-07-05 16:56:57 -0400 (Sun, 05 Jul 2009) | 2 lines

    http://bugs.python.org/issue6382
    close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server.  The parent must merely close the socket handle.
  ........
    r73877 | kristjan.jonsson | 2009-07-07 05:01:34 -0400 (Tue, 07 Jul 2009) | 2 lines

    http://bugs.python.org/issue6382
    added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
  ........
................
  r74068 | alexandre.vassalotti | 2009-07-18 01:11:52 +0200 (Sa, 18 Jul 2009) | 2 lines

  Revert r74049.
................
  r74071 | alexandre.vassalotti | 2009-07-18 01:27:40 +0200 (Sa, 18 Jul 2009) | 12 lines

  Blocked revisions 74067,74069 via svnmerge

  ........
    r74067 | alexandre.vassalotti | 2009-07-17 19:09:02 -0400 (Fri, 17 Jul 2009) | 2 lines

    Revert r74048.
  ........
    r74069 | alexandre.vassalotti | 2009-07-17 19:17:48 -0400 (Fri, 17 Jul 2009) | 2 lines

    Regenerate configure script using autoconf 2.61.
  ........
................
  r74082 | mark.dickinson | 2009-07-18 17:19:43 +0200 (Sa, 18 Jul 2009) | 9 lines

  Blocked revisions 74080 via svnmerge

  ........
    r74080 | mark.dickinson | 2009-07-18 16:18:18 +0100 (Sat, 18 Jul 2009) | 3 lines

    Issue #6431:  Fix Fraction comparisons with unknown types, and with
    float infinities and nans.  Backport of r74078 from py3k.
  ........
................
  r74120 | benjamin.peterson | 2009-07-20 22:36:45 +0200 (Mo, 20 Jul 2009) | 8 lines

  Blocked revisions 74119 via svnmerge

  ........
    r74119 | benjamin.peterson | 2009-07-20 15:28:08 -0500 (Mon, 20 Jul 2009) | 2 lines

    the Slice in x[::] has to have step as None to help the interpreter
  ........
................
  r74125 | alexandre.vassalotti | 2009-07-21 01:59:41 +0200 (Di, 21 Jul 2009) | 2 lines

  Ignore the correct jinga directory.
................
  r74129 | alexandre.vassalotti | 2009-07-21 02:55:16 +0200 (Di, 21 Jul 2009) | 2 lines

  Revert r74125.
................
  r74174 | benjamin.peterson | 2009-07-22 18:36:58 +0200 (Mi, 22 Jul 2009) | 12 lines

  Blocked revisions 74152,74173 via svnmerge

  ........
    r74152 | benjamin.peterson | 2009-07-21 19:03:43 -0500 (Tue, 21 Jul 2009) | 1 line

    simplify
  ........
    r74173 | benjamin.peterson | 2009-07-22 11:34:37 -0500 (Wed, 22 Jul 2009) | 1 line

    revert r74152
  ........
................
  r74191 | amaury.forgeotdarc | 2009-07-24 00:34:27 +0200 (Fr, 24 Jul 2009) | 10 lines

  Blocked revisions 74189 via svnmerge

  ........
    r74189 | amaury.forgeotdarc | 2009-07-23 21:26:02 +0200 (jeu., 23 juil. 2009) | 4 lines

    #6553: crash in cPickle.load(), when given a StringIO with incomplete data.

    Will backport to 2.6, 3.x already fixed a similar issue with issue4298.
  ........
................
  r74195 | georg.brandl | 2009-07-24 22:13:37 +0200 (Fr, 24 Jul 2009) | 8 lines

  Blocked revisions 74194 via svnmerge

  ........
    r74194 | georg.brandl | 2009-07-24 22:09:46 +0200 (Fr, 24 Jul 2009) | 1 line

    #6564: fix section about the two raise syntaxes.
  ........
................
  r74221 | eric.smith | 2009-07-27 04:00:11 +0200 (Mo, 27 Jul 2009) | 8 lines

  Blocked revisions 74219 via svnmerge

  ........
    r74219 | eric.smith | 2009-07-26 21:58:25 -0400 (Sun, 26 Jul 2009) | 1 line

    Sync trunk and py3k versions of string formatting. Will manually merge into py3k.
  ........
................
  r74236 | mark.dickinson | 2009-07-28 18:46:53 +0200 (Di, 28 Jul 2009) | 8 lines

  Blocked revisions 74234 via svnmerge

  ........
    r74234 | mark.dickinson | 2009-07-28 17:45:13 +0100 (Tue, 28 Jul 2009) | 1 line

    Remove leading blank line from cmath.rst
  ........
................
  r74242 | mark.dickinson | 2009-07-28 22:36:23 +0200 (Di, 28 Jul 2009) | 10 lines

  Blocked revisions 74240 via svnmerge

  ........
    r74240 | mark.dickinson | 2009-07-28 21:35:03 +0100 (Tue, 28 Jul 2009) | 4 lines

    Issue #6561: '\d' regular expression should not match characters of
    category [No]; only those of category [Nd].  (Backport of r74237
    from py3k.)
  ........
................
  r74244 | amaury.forgeotdarc | 2009-07-28 23:32:43 +0200 (Di, 28 Jul 2009) | 8 lines

  Blocked revisions 74243 via svnmerge

  ........
    r74243 | amaury.forgeotdarc | 2009-07-28 22:47:55 +0200 (mar., 28 juil. 2009) | 2 lines

    "Fix" for the refleak report: the ABC classes are now in the _pyio module
  ........
................
  r74257 | georg.brandl | 2009-07-29 18:33:19 +0200 (Mi, 29 Jul 2009) | 8 lines

  Blocked revisions 74256 via svnmerge

  ........
    r74256 | georg.brandl | 2009-07-29 16:32:30 +0000 (Mi, 29 Jul 2009) | 1 line

    #6336: Add nb_divide.
  ........
................
  r74263 | alexandre.vassalotti | 2009-07-29 22:00:39 +0200 (Mi, 29 Jul 2009) | 13 lines

  Blocked revisions 74134,74147 via svnmerge

  ........
    r74134 | thomas.heller | 2009-07-21 02:27:14 -0400 (Tue, 21 Jul 2009) | 3 lines

    Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
    wide.
  ........
    r74147 | thomas.heller | 2009-07-21 15:04:02 -0400 (Tue, 21 Jul 2009) | 1 line

    Revert rev 74134, as it does not completely fixx issue #6493.
  ........
................
  r74283 | mark.dickinson | 2009-08-02 13:02:05 +0200 (So, 02 Aug 2009) | 10 lines

  Blocked revisions 74281 via svnmerge

  ........
    r74281 | mark.dickinson | 2009-08-02 11:59:36 +0100 (Sun, 02 Aug 2009) | 4 lines

    Issue #6595: Allow Decimal constructor to accept non-European decimal
    digits, as recommended by the specification.  (Backport of r74279 from
    py3k.)
  ........
................
1 parent 8a038b2
Raw File
Tip revision: eb26ba258b69eab296e38a8713747e965b926e2c authored by Georg Brandl on 13 August 2009, 08:12:33 UTC
Blocked revisions 73621-73622,73628,73655,73657,73680,73687,73716,73746,73777,73807,73843-73844,73853,73855,73860,73886,73890,73893,73909,73936,73950,73980,73992,74016,74035,74049-74050,74053,74060-74061,74064,74068,74071,74082,74120,74125,74129,74174,74191,74195,74221,74236,74242,74244,74257,74263,74283 via svnmerge
Tip revision: eb26ba2
.hgtags
17eff686be30de0869e6429dc899ebd5d11bfcfe v0.9.8
528bb189d30311d2cea71ffae3e1940e1f17097d v0.9.9
20f984c32c71fc7269e0da860f76ba0a36eefce5 v1.0.1
c2bc4e060320b62a541599d4e60b624a2a583c55 v1.0.2
0a445ebc9a917d5b3fbd6f62e49cc4f3056b4d9c v1.1
df3bafb2d3fa64ef00d8357101477ea9721cb66a v1.1.1
9d47346c7e1d544db4cd96712cbc3aa656dc48dc v1.2b1
366e7871dc1cc5c6b75750eb3d7dbd3e83913533 v1.2b2
e39e29c31050e38e8abf2af4ef9e8e4518c8ce3c v1.2b3
1efa7bc3bb11bfb4d6318407b0ecebc238874f36 v1.2b4
1f07c2d5483fc78a873a63217a4671f2b6b5a5e8 v1.2
5e17909fb6c8155c074a0cef66768746be08de41 v1.3b1
290c807bff1c8e6b888fca28c9d0f77e48911b37 v1.3
7ec5fea9cc70dd94276c11dbdca9814dd5a37042 v1.4b1
6993ce4906d383955d04af5933d219a132012ec1 v1.4b2
b3d40b261ddbd2d86b1eaf7c4b3f4d60fdbf25f4 v1.4b3
9b3b8b854609b679520aab52aaf221a9c549cdf4 v1.4
00f0e3c2b34ec3e518525f99dae537d3e1c5f3c8 v1.5a1
fb128ab641015e92cc0c227a2e3be3ae71aba00d v1.5a2
000b1d4c1aa011c2d407900bce7b829eedcb745a v1.5a3
31286d460c6ce43fc86771da2fc32eec668c0a72 v1.5a4
798e142331dfe161335f0649ed923bfdd9730e47 v1.5b1
548822e716199517482dab9ea77cf6c7ae57f6f5 v1.5b2
c6cb9dd6301feb193992f97f07d32a7c01e22ffc v1.5
38b89e87b4d8706569c252ef36066657e35782cf v1.5.1
21c500f1f5ac52bc0b7a176f9c152a1b8bf70642 v1.5.2a1
1ac177b0abf82cafabef74acde56bbe247fe96c0 v1.5.2a2
0861eb05ee9add42e08f2ad7c01ef812ff07fcf3 v1.5.2b1
778da2ca74d7c32b1c3f7a690216e0638163aa72 v1.5.2b2
40ed8e5acf0916834c6f5ed5b985f5f99e9f6c48 v1.5.2c1
6782780cabef301ef63a82a01bfb9bee89bedb80 v1.5.2
05b1fe1e483635d3a008e5cdb8dd99d921a58abd v1.6a1
e6b84fa31dfda2295b710169ae623611963036e2 v1.6a2
814b3027faef0c63eabbc2048de47e0dca187657 v2.0b1
a9b82af0e08d20685d39d2cf03b510b302c022ac v2.0b2
2dd741465060d88cb7a4aff7c57aef5cb9e2c7be v2.0c1
626bb7ac74cf67c9f239a17a1e9d3456ebd5cbef v2.0
0180e5ac89c19553284a72fc6303f05f4a5dfc4e v2.1a1
03c65c82c38ea224c68cdc67ef62ac966881d61b v2.1a2
c098f7c395893215e002db26c7557085e8b3527d v2.1b1
c50081a886fa1c51bae376cfd1d2e03d5867049b v2.1b2
7e011c31542e856bc912de6b023e446faea2ace2 v2.1c1
e4f05aa7e8b6c3dc5ae04b1d3c11fcf81691d905 v2.1c2
2b065ad3294dfc4b9c91aa2557b9a787c51ac0df v2.1
3cfc3951b7012bb015ecd37c2f9d390354852e53 v2.2a3
cdbf933b0494b161be7c66862a77607a753b6f2b v2.3c1
cb95b6bc0d633a598bf61b9897c880a684a2eb5c v2.3c2
691a4d978dcffae659e9b3e969d5d256cf413987 v2.4a1
388ea52b7402a43ecf64e7497c30fb97670d9d26 v2.4a2
e0f13b300674001b5df55ef93b2d51a53ccda2db v2.4a3
8c0cca58659dac297ff31d3c0f68f24439a68d2e v2.4b1
ed396533d05e26c9d4a91fc94f89c0033fc7ae04 v2.4b2
bbce19cba40401a87508677a2d6719397ccc2d8c v2.4c1
9aed528daf61c323e10448ebd44ba70b92579023 v2.4
dff1a7af33ba5c9a70f7372cdee53ce6ff7ba4f2 v3.0a1
336651ba2a411b55d713fcfe2c825c516b4abcc1 v3.0a2
df15827f34881b9af0936350813ced5c123c8230 v3.0a3
15f773f7300e372c56a21d59fe49ca26955a6477 v3.0a4
e35935475153377d6727d64e6c52f72c3b84015b v3.0a5
a7a2a4be126e45b2a7ec523b783c1dda2392ca94 v3.0a5
a335c4d643b1cfe14197a9ef195c9b2804f608fc v3.0b1
16ec4bb14a68ea428acf09ebf0c92981da2646f3 v3.0b2
509e30a7968e01be329ec121540b3e755fc4e566 v3.0b3
507ede9c7f7f475dfafbd4a52c22d767d10a2bc0 v3.0rc1
ca6bb04b8e17dc54983928375fd99842290366a7 v3.0rc1
d7196fb94f25fc8da5c993480d5e055141473be4 v3.0rc2
0000000000000000000000000000000000000000 v3.0rc2
8280948592bb2cddd8a0545589696d90cfc09443 v3.0rc2
0000000000000000000000000000000000000000 v3.0rc2
8fae465a39627b590385462e6095eb63af45240a v3.0rc2
e83a60c69d53f5551a306e77a6d38e9b11485496 v3.0rc3
bc1ce368986e45b1faf96f93995df46bcd75e7b8 v3.1a1
ee430e5075db2adf8124e6b94916a89ca41d3171 v3.1a2
b63020797f9678adaf4d2c3e26574a9eef2ef028 v3.1b1
4353fd0843cb31b356adc50f93d220e2e7255ef2 v3.1rc1
0b87e438e1b53e3f812cad963a7fdb65d198ba2f v3.1rc2
a69a031ac1402dede8b1ef80096436bca6d371f3 v3.1
back to top