summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher
Commit message (Collapse)AuthorAgeFilesLines
* advance copyright years to 2018 (GH-5094) (#5104)Miss Islington (bot)2018-01-061-1/+1
| | | (cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48)
* merge 3.4Benjamin Peterson2017-01-021-1/+1
|\
| * merge 3.3Benjamin Peterson2017-01-021-1/+1
| |\
| | * ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+1
| | |
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
| | |
* | | Update copyrights for 2016.Ned Deily2016-01-011-1/+1
|\ \ \ | |/ /
| * | Update copyrights for 2016.Ned Deily2016-01-011-1/+1
| | |
* | | Update copyright dates in OS X installer.Ned Deily2015-01-011-1/+1
|\ \ \ | |/ /
| * | Update copyright dates in OS X installer.Ned Deily2015-01-011-1/+1
| | |
* | | Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-1/+0
|\ \ \ | |/ / | | | | | | vestigial Makefile step.
| * | Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
| |/ | | | | | | vestigial Makefile step.
* | Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.Ned Deily2014-03-302-19/+15
|/
* Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-165-0/+0
| | | | test files.
* Update copyright dates in Mac plists.Ned Deily2014-01-011-1/+1
|
* Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-95/+77
| | | | | This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
* Issue #12990: The "Python Launcher" on OSX could not launch python scripts ↵Ronald Oussoren2013-07-061-1/+1
| | | | that have paths that include wide characters.
* Update copyright dates in Mac plists.Ned Deily2013-01-011-1/+1
|
* Update copyright dates in Mac plists.Ned Deily2012-01-011-1/+1
|
* #10844: update copyright years in Mac plists.Georg Brandl2011-01-061-1/+1
|
* Merged revisions 80647 via svnmerge fromRonald Oussoren2010-04-301-1/+1
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80647 | ronald.oussoren | 2010-04-30 13:20:14 +0200 (Fri, 30 Apr 2010) | 11 lines Fix for issue #3646: with this patch it is possible to do a framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway). ........
* * Fixes cut&paste error in configureRonald Oussoren2010-04-201-1/+1
| | | | | * Ensure that framework install works given the recent CFLAGS and BASECFLAGS changes
* Remove the application stub for Python Launcher. ThisRonald Oussoren2009-06-0310-300/+0
| | | | | | | | directory structure isn't used during the build and causes problems when you do build without a separate build directory. Fixes issue 5267
* Merged revisions 70735 via svnmerge fromRonald Oussoren2009-03-301-2/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70735 | ronald.oussoren | 2009-03-30 14:22:56 -0500 (Mon, 30 Mar 2009) | 3 lines Remove usage of the deprecated '-cString' and '+stringWithCString:' API's in PythonLauncher, replacing them with the correct counterparts. ........
* Fix for issue 3433Ronald Oussoren2009-01-021-1/+1
|
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-302-3/+53
| | | | | | | | | | | This the build machinery on OSX to re-enable building (and installing) PythonLauncher.app and IDLE.app. This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h to be fully functiontional, to be fully functional. I also have a patch for Makefile.pre.in that I'll post on bugs.python.org for review.
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-0111-52/+301
| | | | | | | Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
* Merged revisions ↵Christian Heimes2008-05-043-103/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r62425 | andrew.kuchling | 2008-04-21 03:45:57 +0200 (Mon, 21 Apr 2008) | 1 line Comment typo ................ r62426 | mark.dickinson | 2008-04-21 03:55:50 +0200 (Mon, 21 Apr 2008) | 2 lines Silence 'r may be used uninitialized' compiler warning. ................ r62427 | andrew.kuchling | 2008-04-21 04:08:00 +0200 (Mon, 21 Apr 2008) | 1 line Markup fix ................ r62428 | andrew.kuchling | 2008-04-21 04:08:13 +0200 (Mon, 21 Apr 2008) | 1 line Wording changes ................ r62429 | andrew.kuchling | 2008-04-21 04:14:24 +0200 (Mon, 21 Apr 2008) | 1 line Add various items ................ r62434 | thomas.heller | 2008-04-21 15:46:55 +0200 (Mon, 21 Apr 2008) | 1 line Fix typo. ................ r62435 | david.goodger | 2008-04-21 16:40:22 +0200 (Mon, 21 Apr 2008) | 1 line corrections ("reStructuredText" is one word) ................ r62436 | david.goodger | 2008-04-21 16:43:33 +0200 (Mon, 21 Apr 2008) | 1 line capitalization ................ r62441 | gregory.p.smith | 2008-04-21 19:46:40 +0200 (Mon, 21 Apr 2008) | 2 lines explicitly flush after the ... since there wasn't a newline ................ r62444 | jeroen.ruigrok | 2008-04-21 22:15:39 +0200 (Mon, 21 Apr 2008) | 2 lines Windows x64 also falls under VER_PLATFORM_WIN32_NT. ................ r62446 | gregory.p.smith | 2008-04-21 23:31:08 +0200 (Mon, 21 Apr 2008) | 3 lines If sys.stdin is not a tty, fall back to default_getpass after printing a warning instead of failing with a termios.error. ................ r62447 | mark.dickinson | 2008-04-22 00:32:24 +0200 (Tue, 22 Apr 2008) | 8 lines test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, apparently because tanh(-0.) loses the sign of zero on that platform. If true, this is a bug in FreeBSD. Added a configure test to verify this. I still need to figure out how best to deal with this failure. ................ r62448 | amaury.forgeotdarc | 2008-04-22 00:35:30 +0200 (Tue, 22 Apr 2008) | 7 lines Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport. ................ r62450 | benjamin.peterson | 2008-04-22 00:57:00 +0200 (Tue, 22 Apr 2008) | 2 lines Fix Sphinx warnings ................ r62451 | mark.dickinson | 2008-04-22 02:54:27 +0200 (Tue, 22 Apr 2008) | 3 lines Make configure test for tanh(-0.) == -0. committed in r62447 actually work. (The test wasn't properly linked with libm. Sigh.) ................ r62452 | benjamin.peterson | 2008-04-22 04:16:03 +0200 (Tue, 22 Apr 2008) | 2 lines Various io doc updates ................ r62453 | neal.norwitz | 2008-04-22 07:07:47 +0200 (Tue, 22 Apr 2008) | 1 line Add Thomas Lee ................ r62454 | gregory.p.smith | 2008-04-22 10:08:41 +0200 (Tue, 22 Apr 2008) | 8 lines Major improvements: * Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed. ................ r62455 | gregory.p.smith | 2008-04-22 10:11:33 +0200 (Tue, 22 Apr 2008) | 2 lines update the getpass entry ................ r62463 | amaury.forgeotdarc | 2008-04-22 23:14:41 +0200 (Tue, 22 Apr 2008) | 5 lines Issue #2670: urllib2.build_opener() failed when two handlers derive the same default base class. Will backport. ................ r62465 | skip.montanaro | 2008-04-23 00:45:09 +0200 (Wed, 23 Apr 2008) | 3 lines Factor in documentation changes from issue 1753732. ................ r62466 | gregory.p.smith | 2008-04-23 03:06:42 +0200 (Wed, 23 Apr 2008) | 2 lines syntax fixup ................ r62469 | benjamin.peterson | 2008-04-23 22:38:06 +0200 (Wed, 23 Apr 2008) | 2 lines #2673 Fix example typo in optparse docs ................ r62474 | martin.v.loewis | 2008-04-24 11:50:50 +0200 (Thu, 24 Apr 2008) | 2 lines Add Guilherme Polo. ................ r62476 | martin.v.loewis | 2008-04-24 15:16:36 +0200 (Thu, 24 Apr 2008) | 3 lines Remove Py_Refcnt, Py_Type, Py_Size, as they were added only for backwards compatibility, yet 2.5 did not have them at all. ................ r62477 | martin.v.loewis | 2008-04-24 15:17:24 +0200 (Thu, 24 Apr 2008) | 2 lines Fix typo. ................ r62478 | martin.v.loewis | 2008-04-24 15:18:03 +0200 (Thu, 24 Apr 2008) | 2 lines Add Jesus Cea. ................ r62480 | amaury.forgeotdarc | 2008-04-24 20:07:05 +0200 (Thu, 24 Apr 2008) | 4 lines Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). This happened only when 8 is the first digit. Credits go to Lukas Meuser. ................ r62485 | amaury.forgeotdarc | 2008-04-24 22:10:26 +0200 (Thu, 24 Apr 2008) | 5 lines Disable gc when running test_trace, or we may record the __del__ of collected objects. See http://mail.python.org/pipermail/python-checkins/2008-April/068633.html the extra events perfectly match several calls to socket._fileobject.__del__() ................ r62492 | neal.norwitz | 2008-04-25 05:40:17 +0200 (Fri, 25 Apr 2008) | 1 line Fix typo (now -> no) ................ r62497 | armin.rigo | 2008-04-25 11:35:18 +0200 (Fri, 25 Apr 2008) | 2 lines A new crasher. ................ r62498 | thomas.heller | 2008-04-25 17:44:16 +0200 (Fri, 25 Apr 2008) | 1 line Add from_buffer and from_buffer_copy class methods to ctypes types. ................ r62500 | mark.dickinson | 2008-04-25 18:59:09 +0200 (Fri, 25 Apr 2008) | 3 lines Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. ................ r62507 | benjamin.peterson | 2008-04-25 23:43:56 +0200 (Fri, 25 Apr 2008) | 2 lines Allow test_import to work when it is invoked directly ................ r62513 | georg.brandl | 2008-04-26 20:31:07 +0200 (Sat, 26 Apr 2008) | 2 lines #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. ................ r62514 | georg.brandl | 2008-04-26 20:32:17 +0200 (Sat, 26 Apr 2008) | 2 lines Add missing return type to dealloc. ................ r62516 | alexandre.vassalotti | 2008-04-27 02:52:24 +0200 (Sun, 27 Apr 2008) | 2 lines Fixed URL of PEP 205 in weakref's module docstring. ................ r62521 | georg.brandl | 2008-04-27 11:39:59 +0200 (Sun, 27 Apr 2008) | 2 lines #2677: add note that not all functions may accept keyword args. ................ r62531 | georg.brandl | 2008-04-27 19:38:55 +0200 (Sun, 27 Apr 2008) | 2 lines Use correct XHTML tags. ................ r62535 | benjamin.peterson | 2008-04-27 20:14:39 +0200 (Sun, 27 Apr 2008) | 2 lines #2700 Document PyNumber_ToBase ................ r62545 | skip.montanaro | 2008-04-27 22:53:57 +0200 (Sun, 27 Apr 2008) | 1 line minor wording changes, rewrap a few lines ................ r62546 | kurt.kaiser | 2008-04-27 23:07:41 +0200 (Sun, 27 Apr 2008) | 7 lines Home / Control-A toggles between left margin and end of leading white space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt ................ r62548 | kurt.kaiser | 2008-04-27 23:38:05 +0200 (Sun, 27 Apr 2008) | 2 lines Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. ................ r62549 | kurt.kaiser | 2008-04-27 23:52:19 +0200 (Sun, 27 Apr 2008) | 4 lines Autocompletion of filenames now support alternate separators, e.g. the '/' char on Windows. Patch 2061 Tal Einat. ................ r62550 | skip.montanaro | 2008-04-28 00:49:56 +0200 (Mon, 28 Apr 2008) | 6 lines A few small changes: * The only exception we should catch when trying to import cStringIO is an ImportError. * Delete the function signatures embedded in the mk*temp docstrings. * The tempdir global variable was initialized twice. ................ r62551 | skip.montanaro | 2008-04-28 00:52:02 +0200 (Mon, 28 Apr 2008) | 4 lines Wrap some long paragraphs and include the default values for optional function parameters. ................ r62553 | skip.montanaro | 2008-04-28 04:57:23 +0200 (Mon, 28 Apr 2008) | 7 lines Minor cleanups: * Avoid creating unused local variables where we can. Where we can't prefix the unused variables with '_'. * Avoid shadowing builtins where it won't change the external interface of a function. * Use None as default path arg to readmodule and readmodule_ex. ................ r62554 | skip.montanaro | 2008-04-28 04:59:45 +0200 (Mon, 28 Apr 2008) | 6 lines Correct documentation to match implementation: "Class" instead of "class_descriptor", "Function" instead of "function_descriptor". Note default path value for readmodule*. Wrap some long paragraphs. Don't mention 'inpackage' which isn't part of the public API. ................ r62555 | brett.cannon | 2008-04-28 05:23:50 +0200 (Mon, 28 Apr 2008) | 5 lines Fix a bug introduced by the warnings rewrite where tracebacks were being improperly indented. Closes issue #2699. ................ r62556 | skip.montanaro | 2008-04-28 05:25:37 +0200 (Mon, 28 Apr 2008) | 2 lines Wrap some long lines. ................ r62557 | skip.montanaro | 2008-04-28 05:27:53 +0200 (Mon, 28 Apr 2008) | 6 lines Get rid of _test(), _main(), _debug() and _check(). Tests are no longer needed (better set available in Lib/test/test_robotparser.py). Clean up a few PEP 8 nits (compound statements on a single line, whitespace around operators). ................ r62558 | brett.cannon | 2008-04-28 06:50:06 +0200 (Mon, 28 Apr 2008) | 3 lines Rename the test_traceback_print() function to traceback_print() to prevent test_capi from automatically calling the function. ................ r62559 | georg.brandl | 2008-04-28 07:16:30 +0200 (Mon, 28 Apr 2008) | 2 lines Fix markup. ................ r62569 | amaury.forgeotdarc | 2008-04-28 23:07:06 +0200 (Mon, 28 Apr 2008) | 5 lines test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise. Some of them now have tests and can be removed. Only 70 to go... ................ r62574 | andrew.kuchling | 2008-04-29 04:03:54 +0200 (Tue, 29 Apr 2008) | 1 line Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description ................ r62577 | martin.v.loewis | 2008-04-29 08:10:53 +0200 (Tue, 29 Apr 2008) | 2 lines Add Rodrigo and Heiko. ................ r62593 | nick.coghlan | 2008-04-30 16:23:36 +0200 (Wed, 30 Apr 2008) | 1 line Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258 ................ r62595 | andrew.kuchling | 2008-04-30 18:19:55 +0200 (Wed, 30 Apr 2008) | 1 line Typo fix ................ r62604 | benjamin.peterson | 2008-04-30 23:03:58 +0200 (Wed, 30 Apr 2008) | 2 lines make test_support's captured_output a bit more robust when exceptions happen ................ r62605 | georg.brandl | 2008-04-30 23:08:42 +0200 (Wed, 30 Apr 2008) | 2 lines #1748: use functools.wraps instead of rolling own metadata update. ................ r62606 | benjamin.peterson | 2008-04-30 23:25:55 +0200 (Wed, 30 Apr 2008) | 2 lines Remove some from __future__ import with_statements ................ r62608 | benjamin.peterson | 2008-05-01 00:03:36 +0200 (Thu, 01 May 2008) | 2 lines Fix typo in whatsnew ................ r62616 | georg.brandl | 2008-05-01 20:24:32 +0200 (Thu, 01 May 2008) | 2 lines Fix synopsis. ................ r62626 | brett.cannon | 2008-05-02 04:25:09 +0200 (Fri, 02 May 2008) | 6 lines Fix a backwards-compatibility mistake where a new optional argument for warnings.showwarning() was being used. This broke pre-existing replacements for the function since they didn't support the extra argument. Closes issue 2705. ................ r62627 | gregory.p.smith | 2008-05-02 09:26:52 +0200 (Fri, 02 May 2008) | 20 lines This should fix issue2632. A long description of the two competing problems is in the bug report (one old, one recently introduced trying to fix the old one). In short: buffer data during socket._fileobject.read() and readlines() within a cStringIO object instead of a [] of str()s returned from the recv() call. This prevents excessive memory use due to the size parameter being passed to recv() being grossly larger than the actual size of the data returned *and* prevents excessive cpu usage due to looping in python calling recv() with a very tiny size value if min() is used as the previous memory-use bug "fix" did. It also documents what the socket._fileobject._rbufsize member is actually used for. This is a candidate for back porting to 2.5. ................ r62636 | mark.hammond | 2008-05-02 14:48:15 +0200 (Fri, 02 May 2008) | 2 lines #2581: Vista UAC/elevation support for bdist_wininst ................ r62638 | facundo.batista | 2008-05-02 19:39:00 +0200 (Fri, 02 May 2008) | 3 lines Fixed some test structures. Thanks Mark Dickinson. ................ r62644 | ronald.oussoren | 2008-05-02 21:45:11 +0200 (Fri, 02 May 2008) | 7 lines Fix for issue #2573: Can't change the framework name on OS X builds This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build). ................ r62645 | ronald.oussoren | 2008-05-02 21:58:56 +0200 (Fri, 02 May 2008) | 2 lines Finish fix for issue2573, previous patch was incomplete. ................ r62647 | martin.v.loewis | 2008-05-02 23:30:20 +0200 (Fri, 02 May 2008) | 13 lines Merged revisions 62263-62646 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r62470 | david.wolever | 2008-04-24 02:11:07 +0200 (Do, 24 Apr 2008) | 3 lines Fixed up and applied the patch for #2431 -- speeding up 2to3 with a lookup table. ........ r62646 | martin.v.loewis | 2008-05-02 23:29:27 +0200 (Fr, 02 Mai 2008) | 2 lines Fix whitespace. ........ ................ r62648 | ronald.oussoren | 2008-05-02 23:42:35 +0200 (Fri, 02 May 2008) | 4 lines Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard This fixes both Python Launchar and the terminalcommand module. ................ r62651 | ronald.oussoren | 2008-05-02 23:54:56 +0200 (Fri, 02 May 2008) | 2 lines Fix for issue #2520 (cannot import macerrors) ................ r62652 | benjamin.peterson | 2008-05-03 00:12:58 +0200 (Sat, 03 May 2008) | 2 lines capitalization nit for reStructuredText ................ r62653 | brett.cannon | 2008-05-03 03:02:41 +0200 (Sat, 03 May 2008) | 2 lines Fix some indentation errors. ................ r62656 | brett.cannon | 2008-05-03 05:19:39 +0200 (Sat, 03 May 2008) | 6 lines Fix the C implementation of 'warnings' to infer the filename of the module that raised an exception properly when __file__ is not set, __name__ == '__main__', and sys.argv[0] is a false value. Closes issue2743. ................ r62661 | amaury.forgeotdarc | 2008-05-03 14:21:13 +0200 (Sat, 03 May 2008) | 8 lines In test_io, StatefulIncrementalDecoderTest was not part of the test suite. And of course, the test failed: a bytearray was used without reason in io.TextIOWrapper.tell(). The difference is that iterating over bytes (i.e. str in python2.6) returns 1-char bytes, whereas bytearrays yield integers. This code should still work with python3.0 ................ r62663 | benjamin.peterson | 2008-05-03 17:56:42 +0200 (Sat, 03 May 2008) | 2 lines The compiling struct is now passed around to all AST helpers (see issue 2720) ................ r62680 | benjamin.peterson | 2008-05-03 23:35:18 +0200 (Sat, 03 May 2008) | 2 lines Moved testing of builtin types out of test_builtin and into type specific modules ................ r62686 | mark.dickinson | 2008-05-04 04:25:46 +0200 (Sun, 04 May 2008) | 4 lines Make sure that Context traps and flags dictionaries have values 0 and 1 (as documented) rather than True and False. ................ r62687 | benjamin.peterson | 2008-05-04 05:05:49 +0200 (Sun, 04 May 2008) | 2 lines Fix typo in whatsnew ................ r62696 | georg.brandl | 2008-05-04 11:15:04 +0200 (Sun, 04 May 2008) | 2 lines #2752: wrong meaning of '' for socket host. ................ r62699 | christian.heimes | 2008-05-04 13:50:53 +0200 (Sun, 04 May 2008) | 1 line Added note that Python requires at least Win2k SP4 ................ r62700 | gerhard.haering | 2008-05-04 14:59:57 +0200 (Sun, 04 May 2008) | 3 lines SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG #ifdefing was useless. ................ r62701 | gerhard.haering | 2008-05-04 15:15:12 +0200 (Sun, 04 May 2008) | 3 lines Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The sqlite3.Row type is now correctly hashable. ................ r62702 | gerhard.haering | 2008-05-04 15:42:44 +0200 (Sun, 04 May 2008) | 5 lines Implemented feature request 2157: Converter names are cut off at '(' characters. This avoids the common case of something like 'NUMBER(10)' not being parsed as 'NUMBER', like expected. Also corrected the docs about converter names being case-sensitive. They aren't any longer. ................ r62703 | georg.brandl | 2008-05-04 17:45:05 +0200 (Sun, 04 May 2008) | 2 lines #2757: Remove spare newline. ................ r62711 | benjamin.peterson | 2008-05-04 21:10:02 +0200 (Sun, 04 May 2008) | 2 lines Fix typo in bugs.rst ................
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-031-1/+1
|
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged revisions 51434-53004 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r51434 | neal.norwitz | 2006-08-21 20:20:10 +0200 (Mon, 21 Aug 2006) | 1 line Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev ........ r51439 | neal.norwitz | 2006-08-21 21:47:08 +0200 (Mon, 21 Aug 2006) | 6 lines Patch #1542451: disallow continue anywhere under a finally I'm undecided if this should be backported to 2.5 or 2.5.1. Armin suggested to wait (I'm of the same opinion). Thomas W thinks it's fine to go in 2.5. ........ r51443 | neal.norwitz | 2006-08-21 22:16:24 +0200 (Mon, 21 Aug 2006) | 4 lines Handle a few more error conditions. Klocwork 301 and 302. Will backport. ........ r51450 | neal.norwitz | 2006-08-22 00:21:19 +0200 (Tue, 22 Aug 2006) | 5 lines Patch #1541585: fix buffer overrun when performing repr() on a unicode string in a build with wide unicode (UCS-4) support. This code could be improved, so add an XXX comment. ........ r51456 | neal.norwitz | 2006-08-22 01:44:48 +0200 (Tue, 22 Aug 2006) | 1 line Try to get the windows bots working again with the new peephole.c ........ r51461 | anthony.baxter | 2006-08-22 09:36:59 +0200 (Tue, 22 Aug 2006) | 1 line patch for documentation for recent uuid changes (from ping) ........ r51473 | neal.norwitz | 2006-08-22 15:56:56 +0200 (Tue, 22 Aug 2006) | 1 line Alexander Belopolsky pointed out that pos is a size_t ........ r51489 | jeremy.hylton | 2006-08-22 22:46:00 +0200 (Tue, 22 Aug 2006) | 2 lines Expose column offset information in parse trees. ........ r51497 | andrew.kuchling | 2006-08-23 01:13:43 +0200 (Wed, 23 Aug 2006) | 1 line Move functional howto into trunk ........ r51515 | jeremy.hylton | 2006-08-23 20:37:43 +0200 (Wed, 23 Aug 2006) | 2 lines Baby steps towards better tests for tokenize ........ r51525 | alex.martelli | 2006-08-23 22:42:02 +0200 (Wed, 23 Aug 2006) | 6 lines x**2 should about equal x*x (including for a float x such that the result is inf) but didn't; added a test to test_float to verify that, and ignored the ERANGE value for errno in the pow operation to make the new test pass (with help from Marilyn Davis at the Google Python Sprint -- thanks!). ........ r51526 | jeremy.hylton | 2006-08-23 23:14:03 +0200 (Wed, 23 Aug 2006) | 20 lines Bug fixes large and small for tokenize. Small: Always generate a NL or NEWLINE token following a COMMENT token. The old code did not generate an NL token if the comment was on a line by itself. Large: The output of untokenize() will now match the input exactly if it is passed the full token sequence. The old, crufty output is still generated if a limited input sequence is provided, where limited means that it does not include position information for tokens. Remaining bug: There is no CONTINUATION token (\) so there is no way for untokenize() to handle such code. Also, expanded the number of doctests in hopes of eventually removing the old-style tests that compare against a golden file. Bug fix candidate for Python 2.5.1. (Sigh.) ........ r51527 | jeremy.hylton | 2006-08-23 23:26:46 +0200 (Wed, 23 Aug 2006) | 5 lines Replace dead code with an assert. Now that COMMENT tokens are reliably followed by NL or NEWLINE, there is never a need to add extra newlines in untokenize. ........ r51530 | alex.martelli | 2006-08-24 00:17:59 +0200 (Thu, 24 Aug 2006) | 7 lines Reverting the patch that tried to fix the issue whereby x**2 raises OverflowError while x*x succeeds and produces infinity; apparently these inconsistencies cannot be fixed across ``all'' platforms and there's a widespread feeling that therefore ``every'' platform should keep suffering forevermore. Ah well. ........ r51565 | thomas.wouters | 2006-08-24 20:40:20 +0200 (Thu, 24 Aug 2006) | 6 lines Fix SF bug #1545837: array.array borks on deepcopy. array.__deepcopy__() needs to take an argument, even if it doesn't actually use it. Will backport to 2.5 and 2.4 (if applicable.) ........ r51580 | martin.v.loewis | 2006-08-25 02:03:34 +0200 (Fri, 25 Aug 2006) | 3 lines Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. ........ r51589 | neal.norwitz | 2006-08-25 03:52:49 +0200 (Fri, 25 Aug 2006) | 1 line importing types is not necessary if we use isinstance ........ r51604 | thomas.heller | 2006-08-25 09:27:33 +0200 (Fri, 25 Aug 2006) | 3 lines Port _ctypes.pyd to win64 on AMD64. ........ r51605 | thomas.heller | 2006-08-25 09:34:51 +0200 (Fri, 25 Aug 2006) | 3 lines Add missing file for _ctypes.pyd port to win64 on AMD64. ........ r51606 | thomas.heller | 2006-08-25 11:26:33 +0200 (Fri, 25 Aug 2006) | 6 lines Build _ctypes.pyd for win AMD64 into the MSVC project file. Since MSVC doesn't know about .asm files, a helper batch file is needed to find ml64.exe in predefined locations. The helper script hardcodes the path to the MS Platform SDK. ........ r51608 | armin.rigo | 2006-08-25 14:44:28 +0200 (Fri, 25 Aug 2006) | 4 lines The regular expression engine in '_sre' can segfault when interpreting bogus bytecode. It is unclear whether this is a real bug or a "won't fix" case like bogus_code_obj.py. ........ r51617 | tim.peters | 2006-08-26 00:05:39 +0200 (Sat, 26 Aug 2006) | 2 lines Whitespace normalization. ........ r51618 | tim.peters | 2006-08-26 00:06:44 +0200 (Sat, 26 Aug 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r51619 | tim.peters | 2006-08-26 00:26:21 +0200 (Sat, 26 Aug 2006) | 3 lines A new test here relied on preserving invisible trailing whitespace in expected output. Stop that. ........ r51624 | jack.diederich | 2006-08-26 20:42:06 +0200 (Sat, 26 Aug 2006) | 4 lines - Move functions common to all path modules into genericpath.py and have the OS speicifc path modules import them. - Have os2emxpath import common functions fron ntpath instead of using copies ........ r51642 | neal.norwitz | 2006-08-29 07:40:58 +0200 (Tue, 29 Aug 2006) | 1 line Fix a couple of typos. ........ r51647 | marc-andre.lemburg | 2006-08-29 12:34:12 +0200 (Tue, 29 Aug 2006) | 5 lines Fix a buglet in the error reporting (SF bug report #1546372). This should probably go into Python 2.5 or 2.5.1 as well. ........ r51663 | armin.rigo | 2006-08-31 10:51:06 +0200 (Thu, 31 Aug 2006) | 3 lines Doc fix: hashlib objects don't always return a digest of 16 bytes. Backport candidate for 2.5. ........ r51664 | nick.coghlan | 2006-08-31 14:00:43 +0200 (Thu, 31 Aug 2006) | 1 line Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) ........ r51665 | nick.coghlan | 2006-08-31 14:51:25 +0200 (Thu, 31 Aug 2006) | 1 line Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...) ........ r51669 | brett.cannon | 2006-08-31 20:54:26 +0200 (Thu, 31 Aug 2006) | 4 lines Make sure memory is properly cleaned up in file_init. Backport candidate. ........ r51671 | brett.cannon | 2006-08-31 23:47:52 +0200 (Thu, 31 Aug 2006) | 2 lines Fix comment about indentation level in C files. ........ r51674 | brett.cannon | 2006-09-01 00:42:37 +0200 (Fri, 01 Sep 2006) | 3 lines Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), but have all new files use 4 spaces (to match current PEP 7 style). ........ r51676 | fred.drake | 2006-09-01 05:57:19 +0200 (Fri, 01 Sep 2006) | 3 lines - SF patch #1550263: Enhance and correct unittest docs - various minor cleanups for improved consistency ........ r51677 | georg.brandl | 2006-09-02 00:30:52 +0200 (Sat, 02 Sep 2006) | 2 lines evalfile() should be execfile(). ........ r51681 | neal.norwitz | 2006-09-02 04:43:17 +0200 (Sat, 02 Sep 2006) | 1 line SF #1547931, fix typo (missing and). Will backport to 2.5 ........ r51683 | neal.norwitz | 2006-09-02 04:50:35 +0200 (Sat, 02 Sep 2006) | 1 line Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to 2.5.1 and earlier. ........ r51684 | neal.norwitz | 2006-09-02 04:58:13 +0200 (Sat, 02 Sep 2006) | 4 lines Bug #1550714: fix SystemError from itertools.tee on negative value for n. Needs backport to 2.5.1 and earlier. ........ r51685 | nick.coghlan | 2006-09-02 05:54:17 +0200 (Sat, 02 Sep 2006) | 1 line Make decimal.ContextManager a private implementation detail of decimal.localcontext() ........ r51686 | nick.coghlan | 2006-09-02 06:04:18 +0200 (Sat, 02 Sep 2006) | 1 line Further corrections to the decimal module context management documentation ........ r51688 | raymond.hettinger | 2006-09-02 19:07:23 +0200 (Sat, 02 Sep 2006) | 1 line Fix documentation nits for decimal context managers. ........ r51690 | neal.norwitz | 2006-09-02 20:51:34 +0200 (Sat, 02 Sep 2006) | 1 line Add missing word in comment ........ r51691 | neal.norwitz | 2006-09-02 21:40:19 +0200 (Sat, 02 Sep 2006) | 7 lines Hmm, this test has failed at least twice recently on the OpenBSD and Debian sparc buildbots. Since this goes through a lot of tests and hits the disk a lot it could be slow (especially if NFS is involved). I'm not sure if that's the problem, but printing periodic msgs shouldn't hurt. The code was stolen from test_compiler. ........ r51693 | nick.coghlan | 2006-09-03 03:02:00 +0200 (Sun, 03 Sep 2006) | 1 line Fix final documentation nits before backporting decimal module fixes to 2.5 ........ r51694 | nick.coghlan | 2006-09-03 03:06:07 +0200 (Sun, 03 Sep 2006) | 1 line Typo fix for decimal docs ........ r51697 | nick.coghlan | 2006-09-03 03:20:46 +0200 (Sun, 03 Sep 2006) | 1 line NEWS entry on trunk for decimal module changes ........ r51704 | raymond.hettinger | 2006-09-04 17:32:48 +0200 (Mon, 04 Sep 2006) | 1 line Fix endcase for str.rpartition() ........ r51716 | tim.peters | 2006-09-05 04:18:09 +0200 (Tue, 05 Sep 2006) | 12 lines "Conceptual" merge of rev 51711 from the 2.5 branch. i_divmod(): As discussed on Python-Dev, changed the overflow checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows. This differs from the corresponding change on the 2.5 and 2.4 branches, using a less obscure approach, but one that /may/ tickle platform idiocies in their definitions of LONG_MIN. The 2.4 + 2.5 change avoided introducing a dependence on LONG_MIN, at the cost of substantially goofier code. ........ r51717 | tim.peters | 2006-09-05 04:21:19 +0200 (Tue, 05 Sep 2006) | 2 lines Whitespace normalization. ........ r51719 | tim.peters | 2006-09-05 04:22:17 +0200 (Tue, 05 Sep 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r51720 | neal.norwitz | 2006-09-05 04:24:03 +0200 (Tue, 05 Sep 2006) | 2 lines Fix SF bug #1546288, crash in dict_equal. ........ r51721 | neal.norwitz | 2006-09-05 04:25:41 +0200 (Tue, 05 Sep 2006) | 1 line Fix SF #1552093, eval docstring typo (3 ps in mapping) ........ r51724 | neal.norwitz | 2006-09-05 04:35:08 +0200 (Tue, 05 Sep 2006) | 1 line This was found by Guido AFAIK on p3yk (sic) branch. ........ r51725 | neal.norwitz | 2006-09-05 04:36:20 +0200 (Tue, 05 Sep 2006) | 1 line Add a NEWS entry for str.rpartition() change ........ r51728 | neal.norwitz | 2006-09-05 04:57:01 +0200 (Tue, 05 Sep 2006) | 1 line Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. ........ r51729 | neal.norwitz | 2006-09-05 05:53:08 +0200 (Tue, 05 Sep 2006) | 12 lines Bug #1520864 (again): unpacking singleton tuples in list comprehensions and generator expressions (x for x, in ... ) works again. Sigh, I only fixed for loops the first time, not list comps and genexprs too. I couldn't find any more unpacking cases where there is a similar bug lurking. This code should be refactored to eliminate the duplication. I'm sure the listcomp/genexpr code can be refactored. I'm not sure if the for loop can re-use any of the same code though. Will backport to 2.5 (the only place it matters). ........ r51731 | neal.norwitz | 2006-09-05 05:58:26 +0200 (Tue, 05 Sep 2006) | 1 line Add a comment about some refactoring. (There's probably more that should be done.) I will reformat this file in the next checkin due to the inconsistent tabs/spaces. ........ r51732 | neal.norwitz | 2006-09-05 06:00:12 +0200 (Tue, 05 Sep 2006) | 1 line M-x untabify ........ r51737 | hyeshik.chang | 2006-09-05 14:07:09 +0200 (Tue, 05 Sep 2006) | 7 lines Fix a few bugs on cjkcodecs found by Oren Tirosh: - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly. - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312 codepoints to conform the standard. - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2 codepoints now. ........ r51738 | hyeshik.chang | 2006-09-05 14:14:57 +0200 (Tue, 05 Sep 2006) | 2 lines Fix a typo: 2013 -> 0213 ........ r51740 | georg.brandl | 2006-09-05 14:44:58 +0200 (Tue, 05 Sep 2006) | 3 lines Bug #1552618: change docs of dict.has_key() to reflect recommendation to use "in". ........ r51742 | andrew.kuchling | 2006-09-05 15:02:40 +0200 (Tue, 05 Sep 2006) | 1 line Rearrange example a bit, and show rpartition() when separator is not found ........ r51744 | andrew.kuchling | 2006-09-05 15:15:41 +0200 (Tue, 05 Sep 2006) | 1 line [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren ........ r51745 | andrew.kuchling | 2006-09-05 15:19:18 +0200 (Tue, 05 Sep 2006) | 3 lines [Bug #1526834] Fix crash in pdb when you do 'b f('; the function name was placed into a regex pattern and the unbalanced paren caused re.compile() to report an error ........ r51751 | kristjan.jonsson | 2006-09-05 19:58:12 +0200 (Tue, 05 Sep 2006) | 6 lines Update the PCBuild8 solution. Facilitate cross-compilation by having binaries in separate Win32 and x64 directories. Rationalized configs by making proper use of platforms/configurations. Remove pythoncore_pgo project. Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation. Removed I64 support, but this can be easily added by copying the x64 platform settings. ........ r51758 | gustavo.niemeyer | 2006-09-06 03:58:52 +0200 (Wed, 06 Sep 2006) | 3 lines Fixing #1531862: Do not close standard file descriptors in the subprocess module. ........ r51760 | neal.norwitz | 2006-09-06 05:58:34 +0200 (Wed, 06 Sep 2006) | 1 line Revert 51758 because it broke all the buildbots ........ r51762 | georg.brandl | 2006-09-06 08:03:59 +0200 (Wed, 06 Sep 2006) | 3 lines Bug #1551427: fix a wrong NULL pointer check in the win32 version of os.urandom(). ........ r51765 | georg.brandl | 2006-09-06 08:09:31 +0200 (Wed, 06 Sep 2006) | 3 lines Bug #1550983: emit better error messages for erroneous relative imports (if not in package and if beyond toplevel package). ........ r51767 | neal.norwitz | 2006-09-06 08:28:06 +0200 (Wed, 06 Sep 2006) | 1 line with and as are now keywords. There are some generated files I can't recreate. ........ r51770 | georg.brandl | 2006-09-06 08:50:05 +0200 (Wed, 06 Sep 2006) | 5 lines Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. Also make sure that every exception class has __module__ set to 'exceptions'. ........ r51785 | georg.brandl | 2006-09-06 22:05:58 +0200 (Wed, 06 Sep 2006) | 2 lines Fix missing import of the types module in logging.config. ........ r51789 | marc-andre.lemburg | 2006-09-06 22:40:22 +0200 (Wed, 06 Sep 2006) | 3 lines Add news item for bug fix of SF bug report #1546372. ........ r51797 | gustavo.niemeyer | 2006-09-07 02:48:33 +0200 (Thu, 07 Sep 2006) | 3 lines Fixed subprocess bug #1531862 again, after removing tests offending buildbot ........ r51798 | raymond.hettinger | 2006-09-07 04:42:48 +0200 (Thu, 07 Sep 2006) | 1 line Fix refcounts and add error checks. ........ r51803 | nick.coghlan | 2006-09-07 12:50:34 +0200 (Thu, 07 Sep 2006) | 1 line Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 ........ r51805 | ronald.oussoren | 2006-09-07 14:03:10 +0200 (Thu, 07 Sep 2006) | 2 lines Fix a glaring error and update some version numbers. ........ r51814 | andrew.kuchling | 2006-09-07 15:56:23 +0200 (Thu, 07 Sep 2006) | 1 line Typo fix ........ r51815 | andrew.kuchling | 2006-09-07 15:59:38 +0200 (Thu, 07 Sep 2006) | 8 lines [Bug #1552726] Avoid repeatedly polling in interactive mode -- only put a timeout on the select() if an input hook has been defined. Patch by Richard Boulton. This select() code is only executed with readline 2.1, or if READLINE_CALLBACKS is defined. Backport candidate for 2.5, 2.4, probably earlier versions too. ........ r51816 | armin.rigo | 2006-09-07 17:06:00 +0200 (Thu, 07 Sep 2006) | 2 lines Add a warning notice on top of the generated grammar.txt. ........ r51819 | thomas.heller | 2006-09-07 20:56:28 +0200 (Thu, 07 Sep 2006) | 5 lines Anonymous structure fields that have a bit-width specified did not work, and they gave a strange error message from PyArg_ParseTuple: function takes exactly 2 arguments (3 given). With tests. ........ r51820 | thomas.heller | 2006-09-07 21:09:54 +0200 (Thu, 07 Sep 2006) | 4 lines The cast function did not accept c_char_p or c_wchar_p instances as first argument, and failed with a 'bad argument to internal function' error message. ........ r51827 | nick.coghlan | 2006-09-08 12:04:38 +0200 (Fri, 08 Sep 2006) | 1 line Add missing NEWS entry for rev 51803 ........ r51828 | andrew.kuchling | 2006-09-08 15:25:23 +0200 (Fri, 08 Sep 2006) | 1 line Add missing word ........ r51829 | andrew.kuchling | 2006-09-08 15:35:49 +0200 (Fri, 08 Sep 2006) | 1 line Explain SQLite a bit more clearly ........ r51830 | andrew.kuchling | 2006-09-08 15:36:36 +0200 (Fri, 08 Sep 2006) | 1 line Explain SQLite a bit more clearly ........ r51832 | andrew.kuchling | 2006-09-08 16:02:45 +0200 (Fri, 08 Sep 2006) | 1 line Use native SQLite types ........ r51833 | andrew.kuchling | 2006-09-08 16:03:01 +0200 (Fri, 08 Sep 2006) | 1 line Use native SQLite types ........ r51835 | andrew.kuchling | 2006-09-08 16:05:10 +0200 (Fri, 08 Sep 2006) | 1 line Fix typo in example ........ r51837 | brett.cannon | 2006-09-09 09:11:46 +0200 (Sat, 09 Sep 2006) | 6 lines Remove the __unicode__ method from exceptions. Allows unicode() to be called on exception classes. Would require introducing a tp_unicode slot to make it work otherwise. Fixes bug #1551432 and will be backported. ........ r51854 | neal.norwitz | 2006-09-11 06:24:09 +0200 (Mon, 11 Sep 2006) | 8 lines Forward port of 51850 from release25-maint branch. As mentioned on python-dev, reverting patch #1504333 because it introduced an infinite loop in rev 47154. This patch also adds a test to prevent the regression. ........ r51855 | neal.norwitz | 2006-09-11 06:28:16 +0200 (Mon, 11 Sep 2006) | 5 lines Properly handle a NULL returned from PyArena_New(). (Also fix some whitespace) Klocwork #364. ........ r51856 | neal.norwitz | 2006-09-11 06:32:57 +0200 (Mon, 11 Sep 2006) | 1 line Add a "crasher" taken from the sgml bug report referenced in the comment ........ r51858 | georg.brandl | 2006-09-11 11:38:35 +0200 (Mon, 11 Sep 2006) | 12 lines Forward-port of rev. 51857: Building with HP's cc on HP-UX turned up a couple of problems. _PyGILState_NoteThreadState was declared as static inconsistently. Make it static as it's not necessary outside of this module. Some tests failed because errno was reset to 0. (I think the tests that failed were at least: test_fcntl and test_mailbox). Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS. This only affected debug builds. ........ r51865 | martin.v.loewis | 2006-09-12 21:49:20 +0200 (Tue, 12 Sep 2006) | 2 lines Forward-port 51862: Add sgml_input.html. ........ r51866 | andrew.kuchling | 2006-09-12 22:50:23 +0200 (Tue, 12 Sep 2006) | 1 line Markup typo fix ........ r51867 | andrew.kuchling | 2006-09-12 23:09:02 +0200 (Tue, 12 Sep 2006) | 1 line Some editing, markup fixes ........ r51868 | andrew.kuchling | 2006-09-12 23:21:51 +0200 (Tue, 12 Sep 2006) | 1 line More wordsmithing ........ r51877 | andrew.kuchling | 2006-09-14 13:22:18 +0200 (Thu, 14 Sep 2006) | 1 line Make --help mention that -v can be supplied multiple times ........ r51878 | andrew.kuchling | 2006-09-14 13:28:50 +0200 (Thu, 14 Sep 2006) | 1 line Rewrite help message to remove some of the parentheticals. (There were a lot of them.) ........ r51883 | ka-ping.yee | 2006-09-15 02:34:19 +0200 (Fri, 15 Sep 2006) | 2 lines Fix grammar errors and improve clarity. ........ r51885 | georg.brandl | 2006-09-15 07:22:24 +0200 (Fri, 15 Sep 2006) | 3 lines Correct elementtree module index entry. ........ r51889 | fred.drake | 2006-09-15 17:18:04 +0200 (Fri, 15 Sep 2006) | 4 lines - fix module name in links in formatted documentation - minor markup cleanup (forward-ported from release25-maint revision 51888) ........ r51891 | fred.drake | 2006-09-15 18:11:27 +0200 (Fri, 15 Sep 2006) | 3 lines revise explanation of returns_unicode to reflect bool values and to include the default value (merged from release25-maint revision 51890) ........ r51897 | martin.v.loewis | 2006-09-16 19:36:37 +0200 (Sat, 16 Sep 2006) | 2 lines Patch #1557515: Add RLIMIT_SBSIZE. ........ r51903 | ronald.oussoren | 2006-09-17 20:42:53 +0200 (Sun, 17 Sep 2006) | 2 lines Port of revision 51902 in release25-maint to the trunk ........ r51904 | ronald.oussoren | 2006-09-17 21:23:27 +0200 (Sun, 17 Sep 2006) | 3 lines Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version of python changes (2.5 -> 2.6). Bug #1552935. ........ r51913 | guido.van.rossum | 2006-09-18 23:36:16 +0200 (Mon, 18 Sep 2006) | 2 lines Make this thing executable. ........ r51920 | gregory.p.smith | 2006-09-19 19:35:04 +0200 (Tue, 19 Sep 2006) | 5 lines Fixes a bug with bsddb.DB.stat where the flags and txn keyword arguments are transposed. (reported by Louis Zechtzer) ..already committed to release24-maint ..needs committing to release25-maint ........ r51926 | brett.cannon | 2006-09-20 20:34:28 +0200 (Wed, 20 Sep 2006) | 3 lines Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed from exceptions. ........ r51927 | brett.cannon | 2006-09-20 20:43:13 +0200 (Wed, 20 Sep 2006) | 6 lines Allow exceptions to be directly sliced again (e.g., ``BaseException(1,2,3)[0:2]``). Discovered in Python 2.5.0 by Thomas Heller and reported to python-dev. This should be backported to 2.5 . ........ r51928 | brett.cannon | 2006-09-20 21:28:35 +0200 (Wed, 20 Sep 2006) | 2 lines Make python.vim output more deterministic. ........ r51949 | walter.doerwald | 2006-09-21 17:09:55 +0200 (Thu, 21 Sep 2006) | 2 lines Fix typo. ........ r51950 | jack.diederich | 2006-09-21 19:50:26 +0200 (Thu, 21 Sep 2006) | 5 lines * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t which breaks negative counts * added test for negative numbers will backport to 2.5.1 ........ r51953 | jack.diederich | 2006-09-21 22:34:49 +0200 (Thu, 21 Sep 2006) | 1 line added itertools.count(-n) fix ........ r51971 | neal.norwitz | 2006-09-22 10:16:26 +0200 (Fri, 22 Sep 2006) | 10 lines Fix %zd string formatting on Mac OS X so it prints negative numbers. In addition to testing positive numbers, verify negative numbers work in configure. In order to avoid compiler warnings on OS X 10.4, also change the order of the check for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format for Py_ssize_t. This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't defined at configure time. Need to verify the buildbot results. Backport candidate (if everyone thinks this patch can't be improved). ........ r51972 | neal.norwitz | 2006-09-22 10:18:10 +0200 (Fri, 22 Sep 2006) | 7 lines Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate. ........ r51975 | neal.norwitz | 2006-09-22 10:47:23 +0200 (Fri, 22 Sep 2006) | 4 lines Mostly revert this file to the same version as before. Only force setting of PY_FORMAT_SIZE_T to "l" for Mac OSX. I don't know a better define to use. This should get rid of the warnings on other platforms and Mac too. ........ r51986 | fred.drake | 2006-09-23 02:26:31 +0200 (Sat, 23 Sep 2006) | 1 line add boilerplate "What's New" document so the docs will build ........ r51987 | neal.norwitz | 2006-09-23 06:11:38 +0200 (Sat, 23 Sep 2006) | 1 line Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. ........ r51989 | neal.norwitz | 2006-09-23 20:11:58 +0200 (Sat, 23 Sep 2006) | 1 line SF Bug #1563963, add missing word and cleanup first sentance ........ r51990 | brett.cannon | 2006-09-23 21:53:20 +0200 (Sat, 23 Sep 2006) | 3 lines Make output on test_strptime() be more verbose in face of failure. This is in hopes that more information will help debug the failing test on HPPA Ubuntu. ........ r51991 | georg.brandl | 2006-09-24 12:36:01 +0200 (Sun, 24 Sep 2006) | 2 lines Fix webbrowser.BackgroundBrowser on Windows. ........ r51993 | georg.brandl | 2006-09-24 14:35:36 +0200 (Sun, 24 Sep 2006) | 4 lines Fix a bug in the parser's future statement handling that led to "with" not being recognized as a keyword after, e.g., this statement: from __future__ import division, with_statement ........ r51995 | georg.brandl | 2006-09-24 14:50:24 +0200 (Sun, 24 Sep 2006) | 4 lines Fix a bug in traceback.format_exception_only() that led to an error being raised when print_exc() was called without an exception set. In version 2.4, this printed "None", restored that behavior. ........ r52000 | armin.rigo | 2006-09-25 17:16:26 +0200 (Mon, 25 Sep 2006) | 2 lines Another crasher. ........ r52011 | brett.cannon | 2006-09-27 01:38:24 +0200 (Wed, 27 Sep 2006) | 2 lines Make the error message for when the time data and format do not match clearer. ........ r52014 | andrew.kuchling | 2006-09-27 18:37:30 +0200 (Wed, 27 Sep 2006) | 1 line Add news item for rev. 51815 ........ r52018 | andrew.kuchling | 2006-09-27 21:23:05 +0200 (Wed, 27 Sep 2006) | 1 line Make examples do error checking on Py_InitModule ........ r52032 | brett.cannon | 2006-09-29 00:10:14 +0200 (Fri, 29 Sep 2006) | 2 lines Very minor grammatical fix in a comment. ........ r52048 | george.yoshida | 2006-09-30 07:14:02 +0200 (Sat, 30 Sep 2006) | 4 lines SF bug #1567976 : fix typo Will backport to 2.5. ........ r52051 | gregory.p.smith | 2006-09-30 08:08:20 +0200 (Sat, 30 Sep 2006) | 2 lines wording change ........ r52053 | georg.brandl | 2006-09-30 09:24:48 +0200 (Sat, 30 Sep 2006) | 2 lines Bug #1567375: a minor logical glitch in example description. ........ r52056 | georg.brandl | 2006-09-30 09:31:57 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1565661: in webbrowser, split() the command for the default GNOME browser in case it is a command with args. ........ r52058 | georg.brandl | 2006-09-30 10:43:30 +0200 (Sat, 30 Sep 2006) | 4 lines Patch #1567691: super() and new.instancemethod() now don't accept keyword arguments any more (previously they accepted them, but didn't use them). ........ r52061 | georg.brandl | 2006-09-30 11:03:42 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1566800: make sure that EnvironmentError can be called with any number of arguments, as was the case in Python 2.4. ........ r52063 | georg.brandl | 2006-09-30 11:06:45 +0200 (Sat, 30 Sep 2006) | 2 lines Bug #1566663: remove obsolete example from datetime docs. ........ r52065 | georg.brandl | 2006-09-30 11:13:21 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1566602: correct failure of posixpath unittest when $HOME ends with a slash. ........ r52068 | georg.brandl | 2006-09-30 12:58:01 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes keep_blank_values and strict_parsing keyword arguments. ........ r52069 | georg.brandl | 2006-09-30 13:06:47 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1560617: in pyclbr, return full module name not only for classes, but also for functions. ........ r52072 | georg.brandl | 2006-09-30 13:17:34 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1556784: allow format strings longer than 127 characters in datetime's strftime function. ........ r52075 | georg.brandl | 2006-09-30 13:22:28 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1446043: correctly raise a LookupError if an encoding name given to encodings.search_function() contains a dot. ........ r52078 | georg.brandl | 2006-09-30 14:02:57 +0200 (Sat, 30 Sep 2006) | 3 lines Bug #1546052: clarify that PyString_FromString(AndSize) copies the string pointed to by its parameter. ........ r52080 | georg.brandl | 2006-09-30 14:16:03 +0200 (Sat, 30 Sep 2006) | 3 lines Convert test_import to unittest. ........ r52083 | kurt.kaiser | 2006-10-01 23:16:45 +0200 (Sun, 01 Oct 2006) | 5 lines Some syntax errors were being caught by tokenize during the tabnanny check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 ........ r52084 | kurt.kaiser | 2006-10-01 23:54:37 +0200 (Sun, 01 Oct 2006) | 3 lines Add comment explaining that error msgs may be due to user code when running w/o subprocess. ........ r52086 | martin.v.loewis | 2006-10-02 16:55:51 +0200 (Mon, 02 Oct 2006) | 3 lines Fix test for uintptr_t. Fixes #1568842. Will backport. ........ r52089 | martin.v.loewis | 2006-10-02 17:20:37 +0200 (Mon, 02 Oct 2006) | 3 lines Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. Will backport. ........ r52100 | vinay.sajip | 2006-10-03 20:02:37 +0200 (Tue, 03 Oct 2006) | 1 line Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). ........ r52101 | vinay.sajip | 2006-10-03 20:20:26 +0200 (Tue, 03 Oct 2006) | 1 line Documentation clarified to mention optional parameters. ........ r52102 | vinay.sajip | 2006-10-03 20:21:56 +0200 (Tue, 03 Oct 2006) | 1 line Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622). ........ r52121 | brett.cannon | 2006-10-03 23:58:55 +0200 (Tue, 03 Oct 2006) | 2 lines Fix minor typo in a comment. ........ r52123 | brett.cannon | 2006-10-04 01:23:14 +0200 (Wed, 04 Oct 2006) | 2 lines Convert test_imp over to unittest. ........ r52128 | barry.warsaw | 2006-10-04 04:06:36 +0200 (Wed, 04 Oct 2006) | 3 lines decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to test for parts > 3 when we use .split(..., 2). ........ r52129 | jeremy.hylton | 2006-10-04 04:24:52 +0200 (Wed, 04 Oct 2006) | 9 lines Fix for SF bug 1569998: break permitted inside try. The compiler was checking that there was something on the fblock stack, but not that there was a loop on the stack. Fixed that and added a test for the specific syntax error. Bug fix candidate. ........ r52130 | martin.v.loewis | 2006-10-04 07:47:34 +0200 (Wed, 04 Oct 2006) | 4 lines Fix integer negation and absolute value to not rely on undefined behaviour of the C compiler anymore. Will backport to 2.5 and 2.4. ........ r52135 | martin.v.loewis | 2006-10-04 11:21:20 +0200 (Wed, 04 Oct 2006) | 1 line Forward port r52134: Add uuids for 2.4.4. ........ r52137 | armin.rigo | 2006-10-04 12:23:57 +0200 (Wed, 04 Oct 2006) | 3 lines Compilation problem caused by conflicting typedefs for uint32_t (unsigned long vs. unsigned int). ........ r52139 | armin.rigo | 2006-10-04 14:17:45 +0200 (Wed, 04 Oct 2006) | 23 lines Forward-port of r52136,52138: a review of overflow-detecting code. * unified the way intobject, longobject and mystrtoul handle values around -sys.maxint-1. * in general, trying to entierely avoid overflows in any computation involving signed ints or longs is extremely involved. Fixed a few simple cases where a compiler might be too clever (but that's all guesswork). * more overflow checks against bad data in marshal.c. * 2.5 specific: fixed a number of places that were still confusing int and Py_ssize_t. Some of them could potentially have caused "real-world" breakage. * list.pop(x): fixing overflow issues on x was messy. I just reverted to PyArg_ParseTuple("n"), which does the right thing. (An obscure test was trying to give a Decimal to list.pop()... doesn't make sense any more IMHO) * trying to write a few tests... ........ r52147 | andrew.kuchling | 2006-10-04 15:42:43 +0200 (Wed, 04 Oct 2006) | 6 lines Cause a PyObject_Malloc() failure to trigger a MemoryError, and then add 'if (PyErr_Occurred())' checks to various places so that NULL is returned properly. 2.4 backport candidate. ........ r52148 | martin.v.loewis | 2006-10-04 17:25:28 +0200 (Wed, 04 Oct 2006) | 1 line Add MSVC8 project files to create wininst-8.exe. ........ r52196 | brett.cannon | 2006-10-06 00:02:31 +0200 (Fri, 06 Oct 2006) | 7 lines Clarify what "re-initialization" means for init_builtin() and init_dynamic(). Also remove warning about re-initialization as possibly raising an execption as both call _PyImport_FindExtension() which pulls any module that was already imported from the Python process' extension cache and just copies the __dict__ into the module stored in sys.modules. ........ r52200 | fred.drake | 2006-10-06 02:03:45 +0200 (Fri, 06 Oct 2006) | 3 lines - update links - remove Sleepycat name now that they have been bought ........ r52204 | andrew.kuchling | 2006-10-06 12:41:01 +0200 (Fri, 06 Oct 2006) | 1 line Case fix ........ r52208 | georg.brandl | 2006-10-06 14:46:08 +0200 (Fri, 06 Oct 2006) | 3 lines Fix name. ........ r52211 | andrew.kuchling | 2006-10-06 15:18:26 +0200 (Fri, 06 Oct 2006) | 1 line [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. ........ r52212 | armin.rigo | 2006-10-06 18:33:22 +0200 (Fri, 06 Oct 2006) | 4 lines A very minor bug fix: this code looks like it is designed to accept any hue value and do the modulo itself, except it doesn't quite do it in all cases. At least, the "cannot get here" comment was wrong. ........ r52213 | andrew.kuchling | 2006-10-06 20:51:55 +0200 (Fri, 06 Oct 2006) | 1 line Comment grammar ........ r52218 | skip.montanaro | 2006-10-07 13:05:02 +0200 (Sat, 07 Oct 2006) | 6 lines Note that the excel_tab class is registered as the "excel-tab" dialect. Fixes 1572471. Make a similar change for the excel class and clean up references to the Dialects and Formatting Parameters section in a few places. ........ r52221 | georg.brandl | 2006-10-08 09:11:54 +0200 (Sun, 08 Oct 2006) | 3 lines Add missing NEWS entry for rev. 52129. ........ r52223 | hyeshik.chang | 2006-10-08 15:48:34 +0200 (Sun, 08 Oct 2006) | 3 lines Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP unicode characters. (Submitted by Ray Chason) ........ r52227 | ronald.oussoren | 2006-10-08 19:37:58 +0200 (Sun, 08 Oct 2006) | 4 lines Add version number to the link to the python documentation in /Developer/Documentation/Python, better for users that install multiple versions of python. ........ r52229 | ronald.oussoren | 2006-10-08 19:40:02 +0200 (Sun, 08 Oct 2006) | 2 lines Fix for bug #1570284 ........ r52233 | ronald.oussoren | 2006-10-08 19:49:52 +0200 (Sun, 08 Oct 2006) | 6 lines MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a universal build of python on OSX 10.3 to ensure that those flags can be used to compile code (the universal build uses compiler flags that aren't supported on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and BLDSHARED. ........ r52236 | ronald.oussoren | 2006-10-08 19:51:46 +0200 (Sun, 08 Oct 2006) | 5 lines MacOSX: The universal build requires that users have the MacOSX10.4u SDK installed to build extensions. This patch makes distutils emit a warning when the compiler should use an SDK but that SDK is not installed, hopefully reducing some confusion. ........ r52238 | ronald.oussoren | 2006-10-08 20:18:26 +0200 (Sun, 08 Oct 2006) | 3 lines MacOSX: add more logic to recognize the correct startup file to patch to the shell profile patching post-install script. ........ r52242 | andrew.kuchling | 2006-10-09 19:10:12 +0200 (Mon, 09 Oct 2006) | 1 line Add news item for rev. 52211 change ........ r52245 | andrew.kuchling | 2006-10-09 20:05:19 +0200 (Mon, 09 Oct 2006) | 1 line Fix wording in comment ........ r52251 | georg.brandl | 2006-10-09 21:03:06 +0200 (Mon, 09 Oct 2006) | 2 lines Patch #1572724: fix typo ('=' instead of '==') in _msi.c. ........ r52255 | barry.warsaw | 2006-10-09 21:43:24 +0200 (Mon, 09 Oct 2006) | 2 lines List gc.get_count() in the module docstring. ........ r52257 | martin.v.loewis | 2006-10-09 22:44:25 +0200 (Mon, 09 Oct 2006) | 1 line Bug #1565150: Fix subsecond processing for os.utime on Windows. ........ r52268 | ronald.oussoren | 2006-10-10 09:55:06 +0200 (Tue, 10 Oct 2006) | 2 lines MacOSX: fix permission problem in the generated installer ........ r52293 | georg.brandl | 2006-10-12 09:38:04 +0200 (Thu, 12 Oct 2006) | 2 lines Bug #1575746: fix typo in property() docs. ........ r52295 | georg.brandl | 2006-10-12 09:57:21 +0200 (Thu, 12 Oct 2006) | 3 lines Bug #813342: Start the IDLE subprocess with -Qnew if the parent is started with that option. ........ r52297 | georg.brandl | 2006-10-12 10:22:53 +0200 (Thu, 12 Oct 2006) | 2 lines Bug #1565919: document set types in the Language Reference. ........ r52299 | georg.brandl | 2006-10-12 11:20:33 +0200 (Thu, 12 Oct 2006) | 3 lines Bug #1550524: better heuristics to find correct class definition in inspect.findsource(). ........ r52301 | georg.brandl | 2006-10-12 11:47:12 +0200 (Thu, 12 Oct 2006) | 4 lines Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer. ........ r52303 | georg.brandl | 2006-10-12 13:14:40 +0200 (Thu, 12 Oct 2006) | 2 lines Bug #1546628: add a note about urlparse.urljoin() and absolute paths. ........ r52305 | georg.brandl | 2006-10-12 13:27:59 +0200 (Thu, 12 Oct 2006) | 3 lines Bug #1545497: when given an explicit base, int() did ignore NULs embedded in the string to convert. ........ r52307 | georg.brandl | 2006-10-12 13:41:11 +0200 (Thu, 12 Oct 2006) | 3 lines Add a note to fpectl docs that it's not built by default (bug #1556261). ........ r52309 | georg.brandl | 2006-10-12 13:46:57 +0200 (Thu, 12 Oct 2006) | 3 lines Bug #1560114: the Mac filesystem does have accurate information about the case of filenames. ........ r52311 | georg.brandl | 2006-10-12 13:59:27 +0200 (Thu, 12 Oct 2006) | 2 lines Small grammar fix, thanks Sjoerd. ........ r52313 | georg.brandl | 2006-10-12 14:03:07 +0200 (Thu, 12 Oct 2006) | 2 lines Fix tarfile depending on buggy int('1\0', base) behavior. ........ r52315 | georg.brandl | 2006-10-12 14:33:07 +0200 (Thu, 12 Oct 2006) | 2 lines Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). ........ r52316 | georg.brandl | 2006-10-12 15:08:16 +0200 (Thu, 12 Oct 2006) | 3 lines Bug #1560179: speed up posixpath.(dir|base)name ........ r52327 | brett.cannon | 2006-10-14 08:36:45 +0200 (Sat, 14 Oct 2006) | 3 lines Clean up the language of a sentence relating to the connect() function and user-defined datatypes. ........ r52332 | neal.norwitz | 2006-10-14 23:33:38 +0200 (Sat, 14 Oct 2006) | 3 lines Update the peephole optimizer to remove more dead code (jumps after returns) and inline jumps to returns. ........ r52333 | martin.v.loewis | 2006-10-15 09:54:40 +0200 (Sun, 15 Oct 2006) | 4 lines Patch #1576954: Update VC6 build directory; remove redundant files in VC7. Will backport to 2.5. ........ r52335 | martin.v.loewis | 2006-10-15 10:43:33 +0200 (Sun, 15 Oct 2006) | 1 line Patch #1576166: Support os.utime for directories on Windows NT+. ........ r52336 | martin.v.loewis | 2006-10-15 10:51:22 +0200 (Sun, 15 Oct 2006) | 2 lines Patch #1577551: Add ctypes and ET build support for VC6. Will backport to 2.5. ........ r52338 | martin.v.loewis | 2006-10-15 11:35:51 +0200 (Sun, 15 Oct 2006) | 1 line Loosen the test for equal time stamps. ........ r52339 | martin.v.loewis | 2006-10-15 11:43:39 +0200 (Sun, 15 Oct 2006) | 2 lines Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. ........ r52341 | martin.v.loewis | 2006-10-15 13:02:07 +0200 (Sun, 15 Oct 2006) | 2 lines Round to int, because some systems support sub-second time stamps in stat, but not in utime. Also be consistent with modifying only mtime, not atime. ........ r52342 | martin.v.loewis | 2006-10-15 13:57:40 +0200 (Sun, 15 Oct 2006) | 2 lines Set the eol-style for project files to "CRLF". ........ r52343 | martin.v.loewis | 2006-10-15 13:59:56 +0200 (Sun, 15 Oct 2006) | 3 lines Drop binary property on dsp files, set eol-style to CRLF instead. ........ r52344 | martin.v.loewis | 2006-10-15 14:01:43 +0200 (Sun, 15 Oct 2006) | 2 lines Remove binary property, set eol-style to CRLF instead. ........ r52346 | martin.v.loewis | 2006-10-15 16:30:38 +0200 (Sun, 15 Oct 2006) | 2 lines Mention the bdist_msi module. Will backport to 2.5. ........ r52354 | brett.cannon | 2006-10-16 05:09:52 +0200 (Mon, 16 Oct 2006) | 3 lines Fix turtle so that you can launch the demo2 function on its own instead of only when the module is launched as a script. ........ r52356 | martin.v.loewis | 2006-10-17 17:18:06 +0200 (Tue, 17 Oct 2006) | 2 lines Patch #1457736: Update VC6 to use current PCbuild settings. Will backport to 2.5. ........ r52360 | martin.v.loewis | 2006-10-17 20:09:55 +0200 (Tue, 17 Oct 2006) | 2 lines Remove obsolete file. Will backport. ........ r52363 | martin.v.loewis | 2006-10-17 20:59:23 +0200 (Tue, 17 Oct 2006) | 4 lines Forward-port r52358: - Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3. ........ r52365 | thomas.heller | 2006-10-17 21:30:48 +0200 (Tue, 17 Oct 2006) | 6 lines ctypes callback functions only support 'fundamental' result types. Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Will backport to release25-maint. ........ r52377 | tim.peters | 2006-10-18 07:06:06 +0200 (Wed, 18 Oct 2006) | 2 lines newIobject(): repaired incorrect cast to quiet MSVC warning. ........ r52378 | tim.peters | 2006-10-18 07:09:12 +0200 (Wed, 18 Oct 2006) | 2 lines Whitespace normalization. ........ r52379 | tim.peters | 2006-10-18 07:10:28 +0200 (Wed, 18 Oct 2006) | 2 lines Add missing svn:eol-style to text files. ........ r52387 | martin.v.loewis | 2006-10-19 12:58:46 +0200 (Thu, 19 Oct 2006) | 3 lines Add check for the PyArg_ParseTuple format, and declare it if it is supported. ........ r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines Fix various minor errors in passing arguments to PyArg_ParseTuple. ........ r52389 | martin.v.loewis | 2006-10-19 18:01:37 +0200 (Thu, 19 Oct 2006) | 2 lines Restore CFLAGS after checking for __attribute__ ........ r52390 | andrew.kuchling | 2006-10-19 23:55:55 +0200 (Thu, 19 Oct 2006) | 1 line [Bug #1576348] Fix typo in example ........ r52414 | walter.doerwald | 2006-10-22 10:59:41 +0200 (Sun, 22 Oct 2006) | 2 lines Port test___future__ to unittest. ........ r52415 | ronald.oussoren | 2006-10-22 12:45:18 +0200 (Sun, 22 Oct 2006) | 3 lines Patch #1580674: with this patch os.readlink uses the filesystem encoding to decode unicode objects and returns an unicode object when the argument is one. ........ r52416 | martin.v.loewis | 2006-10-22 12:46:18 +0200 (Sun, 22 Oct 2006) | 3 lines Patch #1580872: Remove duplicate declaration of PyCallable_Check. Will backport to 2.5. ........ r52418 | martin.v.loewis | 2006-10-22 12:55:15 +0200 (Sun, 22 Oct 2006) | 4 lines - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that ctypes isn't considered as requiring executable stacks. Will backport to 2.5. ........ r52420 | martin.v.loewis | 2006-10-22 15:45:13 +0200 (Sun, 22 Oct 2006) | 3 lines Remove passwd.adjunct.byname from list of maps for test_nis. Will backport to 2.5. ........ r52431 | georg.brandl | 2006-10-24 18:54:16 +0200 (Tue, 24 Oct 2006) | 2 lines Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated ........ r52446 | andrew.kuchling | 2006-10-26 21:10:46 +0200 (Thu, 26 Oct 2006) | 1 line [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. ........ r52449 | andrew.kuchling | 2006-10-26 21:16:46 +0200 (Thu, 26 Oct 2006) | 1 line Typo fix ........ r52452 | martin.v.loewis | 2006-10-27 08:16:31 +0200 (Fri, 27 Oct 2006) | 3 lines Patch #1549049: Rewrite type conversion in structmember. Fixes #1545696 and #1566140. Will backport to 2.5. ........ r52454 | martin.v.loewis | 2006-10-27 08:42:27 +0200 (Fri, 27 Oct 2006) | 2 lines Check for values.h. Will backport. ........ r52456 | martin.v.loewis | 2006-10-27 09:06:52 +0200 (Fri, 27 Oct 2006) | 2 lines Get DBL_MAX from float.h not values.h. Will backport. ........ r52458 | martin.v.loewis | 2006-10-27 09:13:28 +0200 (Fri, 27 Oct 2006) | 2 lines Patch #1567274: Support SMTP over TLS. ........ r52459 | andrew.kuchling | 2006-10-27 13:33:29 +0200 (Fri, 27 Oct 2006) | 1 line Set svn:keywords property ........ r52460 | andrew.kuchling | 2006-10-27 13:36:41 +0200 (Fri, 27 Oct 2006) | 1 line Add item ........ r52461 | andrew.kuchling | 2006-10-27 13:37:01 +0200 (Fri, 27 Oct 2006) | 1 line Some wording changes and markup fixes ........ r52462 | andrew.kuchling | 2006-10-27 14:18:38 +0200 (Fri, 27 Oct 2006) | 1 line [Bug #1585690] Note that line_num was added in Python 2.5 ........ r52464 | andrew.kuchling | 2006-10-27 14:50:38 +0200 (Fri, 27 Oct 2006) | 1 line [Bug #1583946] Reword description of server and issuer ........ r52466 | andrew.kuchling | 2006-10-27 15:06:25 +0200 (Fri, 27 Oct 2006) | 1 line [Bug #1562583] Mention the set_reuse_addr() method ........ r52469 | andrew.kuchling | 2006-10-27 15:22:46 +0200 (Fri, 27 Oct 2006) | 4 lines [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. Backport candidate. Though it's an API change, this is a pretty obscure portion of the API. ........ r52473 | andrew.kuchling | 2006-10-27 16:53:41 +0200 (Fri, 27 Oct 2006) | 1 line Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules ........ r52476 | andrew.kuchling | 2006-10-27 18:39:10 +0200 (Fri, 27 Oct 2006) | 1 line [Bug #1576241] Let functools.wraps work with built-in functions ........ r52478 | andrew.kuchling | 2006-10-27 18:55:34 +0200 (Fri, 27 Oct 2006) | 1 line [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error ........ r52480 | andrew.kuchling | 2006-10-27 19:06:16 +0200 (Fri, 27 Oct 2006) | 1 line Clarify docstring ........ r52481 | andrew.kuchling | 2006-10-27 19:11:23 +0200 (Fri, 27 Oct 2006) | 5 lines [Patch #1574068 by Scott Dial] urllib and urllib2 were using base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers. ........ r52483 | andrew.kuchling | 2006-10-27 20:13:46 +0200 (Fri, 27 Oct 2006) | 1 line Check db_setup_debug for a few print statements; change sqlite_setup_debug to False ........ r52484 | andrew.kuchling | 2006-10-27 20:15:02 +0200 (Fri, 27 Oct 2006) | 1 line [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed ........ r52485 | thomas.heller | 2006-10-27 20:31:36 +0200 (Fri, 27 Oct 2006) | 5 lines WindowsError.str should display the windows error code, not the posix error code; with test. Fixes #1576174. Will backport to release25-maint. ........ r52487 | thomas.heller | 2006-10-27 21:05:53 +0200 (Fri, 27 Oct 2006) | 4 lines Modulefinder now handles absolute and relative imports, including tests. Will backport to release25-maint. ........ r52488 | georg.brandl | 2006-10-27 22:39:43 +0200 (Fri, 27 Oct 2006) | 2 lines Patch #1552024: add decorator support to unparse.py demo script. ........ r52492 | walter.doerwald | 2006-10-28 12:47:12 +0200 (Sat, 28 Oct 2006) | 2 lines Port test_bufio to unittest. ........ r52493 | georg.brandl | 2006-10-28 15:10:17 +0200 (Sat, 28 Oct 2006) | 6 lines Convert test_global, test_scope and test_grammar to unittest. I tried to enclose all tests which must be run at the toplevel (instead of inside a method) in exec statements. ........ r52494 | georg.brandl | 2006-10-28 15:11:41 +0200 (Sat, 28 Oct 2006) | 3 lines Update outstanding bugs test file. ........ r52495 | georg.brandl | 2006-10-28 15:51:49 +0200 (Sat, 28 Oct 2006) | 3 lines Convert test_math to unittest. ........ r52496 | georg.brandl | 2006-10-28 15:56:58 +0200 (Sat, 28 Oct 2006) | 3 lines Convert test_opcodes to unittest. ........ r52497 | georg.brandl | 2006-10-28 18:04:04 +0200 (Sat, 28 Oct 2006) | 2 lines Fix nth() itertool recipe. ........ r52500 | georg.brandl | 2006-10-28 22:25:09 +0200 (Sat, 28 Oct 2006) | 2 lines make test_grammar pass with python -O ........ r52501 | neal.norwitz | 2006-10-28 23:15:30 +0200 (Sat, 28 Oct 2006) | 6 lines Add some asserts. In sysmodule, I think these were to try to silence some warnings from Klokwork. They verify the assumptions of the format of svn version output. The assert in the thread module helped debug a problem on HP-UX. ........ r52502 | neal.norwitz | 2006-10-28 23:16:54 +0200 (Sat, 28 Oct 2006) | 5 lines Fix warnings with HP's C compiler. It doesn't recognize that infinite loops are, um, infinite. These conditions should not be able to happen. Will backport. ........ r52503 | neal.norwitz | 2006-10-28 23:17:51 +0200 (Sat, 28 Oct 2006) | 5 lines Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if it's held (even by the current thread). Will backport. ........ r52504 | neal.norwitz | 2006-10-28 23:19:07 +0200 (Sat, 28 Oct 2006) | 6 lines Fix bug #1565514, SystemError not raised on too many nested blocks. It seems like this should be a different error than SystemError, but I don't have any great ideas and SystemError was raised in 2.4 and earlier. Will backport. ........ r52505 | neal.norwitz | 2006-10-28 23:20:12 +0200 (Sat, 28 Oct 2006) | 4 lines Prevent crash if alloc of garbage fails. Found by Typo.pl. Will backport. ........ r52506 | neal.norwitz | 2006-10-28 23:21:00 +0200 (Sat, 28 Oct 2006) | 4 lines Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. Will backport. ........ r52513 | neal.norwitz | 2006-10-28 23:56:49 +0200 (Sat, 28 Oct 2006) | 2 lines Fix test_modulefinder so it doesn't fail when run after test_distutils. ........ r52514 | neal.norwitz | 2006-10-29 00:12:26 +0200 (Sun, 29 Oct 2006) | 4 lines From SF 1557890, fix problem of using wrong type in example. Will backport. ........ r52517 | georg.brandl | 2006-10-29 09:39:22 +0100 (Sun, 29 Oct 2006) | 4 lines Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513). ........ r52519 | georg.brandl | 2006-10-29 09:47:08 +0100 (Sun, 29 Oct 2006) | 3 lines Clean up a leftover from old listcomp generation code. ........ r52520 | georg.brandl | 2006-10-29 09:53:06 +0100 (Sun, 29 Oct 2006) | 4 lines Bug #1586448: the compiler module now emits the same bytecode for list comprehensions as the builtin compiler, using the LIST_APPEND opcode. ........ r52521 | georg.brandl | 2006-10-29 10:01:01 +0100 (Sun, 29 Oct 2006) | 3 lines Remove trailing comma. ........ r52522 | georg.brandl | 2006-10-29 10:05:04 +0100 (Sun, 29 Oct 2006) | 3 lines Bug #1357915: allow all sequence types for shell arguments in subprocess. ........ r52524 | georg.brandl | 2006-10-29 10:16:12 +0100 (Sun, 29 Oct 2006) | 3 lines Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. ........ r52526 | georg.brandl | 2006-10-29 10:18:00 +0100 (Sun, 29 Oct 2006) | 3 lines Test assert if __debug__ is true. ........ r52527 | georg.brandl | 2006-10-29 10:32:16 +0100 (Sun, 29 Oct 2006) | 2 lines Fix the new EncodedFile test to work with big endian platforms. ........ r52529 | georg.brandl | 2006-10-29 15:39:09 +0100 (Sun, 29 Oct 2006) | 2 lines Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. ........ r52532 | georg.brandl | 2006-10-29 19:01:08 +0100 (Sun, 29 Oct 2006) | 2 lines Bug #1586773: extend hashlib docstring. ........ r52534 | neal.norwitz | 2006-10-29 19:30:10 +0100 (Sun, 29 Oct 2006) | 4 lines Update comments, remove commented out code. Move assembler structure next to assembler code to make it easier to move it to a separate file. ........ r52535 | georg.brandl | 2006-10-29 19:31:42 +0100 (Sun, 29 Oct 2006) | 3 lines Bug #1576657: when setting a KeyError for a tuple key, make sure that the tuple isn't used as the "exception arguments tuple". ........ r52537 | georg.brandl | 2006-10-29 20:13:40 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_mmap to unittest. ........ r52538 | georg.brandl | 2006-10-29 20:20:45 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_poll to unittest. ........ r52539 | georg.brandl | 2006-10-29 20:24:43 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_nis to unittest. ........ r52540 | georg.brandl | 2006-10-29 20:35:03 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_types to unittest. ........ r52541 | georg.brandl | 2006-10-29 20:51:16 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_cookie to unittest. ........ r52542 | georg.brandl | 2006-10-29 21:09:12 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_cgi to unittest. ........ r52543 | georg.brandl | 2006-10-29 21:24:01 +0100 (Sun, 29 Oct 2006) | 3 lines Completely convert test_httplib to unittest. ........ r52544 | georg.brandl | 2006-10-29 21:28:26 +0100 (Sun, 29 Oct 2006) | 2 lines Convert test_MimeWriter to unittest. ........ r52545 | georg.brandl | 2006-10-29 21:31:17 +0100 (Sun, 29 Oct 2006) | 3 lines Convert test_openpty to unittest. ........ r52546 | georg.brandl | 2006-10-29 21:35:12 +0100 (Sun, 29 Oct 2006) | 3 lines Remove leftover test output file. ........ r52547 | georg.brandl | 2006-10-29 22:54:18 +0100 (Sun, 29 Oct 2006) | 3 lines Move the check for openpty to the beginning. ........ r52548 | walter.doerwald | 2006-10-29 23:06:28 +0100 (Sun, 29 Oct 2006) | 2 lines Add tests for basic argument errors. ........ r52549 | walter.doerwald | 2006-10-30 00:02:27 +0100 (Mon, 30 Oct 2006) | 3 lines Add tests for incremental codecs with an errors argument. ........ r52550 | neal.norwitz | 2006-10-30 00:39:03 +0100 (Mon, 30 Oct 2006) | 1 line Fix refleak ........ r52552 | neal.norwitz | 2006-10-30 00:58:36 +0100 (Mon, 30 Oct 2006) | 1 line I'm assuming this is correct, it fixes the tests so they pass again ........ r52555 | vinay.sajip | 2006-10-31 18:32:37 +0100 (Tue, 31 Oct 2006) | 1 line Change to improve speed of _fixupChildren ........ r52556 | vinay.sajip | 2006-10-31 18:34:31 +0100 (Tue, 31 Oct 2006) | 1 line Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). ........ r52588 | thomas.heller | 2006-11-02 20:48:24 +0100 (Thu, 02 Nov 2006) | 5 lines Replace the XXX marker in the 'Arrays and pointers' reference manual section with a link to the tutorial sections. Will backport to release25-maint. ........ r52592 | thomas.heller | 2006-11-02 21:22:29 +0100 (Thu, 02 Nov 2006) | 6 lines Fix a code example by adding a missing import. Fixes #1557890. Will backport to release25-maint. ........ r52598 | tim.peters | 2006-11-03 03:32:46 +0100 (Fri, 03 Nov 2006) | 2 lines Whitespace normalization. ........ r52619 | martin.v.loewis | 2006-11-04 19:14:06 +0100 (Sat, 04 Nov 2006) | 4 lines - Patch #1060577: Extract list of RPM files from spec file in bdist_rpm Will backport to 2.5. ........ r52621 | neal.norwitz | 2006-11-04 20:25:22 +0100 (Sat, 04 Nov 2006) | 4 lines Bug #1588287: fix invalid assertion for `1,2` in debug builds. Will backport ........ r52630 | andrew.kuchling | 2006-11-05 22:04:37 +0100 (Sun, 05 Nov 2006) | 1 line Update link ........ r52631 | skip.montanaro | 2006-11-06 15:34:52 +0100 (Mon, 06 Nov 2006) | 1 line note that user can control directory location even if default dir is used ........ r52644 | ronald.oussoren | 2006-11-07 16:53:38 +0100 (Tue, 07 Nov 2006) | 2 lines Fix a number of typos in strings and comments (sf#1589070) ........ r52647 | ronald.oussoren | 2006-11-07 17:00:34 +0100 (Tue, 07 Nov 2006) | 2 lines Whitespace changes to make the source more compliant with PEP8 (SF#1589070) ........ r52651 | thomas.heller | 2006-11-07 19:01:18 +0100 (Tue, 07 Nov 2006) | 3 lines Fix markup. Will backport to release25-maint. ........ r52653 | thomas.heller | 2006-11-07 19:20:47 +0100 (Tue, 07 Nov 2006) | 3 lines Fix grammatical error as well. Will backport to release25-maint. ........ r52657 | andrew.kuchling | 2006-11-07 21:39:16 +0100 (Tue, 07 Nov 2006) | 1 line Add missing word ........ r52662 | martin.v.loewis | 2006-11-08 07:46:37 +0100 (Wed, 08 Nov 2006) | 4 lines Correctly forward exception in instance_contains(). Fixes #1591996. Patch contributed by Neal Norwitz. Will backport. ........ r52664 | martin.v.loewis | 2006-11-08 07:48:36 +0100 (Wed, 08 Nov 2006) | 2 lines News entry for 52662. ........ r52665 | martin.v.loewis | 2006-11-08 08:35:55 +0100 (Wed, 08 Nov 2006) | 2 lines Patch #1351744: Add askyesnocancel helper for tkMessageBox. ........ r52666 | georg.brandl | 2006-11-08 08:45:59 +0100 (Wed, 08 Nov 2006) | 2 lines Patch #1592072: fix docs for return value of PyErr_CheckSignals. ........ r52668 | georg.brandl | 2006-11-08 11:04:29 +0100 (Wed, 08 Nov 2006) | 3 lines Bug #1592533: rename variable in heapq doc example, to avoid shadowing "sorted". ........ r52671 | andrew.kuchling | 2006-11-08 14:35:34 +0100 (Wed, 08 Nov 2006) | 1 line Add section on the functional module ........ r52672 | andrew.kuchling | 2006-11-08 15:14:30 +0100 (Wed, 08 Nov 2006) | 1 line Add section on operator module; make a few edits ........ r52673 | andrew.kuchling | 2006-11-08 15:24:03 +0100 (Wed, 08 Nov 2006) | 1 line Add table of contents; this required fixing a few headings. Some more smalle edits. ........ r52674 | andrew.kuchling | 2006-11-08 15:30:14 +0100 (Wed, 08 Nov 2006) | 1 line More edits ........ r52686 | martin.v.loewis | 2006-11-09 12:06:03 +0100 (Thu, 09 Nov 2006) | 3 lines Patch #838546: Make terminal become controlling in pty.fork(). Will backport to 2.5. ........ r52688 | martin.v.loewis | 2006-11-09 12:27:32 +0100 (Thu, 09 Nov 2006) | 2 lines Patch #1592250: Add elidge argument to Tkinter.Text.search. ........ r52690 | andrew.kuchling | 2006-11-09 14:27:07 +0100 (Thu, 09 Nov 2006) | 7 lines [Bug #1569790] mailbox.Maildir.get_folder() loses factory information Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test. Will backport to 25-maint. ........ r52692 | andrew.kuchling | 2006-11-09 14:51:14 +0100 (Thu, 09 Nov 2006) | 1 line [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk ........ r52695 | walter.doerwald | 2006-11-09 17:23:26 +0100 (Thu, 09 Nov 2006) | 2 lines Replace C++ comment with C comment (fixes SF bug #1593525). ........ r52712 | andrew.kuchling | 2006-11-09 22:16:46 +0100 (Thu, 09 Nov 2006) | 11 lines [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash Two changes: Where possible, use link()/remove() to move files into a directory; this makes it easier to avoid overwriting an existing file. Use _create_carefully() to create files in tmp/, which uses O_EXCL. Backport candidate. ........ r52716 | phillip.eby | 2006-11-10 01:33:36 +0100 (Fri, 10 Nov 2006) | 4 lines Fix SF#1566719: not creating site-packages (or other target directory) when installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). ........ r52719 | andrew.kuchling | 2006-11-10 14:14:01 +0100 (Fri, 10 Nov 2006) | 1 line Reword entry ........ r52725 | andrew.kuchling | 2006-11-10 15:39:01 +0100 (Fri, 10 Nov 2006) | 1 line [Feature request #1542920] Link to wsgi.org ........ r52731 | georg.brandl | 2006-11-11 19:29:11 +0100 (Sat, 11 Nov 2006) | 2 lines Bug #1594742: wrong word in stringobject doc. ........ r52733 | georg.brandl | 2006-11-11 19:32:47 +0100 (Sat, 11 Nov 2006) | 2 lines Bug #1594758: wording improvement for dict.update() docs. ........ r52736 | martin.v.loewis | 2006-11-12 11:32:47 +0100 (Sun, 12 Nov 2006) | 3 lines Patch #1065257: Support passing open files as body in HTTPConnection.request(). ........ r52737 | martin.v.loewis | 2006-11-12 11:41:39 +0100 (Sun, 12 Nov 2006) | 2 lines Patch #1355023: support whence argument for GzipFile.seek. ........ r52738 | martin.v.loewis | 2006-11-12 19:24:26 +0100 (Sun, 12 Nov 2006) | 2 lines Bug #1067760: Deprecate passing floats to file.seek. ........ r52739 | martin.v.loewis | 2006-11-12 19:48:13 +0100 (Sun, 12 Nov 2006) | 3 lines Patch #1359217: Ignore 2xx response before 150 response. Will backport to 2.5. ........ r52741 | martin.v.loewis | 2006-11-12 19:56:03 +0100 (Sun, 12 Nov 2006) | 4 lines Patch #1360200: Use unmangled_version RPM spec field to deal with file name mangling. Will backport to 2.5. ........ r52753 | walter.doerwald | 2006-11-15 17:23:46 +0100 (Wed, 15 Nov 2006) | 2 lines Fix typo. ........ r52754 | georg.brandl | 2006-11-15 18:42:03 +0100 (Wed, 15 Nov 2006) | 2 lines Bug #1594809: add a note to README regarding PYTHONPATH and make install. ........ r52762 | georg.brandl | 2006-11-16 16:05:14 +0100 (Thu, 16 Nov 2006) | 2 lines Bug #1597576: mention that the new base64 api has been introduced in py2.4. ........ r52764 | georg.brandl | 2006-11-16 17:50:59 +0100 (Thu, 16 Nov 2006) | 3 lines Bug #1597824: return the registered function from atexit.register() to facilitate usage as a decorator. ........ r52765 | georg.brandl | 2006-11-16 18:08:45 +0100 (Thu, 16 Nov 2006) | 4 lines Bug #1588217: don't parse "= " as a soft line break in binascii's a2b_qp() function, instead leave it in the string as quopri.decode() does. ........ r52776 | andrew.kuchling | 2006-11-17 14:30:25 +0100 (Fri, 17 Nov 2006) | 17 lines Remove file-locking in MH.pack() method. This change looks massive but it's mostly a re-indenting after removing some try...finally blocks. Also adds a test case that does a pack() while the mailbox is locked; this test would have turned up bugs in the original code on some platforms. In both nmh and GNU Mailutils' implementation of MH-format mailboxes, no locking is done of individual message files when renaming them. The original mailbox.py code did do locking, which meant that message files had to be opened. This code was buggy on certain platforms (found through reading the code); there were code paths that closed the file object and then called _unlock_file() on it. Will backport to 25-maint once I see how the buildbots react to this patch. ........ r52780 | martin.v.loewis | 2006-11-18 19:00:23 +0100 (Sat, 18 Nov 2006) | 5 lines Patch #1538878: Don't make tkSimpleDialog dialogs transient if the parent window is withdrawn. This mirrors what dialog.tcl does. Will backport to 2.5. ........ r52782 | martin.v.loewis | 2006-11-18 19:05:35 +0100 (Sat, 18 Nov 2006) | 4 lines Patch #1594554: Always close a tkSimpleDialog on ok(), even if an exception occurs. Will backport to 2.5. ........ r52784 | martin.v.loewis | 2006-11-18 19:42:11 +0100 (Sat, 18 Nov 2006) | 3 lines Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. ........ r52786 | andrew.kuchling | 2006-11-18 23:17:33 +0100 (Sat, 18 Nov 2006) | 1 line Expand checking in test_sha ........ r52787 | georg.brandl | 2006-11-19 09:48:30 +0100 (Sun, 19 Nov 2006) | 3 lines Patch [ 1586791 ] better error msgs for some TypeErrors ........ r52788 | martin.v.loewis | 2006-11-19 11:41:41 +0100 (Sun, 19 Nov 2006) | 4 lines Make cStringIO.truncate raise IOError for negative arguments (even for -1). Fixes the last bit of #1359365. ........ r52789 | andrew.kuchling | 2006-11-19 19:40:01 +0100 (Sun, 19 Nov 2006) | 1 line Add a test case of data w/ bytes > 127 ........ r52790 | martin.v.loewis | 2006-11-19 19:51:54 +0100 (Sun, 19 Nov 2006) | 3 lines Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. ........ r52792 | neal.norwitz | 2006-11-19 22:26:53 +0100 (Sun, 19 Nov 2006) | 4 lines Speed up function calls into the math module by using METH_O. There should be no functional changes. However, the error msgs are slightly different. Also verified that the module dict is not NULL on init. ........ r52794 | george.yoshida | 2006-11-20 03:24:48 +0100 (Mon, 20 Nov 2006) | 2 lines markup fix ........ r52795 | georg.brandl | 2006-11-20 08:12:58 +0100 (Mon, 20 Nov 2006) | 3 lines Further markup fix. ........ r52800 | andrew.kuchling | 2006-11-20 14:39:37 +0100 (Mon, 20 Nov 2006) | 2 lines Jython compatibility fix: if uu.decode() opened its output file, be sure to close it. ........ r52811 | neal.norwitz | 2006-11-21 06:26:22 +0100 (Tue, 21 Nov 2006) | 9 lines Bug #1599782: Fix segfault on bsddb.db.DB().type(). The problem is that _DB_get_type() can't be called without the GIL because it calls a bunch of PyErr_* APIs when an error occurs. There were no other cases in this file that it was called without the GIL. Removing the BEGIN/END THREAD around _DB_get_type() made everything work. Will backport. ........ r52814 | neal.norwitz | 2006-11-21 06:51:51 +0100 (Tue, 21 Nov 2006) | 1 line Oops, convert tabs to spaces ........ r52815 | neal.norwitz | 2006-11-21 07:23:44 +0100 (Tue, 21 Nov 2006) | 1 line Fix SF #1599879, socket.gethostname should ref getfqdn directly. ........ r52817 | martin.v.loewis | 2006-11-21 19:20:25 +0100 (Tue, 21 Nov 2006) | 4 lines Conditionalize definition of _CRT_SECURE_NO_DEPRECATE and _CRT_NONSTDC_NO_DEPRECATE. Will backport. ........ r52821 | martin.v.loewis | 2006-11-22 09:50:02 +0100 (Wed, 22 Nov 2006) | 4 lines Patch #1362975: Rework CodeContext indentation algorithm to avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget. ........ r52826 | walter.doerwald | 2006-11-23 06:03:56 +0100 (Thu, 23 Nov 2006) | 3 lines Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) SF bug #1601501. ........ r52833 | georg.brandl | 2006-11-23 10:55:07 +0100 (Thu, 23 Nov 2006) | 2 lines Bug #1601630: little improvement to getopt docs ........ r52835 | michael.hudson | 2006-11-23 14:54:04 +0100 (Thu, 23 Nov 2006) | 3 lines a test for an error condition not covered by existing tests (noticed this when writing the equivalent code for pypy) ........ r52839 | raymond.hettinger | 2006-11-23 22:06:03 +0100 (Thu, 23 Nov 2006) | 1 line Fix and/add typo ........ r52840 | raymond.hettinger | 2006-11-23 22:35:19 +0100 (Thu, 23 Nov 2006) | 1 line ... and the number of the counting shall be three. ........ r52841 | thomas.heller | 2006-11-24 19:45:39 +0100 (Fri, 24 Nov 2006) | 1 line Fix bug #1598620: A ctypes structure cannot contain itself. ........ r52843 | martin.v.loewis | 2006-11-25 16:39:19 +0100 (Sat, 25 Nov 2006) | 3 lines Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 ........ r52845 | georg.brandl | 2006-11-26 20:27:47 +0100 (Sun, 26 Nov 2006) | 2 lines Bug #1603321: make pstats.Stats accept Unicode file paths. ........ r52850 | georg.brandl | 2006-11-27 19:46:21 +0100 (Mon, 27 Nov 2006) | 2 lines Bug #1603789: grammatical error in Tkinter docs. ........ r52855 | thomas.heller | 2006-11-28 21:21:54 +0100 (Tue, 28 Nov 2006) | 7 lines Fix #1563807: _ctypes built on AIX fails with ld ffi error. The contents of ffi_darwin.c must be compiled unless __APPLE__ is defined and __ppc__ is not. Will backport. ........ r52862 | armin.rigo | 2006-11-29 22:59:22 +0100 (Wed, 29 Nov 2006) | 3 lines Forgot a case where the locals can now be a general mapping instead of just a dictionary. (backporting...) ........ r52872 | guido.van.rossum | 2006-11-30 20:23:13 +0100 (Thu, 30 Nov 2006) | 2 lines Update version. ........ r52890 | walter.doerwald | 2006-12-01 17:59:47 +0100 (Fri, 01 Dec 2006) | 3 lines Move xdrlib tests from the module into a separate test script, port the tests to unittest and add a few new tests. ........ r52900 | raymond.hettinger | 2006-12-02 03:00:39 +0100 (Sat, 02 Dec 2006) | 1 line Add name to credits (for untokenize). ........ r52905 | martin.v.loewis | 2006-12-03 10:54:46 +0100 (Sun, 03 Dec 2006) | 2 lines Move IDLE news into NEWS.txt. ........ r52906 | martin.v.loewis | 2006-12-03 12:23:45 +0100 (Sun, 03 Dec 2006) | 4 lines Patch #1544279: Improve thread-safety of the socket module by moving the sock_addr_t storage out of the socket object. Will backport to 2.5. ........ r52908 | martin.v.loewis | 2006-12-03 13:01:53 +0100 (Sun, 03 Dec 2006) | 3 lines Patch #1371075: Make ConfigParser accept optional dict type for ordering, sorting, etc. ........ r52910 | matthias.klose | 2006-12-03 18:16:41 +0100 (Sun, 03 Dec 2006) | 2 lines - Fix build failure on kfreebsd and on the hurd. ........ r52915 | george.yoshida | 2006-12-04 12:41:54 +0100 (Mon, 04 Dec 2006) | 2 lines fix a versionchanged tag ........ r52917 | george.yoshida | 2006-12-05 06:39:50 +0100 (Tue, 05 Dec 2006) | 3 lines Fix pickle doc typo Patch #1608758 ........ r52938 | georg.brandl | 2006-12-06 23:21:18 +0100 (Wed, 06 Dec 2006) | 2 lines Patch #1610437: fix a tarfile bug with long filename headers. ........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........ r52951 | georg.brandl | 2006-12-07 10:30:06 +0100 (Thu, 07 Dec 2006) | 3 lines RFE #1592899: mention string.maketrans() in docs for str.translate, remove reference to the old regex module in the former's doc. ........ r52962 | raymond.hettinger | 2006-12-08 04:17:18 +0100 (Fri, 08 Dec 2006) | 1 line Eliminate two redundant calls to PyObject_Hash(). ........ r52963 | raymond.hettinger | 2006-12-08 05:24:33 +0100 (Fri, 08 Dec 2006) | 3 lines Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug 1456209). ........ r52964 | raymond.hettinger | 2006-12-08 05:57:50 +0100 (Fri, 08 Dec 2006) | 4 lines Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug 1576657). ........ r52966 | raymond.hettinger | 2006-12-08 18:35:25 +0100 (Fri, 08 Dec 2006) | 2 lines Add test for SF bug 1576657 ........ r52970 | georg.brandl | 2006-12-08 21:46:11 +0100 (Fri, 08 Dec 2006) | 3 lines #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force English output. ........ r52972 | georg.brandl | 2006-12-09 10:08:29 +0100 (Sat, 09 Dec 2006) | 3 lines Patch #1608267: fix a race condition in os.makedirs() is the directory to be created is already there. ........ r52975 | matthias.klose | 2006-12-09 13:15:27 +0100 (Sat, 09 Dec 2006) | 2 lines - Fix the build of the library reference in info format. ........ r52994 | neal.norwitz | 2006-12-11 02:01:06 +0100 (Mon, 11 Dec 2006) | 1 line Fix a typo ........ r52996 | georg.brandl | 2006-12-11 08:56:33 +0100 (Mon, 11 Dec 2006) | 2 lines Move errno imports back to individual functions. ........ r52998 | vinay.sajip | 2006-12-11 15:07:16 +0100 (Mon, 11 Dec 2006) | 1 line Patch by Jeremy Katz (SF #1609407) ........ r53000 | vinay.sajip | 2006-12-11 15:26:23 +0100 (Mon, 11 Dec 2006) | 1 line Patch by "cuppatea" (SF #1503765) ........
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46755 | brett.cannon | 2006-06-08 18:23:04 +0200 (Thu, 08 Jun 2006) | 4 lines Make binascii.hexlify() use s# for its arguments instead of t# to actually match its documentation stating it accepts any read-only buffer. ........ r46757 | brett.cannon | 2006-06-08 19:00:45 +0200 (Thu, 08 Jun 2006) | 8 lines Buffer objects would return the read or write buffer for a wrapped object when the char buffer was requested. Now it actually returns the char buffer if available or raises a TypeError if it isn't (as is raised for the other buffer types if they are not present but requested). Not a backport candidate since it does change semantics of the buffer object (although it could be argued this is enough of a bug to bother backporting). ........ r46760 | andrew.kuchling | 2006-06-09 03:10:17 +0200 (Fri, 09 Jun 2006) | 1 line Update functools section ........ r46762 | tim.peters | 2006-06-09 04:11:02 +0200 (Fri, 09 Jun 2006) | 6 lines Whitespace normalization. Since test_file is implicated in mysterious test failures when followed by test_optparse, if I had any brains I'd look at the checkin that last changed test_file ;-) ........ r46763 | tim.peters | 2006-06-09 05:09:42 +0200 (Fri, 09 Jun 2006) | 5 lines To boost morale :-), force test_optparse to run immediately after test_file until we can figure out how to fix it. (See python-dev; at the moment we don't even know which checkin caused the problem.) ........ r46764 | tim.peters | 2006-06-09 05:51:41 +0200 (Fri, 09 Jun 2006) | 6 lines AutoFileTests.tearDown(): Removed mysterious undocumented try/except. Remove TESTFN. Throughout: used open() instead of file(), and wrapped long lines. ........ r46765 | tim.peters | 2006-06-09 06:02:06 +0200 (Fri, 09 Jun 2006) | 8 lines testUnicodeOpen(): I have no idea why, but making this test clean up after itself appears to fix the test failures when test_optparse follows test_file. test_main(): Get rid of TESTFN no matter what. That's also enough to fix the mystery failures. Doesn't hurt to fix them twice :-) ........ r46766 | tim.peters | 2006-06-09 07:12:40 +0200 (Fri, 09 Jun 2006) | 6 lines Remove the temporary hack to force test_optparse to run immediately after test_file. At least 8 buildbot boxes passed since the underlying problem got fixed, and they all failed before the fix, so there's no point to this anymore. ........ r46767 | neal.norwitz | 2006-06-09 07:54:18 +0200 (Fri, 09 Jun 2006) | 1 line Fix grammar and reflow ........ r46769 | andrew.kuchling | 2006-06-09 12:22:35 +0200 (Fri, 09 Jun 2006) | 1 line Markup fix ........ r46773 | andrew.kuchling | 2006-06-09 15:15:57 +0200 (Fri, 09 Jun 2006) | 1 line [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate. ........ r46778 | kristjan.jonsson | 2006-06-09 18:28:01 +0200 (Fri, 09 Jun 2006) | 2 lines Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. Make the definition #ARRAYSIZE conditional. VisualStudio .NET 2005 already has it defined using a better gimmick. ........ r46779 | phillip.eby | 2006-06-09 18:40:18 +0200 (Fri, 09 Jun 2006) | 2 lines Import wsgiref into the stdlib, as of the external version 0.1-r2181. ........ r46783 | andrew.kuchling | 2006-06-09 18:44:40 +0200 (Fri, 09 Jun 2006) | 1 line Add note about XMLGenerator bugfix ........ r46784 | andrew.kuchling | 2006-06-09 18:46:51 +0200 (Fri, 09 Jun 2006) | 1 line Add note about wsgiref ........ r46785 | brett.cannon | 2006-06-09 19:05:48 +0200 (Fri, 09 Jun 2006) | 2 lines Fix inconsistency in naming within an enum. ........ r46787 | tim.peters | 2006-06-09 19:47:00 +0200 (Fri, 09 Jun 2006) | 2 lines Whitespace normalization. ........ r46792 | georg.brandl | 2006-06-09 20:29:52 +0200 (Fri, 09 Jun 2006) | 3 lines Test file.__exit__. ........ r46794 | brett.cannon | 2006-06-09 20:40:46 +0200 (Fri, 09 Jun 2006) | 2 lines svn:ignore .pyc and .pyo files. ........ r46795 | georg.brandl | 2006-06-09 20:45:48 +0200 (Fri, 09 Jun 2006) | 3 lines RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. ........ r46798 | andrew.kuchling | 2006-06-09 21:03:16 +0200 (Fri, 09 Jun 2006) | 1 line Describe startswith()/endswiith() change; add reminder about wsgiref ........ r46799 | tim.peters | 2006-06-09 21:24:44 +0200 (Fri, 09 Jun 2006) | 11 lines Implementing a happy idea from Georg Brandl: make runtest() try to clean up files and directories the tests often leave behind by mistake. This is the first time in history I don't have a bogus "db_home" directory after running the tests ;-) Also worked on runtest's docstring, to say something about all the arguments, and to document the non-obvious return values. New functions runtest_inner() and cleanup_test_droppings() in support of the above. ........ r46800 | andrew.kuchling | 2006-06-09 21:43:25 +0200 (Fri, 09 Jun 2006) | 1 line Remove unused variable ........ r46801 | andrew.kuchling | 2006-06-09 21:56:05 +0200 (Fri, 09 Jun 2006) | 1 line Add some wsgiref text ........ r46803 | thomas.heller | 2006-06-09 21:59:11 +0200 (Fri, 09 Jun 2006) | 1 line set eol-style svn property ........ r46804 | thomas.heller | 2006-06-09 22:01:01 +0200 (Fri, 09 Jun 2006) | 1 line set eol-style svn property ........ r46805 | georg.brandl | 2006-06-09 22:43:48 +0200 (Fri, 09 Jun 2006) | 3 lines Make use of new str.startswith/endswith semantics. Occurences in email and compiler were ignored due to backwards compat requirements. ........ r46806 | brett.cannon | 2006-06-10 00:31:23 +0200 (Sat, 10 Jun 2006) | 4 lines An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. Closes bug #532646, again. Will be backported. ........ r46808 | brett.cannon | 2006-06-10 00:45:54 +0200 (Sat, 10 Jun 2006) | 2 lines Fix bug introduced in rev. 46806 by not having variable declaration at the top of a block. ........ r46812 | georg.brandl | 2006-06-10 08:40:50 +0200 (Sat, 10 Jun 2006) | 4 lines Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. Also improve error message on overflow. ........ r46817 | martin.v.loewis | 2006-06-10 10:14:03 +0200 (Sat, 10 Jun 2006) | 2 lines Port cygwin kill_python changes from 2.4 branch. ........ r46818 | armin.rigo | 2006-06-10 12:57:40 +0200 (Sat, 10 Jun 2006) | 4 lines SF bug #1503294. PyThreadState_GET() complains if the tstate is NULL, but only in debug mode. ........ r46819 | martin.v.loewis | 2006-06-10 14:23:46 +0200 (Sat, 10 Jun 2006) | 4 lines Patch #1495999: Part two of Windows CE changes. - update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c ........ r46820 | skip.montanaro | 2006-06-10 16:09:11 +0200 (Sat, 10 Jun 2006) | 1 line document the class, not its initializer ........ r46821 | greg.ward | 2006-06-10 18:40:01 +0200 (Sat, 10 Jun 2006) | 4 lines Sync with Optik docs (rev 518): * restore "Extending optparse" section * document ALWAYS_TYPED_ACTIONS (SF #1449311) ........ r46824 | thomas.heller | 2006-06-10 21:51:46 +0200 (Sat, 10 Jun 2006) | 8 lines Upgrade to ctypes version 0.9.9.7. Summary of changes: - support for 'variable sized' data - support for anonymous structure/union fields - fix severe bug with certain arrays or structures containing more than 256 fields ........ r46825 | thomas.heller | 2006-06-10 21:55:36 +0200 (Sat, 10 Jun 2006) | 8 lines Upgrade to ctypes version 0.9.9.7. Summary of changes: - support for 'variable sized' data - support for anonymous structure/union fields - fix severe bug with certain arrays or structures containing more than 256 fields ........ r46826 | fred.drake | 2006-06-10 22:01:34 +0200 (Sat, 10 Jun 2006) | 4 lines SF patch #1303595: improve description of __builtins__, explaining how it varies between __main__ and other modules, and strongly suggest not touching it but using __builtin__ if absolutely necessary ........ r46827 | fred.drake | 2006-06-10 22:02:58 +0200 (Sat, 10 Jun 2006) | 1 line credit for SF patch #1303595 ........ r46831 | thomas.heller | 2006-06-10 22:29:34 +0200 (Sat, 10 Jun 2006) | 2 lines New docs for ctypes. ........ r46834 | thomas.heller | 2006-06-10 23:07:19 +0200 (Sat, 10 Jun 2006) | 1 line Fix a wrong printf format. ........ r46835 | thomas.heller | 2006-06-10 23:17:58 +0200 (Sat, 10 Jun 2006) | 1 line Fix the second occurrence of the problematic printf format. ........ r46837 | thomas.heller | 2006-06-10 23:56:03 +0200 (Sat, 10 Jun 2006) | 1 line Don't use C++ comment. ........ r46838 | thomas.heller | 2006-06-11 00:01:50 +0200 (Sun, 11 Jun 2006) | 1 line Handle failure of PyMem_Realloc. ........ r46839 | skip.montanaro | 2006-06-11 00:38:13 +0200 (Sun, 11 Jun 2006) | 2 lines Suppress warning on MacOSX about possible use before set of proc. ........ r46840 | tim.peters | 2006-06-11 00:51:45 +0200 (Sun, 11 Jun 2006) | 8 lines shuffle() doscstring: Removed warning about sequence length versus generator period. While this was a real weakness of the older WH generator for lists with just a few dozen elements, and so could potentially bite the naive ;-), the Twister should show excellent behavior up to at least 600 elements. Module docstring: reflowed some jarringly short lines. ........ r46844 | greg.ward | 2006-06-11 02:40:49 +0200 (Sun, 11 Jun 2006) | 4 lines Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, i.e. do *not* expand tabs, but treat them as whitespace that is not equivalent to spaces. Add a couple of test cases. Clarify docs. ........ r46850 | neal.norwitz | 2006-06-11 07:44:18 +0200 (Sun, 11 Jun 2006) | 5 lines Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL. We know it's not NULL from the ParseTuple and DbObject_Check will verify it's not NULL. ........ r46851 | neal.norwitz | 2006-06-11 07:45:25 +0200 (Sun, 11 Jun 2006) | 4 lines Wrap some long lines Top/Bottom factor out some common expressions Add a XXX comment about widing offset. ........ r46852 | neal.norwitz | 2006-06-11 07:45:47 +0200 (Sun, 11 Jun 2006) | 1 line Add versionadded to doc ........ r46853 | neal.norwitz | 2006-06-11 07:47:14 +0200 (Sun, 11 Jun 2006) | 3 lines Update doc to make it agree with code. Bottom factor out some common code. ........ r46854 | neal.norwitz | 2006-06-11 07:48:14 +0200 (Sun, 11 Jun 2006) | 3 lines f_code can't be NULL based on Frame_New and other code that derefs it. So there doesn't seem to be much point to checking here. ........ r46855 | neal.norwitz | 2006-06-11 09:26:27 +0200 (Sun, 11 Jun 2006) | 1 line Fix errors found by pychecker ........ r46856 | neal.norwitz | 2006-06-11 09:26:50 +0200 (Sun, 11 Jun 2006) | 1 line warnings was imported at module scope, no need to import again ........ r46857 | neal.norwitz | 2006-06-11 09:27:56 +0200 (Sun, 11 Jun 2006) | 5 lines Fix errors found by pychecker. I think these changes are correct, but I'm not sure. Could someone who knows how this module works test it? It can at least start on the cmd line. ........ r46858 | neal.norwitz | 2006-06-11 10:35:14 +0200 (Sun, 11 Jun 2006) | 1 line Fix errors found by pychecker ........ r46859 | ronald.oussoren | 2006-06-11 16:33:36 +0200 (Sun, 11 Jun 2006) | 4 lines This patch improves the L&F of IDLE on OSX. The changes are conditionalized on being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. ........ r46860 | greg.ward | 2006-06-11 16:42:41 +0200 (Sun, 11 Jun 2006) | 1 line SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. ........ r46861 | greg.ward | 2006-06-11 18:24:11 +0200 (Sun, 11 Jun 2006) | 3 lines Bug #1498146: fix optparse to handle Unicode strings in option help, description, and epilog. ........ r46862 | thomas.heller | 2006-06-11 19:04:22 +0200 (Sun, 11 Jun 2006) | 2 lines Release the GIL during COM method calls, to avoid deadlocks in Python coded COM objects. ........ r46863 | tim.peters | 2006-06-11 21:42:51 +0200 (Sun, 11 Jun 2006) | 2 lines Whitespace normalization. ........ r46864 | tim.peters | 2006-06-11 21:43:49 +0200 (Sun, 11 Jun 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r46865 | ronald.oussoren | 2006-06-11 21:45:57 +0200 (Sun, 11 Jun 2006) | 2 lines Remove message about using make frameworkinstall, that's no longer necesssary ........ r46866 | ronald.oussoren | 2006-06-11 22:23:29 +0200 (Sun, 11 Jun 2006) | 2 lines Use configure to substitute the correct prefix instead of hardcoding ........ r46867 | ronald.oussoren | 2006-06-11 22:24:45 +0200 (Sun, 11 Jun 2006) | 4 lines - Change fixapplepython23.py to ensure that it will run with /usr/bin/python on intel macs. - Fix some minor problems in the installer for OSX ........ r46868 | neal.norwitz | 2006-06-11 22:25:56 +0200 (Sun, 11 Jun 2006) | 5 lines Try to fix several networking tests. The problem is that if hosts have a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots. ........ r46869 | neal.norwitz | 2006-06-11 22:42:02 +0200 (Sun, 11 Jun 2006) | 7 lines Try to fix another networking test. The problem is that if hosts have a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots. Also add more info to failure message to aid debugging test failure. ........ r46870 | neal.norwitz | 2006-06-11 22:46:46 +0200 (Sun, 11 Jun 2006) | 4 lines Fix test on PPC64 buildbot. It raised an IOError (really an URLError which derives from an IOError). That seems valid. Env Error includes both OSError and IOError, so this seems like a reasonable fix. ........ r46871 | tim.peters | 2006-06-11 22:52:59 +0200 (Sun, 11 Jun 2006) | 10 lines compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper when running with -O. test_simple_validation_error still fails under -O. That appears to be because wsgiref's validate.py uses `assert` statements all over the place to check arguments for sanity. That should all be changed (it's not a logical error in the software if a user passes bogus arguments, so this isn't a reasonable use for `assert` -- checking external preconditions should generally raise ValueError or TypeError instead, as appropriate). ........ r46872 | neal.norwitz | 2006-06-11 23:38:38 +0200 (Sun, 11 Jun 2006) | 1 line Get test to pass on S/390. Shout if you think this change is incorrect. ........ r46873 | neal.norwitz | 2006-06-12 04:05:55 +0200 (Mon, 12 Jun 2006) | 1 line Cleanup Py_ssize_t a little (get rid of second #ifdef) ........ r46874 | neal.norwitz | 2006-06-12 04:06:17 +0200 (Mon, 12 Jun 2006) | 1 line Fix some Py_ssize_t issues ........ r46875 | neal.norwitz | 2006-06-12 04:06:42 +0200 (Mon, 12 Jun 2006) | 1 line Fix some Py_ssize_t issues ........ r46876 | neal.norwitz | 2006-06-12 04:07:24 +0200 (Mon, 12 Jun 2006) | 2 lines Cleanup: Remove import of types to get StringTypes, we can just use basestring. ........ r46877 | neal.norwitz | 2006-06-12 04:07:57 +0200 (Mon, 12 Jun 2006) | 1 line Don't truncate if size_t is bigger than uint ........ r46878 | neal.norwitz | 2006-06-12 04:08:41 +0200 (Mon, 12 Jun 2006) | 1 line Don't leak the list object if there's an error allocating the item storage. Backport candidate ........ r46879 | neal.norwitz | 2006-06-12 04:09:03 +0200 (Mon, 12 Jun 2006) | 1 line Fix typo. Backport if anyone cares. :-) ........ r46880 | neal.norwitz | 2006-06-12 04:09:34 +0200 (Mon, 12 Jun 2006) | 1 line Fix indentation of case and a Py_ssize_t issue. ........ r46881 | neal.norwitz | 2006-06-12 04:11:18 +0200 (Mon, 12 Jun 2006) | 3 lines Get rid of f_restricted too. Doc the other 4 ints that were already removed at the NeedForSpeed sprint. ........ r46882 | neal.norwitz | 2006-06-12 04:13:21 +0200 (Mon, 12 Jun 2006) | 1 line Fix the socket tests so they can be run concurrently. Backport candidate ........ r46883 | neal.norwitz | 2006-06-12 04:16:10 +0200 (Mon, 12 Jun 2006) | 1 line i and j are initialized below when used. No need to do it twice ........ r46884 | neal.norwitz | 2006-06-12 05:05:03 +0200 (Mon, 12 Jun 2006) | 1 line Remove unused import ........ r46885 | neal.norwitz | 2006-06-12 05:05:40 +0200 (Mon, 12 Jun 2006) | 1 line Impl ssize_t ........ r46886 | neal.norwitz | 2006-06-12 05:33:09 +0200 (Mon, 12 Jun 2006) | 6 lines Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot. ........ r46887 | phillip.eby | 2006-06-12 06:04:32 +0200 (Mon, 12 Jun 2006) | 2 lines Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. ........ r46888 | martin.v.loewis | 2006-06-12 06:26:31 +0200 (Mon, 12 Jun 2006) | 2 lines Get rid of function pointer cast. ........ r46889 | thomas.heller | 2006-06-12 08:05:57 +0200 (Mon, 12 Jun 2006) | 3 lines I don't know how that happend, but the entire file contents was duplicated. Thanks to Simon Percivall for the heads up. ........ r46890 | nick.coghlan | 2006-06-12 10:19:37 +0200 (Mon, 12 Jun 2006) | 1 line Fix site module docstring to match the code ........ r46891 | nick.coghlan | 2006-06-12 10:23:02 +0200 (Mon, 12 Jun 2006) | 1 line Fix site module docstring to match the code for Mac OSX, too ........ r46892 | nick.coghlan | 2006-06-12 10:27:13 +0200 (Mon, 12 Jun 2006) | 1 line The site module documentation also described the Windows behaviour incorrectly. ........ r46893 | nick.coghlan | 2006-06-12 12:17:11 +0200 (Mon, 12 Jun 2006) | 1 line Make the -m switch conform to the documentation of sys.path by behaving like the -c switch ........ r46894 | kristjan.jonsson | 2006-06-12 17:45:12 +0200 (Mon, 12 Jun 2006) | 2 lines Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. This update fixes crash cases in the test suite where the default CRT error handler would cause process exit. ........ r46899 | thomas.heller | 2006-06-12 22:56:48 +0200 (Mon, 12 Jun 2006) | 1 line Add pep-291 compatibility markers. ........ r46901 | ka-ping.yee | 2006-06-13 01:47:52 +0200 (Tue, 13 Jun 2006) | 5 lines Add the uuid module. This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2). ........ r46902 | tim.peters | 2006-06-13 02:30:01 +0200 (Tue, 13 Jun 2006) | 2 lines Whitespace normalization. ........ r46903 | tim.peters | 2006-06-13 02:30:50 +0200 (Tue, 13 Jun 2006) | 2 lines Added missing svn:eol-style property to text files. ........ r46905 | tim.peters | 2006-06-13 05:30:07 +0200 (Tue, 13 Jun 2006) | 5 lines get_matching_blocks(): rewrote code & comments so they match; added more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs). ........ r46906 | neal.norwitz | 2006-06-13 06:08:53 +0200 (Tue, 13 Jun 2006) | 1 line Don't fail if another process is listening on our port. ........ r46908 | neal.norwitz | 2006-06-13 10:28:19 +0200 (Tue, 13 Jun 2006) | 2 lines Initialize the type object so pychecker can't crash the interpreter. ........ r46909 | neal.norwitz | 2006-06-13 10:41:06 +0200 (Tue, 13 Jun 2006) | 1 line Verify the crash due to EncodingMap not initialized does not return ........ r46910 | thomas.heller | 2006-06-13 10:56:14 +0200 (Tue, 13 Jun 2006) | 3 lines Add some windows datatypes that were missing from this file, and add the aliases defined in windows header files for the structures. ........ r46911 | thomas.heller | 2006-06-13 11:40:14 +0200 (Tue, 13 Jun 2006) | 3 lines Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. VARIANT_BOOL is a special _ctypes data type, not c_short. ........ r46912 | ronald.oussoren | 2006-06-13 13:19:56 +0200 (Tue, 13 Jun 2006) | 4 lines Linecache contains support for PEP302 loaders, but fails to deal with loaders that return None to indicate that the module is valid but no source is available. This patch fixes that. ........ r46913 | andrew.kuchling | 2006-06-13 13:57:04 +0200 (Tue, 13 Jun 2006) | 1 line Mention uuid module ........ r46915 | walter.doerwald | 2006-06-13 14:02:12 +0200 (Tue, 13 Jun 2006) | 2 lines Fix passing errors to the encoder and decoder functions. ........ r46917 | walter.doerwald | 2006-06-13 14:04:43 +0200 (Tue, 13 Jun 2006) | 3 lines errors is an attribute in the incremental decoder not an argument. ........ r46919 | andrew.macintyre | 2006-06-13 17:04:24 +0200 (Tue, 13 Jun 2006) | 11 lines Patch #1454481: Make thread stack size runtime tunable. Heavily revised, comprising revisions: 46640 - original trunk revision (backed out in r46655) 46647 - markup fix (backed out in r46655) 46692:46918 merged from branch aimacintyre-sf1454481 branch tested on buildbots (Windows buildbots had problems not related to these changes). ........ r46920 | brett.cannon | 2006-06-13 18:06:55 +0200 (Tue, 13 Jun 2006) | 2 lines Remove unused variable. ........ r46921 | andrew.kuchling | 2006-06-13 18:41:41 +0200 (Tue, 13 Jun 2006) | 1 line Add ability to set stack size ........ r46923 | marc-andre.lemburg | 2006-06-13 19:04:26 +0200 (Tue, 13 Jun 2006) | 2 lines Update pybench to version 2.0. ........ r46924 | marc-andre.lemburg | 2006-06-13 19:07:14 +0200 (Tue, 13 Jun 2006) | 2 lines Revert wrong svn copy. ........ r46925 | andrew.macintyre | 2006-06-13 19:14:36 +0200 (Tue, 13 Jun 2006) | 2 lines fix exception usage ........ r46927 | tim.peters | 2006-06-13 20:37:07 +0200 (Tue, 13 Jun 2006) | 2 lines Whitespace normalization. ........ r46928 | marc-andre.lemburg | 2006-06-13 20:56:56 +0200 (Tue, 13 Jun 2006) | 9 lines Updated to pybench 2.0. See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5. ........ r46929 | andrew.macintyre | 2006-06-13 21:02:35 +0200 (Tue, 13 Jun 2006) | 5 lines Increase the small thread stack size to get the test to pass reliably on the one buildbot that insists on more than 32kB of thread stack. ........ r46930 | marc-andre.lemburg | 2006-06-13 21:20:07 +0200 (Tue, 13 Jun 2006) | 2 lines Whitespace normalization. ........ r46931 | thomas.heller | 2006-06-13 22:18:43 +0200 (Tue, 13 Jun 2006) | 2 lines More docs for ctypes. ........ r46932 | brett.cannon | 2006-06-13 23:34:24 +0200 (Tue, 13 Jun 2006) | 2 lines Ignore .pyc and .pyo files in Pybench. ........ r46933 | brett.cannon | 2006-06-13 23:46:41 +0200 (Tue, 13 Jun 2006) | 7 lines If a classic class defined a __coerce__() method that just returned its two arguments in reverse, the interpreter would infinitely recourse trying to get a coercion that worked. So put in a recursion check after a coercion is made and the next call to attempt to use the coerced values. Fixes bug #992017 and closes crashers/coerce.py . ........ r46936 | gerhard.haering | 2006-06-14 00:24:47 +0200 (Wed, 14 Jun 2006) | 3 lines Merged changes from external pysqlite 2.3.0 release. Documentation updates will follow in a few hours at the latest. Then we should be ready for beta1. ........ r46937 | brett.cannon | 2006-06-14 00:26:13 +0200 (Wed, 14 Jun 2006) | 2 lines Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. ........ r46938 | gerhard.haering | 2006-06-14 00:53:48 +0200 (Wed, 14 Jun 2006) | 2 lines Updated documentation for pysqlite 2.3.0 API. ........ r46939 | tim.peters | 2006-06-14 06:09:25 +0200 (Wed, 14 Jun 2006) | 10 lines SequenceMatcher.get_matching_blocks(): This now guarantees that adjacent triples in the result list describe non-adjacent matching blocks. That's _nice_ to have, and Guido said he wanted it. Not a bugfix candidate: Guido or not ;-), this changes visible endcase semantics (note that some tests had to change), and nothing about this was documented before. Since it was working as designed, and behavior was consistent with the docs, it wasn't "a bug". ........ r46940 | tim.peters | 2006-06-14 06:13:00 +0200 (Wed, 14 Jun 2006) | 2 lines Repaired typo in new comment. ........ r46941 | tim.peters | 2006-06-14 06:15:27 +0200 (Wed, 14 Jun 2006) | 2 lines Whitespace normalization. ........ r46942 | fred.drake | 2006-06-14 06:25:02 +0200 (Wed, 14 Jun 2006) | 3 lines - make some disabled tests run what they intend when enabled - remove some over-zealous triple-quoting ........ r46943 | fred.drake | 2006-06-14 07:04:47 +0200 (Wed, 14 Jun 2006) | 3 lines add tests for two cases that are handled correctly in the current code, but that SF patch 1504676 as written mis-handles ........ r46944 | fred.drake | 2006-06-14 07:15:51 +0200 (Wed, 14 Jun 2006) | 1 line explain an XXX in more detail ........ r46945 | martin.v.loewis | 2006-06-14 07:21:04 +0200 (Wed, 14 Jun 2006) | 1 line Patch #1455898: Incremental mode for "mbcs" codec. ........ r46946 | georg.brandl | 2006-06-14 08:08:31 +0200 (Wed, 14 Jun 2006) | 3 lines Bug #1339007: Shelf objects now don't raise an exception in their __del__ method when initialization failed. ........ r46948 | thomas.heller | 2006-06-14 08:18:15 +0200 (Wed, 14 Jun 2006) | 1 line Fix docstring. ........ r46949 | georg.brandl | 2006-06-14 08:29:07 +0200 (Wed, 14 Jun 2006) | 2 lines Bug #1501122: mention __gt__ &co in description of comparison order. ........ r46951 | thomas.heller | 2006-06-14 09:08:38 +0200 (Wed, 14 Jun 2006) | 1 line Write more docs. ........ r46952 | georg.brandl | 2006-06-14 10:31:39 +0200 (Wed, 14 Jun 2006) | 3 lines Bug #1153163: describe __add__ vs __radd__ behavior when adding objects of same type/of subclasses of the other. ........ r46954 | georg.brandl | 2006-06-14 10:42:11 +0200 (Wed, 14 Jun 2006) | 3 lines Bug #1202018: add some common mime.types locations. ........ r46955 | georg.brandl | 2006-06-14 10:50:03 +0200 (Wed, 14 Jun 2006) | 3 lines Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types. ........ r46957 | thomas.heller | 2006-06-14 11:09:08 +0200 (Wed, 14 Jun 2006) | 1 line Document paramflags. ........ r46958 | thomas.heller | 2006-06-14 11:20:11 +0200 (Wed, 14 Jun 2006) | 1 line Add an __all__ list, since this module does 'from ctypes import *'. ........ r46959 | andrew.kuchling | 2006-06-14 15:59:15 +0200 (Wed, 14 Jun 2006) | 1 line Add item ........ r46961 | georg.brandl | 2006-06-14 18:46:43 +0200 (Wed, 14 Jun 2006) | 3 lines Bug #805015: doc error in PyUnicode_FromEncodedObject. ........ r46962 | gerhard.haering | 2006-06-15 00:28:37 +0200 (Thu, 15 Jun 2006) | 10 lines - Added version checks in C code to make sure we don't trigger bugs in older SQLite versions. - Added version checks in test suite so that we don't execute tests that we know will fail with older (buggy) SQLite versions. Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6 (latest one now). The sqlite3 module can be built against all these SQLite versions and the sqlite3 module does its best to not trigger bugs in SQLite, but using SQLite 3.3.3 or later is recommended. ........ r46963 | tim.peters | 2006-06-15 00:38:13 +0200 (Thu, 15 Jun 2006) | 2 lines Whitespace normalization. ........ r46964 | neal.norwitz | 2006-06-15 06:54:29 +0200 (Thu, 15 Jun 2006) | 9 lines Speculative checkin (requires approval of Gerhard Haering) This backs out the test changes in 46962 which prevented crashes by not running the tests via a version check. All the version checks added in that rev were removed from the tests. Code was added to the error handler in connection.c that seems to work with older versions of sqlite including 3.1.3. ........ r46965 | neal.norwitz | 2006-06-15 07:55:49 +0200 (Thu, 15 Jun 2006) | 1 line Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) ........ r46966 | martin.v.loewis | 2006-06-15 08:45:05 +0200 (Thu, 15 Jun 2006) | 2 lines Make import/lookup of mbcs fail on non-Windows systems. ........ r46967 | ronald.oussoren | 2006-06-15 10:14:18 +0200 (Thu, 15 Jun 2006) | 2 lines Patch #1446489 (zipfile: support for ZIP64) ........ r46968 | neal.norwitz | 2006-06-15 10:16:44 +0200 (Thu, 15 Jun 2006) | 6 lines Re-revert this change. Install the version check and don't run the test until Gerhard has time to fully debug the issue. This affects versions before 3.2.1 (possibly only versions earlier than 3.1.3). Based on discussion on python-checkins. ........ r46969 | gregory.p.smith | 2006-06-15 10:52:32 +0200 (Thu, 15 Jun 2006) | 6 lines - bsddb: multithreaded DB access using the simple bsddb module interface now works reliably. It has been updated to use automatic BerkeleyDB deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry database calls that would previously deadlock. [SF python bug #775414] ........ r46970 | gregory.p.smith | 2006-06-15 11:23:52 +0200 (Thu, 15 Jun 2006) | 2 lines minor documentation cleanup. mention the bsddb.db interface explicitly by name. ........ r46971 | neal.norwitz | 2006-06-15 11:57:03 +0200 (Thu, 15 Jun 2006) | 5 lines Steal the trick from test_compiler to print out a slow msg. This will hopefully get the buildbots to pass. Not sure this test will be feasible or even work. But everything is red now, so it can't get much worse. ........ r46972 | neal.norwitz | 2006-06-15 12:24:49 +0200 (Thu, 15 Jun 2006) | 1 line Print some more info to get an idea of how much longer the test will last ........ r46981 | tim.peters | 2006-06-15 20:04:40 +0200 (Thu, 15 Jun 2006) | 6 lines Try to reduce the extreme peak memory and disk-space use of this test. It probably still requires more disk space than most buildbots have, and in any case is still so intrusive that if we don't find another way to test this I'm taking my buildbot offline permanently ;-) ........ r46982 | tim.peters | 2006-06-15 20:06:29 +0200 (Thu, 15 Jun 2006) | 2 lines Whitespace normalization. ........ r46983 | tim.peters | 2006-06-15 20:07:28 +0200 (Thu, 15 Jun 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r46984 | tim.peters | 2006-06-15 20:38:19 +0200 (Thu, 15 Jun 2006) | 2 lines Oops -- I introduced an off-by-6436159488 error. ........ r46990 | neal.norwitz | 2006-06-16 06:30:34 +0200 (Fri, 16 Jun 2006) | 1 line Disable this test until we can determine what to do about it ........ r46991 | neal.norwitz | 2006-06-16 06:31:06 +0200 (Fri, 16 Jun 2006) | 1 line Param name is dir, not directory. Update docstring. Backport candidate ........ r46992 | neal.norwitz | 2006-06-16 06:31:28 +0200 (Fri, 16 Jun 2006) | 1 line Add missing period in comment. ........ r46993 | neal.norwitz | 2006-06-16 06:32:43 +0200 (Fri, 16 Jun 2006) | 1 line Fix whitespace, there are memory leaks in this module. ........ r46995 | fred.drake | 2006-06-17 01:45:06 +0200 (Sat, 17 Jun 2006) | 3 lines SF patch 1504676: Make sgmllib char and entity references pluggable (implementation/tests contributed by Sam Ruby) ........ r46996 | fred.drake | 2006-06-17 03:07:54 +0200 (Sat, 17 Jun 2006) | 1 line fix change that broke the htmllib tests ........ r46998 | martin.v.loewis | 2006-06-17 11:15:14 +0200 (Sat, 17 Jun 2006) | 3 lines Patch #763580: Add name and value arguments to Tkinter variable classes. ........ r46999 | martin.v.loewis | 2006-06-17 11:20:41 +0200 (Sat, 17 Jun 2006) | 2 lines Patch #1096231: Add default argument to wm_iconbitmap. ........ r47000 | martin.v.loewis | 2006-06-17 11:25:15 +0200 (Sat, 17 Jun 2006) | 2 lines Patch #1494750: Destroy master after deleting children. ........ r47003 | george.yoshida | 2006-06-17 18:31:52 +0200 (Sat, 17 Jun 2006) | 2 lines markup fix ........ r47005 | george.yoshida | 2006-06-17 18:39:13 +0200 (Sat, 17 Jun 2006) | 4 lines Update url. Old url returned status code:301 Moved permanently. ........ r47007 | martin.v.loewis | 2006-06-17 20:44:27 +0200 (Sat, 17 Jun 2006) | 2 lines Patch #812986: Update the canvas even if not tracing. ........ r47008 | martin.v.loewis | 2006-06-17 21:03:26 +0200 (Sat, 17 Jun 2006) | 2 lines Patch #815924: Restore ability to pass type= and icon= ........ r47009 | neal.norwitz | 2006-06-18 00:37:45 +0200 (Sun, 18 Jun 2006) | 1 line Fix typo in docstring ........ r47010 | neal.norwitz | 2006-06-18 00:38:15 +0200 (Sun, 18 Jun 2006) | 1 line Fix memory leak reported by valgrind while running test_subprocess ........ r47011 | fred.drake | 2006-06-18 04:57:35 +0200 (Sun, 18 Jun 2006) | 1 line remove unnecessary markup ........ r47013 | neal.norwitz | 2006-06-18 21:35:01 +0200 (Sun, 18 Jun 2006) | 7 lines Prevent spurious leaks when running regrtest.py -R. There may be more issues that crop up from time to time, but this change seems to have been pretty stable (no spurious warnings) for about a week. Other modules which use threads may require similar use of threading_setup/threading_cleanup from test_support. ........ r47014 | neal.norwitz | 2006-06-18 21:37:40 +0200 (Sun, 18 Jun 2006) | 9 lines The hppa ubuntu box sometimes hangs forever in these tests. My guess is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem. ........ r47015 | neal.norwitz | 2006-06-18 22:10:24 +0200 (Sun, 18 Jun 2006) | 1 line Revert 47014 until it is more robust ........ r47016 | thomas.heller | 2006-06-18 23:27:04 +0200 (Sun, 18 Jun 2006) | 6 lines Fix typos. Fix doctest example. Mention in the tutorial that 'errcheck' is explained in the ref manual. Use better wording in some places. Remoce code examples that shouldn't be in the tutorial. Remove some XXX notices. ........ r47017 | georg.brandl | 2006-06-19 00:17:29 +0200 (Mon, 19 Jun 2006) | 3 lines Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. ........ r47018 | neal.norwitz | 2006-06-19 07:40:44 +0200 (Mon, 19 Jun 2006) | 1 line Use Py_ssize_t ........ r47019 | georg.brandl | 2006-06-19 08:35:54 +0200 (Mon, 19 Jun 2006) | 3 lines Add news entry about error msg improvement. ........ r47020 | thomas.heller | 2006-06-19 09:07:49 +0200 (Mon, 19 Jun 2006) | 2 lines Try to repair the failing test on the OpenBSD buildbot. Trial and error... ........ r47021 | tim.peters | 2006-06-19 09:45:16 +0200 (Mon, 19 Jun 2006) | 2 lines Whitespace normalization. ........ r47022 | walter.doerwald | 2006-06-19 10:07:50 +0200 (Mon, 19 Jun 2006) | 4 lines Patch #1506645: add Python wrappers for the curses functions is_term_resized, resize_term and resizeterm. This uses three separate configure checks (one for each function). ........ r47023 | walter.doerwald | 2006-06-19 10:14:09 +0200 (Mon, 19 Jun 2006) | 2 lines Make check order match in configure and configure.in. ........ r47024 | tim.peters | 2006-06-19 10:14:28 +0200 (Mon, 19 Jun 2006) | 3 lines Repair KeyError when running test_threaded_import under -R, as reported by Neal on python-dev. ........ r47025 | thomas.heller | 2006-06-19 10:32:46 +0200 (Mon, 19 Jun 2006) | 3 lines Next try to fix the OpenBSD buildbot tests: Use ctypes.util.find_library to locate the C runtime library on platforms where is returns useful results. ........ r47026 | tim.peters | 2006-06-19 11:09:44 +0200 (Mon, 19 Jun 2006) | 13 lines TestHelp.make_parser(): This was making a permanent change to os.environ (setting envar COLUMNS), which at least caused test_float_default() to fail if the tests were run more than once. This repairs the test_optparse -R failures Neal reported on python-dev. It also explains some seemingly bizarre test_optparse failures we saw a couple weeks ago on the buildbots, when test_optparse failed due to test_file failing to clean up after itself, and then test_optparse failed in an entirely different way when regrtest's -w option ran test_optparse a second time. It's now obvious that make_parser() permanently changing os.environ was responsible for the second half of that. ........ r47027 | anthony.baxter | 2006-06-19 14:04:15 +0200 (Mon, 19 Jun 2006) | 2 lines Preparing for 2.5b1. ........ r47029 | fred.drake | 2006-06-19 19:31:16 +0200 (Mon, 19 Jun 2006) | 1 line remove non-working document formats from edist ........ r47030 | gerhard.haering | 2006-06-19 23:17:35 +0200 (Mon, 19 Jun 2006) | 5 lines Fixed a memory leak that was introduced with incorrect usage of the Python weak reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release. ........ r47032 | ka-ping.yee | 2006-06-20 00:49:36 +0200 (Tue, 20 Jun 2006) | 2 lines Remove Python 2.3 compatibility comment. ........ r47033 | trent.mick | 2006-06-20 01:21:25 +0200 (Tue, 20 Jun 2006) | 2 lines Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). ........ r47034 | trent.mick | 2006-06-20 01:57:41 +0200 (Tue, 20 Jun 2006) | 3 lines [ 1295808 ] expat symbols should be namespaced in pyexpat (http://python.org/sf/1295808) ........ r47039 | andrew.kuchling | 2006-06-20 13:52:16 +0200 (Tue, 20 Jun 2006) | 1 line Uncomment wsgiref section ........ r47040 | andrew.kuchling | 2006-06-20 14:15:09 +0200 (Tue, 20 Jun 2006) | 1 line Add four library items ........ r47041 | andrew.kuchling | 2006-06-20 14:19:54 +0200 (Tue, 20 Jun 2006) | 1 line Terminology and typography fixes ........ r47042 | andrew.kuchling | 2006-06-20 15:05:12 +0200 (Tue, 20 Jun 2006) | 1 line Add introductory paragraphs summarizing the release; minor edits ........ r47043 | andrew.kuchling | 2006-06-20 15:11:29 +0200 (Tue, 20 Jun 2006) | 1 line Minor edits and rearrangements; markup fix ........ r47044 | andrew.kuchling | 2006-06-20 15:20:30 +0200 (Tue, 20 Jun 2006) | 1 line [Bug #1504456] Mention xml -> xmlcore change ........ r47047 | brett.cannon | 2006-06-20 19:30:26 +0200 (Tue, 20 Jun 2006) | 2 lines Raise TestSkipped when the test socket connection is refused. ........ r47049 | brett.cannon | 2006-06-20 21:20:17 +0200 (Tue, 20 Jun 2006) | 2 lines Fix typo of exception name. ........ r47053 | brett.cannon | 2006-06-21 18:57:57 +0200 (Wed, 21 Jun 2006) | 5 lines At the C level, tuple arguments are passed in directly to the exception constructor, meaning it is treated as *args, not as a single argument. This means using the 'message' attribute won't work (until Py3K comes around), and so one must grab from 'arg' to get the error number. ........ r47054 | andrew.kuchling | 2006-06-21 19:10:18 +0200 (Wed, 21 Jun 2006) | 1 line Link to LibRef module documentation ........ r47055 | andrew.kuchling | 2006-06-21 19:17:10 +0200 (Wed, 21 Jun 2006) | 1 line Note some of Barry's work ........ r47056 | andrew.kuchling | 2006-06-21 19:17:28 +0200 (Wed, 21 Jun 2006) | 1 line Bump version ........ r47057 | georg.brandl | 2006-06-21 19:45:17 +0200 (Wed, 21 Jun 2006) | 3 lines fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally ........ r47058 | georg.brandl | 2006-06-21 19:52:36 +0200 (Wed, 21 Jun 2006) | 3 lines Make test_fcntl aware of netbsd3. ........ r47059 | georg.brandl | 2006-06-21 19:53:17 +0200 (Wed, 21 Jun 2006) | 3 lines Patch #1509001: expected skips for netbsd3. ........ r47060 | gerhard.haering | 2006-06-21 22:55:04 +0200 (Wed, 21 Jun 2006) | 2 lines Removed call to enable_callback_tracebacks that slipped in by accident. ........ r47061 | armin.rigo | 2006-06-21 23:58:50 +0200 (Wed, 21 Jun 2006) | 13 lines Fix for an obscure bug introduced by revs 46806 and 46808, with a test. The problem of checking too eagerly for recursive calls is the following: if a RuntimeError is caused by recursion, and if code needs to normalize it immediately (as in the 2nd test), then PyErr_NormalizeException() needs a call to the RuntimeError class to instantiate it, and this hits the recursion limit again... causing PyErr_NormalizeException() to never finish. Moved this particular recursion check to slot_tp_call(), which is not involved in instantiating built-in exceptions. Backport candidate. ........ r47064 | neal.norwitz | 2006-06-22 08:30:50 +0200 (Thu, 22 Jun 2006) | 3 lines Copy the wsgiref package during make install. ........ r47065 | neal.norwitz | 2006-06-22 08:35:30 +0200 (Thu, 22 Jun 2006) | 1 line Reset the doc date to today for the automatic doc builds ........ r47067 | andrew.kuchling | 2006-06-22 15:10:23 +0200 (Thu, 22 Jun 2006) | 1 line Mention how to suppress warnings ........ r47069 | georg.brandl | 2006-06-22 16:46:17 +0200 (Thu, 22 Jun 2006) | 3 lines Set lineno correctly on list, tuple and dict literals. ........ r47070 | georg.brandl | 2006-06-22 16:46:46 +0200 (Thu, 22 Jun 2006) | 4 lines Test for correct compilation of try-except-finally stmt. Test for correct lineno on list, tuple, dict literals. ........ r47071 | fred.drake | 2006-06-22 17:50:08 +0200 (Thu, 22 Jun 2006) | 1 line fix markup nit ........ r47072 | brett.cannon | 2006-06-22 18:49:14 +0200 (Thu, 22 Jun 2006) | 6 lines 'warning's was improperly requiring that a command-line Warning category be both a subclass of Warning and a subclass of types.ClassType. The latter is no longer true thanks to new-style exceptions. Closes bug #1510580. Thanks to AMK for the test. ........ r47073 | ronald.oussoren | 2006-06-22 20:33:54 +0200 (Thu, 22 Jun 2006) | 3 lines MacOSX: Add a message to the first screen of the installer that tells users how to avoid updates to their shell profile. ........ r47074 | georg.brandl | 2006-06-22 21:02:18 +0200 (Thu, 22 Jun 2006) | 3 lines Fix my name ;) ........ r47075 | thomas.heller | 2006-06-22 21:07:36 +0200 (Thu, 22 Jun 2006) | 2 lines Small fixes, mostly in the markup. ........ r47076 | peter.astrand | 2006-06-22 22:06:46 +0200 (Thu, 22 Jun 2006) | 1 line Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. ........ r47077 | peter.astrand | 2006-06-22 22:21:26 +0200 (Thu, 22 Jun 2006) | 1 line Applied patch #1506758: Prevent MemoryErrors with large MAXFD. ........ r47079 | neal.norwitz | 2006-06-23 05:32:44 +0200 (Fri, 23 Jun 2006) | 1 line Fix refleak ........ r47080 | fred.drake | 2006-06-23 08:03:45 +0200 (Fri, 23 Jun 2006) | 9 lines - SF bug #853506: IP6 address parsing in sgmllib ('[' and ']' were not accepted in unquoted attribute values) - cleaned up tests of character and entity reference decoding so the tests cover the documented relationships among handle_charref, handle_entityref, convert_charref, convert_codepoint, and convert_entityref, without bringing up Unicode issues that sgmllib cannot be involved in ........ r47085 | andrew.kuchling | 2006-06-23 21:23:40 +0200 (Fri, 23 Jun 2006) | 11 lines Fit Makefile for the Python doc environment better; this is a step toward including the howtos in the build process. * Put LaTeX output in ../paper-<whatever>/. * Put HTML output in ../html/ * Explain some of the Makefile variables * Remove some cruft dating to my environment (e.g. the 'web' target) This makefile isn't currently invoked by the documentation build process, so these changes won't destabilize anything. ........ r47086 | hyeshik.chang | 2006-06-23 23:16:18 +0200 (Fri, 23 Jun 2006) | 5 lines Bug #1511381: codec_getstreamcodec() in codec.c is corrected to omit a default "error" argument for NULL pointer. This allows the parser to take a codec from cjkcodecs again. (Reported by Taewook Kang and reviewed by Walter Doerwald) ........ r47091 | ronald.oussoren | 2006-06-25 22:44:16 +0200 (Sun, 25 Jun 2006) | 6 lines Workaround for bug #1512124 Without this patch IDLE will get unresponsive when you open the debugger window on OSX. This is both using the system Tcl/Tk on Tiger as the latest universal download from tk-components.sf.net. ........ r47092 | ronald.oussoren | 2006-06-25 23:14:19 +0200 (Sun, 25 Jun 2006) | 3 lines Drop the calldll demo's for macos, calldll isn't present anymore, no need to keep the demo's around. ........ r47093 | ronald.oussoren | 2006-06-25 23:15:58 +0200 (Sun, 25 Jun 2006) | 3 lines Use a path without a double slash to compile the .py files after installation (macosx, binary installer). This fixes bug #1508369 for python 2.5. ........ r47094 | ronald.oussoren | 2006-06-25 23:19:06 +0200 (Sun, 25 Jun 2006) | 3 lines Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to be installed. ........ r47097 | andrew.kuchling | 2006-06-26 14:40:02 +0200 (Mon, 26 Jun 2006) | 1 line [Bug #1511998] Various comments from Nick Coghlan; thanks! ........ r47098 | andrew.kuchling | 2006-06-26 14:43:43 +0200 (Mon, 26 Jun 2006) | 1 line Describe workaround for PyRange_New()'s removal ........ r47099 | andrew.kuchling | 2006-06-26 15:08:24 +0200 (Mon, 26 Jun 2006) | 5 lines [Bug #1512163] Fix typo. This change will probably break tests on FreeBSD buildbots, but I'll check in a fix for that next. ........ r47100 | andrew.kuchling | 2006-06-26 15:12:16 +0200 (Mon, 26 Jun 2006) | 9 lines [Bug #1512163] Use one set of locking methods, lockf(); remove the flock() calls. On FreeBSD, the two methods lockf() and flock() end up using the same mechanism and the second one fails. A Linux man page claims that the two methods are orthogonal (so locks acquired one way don't interact with locks acquired the other way) but that clearly must be false. ........ r47101 | andrew.kuchling | 2006-06-26 15:23:10 +0200 (Mon, 26 Jun 2006) | 5 lines Add a test for a conflicting lock. On slow machines, maybe the time intervals (2 sec, 0.5 sec) will be too tight. I'll see how the buildbots like it. ........ r47103 | andrew.kuchling | 2006-06-26 16:33:24 +0200 (Mon, 26 Jun 2006) | 1 line Windows doesn't have os.fork(). I'll just disable this test for now ........ r47106 | andrew.kuchling | 2006-06-26 19:00:35 +0200 (Mon, 26 Jun 2006) | 9 lines Attempt to fix build failure on OS X and Debian alpha; the symptom is consistent with os.wait() returning immediately because some other subprocess had previously exited; the test suite then immediately tries to lock the mailbox and gets an error saying it's already locked. To fix this, do a waitpid() so the test suite only continues once the intended child process has exited. ........ r47113 | neal.norwitz | 2006-06-27 06:06:46 +0200 (Tue, 27 Jun 2006) | 1 line Ignore some more warnings in the dynamic linker on an older gentoo ........ r47114 | neal.norwitz | 2006-06-27 06:09:13 +0200 (Tue, 27 Jun 2006) | 6 lines Instead of doing a make test, run the regression tests out of the installed copy. This will hopefully catch problems where directories are added under Lib/ but not to Makefile.pre.in. This breaks out the 2 runs of the test suite with and without -O which is also nicer. ........ r47115 | neal.norwitz | 2006-06-27 06:12:58 +0200 (Tue, 27 Jun 2006) | 5 lines Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. No need to install lib-old, it's empty in 2.5. ........ r47116 | neal.norwitz | 2006-06-27 06:23:06 +0200 (Tue, 27 Jun 2006) | 1 line Test unimportant change to verify buildbot does not try to build ........ r47117 | neal.norwitz | 2006-06-27 06:26:30 +0200 (Tue, 27 Jun 2006) | 1 line Try again: test unimportant change to verify buildbot does not try to build ........ r47118 | neal.norwitz | 2006-06-27 06:28:56 +0200 (Tue, 27 Jun 2006) | 1 line Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) ........ r47121 | vinay.sajip | 2006-06-27 09:34:37 +0200 (Tue, 27 Jun 2006) | 1 line Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. ........ r47123 | ronald.oussoren | 2006-06-27 12:08:25 +0200 (Tue, 27 Jun 2006) | 3 lines MacOSX: fix rather dumb buglet that made it impossible to create extensions on OSX 10.3 when using a binary distribution build on 10.4. ........ r47125 | tim.peters | 2006-06-27 13:52:49 +0200 (Tue, 27 Jun 2006) | 2 lines Whitespace normalization. ........ r47128 | ronald.oussoren | 2006-06-27 14:53:52 +0200 (Tue, 27 Jun 2006) | 8 lines Use staticly build copies of zlib and bzip2 to build the OSX installer, that way the resulting binaries have a better change of running on 10.3. This patch also updates the search logic for sleepycat db3/4, without this patch you cannot use a sleepycat build with a non-standard prefix; with this you can (at least on OSX) if you add the prefix to CPPFLAGS/LDFLAGS at configure-time. This change is needed to build the binary installer for OSX. ........ r47131 | ronald.oussoren | 2006-06-27 17:45:32 +0200 (Tue, 27 Jun 2006) | 5 lines macosx: Install a libpython2.5.a inside the framework as a symlink to the actual dylib at the root of the framework, that way tools that expect a unix-like install (python-config, but more importantly external products like mod_python) work correctly. ........ r47137 | neal.norwitz | 2006-06-28 07:03:22 +0200 (Wed, 28 Jun 2006) | 4 lines According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN can be returned if fcntl (lockf) fails. This fixes the test failure on Tru64 by checking for either error rather than just EAGAIN. ........ r47139 | neal.norwitz | 2006-06-28 08:28:31 +0200 (Wed, 28 Jun 2006) | 5 lines Fix bug #1512695: cPickle.loads could crash if it was interrupted with a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport. ........ r47142 | nick.coghlan | 2006-06-28 12:41:47 +0200 (Wed, 28 Jun 2006) | 1 line Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') ........ r47143 | armin.rigo | 2006-06-28 12:49:51 +0200 (Wed, 28 Jun 2006) | 2 lines A couple of crashers of the "won't fix" kind. ........ r47147 | andrew.kuchling | 2006-06-28 16:25:20 +0200 (Wed, 28 Jun 2006) | 1 line [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. ........ r47148 | andrew.kuchling | 2006-06-28 16:27:21 +0200 (Wed, 28 Jun 2006) | 1 line [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. ........ r47151 | georg.brandl | 2006-06-28 22:23:25 +0200 (Wed, 28 Jun 2006) | 3 lines Fix end_fill(). ........ r47153 | trent.mick | 2006-06-28 22:30:41 +0200 (Wed, 28 Jun 2006) | 2 lines Mention the expat upgrade and pyexpat fix I put in 2.5b1. ........ r47154 | fred.drake | 2006-06-29 02:51:53 +0200 (Thu, 29 Jun 2006) | 6 lines SF bug #1504333: sgmlib should allow angle brackets in quoted values (modified patch by Sam Ruby; changed to use separate REs for start and end tags to reduce matching cost for end tags; extended tests; updated to avoid breaking previous changes to support IPv6 addresses in unquoted attribute values) ........ r47156 | fred.drake | 2006-06-29 04:57:48 +0200 (Thu, 29 Jun 2006) | 1 line document recent bugfixes in sgmllib ........ r47158 | neal.norwitz | 2006-06-29 06:10:08 +0200 (Thu, 29 Jun 2006) | 10 lines Add new utility function, reap_children(), to test_support. This should be called at the end of each test that spawns children (perhaps it should be called from regrtest instead?). This will hopefully prevent some of the unexplained failures in the buildbots (hppa and alpha) during tests that spawn children. The problems were not reproducible. There were many zombies that remained at the end of several tests. In the worst case, this shouldn't cause any more problems, though it may not help either. Time will tell. ........ r47159 | neal.norwitz | 2006-06-29 07:48:14 +0200 (Thu, 29 Jun 2006) | 5 lines This should fix the buildbot failure on s/390 which can't connect to gmail.org. It makes the error message consistent and always sends to stderr. It would be much better for all the networking tests to hit only python.org. ........ r47161 | thomas.heller | 2006-06-29 20:34:15 +0200 (Thu, 29 Jun 2006) | 3 lines Protect the thread api calls in the _ctypes extension module within #ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing. ........ r47162 | martin.v.loewis | 2006-06-29 20:58:44 +0200 (Thu, 29 Jun 2006) | 2 lines Patch #1509163: MS Toolkit Compiler no longer available ........ r47163 | skip.montanaro | 2006-06-29 21:20:09 +0200 (Thu, 29 Jun 2006) | 1 line add string methods to index ........ r47164 | vinay.sajip | 2006-06-30 02:13:08 +0200 (Fri, 30 Jun 2006) | 1 line Fixed bug in fileConfig() which failed to clear logging._handlerList ........ r47166 | tim.peters | 2006-06-30 08:18:39 +0200 (Fri, 30 Jun 2006) | 2 lines Whitespace normalization. ........ r47170 | neal.norwitz | 2006-06-30 09:32:16 +0200 (Fri, 30 Jun 2006) | 1 line Silence compiler warning ........ r47171 | neal.norwitz | 2006-06-30 09:32:46 +0200 (Fri, 30 Jun 2006) | 1 line Another problem reported by Coverity. Backport candidate. ........ r47175 | thomas.heller | 2006-06-30 19:44:54 +0200 (Fri, 30 Jun 2006) | 2 lines Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. ........ r47176 | tim.peters | 2006-06-30 20:34:51 +0200 (Fri, 30 Jun 2006) | 2 lines Remove now-unused fidding with PY_FORMAT_SIZE_T. ........ r47177 | georg.brandl | 2006-06-30 20:47:56 +0200 (Fri, 30 Jun 2006) | 3 lines Document decorator usage of property. ........ r47181 | fred.drake | 2006-06-30 21:29:25 +0200 (Fri, 30 Jun 2006) | 4 lines - consistency nit: always include "()" in \function and \method (*should* be done by the presentation, but that requires changes all over) - avoid spreading the __name meme ........ r47188 | vinay.sajip | 2006-07-01 12:45:20 +0200 (Sat, 01 Jul 2006) | 1 line Added entry for fileConfig() bugfix. ........ r47189 | vinay.sajip | 2006-07-01 12:47:20 +0200 (Sat, 01 Jul 2006) | 1 line Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. ........ r47190 | martin.v.loewis | 2006-07-01 17:33:37 +0200 (Sat, 01 Jul 2006) | 2 lines Release all forwarded functions in .close. Fixes #1513223. ........ r47191 | fred.drake | 2006-07-01 18:28:20 +0200 (Sat, 01 Jul 2006) | 7 lines SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data handler would cause a segfault. This merges in Expat's lib/xmlparse.c revisions 1.154 and 1.155, which fix this and a closely related problem (the later does not affect Python). Moved the crasher test to the tests for xml.parsers.expat. ........ r47197 | gerhard.haering | 2006-07-02 19:48:30 +0200 (Sun, 02 Jul 2006) | 4 lines The sqlite3 module did cut off data from the SQLite database at the first null character before sending it to a custom converter. This has been fixed now. ........ r47198 | martin.v.loewis | 2006-07-02 20:44:00 +0200 (Sun, 02 Jul 2006) | 1 line Correct arithmetic in access on Win32. Fixes #1513646. ........ r47203 | thomas.heller | 2006-07-03 09:58:09 +0200 (Mon, 03 Jul 2006) | 1 line Cleanup: Remove commented out code. ........ r47204 | thomas.heller | 2006-07-03 09:59:50 +0200 (Mon, 03 Jul 2006) | 1 line Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag. ........ r47205 | thomas.heller | 2006-07-03 10:04:05 +0200 (Mon, 03 Jul 2006) | 7 lines Fixes so that _ctypes can be compiled with the MingW compiler. It seems that the definition of '__attribute__(x)' was responsible for the compiler ignoring the '__fastcall' attribute on the ffi_closure_SYSV function in libffi_msvc/ffi.c, took me quite some time to figure this out. ........ r47206 | thomas.heller | 2006-07-03 10:08:14 +0200 (Mon, 03 Jul 2006) | 11 lines Add a new function uses_seh() to the _ctypes extension module. This will return True if Windows Structured Exception handling (SEH) is used when calling functions, False otherwise. Currently, only MSVC supports SEH. Fix the test so that it doesn't crash when run with MingW compiled _ctypes. Note that two tests are still failing when mingw is used, I suspect structure layout differences and function calling conventions between MSVC and MingW. ........ r47207 | tim.peters | 2006-07-03 10:23:19 +0200 (Mon, 03 Jul 2006) | 2 lines Whitespace normalization. ........ r47208 | martin.v.loewis | 2006-07-03 11:44:00 +0200 (Mon, 03 Jul 2006) | 3 lines Only setup canvas when it is first created. Fixes #1514703 ........ r47209 | martin.v.loewis | 2006-07-03 12:05:30 +0200 (Mon, 03 Jul 2006) | 3 lines Reimplement turtle.circle using a polyline, to allow correct filling of arcs. Also fixes #1514693. ........ r47210 | martin.v.loewis | 2006-07-03 12:19:49 +0200 (Mon, 03 Jul 2006) | 3 lines Bug #1514693: Update turtle's heading when switching between degrees and radians. ........ r47211 | martin.v.loewis | 2006-07-03 13:12:06 +0200 (Mon, 03 Jul 2006) | 2 lines Document functions added in 2.3 and 2.5. ........ r47212 | martin.v.loewis | 2006-07-03 14:19:50 +0200 (Mon, 03 Jul 2006) | 3 lines Bug #1417699: Reject locale-specific decimal point in float() and atof(). ........ r47213 | martin.v.loewis | 2006-07-03 14:28:58 +0200 (Mon, 03 Jul 2006) | 3 lines Bug #1267547: Put proper recursive setup.py call into the spec file generated by bdist_rpm. ........ r47215 | martin.v.loewis | 2006-07-03 15:01:35 +0200 (Mon, 03 Jul 2006) | 3 lines Patch #825417: Fix timeout processing in expect, read_until. Will backport to 2.4. ........ r47218 | martin.v.loewis | 2006-07-03 15:47:40 +0200 (Mon, 03 Jul 2006) | 2 lines Put method-wrappers into trashcan. Fixes #927248. ........ r47219 | andrew.kuchling | 2006-07-03 16:07:30 +0200 (Mon, 03 Jul 2006) | 1 line [Bug #1515932] Clarify description of slice assignment ........ r47220 | andrew.kuchling | 2006-07-03 16:16:09 +0200 (Mon, 03 Jul 2006) | 4 lines [Bug #1511911] Clarify description of optional arguments to sorted() by improving the xref to the section on lists, and by copying the explanations of the arguments (with a slight modification). ........ r47223 | kristjan.jonsson | 2006-07-03 16:59:05 +0200 (Mon, 03 Jul 2006) | 1 line Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too. ........ r47224 | ronald.oussoren | 2006-07-04 14:30:22 +0200 (Tue, 04 Jul 2006) | 7 lines Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number of bugs in that port. The most annoying ones were due to some subtle differences between the document ABI and the actual implementation :-( (there are no python unittests that fail without this patch, but without it some of libffi's unittests fail). ........ r47234 | georg.brandl | 2006-07-05 10:21:00 +0200 (Wed, 05 Jul 2006) | 3 lines Remove remaining references to OverflowWarning. ........ r47236 | thomas.heller | 2006-07-05 11:13:56 +0200 (Wed, 05 Jul 2006) | 3 lines Fix the bitfield test when _ctypes is compiled with MingW. Structures containing bitfields may have different layout on MSVC and MingW . ........ r47237 | thomas.wouters | 2006-07-05 13:03:49 +0200 (Wed, 05 Jul 2006) | 15 lines Fix bug in passing tuples to string.Template. All other values (with working str() or repr()) would work, just not multi-value tuples. Probably not a backport candidate, since it changes the behaviour of passing a single-element tuple: >>> string.Template("$foo").substitute(dict(foo=(1,))) '(1,)' versus '1' ........ r47241 | georg.brandl | 2006-07-05 16:18:45 +0200 (Wed, 05 Jul 2006) | 2 lines Patch #1517490: fix glitches in filter() docs. ........ r47244 | georg.brandl | 2006-07-05 17:50:05 +0200 (Wed, 05 Jul 2006) | 2 lines no need to elaborate "string". ........ r47251 | neal.norwitz | 2006-07-06 06:28:59 +0200 (Thu, 06 Jul 2006) | 3 lines Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change contains only the changes related to leaking the copy variable. ........ r47253 | fred.drake | 2006-07-06 07:13:22 +0200 (Thu, 06 Jul 2006) | 4 lines - back out Expat change; the final fix to Expat will be different - change the pyexpat wrapper to not be so sensitive to this detail of the Expat implementation (the ex-crasher test still passes) ........ r47257 | neal.norwitz | 2006-07-06 08:45:08 +0200 (Thu, 06 Jul 2006) | 1 line Add a NEWS entry for a recent pyexpat fix ........ r47258 | martin.v.loewis | 2006-07-06 08:55:58 +0200 (Thu, 06 Jul 2006) | 2 lines Add sqlite3.dll to the DLLs component, not to the TkDLLs component. Fixes #1517388. ........ r47259 | martin.v.loewis | 2006-07-06 09:05:21 +0200 (Thu, 06 Jul 2006) | 1 line Properly quote compileall and Lib paths in case TARGETDIR has a space. ........ r47260 | thomas.heller | 2006-07-06 09:50:18 +0200 (Thu, 06 Jul 2006) | 5 lines Revert the change done in svn revision 47206: Add a new function uses_seh() to the _ctypes extension module. This will return True if Windows Structured Exception handling (SEH) is used when calling functions, False otherwise. ........ r47261 | armin.rigo | 2006-07-06 09:58:18 +0200 (Thu, 06 Jul 2006) | 3 lines A couple of examples about how to attack the fact that _PyType_Lookup() returns a borrowed ref. Many of the calls are open to attack. ........ r47262 | thomas.heller | 2006-07-06 10:28:14 +0200 (Thu, 06 Jul 2006) | 2 lines The test that calls a function with invalid arguments and catches the resulting Windows access violation will not be run by default. ........ r47263 | thomas.heller | 2006-07-06 10:48:35 +0200 (Thu, 06 Jul 2006) | 5 lines Patch #1517790: It is now possible to use custom objects in the ctypes foreign function argtypes sequence as long as they provide a from_param method, no longer is it required that the object is a ctypes type. ........ r47264 | thomas.heller | 2006-07-06 10:58:40 +0200 (Thu, 06 Jul 2006) | 2 lines Document the Struture and Union constructors. ........ r47265 | thomas.heller | 2006-07-06 11:11:22 +0200 (Thu, 06 Jul 2006) | 2 lines Document the changes in svn revision 47263, from patch #1517790. ........ r47267 | ronald.oussoren | 2006-07-06 12:13:35 +0200 (Thu, 06 Jul 2006) | 7 lines This patch solves the problem Skip was seeing with zlib, this patch ensures that configure uses similar compiler flags as setup.py when doing the zlib test. Without this patch configure would use the first shared library on the linker path, with this patch it uses the first shared or static library on that path just like setup.py. ........ r47268 | thomas.wouters | 2006-07-06 12:48:28 +0200 (Thu, 06 Jul 2006) | 4 lines NEWS entry for r47267: fixing configure's zlib probing. ........ r47269 | fredrik.lundh | 2006-07-06 14:29:24 +0200 (Thu, 06 Jul 2006) | 3 lines added XMLParser alias for cElementTree compatibility ........ r47271 | nick.coghlan | 2006-07-06 14:53:04 +0200 (Thu, 06 Jul 2006) | 1 line Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 ........ r47272 | nick.coghlan | 2006-07-06 15:04:56 +0200 (Thu, 06 Jul 2006) | 1 line Update the tutorial section on relative imports ........ r47273 | nick.coghlan | 2006-07-06 15:35:27 +0200 (Thu, 06 Jul 2006) | 1 line Ignore ImportWarning by default ........ r47274 | nick.coghlan | 2006-07-06 15:41:34 +0200 (Thu, 06 Jul 2006) | 1 line Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs ........ r47275 | nick.coghlan | 2006-07-06 15:47:18 +0200 (Thu, 06 Jul 2006) | 1 line Add NEWS entries for the ImportWarning change and documentation update ........ r47276 | andrew.kuchling | 2006-07-06 15:57:28 +0200 (Thu, 06 Jul 2006) | 1 line ImportWarning is now silent by default ........ r47277 | thomas.heller | 2006-07-06 17:06:05 +0200 (Thu, 06 Jul 2006) | 2 lines Document the correct return type of PyLong_AsUnsignedLongLongMask. ........ r47278 | hyeshik.chang | 2006-07-06 17:21:52 +0200 (Thu, 06 Jul 2006) | 2 lines Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). ........ r47279 | hyeshik.chang | 2006-07-06 17:39:24 +0200 (Thu, 06 Jul 2006) | 3 lines Test using all CJK encodings for the testcases which don't require specific encodings. ........ r47280 | martin.v.loewis | 2006-07-06 21:28:03 +0200 (Thu, 06 Jul 2006) | 2 lines Properly generate logical file ids. Fixes #1515998. Also correct typo in Control.mapping. ........ r47287 | neal.norwitz | 2006-07-07 08:03:15 +0200 (Fri, 07 Jul 2006) | 17 lines Restore rev 47014: The hppa ubuntu box sometimes hangs forever in these tests. My guess is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem. *** The reason this originally failed was because there were many zombie children outstanding before rev 47158 cleaned them up. There are still hangs in test_subprocess that need to be addressed, but that will take more work. This should close some holes. ........ r47289 | georg.brandl | 2006-07-07 10:15:12 +0200 (Fri, 07 Jul 2006) | 3 lines Fix RFC number. ........ r50489 | neal.norwitz | 2006-07-08 07:31:37 +0200 (Sat, 08 Jul 2006) | 1 line Fix SF bug #1519018: 'as' is now validated properly in import statements ........ r50490 | georg.brandl | 2006-07-08 14:15:27 +0200 (Sat, 08 Jul 2006) | 3 lines Add an additional test for bug #1519018. ........ r50491 | tim.peters | 2006-07-08 21:55:05 +0200 (Sat, 08 Jul 2006) | 2 lines Whitespace normalization. ........ r50493 | neil.schemenauer | 2006-07-09 18:16:34 +0200 (Sun, 09 Jul 2006) | 2 lines Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. ........ r50495 | neil.schemenauer | 2006-07-09 23:19:29 +0200 (Sun, 09 Jul 2006) | 2 lines Fix SF bug 1441486: bad unary minus folding in compiler. ........ r50497 | neal.norwitz | 2006-07-10 00:14:42 +0200 (Mon, 10 Jul 2006) | 4 lines On 64 bit systems, int literals that use less than 64 bits are now ints rather than longs. This also fixes the test for eval(-sys.maxint - 1). ........ r50500 | neal.norwitz | 2006-07-10 02:04:44 +0200 (Mon, 10 Jul 2006) | 4 lines Bug #1512814, Fix incorrect lineno's when code at module scope started after line 256. ........ r50501 | neal.norwitz | 2006-07-10 02:05:34 +0200 (Mon, 10 Jul 2006) | 1 line Fix doco. Backport candidate. ........ r50503 | neal.norwitz | 2006-07-10 02:23:17 +0200 (Mon, 10 Jul 2006) | 5 lines Part of SF patch #1484695. This removes dead code. The chksum was already verified in .frombuf() on the lines above. If there was a problem an exception is raised, so there was no way this condition could have been true. ........ r50504 | neal.norwitz | 2006-07-10 03:18:57 +0200 (Mon, 10 Jul 2006) | 3 lines Patch #1516912: improve Modules support for OpenVMS. ........ r50506 | neal.norwitz | 2006-07-10 04:36:41 +0200 (Mon, 10 Jul 2006) | 7 lines Patch #1504046: Add documentation for xml.etree. /F wrote the text docs, Englebert Gruber massaged it to latex and I did some more massaging to try and improve the consistency and fix some name mismatches between the declaration and text. ........ r50509 | martin.v.loewis | 2006-07-10 09:23:48 +0200 (Mon, 10 Jul 2006) | 2 lines Introduce DISTUTILS_USE_SDK as a flag to determine whether the SDK environment should be used. Fixes #1508010. ........ r50510 | martin.v.loewis | 2006-07-10 09:26:41 +0200 (Mon, 10 Jul 2006) | 1 line Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK. ........ r50511 | martin.v.loewis | 2006-07-10 09:29:41 +0200 (Mon, 10 Jul 2006) | 1 line Add svn:ignore. ........ r50512 | anthony.baxter | 2006-07-10 09:41:04 +0200 (Mon, 10 Jul 2006) | 1 line preparing for 2.5b2 ........ r50513 | thomas.heller | 2006-07-10 11:10:28 +0200 (Mon, 10 Jul 2006) | 2 lines Fix bug #1518190: accept any integer or long value in the ctypes.c_void_p constructor. ........ r50514 | thomas.heller | 2006-07-10 11:31:06 +0200 (Mon, 10 Jul 2006) | 3 lines Fixed a segfault when ctypes.wintypes were imported on non-Windows machines. ........ r50516 | thomas.heller | 2006-07-10 13:11:10 +0200 (Mon, 10 Jul 2006) | 3 lines Assigning None to pointer type structure fields possible overwrote wrong fields. ........ r50517 | thomas.heller | 2006-07-10 13:17:37 +0200 (Mon, 10 Jul 2006) | 5 lines Moved the ctypes news entries from the 'Library' section into the 'Extension Modules' section where they belong, probably. This destroyes the original order of the news entries, don't know if that is important or not. ........ r50526 | phillip.eby | 2006-07-10 21:03:29 +0200 (Mon, 10 Jul 2006) | 2 lines Fix SF#1516184 and add a test to prevent regression. ........ r50528 | phillip.eby | 2006-07-10 21:18:35 +0200 (Mon, 10 Jul 2006) | 2 lines Fix SF#1457312: bad socket error handling in distutils "upload" command. ........ r50537 | peter.astrand | 2006-07-10 22:39:49 +0200 (Mon, 10 Jul 2006) | 1 line Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children(). ........ r50541 | tim.peters | 2006-07-10 23:08:24 +0200 (Mon, 10 Jul 2006) | 5 lines After approval from Anthony, merge the tim-current_frames branch into the trunk. This adds a new sys._current_frames() function, which returns a dict mapping thread id to topmost thread stack frame. ........ r50542 | tim.peters | 2006-07-10 23:11:49 +0200 (Mon, 10 Jul 2006) | 2 lines Whitespace normalization. ........ r50553 | martin.v.loewis | 2006-07-11 00:11:28 +0200 (Tue, 11 Jul 2006) | 4 lines Patch #1519566: Remove unused _tofill member. Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes. ........ r50567 | anthony.baxter | 2006-07-11 04:04:09 +0200 (Tue, 11 Jul 2006) | 4 lines #1494314: Fix a regression with high-numbered sockets in 2.4.3. This means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available. ........ r50568 | tim.peters | 2006-07-11 04:17:48 +0200 (Tue, 11 Jul 2006) | 2 lines Whitespace normalization. ........ r50575 | thomas.heller | 2006-07-11 18:42:05 +0200 (Tue, 11 Jul 2006) | 1 line Add missing Py_DECREF. ........ r50576 | thomas.heller | 2006-07-11 18:44:25 +0200 (Tue, 11 Jul 2006) | 1 line Add missing Py_DECREFs. ........ r50579 | andrew.kuchling | 2006-07-11 19:20:16 +0200 (Tue, 11 Jul 2006) | 1 line Bump version number; add sys._current_frames ........ r50582 | thomas.heller | 2006-07-11 20:28:35 +0200 (Tue, 11 Jul 2006) | 3 lines When a foreign function is retrived by calling __getitem__ on a ctypes library instance, do not set it as attribute. ........ r50583 | thomas.heller | 2006-07-11 20:40:50 +0200 (Tue, 11 Jul 2006) | 2 lines Change the ctypes version number to 1.0.0. ........ r50597 | neal.norwitz | 2006-07-12 07:26:17 +0200 (Wed, 12 Jul 2006) | 3 lines Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. ........ r50598 | neal.norwitz | 2006-07-12 07:26:35 +0200 (Wed, 12 Jul 2006) | 1 line Fix function name in error msg ........ r50599 | neal.norwitz | 2006-07-12 07:27:46 +0200 (Wed, 12 Jul 2006) | 4 lines Fix uninitialized memory read reported by Valgrind when running doctest. This could happen if size == 0. ........ r50600 | neal.norwitz | 2006-07-12 09:28:29 +0200 (Wed, 12 Jul 2006) | 1 line Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #. ........ r50601 | thomas.heller | 2006-07-12 10:43:47 +0200 (Wed, 12 Jul 2006) | 3 lines Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to load shared libraries. ........ r50604 | thomas.heller | 2006-07-12 16:25:18 +0200 (Wed, 12 Jul 2006) | 3 lines Fix the wrong description of LibraryLoader.LoadLibrary, and document the DEFAULT_MODE constant. ........ r50607 | georg.brandl | 2006-07-12 17:31:17 +0200 (Wed, 12 Jul 2006) | 3 lines Accept long options "--help" and "--version". ........ r50617 | thomas.heller | 2006-07-13 11:53:47 +0200 (Thu, 13 Jul 2006) | 3 lines A misspelled preprocessor symbol caused ctypes to be always compiled without thread support. Replaced WITH_THREADS with WITH_THREAD. ........ r50619 | thomas.heller | 2006-07-13 19:01:14 +0200 (Thu, 13 Jul 2006) | 3 lines Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' did overwrite /dev/null. Use a temporary file instead of /dev/null. ........ r50620 | thomas.heller | 2006-07-13 19:05:13 +0200 (Thu, 13 Jul 2006) | 2 lines Fix misleading words. ........ r50622 | andrew.kuchling | 2006-07-13 19:37:26 +0200 (Thu, 13 Jul 2006) | 1 line Typo fix ........ r50629 | georg.brandl | 2006-07-14 09:12:54 +0200 (Fri, 14 Jul 2006) | 3 lines Patch #1521874: grammar errors in doanddont.tex. ........ r50630 | neal.norwitz | 2006-07-14 09:20:04 +0200 (Fri, 14 Jul 2006) | 1 line Try to improve grammar further. ........ r50631 | martin.v.loewis | 2006-07-14 11:58:55 +0200 (Fri, 14 Jul 2006) | 1 line Extend build_ssl to Win64, using VSExtComp. ........ r50632 | martin.v.loewis | 2006-07-14 14:10:09 +0200 (Fri, 14 Jul 2006) | 1 line Add debug output to analyse buildbot failure. ........ r50633 | martin.v.loewis | 2006-07-14 14:31:05 +0200 (Fri, 14 Jul 2006) | 1 line Fix Debug build of _ssl. ........ r50636 | andrew.kuchling | 2006-07-14 15:32:38 +0200 (Fri, 14 Jul 2006) | 1 line Mention new options ........ r50638 | peter.astrand | 2006-07-14 16:04:45 +0200 (Fri, 14 Jul 2006) | 1 line Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. ........ r50640 | thomas.heller | 2006-07-14 17:01:05 +0200 (Fri, 14 Jul 2006) | 4 lines Make the prototypes of our private PyUnicode_FromWideChar and PyUnicode_AsWideChar replacement functions compatible to the official functions by using Py_ssize_t instead of int. ........ r50643 | thomas.heller | 2006-07-14 19:51:14 +0200 (Fri, 14 Jul 2006) | 3 lines Patch #1521817: The index range checking on ctypes arrays containing exactly one element is enabled again. ........ r50647 | thomas.heller | 2006-07-14 20:22:50 +0200 (Fri, 14 Jul 2006) | 2 lines Updates for the ctypes documentation. ........ r50655 | fredrik.lundh | 2006-07-14 23:45:48 +0200 (Fri, 14 Jul 2006) | 3 lines typo ........ r50664 | george.yoshida | 2006-07-15 18:03:49 +0200 (Sat, 15 Jul 2006) | 2 lines Bug #15187702 : ext/win-cookbook.html has a broken link to distutils ........ r50667 | bob.ippolito | 2006-07-15 18:53:15 +0200 (Sat, 15 Jul 2006) | 1 line Patch #1220874: Update the binhex module for Mach-O. ........ r50671 | fred.drake | 2006-07-16 03:21:20 +0200 (Sun, 16 Jul 2006) | 1 line clean up some link markup ........ r50673 | neal.norwitz | 2006-07-16 03:50:38 +0200 (Sun, 16 Jul 2006) | 4 lines Bug #1512814, Fix incorrect lineno's when code within a function had more than 255 blank lines. Byte codes need to go first, line #s second. ........ r50674 | neal.norwitz | 2006-07-16 04:00:32 +0200 (Sun, 16 Jul 2006) | 5 lines a & b were dereffed above, so they are known to be valid pointers. z is known to be NULL, nothing to DECREF. Reported by Klockwork, #107. ........ r50675 | neal.norwitz | 2006-07-16 04:02:57 +0200 (Sun, 16 Jul 2006) | 5 lines self is dereffed (and passed as first arg), so it's known to be good. func is returned from PyArg_ParseTuple and also dereffed. Reported by Klocwork, #30 (self one at least). ........ r50676 | neal.norwitz | 2006-07-16 04:05:35 +0200 (Sun, 16 Jul 2006) | 4 lines proto was dereffed above and is known to be good. No need for X. Reported by Klocwork, #39. ........ r50677 | neal.norwitz | 2006-07-16 04:15:27 +0200 (Sun, 16 Jul 2006) | 5 lines Fix memory leaks in some conditions. Reported by Klocwork #152. ........ r50678 | neal.norwitz | 2006-07-16 04:17:36 +0200 (Sun, 16 Jul 2006) | 4 lines Fix memory leak under some conditions. Reported by Klocwork, #98. ........ r50679 | neal.norwitz | 2006-07-16 04:22:30 +0200 (Sun, 16 Jul 2006) | 8 lines Use sizeof(buffer) instead of duplicating the constants to ensure they won't be wrong. The real change is to pass (bufsz - 1) to PyOS_ascii_formatd and 1 to strncat. strncat copies n+1 bytes from src (not dest). Reported by Klocwork #58. ........ r50680 | neal.norwitz | 2006-07-16 04:32:03 +0200 (Sun, 16 Jul 2006) | 5 lines Handle a NULL name properly. Reported by Klocwork #67 ........ r50681 | neal.norwitz | 2006-07-16 04:35:47 +0200 (Sun, 16 Jul 2006) | 6 lines PyFunction_SetDefaults() is documented as taking None or a tuple. A NULL would crash the PyTuple_Check(). Now make NULL return a SystemError. Reported by Klocwork #73. ........ r50683 | neal.norwitz | 2006-07-17 02:55:45 +0200 (Mon, 17 Jul 2006) | 5 lines Stop INCREFing name, then checking if it's NULL. name (f_name) should never be NULL so assert it. Fix one place where we could have passed NULL. Reported by Klocwork #66. ........ r50684 | neal.norwitz | 2006-07-17 02:57:15 +0200 (Mon, 17 Jul 2006) | 5 lines otherset is known to be non-NULL based on checks before and DECREF after. DECREF otherset rather than XDECREF in error conditions too. Reported by Klockwork #154. ........ r50685 | neal.norwitz | 2006-07-17 02:59:04 +0200 (Mon, 17 Jul 2006) | 7 lines Reported by Klocwork #151. v2 can be NULL if exception2 is NULL. I don't think that condition can happen, but I'm not sure it can't either. Now the code will protect against either being NULL. ........ r50686 | neal.norwitz | 2006-07-17 03:00:16 +0200 (Mon, 17 Jul 2006) | 1 line Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. ........ r50687 | fred.drake | 2006-07-17 07:47:52 +0200 (Mon, 17 Jul 2006) | 3 lines document xmlcore (still minimal; needs mention in each of the xml.* modules) SF bug #1504456 (partial) ........ r50688 | georg.brandl | 2006-07-17 15:23:46 +0200 (Mon, 17 Jul 2006) | 3 lines Remove usage of sets module (patch #1500609). ........ r50689 | georg.brandl | 2006-07-17 15:26:33 +0200 (Mon, 17 Jul 2006) | 3 lines Add missing NEWS item (#1522771) ........ r50690 | andrew.kuchling | 2006-07-17 18:47:54 +0200 (Mon, 17 Jul 2006) | 1 line Attribute more features ........ r50692 | kurt.kaiser | 2006-07-17 23:59:27 +0200 (Mon, 17 Jul 2006) | 8 lines Patch 1479219 - Tal Einat 1. 'as' highlighted as builtin in comment string on import line 2. Comments such as "#False identity" which start with a keyword immediately after the '#' character aren't colored as comments. 3. u or U beginning unicode string not correctly highlighted Closes bug 1325071 ........ r50693 | barry.warsaw | 2006-07-18 01:07:51 +0200 (Tue, 18 Jul 2006) | 16 lines decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. Specifically, instead of raising a ValueError when there is a single tick in the parameter, simply return that the entire string unquoted, with None for both the charset and the language. Also, if there are more than 2 ticks in the parameter, interpret the first three parts as the standard RFC 2231 parts, then the rest of the parts as the encoded string. Test cases added. Original fewer-than-3-parts fix by Tokio Kikuchi. Resolves SF bug # 1218081. I will back port the fix and tests to Python 2.4 (email 3.0) and Python 2.3 (email 2.5). Also, bump the version number to email 4.0.1, removing the 'alpha' moniker. ........ r50695 | kurt.kaiser | 2006-07-18 06:03:16 +0200 (Tue, 18 Jul 2006) | 2 lines Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. ........ r50696 | brett.cannon | 2006-07-18 06:41:36 +0200 (Tue, 18 Jul 2006) | 6 lines Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds of values in the time tuple passed in. Unfortunately people came to rely on undocumented behaviour of setting unneeded values to 0, regardless of if it was within the valid range. Now those values force the value internally to the minimum value when 0 is passed in. ........ r50697 | facundo.batista | 2006-07-18 14:16:13 +0200 (Tue, 18 Jul 2006) | 1 line Comments and docs cleanups, and some little fixes, provided by Santiágo Peresón ........ r50704 | martin.v.loewis | 2006-07-18 19:46:31 +0200 (Tue, 18 Jul 2006) | 2 lines Patch #1524429: Use repr instead of backticks again. ........ r50706 | tim.peters | 2006-07-18 23:55:15 +0200 (Tue, 18 Jul 2006) | 2 lines Whitespace normalization. ........ r50708 | tim.peters | 2006-07-19 02:03:19 +0200 (Wed, 19 Jul 2006) | 18 lines SF bug 1524317: configure --without-threads fails to build Moved the code for _PyThread_CurrentFrames() up, so it's no longer in a huge "#ifdef WITH_THREAD" block (I didn't realize it /was/ in one). Changed test_sys's test_current_frames() so it passes with or without thread supported compiled in. Note that test_sys fails when Python is compiled without threads, but for an unrelated reason (the old test_exit() fails with an indirect ImportError on the `thread` module). There are also other unrelated compilation failures without threads, in extension modules (like ctypes); at least the core compiles again. Do we really support --without-threads? If so, there are several problems remaining. ........ r50713 | thomas.heller | 2006-07-19 11:09:32 +0200 (Wed, 19 Jul 2006) | 4 lines Make sure the _ctypes extension can be compiled when WITH_THREAD is not defined on Windows, even if that configuration is probably not supported at all. ........ r50715 | martin.v.loewis | 2006-07-19 19:18:32 +0200 (Wed, 19 Jul 2006) | 4 lines Revert r50706 (Whitespace normalization) and r50697: Comments and docs cleanups, and some little fixes per recommendation from Raymond Hettinger. ........ r50719 | phillip.eby | 2006-07-20 17:54:16 +0200 (Thu, 20 Jul 2006) | 4 lines Fix SF#1516184 (again) and add a test to prevent regression. (There was a problem with empty filenames still causing recursion) ........ r50720 | georg.brandl | 2006-07-20 18:28:39 +0200 (Thu, 20 Jul 2006) | 3 lines Guard for _active being None in __del__ method. ........ r50721 | vinay.sajip | 2006-07-20 18:28:39 +0200 (Thu, 20 Jul 2006) | 1 line Updated documentation for TimedRotatingFileHandler relating to how rollover files are named. The previous documentation was wrongly the same as for RotatingFileHandler. ........ r50731 | fred.drake | 2006-07-20 22:11:57 +0200 (Thu, 20 Jul 2006) | 1 line markup fix ........ r50739 | kurt.kaiser | 2006-07-21 00:22:52 +0200 (Fri, 21 Jul 2006) | 7 lines Avoid occasional failure to detect closing paren properly. Patch 1407280 Tal Einat M ParenMatch.py M NEWS.txt M CREDITS.txt ........ r50740 | vinay.sajip | 2006-07-21 01:20:12 +0200 (Fri, 21 Jul 2006) | 1 line Addressed SF#1524081 by using a dictionary to map level names to syslog priority names, rather than a string.lower(). ........ r50741 | neal.norwitz | 2006-07-21 07:29:58 +0200 (Fri, 21 Jul 2006) | 1 line Add some asserts that we got good params passed ........ r50742 | neal.norwitz | 2006-07-21 07:31:02 +0200 (Fri, 21 Jul 2006) | 5 lines Move the initialization of some pointers earlier. The problem is that if we call Py_DECREF(frame) like we do if allocating locals fails, frame_dealloc() will try to use these bogus values and crash. ........ r50743 | neal.norwitz | 2006-07-21 07:32:28 +0200 (Fri, 21 Jul 2006) | 4 lines Handle allocation failures gracefully. Found with failmalloc. Many (all?) of these could be backported. ........ r50745 | neal.norwitz | 2006-07-21 09:59:02 +0200 (Fri, 21 Jul 2006) | 1 line Speel initialise write. Tanks Anthony. ........ r50746 | neal.norwitz | 2006-07-21 09:59:47 +0200 (Fri, 21 Jul 2006) | 2 lines Handle more memory allocation failures without crashing. ........ r50754 | barry.warsaw | 2006-07-21 16:51:07 +0200 (Fri, 21 Jul 2006) | 23 lines More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly points out there are really two types of continued headers defined in this RFC (i.e. "encoded" parameters with the form "name*0*=" and unencoded parameters with the form "name*0="), but we were were handling them both the same way and that isn't correct. This patch should be much more RFC compliant in that only encoded params are %-decoded and the charset/language information is only extract if there are any encoded params in the segments. If there are no encoded params then the RFC says that there will be no charset/language parts. Note however that this will change the return value for Message.get_param() in some cases. For example, whereas before if you had all unencoded param continuations you would have still gotten a 3-tuple back from this method (with charset and language == None), you will now get just a string. I don't believe this is a backward incompatible change though because the documentation for this method already indicates that either return value is possible and that you must do an isinstance(val, tuple) check to discriminate between the two. (Yeah that API kind of sucks but we can't change /that/ without breaking code.) Test cases, some documentation updates, and a NEWS item accompany this patch. ........ r50759 | georg.brandl | 2006-07-21 19:36:31 +0200 (Fri, 21 Jul 2006) | 3 lines Fix check for empty list (vs. None). ........ r50771 | brett.cannon | 2006-07-22 00:44:07 +0200 (Sat, 22 Jul 2006) | 2 lines Remove an XXX marker in a comment. ........ r50773 | neal.norwitz | 2006-07-22 18:20:49 +0200 (Sat, 22 Jul 2006) | 1 line Fix more memory allocation issues found with failmalloc. ........ r50774 | neal.norwitz | 2006-07-22 19:00:57 +0200 (Sat, 22 Jul 2006) | 1 line Don't fail if the directory already exists ........ r50775 | greg.ward | 2006-07-23 04:25:53 +0200 (Sun, 23 Jul 2006) | 6 lines Be a lot smarter about whether this test passes: instead of assuming that a 2.93 sec audio file will always take 3.1 sec (as it did on the hardware I had when I first wrote the test), expect that it will take 2.93 sec +/- 10%, and only fail if it's outside of that range. Compute the expected ........ r50776 | kurt.kaiser | 2006-07-23 06:19:49 +0200 (Sun, 23 Jul 2006) | 2 lines Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie ........ r50777 | neal.norwitz | 2006-07-23 09:50:36 +0200 (Sun, 23 Jul 2006) | 1 line Handle more mem alloc issues found with failmalloc ........ r50778 | neal.norwitz | 2006-07-23 09:51:58 +0200 (Sun, 23 Jul 2006) | 5 lines If the for loop isn't entered, entryblock will be NULL. If passed to stackdepth_walk it will be dereffed. Not sure if I found with failmalloc or Klockwork #55. ........ r50779 | neal.norwitz | 2006-07-23 09:53:14 +0200 (Sun, 23 Jul 2006) | 4 lines Move the initialization of size_a down below the check for a being NULL. Reported by Klocwork #106 ........ r50780 | neal.norwitz | 2006-07-23 09:55:55 +0200 (Sun, 23 Jul 2006) | 9 lines Check the allocation of b_objects and return if there was a failure. Also fix a few memory leaks in other failure scenarios. It seems that if b_objects == Py_None, we will have an extra ref to b_objects. Add XXX comment so hopefully someone documents why the else isn't necessary or adds it in. Reported by Klocwork #20 ........ r50781 | neal.norwitz | 2006-07-23 09:57:11 +0200 (Sun, 23 Jul 2006) | 2 lines Fix memory leaks spotted by Klocwork #37. ........ r50782 | neal.norwitz | 2006-07-23 09:59:00 +0200 (Sun, 23 Jul 2006) | 5 lines nextlink can be NULL if teedataobject_new fails, so use XINCREF. Ensure that dataobj is never NULL. Reported by Klocwork #102 ........ r50783 | neal.norwitz | 2006-07-23 10:01:43 +0200 (Sun, 23 Jul 2006) | 8 lines Ensure we don't write beyond errText. I think I got this right, but it definitely could use some review to ensure I'm not off by one and there's no possible overflow/wrap-around of bytes_left. Reported by Klocwork #1. Fix a problem if there is a failure allocating self->db. Found with failmalloc. ........ r50784 | ronald.oussoren | 2006-07-23 11:41:09 +0200 (Sun, 23 Jul 2006) | 3 lines Without this patch CMD-W won't close EditorWindows on MacOS X. This solves part of bug #1517990. ........ r50785 | ronald.oussoren | 2006-07-23 11:46:11 +0200 (Sun, 23 Jul 2006) | 5 lines Fix for bug #1517996: Class and Path browsers show Tk menu This patch replaces the menubar that is used by AquaTk for windows without a menubar of their own by one that is more appropriate for IDLE. ........ r50786 | andrew.macintyre | 2006-07-23 14:57:02 +0200 (Sun, 23 Jul 2006) | 2 lines Build updates for OS/2 EMX port ........ r50787 | andrew.macintyre | 2006-07-23 15:00:04 +0200 (Sun, 23 Jul 2006) | 3 lines bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; will backport. ........ r50789 | andrew.macintyre | 2006-07-23 15:04:00 +0200 (Sun, 23 Jul 2006) | 2 lines Get mailbox module working on OS/2 EMX port. ........ r50791 | greg.ward | 2006-07-23 18:05:51 +0200 (Sun, 23 Jul 2006) | 1 line Resync optparse with Optik 1.5.3: minor tweaks for/to tests. ........ r50794 | martin.v.loewis | 2006-07-24 07:05:22 +0200 (Mon, 24 Jul 2006) | 2 lines Update list of unsupported systems. Fixes #1510853. ........ r50795 | martin.v.loewis | 2006-07-24 12:26:33 +0200 (Mon, 24 Jul 2006) | 1 line Patch #1448199: Release GIL around ConnectRegistry. ........ r50796 | martin.v.loewis | 2006-07-24 13:54:53 +0200 (Mon, 24 Jul 2006) | 3 lines Patch #1232023: Don't include empty path component from registry, so that the current directory does not get added to sys.path. Also fixes #1526785. ........ r50797 | martin.v.loewis | 2006-07-24 14:54:17 +0200 (Mon, 24 Jul 2006) | 3 lines Bug #1524310: Properly report errors from FindNextFile in os.listdir. Will backport to 2.4. ........ r50800 | georg.brandl | 2006-07-24 15:28:57 +0200 (Mon, 24 Jul 2006) | 7 lines Patch #1523356: fix determining include dirs in python-config. Also don't install "python-config" when doing altinstall, but always install "python-config2.x" and make a link to it like with the main executable. ........ r50802 | georg.brandl | 2006-07-24 15:46:47 +0200 (Mon, 24 Jul 2006) | 3 lines Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly. ........ r50803 | georg.brandl | 2006-07-24 16:09:56 +0200 (Mon, 24 Jul 2006) | 3 lines Patch #1515343: Fix printing of deprecated string exceptions with a value in the traceback module. ........ r50804 | kurt.kaiser | 2006-07-24 19:13:23 +0200 (Mon, 24 Jul 2006) | 7 lines EditorWindow failed when used stand-alone if sys.ps1 not set. Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt ........ r50805 | kurt.kaiser | 2006-07-24 20:05:51 +0200 (Mon, 24 Jul 2006) | 6 lines - EditorWindow.test() was failing. Bug 1417598 M EditorWindow.py M ScriptBinding.py M NEWS.txt ........ r50808 | georg.brandl | 2006-07-24 22:11:35 +0200 (Mon, 24 Jul 2006) | 3 lines Repair accidental NameError. ........ r50809 | tim.peters | 2006-07-24 23:02:15 +0200 (Mon, 24 Jul 2006) | 2 lines Whitespace normalization. ........ r50810 | greg.ward | 2006-07-25 04:11:12 +0200 (Tue, 25 Jul 2006) | 3 lines Don't use standard assert: want tests to fail even when run with -O. Delete cruft. ........ r50811 | tim.peters | 2006-07-25 06:07:22 +0200 (Tue, 25 Jul 2006) | 10 lines current_frames_with_threads(): There's actually no way to guess /which/ line the spawned thread is in at the time sys._current_frames() is called: we know it finished enter_g.set(), but can't know whether the instruction counter has advanced to the following leave_g.wait(). The latter is overwhelming most likely, but not guaranteed, and I see that the "x86 Ubuntu dapper (icc) trunk" buildbot found it on the other line once. Changed the test so it passes in either case. ........ r50815 | martin.v.loewis | 2006-07-25 11:53:12 +0200 (Tue, 25 Jul 2006) | 2 lines Bug #1525817: Don't truncate short lines in IDLE's tool tips. ........ r50816 | martin.v.loewis | 2006-07-25 12:05:47 +0200 (Tue, 25 Jul 2006) | 3 lines Bug #978833: Really close underlying socket in _socketobject.close. Will backport to 2.4. ........ r50817 | martin.v.loewis | 2006-07-25 12:11:14 +0200 (Tue, 25 Jul 2006) | 1 line Revert incomplete checkin. ........ r50819 | georg.brandl | 2006-07-25 12:22:34 +0200 (Tue, 25 Jul 2006) | 4 lines Patch #1525766: correctly pass onerror arg to recursive calls of pkg.walk_packages. Also improve the docstrings. ........ r50825 | brett.cannon | 2006-07-25 19:32:20 +0200 (Tue, 25 Jul 2006) | 2 lines Add comment for changes to test_ossaudiodev. ........ r50826 | brett.cannon | 2006-07-25 19:34:36 +0200 (Tue, 25 Jul 2006) | 3 lines Fix a bug in the messages for an assert failure where not enough arguments to a string were being converted in the format. ........ r50828 | armin.rigo | 2006-07-25 20:09:57 +0200 (Tue, 25 Jul 2006) | 2 lines Document why is and is not a good way to fix the gc_inspection crasher. ........ r50829 | armin.rigo | 2006-07-25 20:11:07 +0200 (Tue, 25 Jul 2006) | 5 lines Added another crasher, which hit me today (I was not intentionally writing such code, of course, but it took some gdb time to figure out what my bug was). ........ r50830 | armin.rigo | 2006-07-25 20:38:39 +0200 (Tue, 25 Jul 2006) | 3 lines Document the crashers that will not go away soon as "won't fix", and explain why. ........ r50831 | ronald.oussoren | 2006-07-25 21:13:35 +0200 (Tue, 25 Jul 2006) | 3 lines Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead of 'ln -s', this avoid problems when reinstalling python. ........ r50832 | ronald.oussoren | 2006-07-25 21:20:54 +0200 (Tue, 25 Jul 2006) | 7 lines Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not without causing problems for anyone that is on a case-insensitive filesystem). Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the actual file is named macosmodule.c. This is no problem on the (default) case-insensitive filesystem, but doesn't work on case-sensitive filesystems. ........ r50833 | ronald.oussoren | 2006-07-25 22:28:55 +0200 (Tue, 25 Jul 2006) | 7 lines Fix bug #1517990: IDLE keybindings on OSX This adds a new key definition for OSX, which is slightly different from the classic mac definition. Also add NEWS item for a couple of bugfixes I added recently. ........ r50834 | tim.peters | 2006-07-26 00:30:24 +0200 (Wed, 26 Jul 2006) | 2 lines Whitespace normalization. ........ r50839 | neal.norwitz | 2006-07-26 06:00:18 +0200 (Wed, 26 Jul 2006) | 1 line Hmm, only python2.x is installed, not plain python. Did that change recently? ........ r50840 | barry.warsaw | 2006-07-26 07:54:46 +0200 (Wed, 26 Jul 2006) | 6 lines Forward port some fixes that were in email 2.5 but for some reason didn't make it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests. ........ r50841 | georg.brandl | 2006-07-26 09:23:32 +0200 (Wed, 26 Jul 2006) | 3 lines NEWS entry for #1525766. ........ r50842 | georg.brandl | 2006-07-26 09:40:17 +0200 (Wed, 26 Jul 2006) | 3 lines Bug #1459963: properly capitalize HTTP header names. ........ r50843 | georg.brandl | 2006-07-26 10:03:10 +0200 (Wed, 26 Jul 2006) | 6 lines Part of bug #1523610: fix miscalculation of buffer length. Also add a guard against NULL in converttuple and add a test case (that previously would have crashed). ........ r50844 | martin.v.loewis | 2006-07-26 14:12:56 +0200 (Wed, 26 Jul 2006) | 3 lines Bug #978833: Really close underlying socket in _socketobject.close. Fix httplib.HTTPConnection.getresponse to not close the socket if it is still needed for the response. ........ r50845 | andrew.kuchling | 2006-07-26 19:16:52 +0200 (Wed, 26 Jul 2006) | 1 line [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. ........ r50846 | andrew.kuchling | 2006-07-26 19:18:01 +0200 (Wed, 26 Jul 2006) | 1 line Correct error message ........ r50847 | andrew.kuchling | 2006-07-26 19:19:39 +0200 (Wed, 26 Jul 2006) | 1 line Minor grammar fix ........ r50848 | andrew.kuchling | 2006-07-26 19:22:21 +0200 (Wed, 26 Jul 2006) | 1 line Put news item in right section ........ r50850 | andrew.kuchling | 2006-07-26 20:03:12 +0200 (Wed, 26 Jul 2006) | 1 line Use sys.exc_info() ........ r50851 | andrew.kuchling | 2006-07-26 20:15:45 +0200 (Wed, 26 Jul 2006) | 1 line Use sys.exc_info() ........ r50852 | phillip.eby | 2006-07-26 21:48:27 +0200 (Wed, 26 Jul 2006) | 4 lines Allow the 'onerror' argument to walk_packages() to catch any Exception, not just ImportError. This allows documentation tools to better skip unimportable packages. ........ r50854 | tim.peters | 2006-07-27 01:23:15 +0200 (Thu, 27 Jul 2006) | 2 lines Whitespace normalization. ........ r50855 | tim.peters | 2006-07-27 03:14:53 +0200 (Thu, 27 Jul 2006) | 21 lines Bug #1521947: possible bug in mystrtol.c with recent gcc. In general, C doesn't define anything about what happens when an operation on a signed integral type overflows, and PyOS_strtol() did several formally undefined things of that nature on signed longs. Some version of gcc apparently tries to exploit that now, and PyOS_strtol() could fail to detect overflow then. Tried to repair all that, although it seems at least as likely to me that we'll get screwed by bad platform definitions for LONG_MIN and/or LONG_MAX now. For that reason, I don't recommend backporting this. Note that I have no box on which this makes a lick of difference -- can't really test it, except to note that it didn't break anything on my boxes. Silent change: PyOS_strtol() used to return the hard-coded 0x7fffffff in case of overflow. Now it returns LONG_MAX. They're the same only on 32-bit boxes (although C doesn't guarantee that either ...). ........ r50856 | neal.norwitz | 2006-07-27 05:51:58 +0200 (Thu, 27 Jul 2006) | 6 lines Don't kill a normal instance of python running on windows when checking to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev. ........ r50857 | neal.norwitz | 2006-07-27 05:55:39 +0200 (Thu, 27 Jul 2006) | 5 lines Closure can't be NULL at this point since we know it's a tuple. Reported by Klocwork # 74. ........ r50858 | neal.norwitz | 2006-07-27 06:04:50 +0200 (Thu, 27 Jul 2006) | 1 line No functional change. Add comment and assert to describe why there cannot be overflow which was reported by Klocwork. Discussed on python-dev ........ r50859 | martin.v.loewis | 2006-07-27 08:38:16 +0200 (Thu, 27 Jul 2006) | 3 lines Bump distutils version to 2.5, as several new features have been introduced since 2.4. ........ r50860 | andrew.kuchling | 2006-07-27 14:18:20 +0200 (Thu, 27 Jul 2006) | 1 line Reformat docstring; fix typo ........ r50861 | georg.brandl | 2006-07-27 17:05:36 +0200 (Thu, 27 Jul 2006) | 6 lines Add test_main() methods. These three tests were never run by regrtest.py. We really need a simpler testing framework. ........ r50862 | tim.peters | 2006-07-27 17:09:20 +0200 (Thu, 27 Jul 2006) | 2 lines News for patch #1529686. ........ r50863 | tim.peters | 2006-07-27 17:11:00 +0200 (Thu, 27 Jul 2006) | 2 lines Whitespace normalization. ........ r50864 | georg.brandl | 2006-07-27 17:38:33 +0200 (Thu, 27 Jul 2006) | 3 lines Amend news entry. ........ r50865 | georg.brandl | 2006-07-27 18:08:15 +0200 (Thu, 27 Jul 2006) | 3 lines Make uuid test suite pass on this box by requesting output with LC_ALL=C. ........ r50866 | andrew.kuchling | 2006-07-27 20:37:33 +0200 (Thu, 27 Jul 2006) | 1 line Add example ........ r50867 | thomas.heller | 2006-07-27 20:39:55 +0200 (Thu, 27 Jul 2006) | 9 lines Remove code that is no longer used (ctypes.com). Fix the DllGetClassObject and DllCanUnloadNow so that they forward the call to the comtypes.server.inprocserver module. The latter was never documented, never used by published code, and didn't work anyway, so I think it does not deserve a NEWS entry (but I might be wrong). ........ r50868 | andrew.kuchling | 2006-07-27 20:41:21 +0200 (Thu, 27 Jul 2006) | 1 line Typo fix ('publically' is rare, poss. non-standard) ........ r50869 | andrew.kuchling | 2006-07-27 20:42:41 +0200 (Thu, 27 Jul 2006) | 1 line Add missing word ........ r50870 | andrew.kuchling | 2006-07-27 20:44:10 +0200 (Thu, 27 Jul 2006) | 1 line Repair typos ........ r50872 | andrew.kuchling | 2006-07-27 20:53:33 +0200 (Thu, 27 Jul 2006) | 1 line Update URL; add example ........ r50873 | andrew.kuchling | 2006-07-27 21:07:29 +0200 (Thu, 27 Jul 2006) | 1 line Add punctuation mark; add some examples ........ r50874 | andrew.kuchling | 2006-07-27 21:11:07 +0200 (Thu, 27 Jul 2006) | 1 line Mention base64 module; rewrite last sentence to be more positive ........ r50875 | andrew.kuchling | 2006-07-27 21:12:49 +0200 (Thu, 27 Jul 2006) | 1 line If binhex is higher-level than binascii, it should come first in the chapter ........ r50876 | tim.peters | 2006-07-27 22:47:24 +0200 (Thu, 27 Jul 2006) | 28 lines check_node(): stop spraying mystery output to stderr. When a node number disagrees, keep track of all sources & the node numbers they reported, and stick all that in the error message. Changed all callers to supply a non-empty "source" argument; made the "source" argument non-optional. On my box, test_uuid still fails, but with the less confusing output: AssertionError: different sources disagree on node: from source 'getnode1', node was 00038a000015 from source 'getnode2', node was 00038a000015 from source 'ipconfig', node was 001111b2b7bf Only the last one appears to be correct; e.g., C:\Code\python\PCbuild>getmac Physical Address Transport Name =================== ========================================================== 00-11-11-B2-B7-BF \Device\Tcpip_{190FB163-5AFD-4483-86A1-2FE16AC61FF1} 62-A1-AC-6C-FD-BE \Device\Tcpip_{8F77DF5A-EA3D-4F1D-975E-D472CEE6438A} E2-1F-01-C6-5D-88 \Device\Tcpip_{CD18F76B-2EF3-409F-9B8A-6481EE70A1E4} I can't find anything on my box with MAC 00-03-8a-00-00-15, and am not clear on where that comes from. ........ r50878 | andrew.kuchling | 2006-07-28 00:40:05 +0200 (Fri, 28 Jul 2006) | 1 line Reword paragraph ........ r50879 | andrew.kuchling | 2006-07-28 00:49:38 +0200 (Fri, 28 Jul 2006) | 1 line Add example ........ r50880 | andrew.kuchling | 2006-07-28 00:49:54 +0200 (Fri, 28 Jul 2006) | 1 line Add example ........ r50881 | barry.warsaw | 2006-07-28 01:43:15 +0200 (Fri, 28 Jul 2006) | 27 lines Patch #1520294: Support for getset and member descriptors in types.py, inspect.py, and pydoc.py. Specifically, this allows for querying the type of an object against these built-in C types and more importantly, for getting their docstrings printed in the interactive interpreter's help() function. This patch includes a new built-in module called _types which provides definitions of getset and member descriptors for use by the types.py module. These types are exposed as types.GetSetDescriptorType and types.MemberDescriptorType. Query functions are provided as inspect.isgetsetdescriptor() and inspect.ismemberdescriptor(). The implementations of these are robust enough to work with Python implementations other than CPython, which may not have these fundamental types. The patch also includes documentation and test suite updates. I commit these changes now under these guiding principles: 1. Silence is assent. The release manager has not said "no", and of the few people that cared enough to respond to the thread, the worst vote was "0". 2. It's easier to ask for forgiveness than permission. 3. It's so dang easy to revert stuff in svn, that you could view this as a forcing function. :) Windows build patches will follow. ........ r50882 | tim.peters | 2006-07-28 01:44:37 +0200 (Fri, 28 Jul 2006) | 4 lines Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally lost that tests are sorted by name before being run. ``DocTestFinder`` has been changed to sort the list of tests it returns. ........ r50883 | tim.peters | 2006-07-28 01:45:48 +0200 (Fri, 28 Jul 2006) | 2 lines Whitespace normalization. ........ r50884 | tim.peters | 2006-07-28 01:46:36 +0200 (Fri, 28 Jul 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r50885 | barry.warsaw | 2006-07-28 01:50:40 +0200 (Fri, 28 Jul 2006) | 4 lines Enable the building of the _types module on Windows. Note that this has only been tested for VS 2003 since that's all I have. ........ r50887 | tim.peters | 2006-07-28 02:23:15 +0200 (Fri, 28 Jul 2006) | 7 lines defdict_reduce(): Plug leaks. We didn't notice these before because test_defaultdict didn't actually do anything before Georg fixed that earlier today. Neal's next refleak run then showed test_defaultdict leaking 9 references on each run. That's repaired by this checkin. ........ r50888 | tim.peters | 2006-07-28 02:30:00 +0200 (Fri, 28 Jul 2006) | 2 lines News about the repaired memory leak in defaultdict. ........ r50889 | gregory.p.smith | 2006-07-28 03:35:25 +0200 (Fri, 28 Jul 2006) | 7 lines - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename methods now allow their database parameter to be None as the sleepycat API allows. Also adds an appropriate test case for DBEnv.dbrename and dbremove. ........ r50895 | neal.norwitz | 2006-07-28 06:22:34 +0200 (Fri, 28 Jul 2006) | 1 line Ensure the actual number matches the expected count ........ r50896 | tim.peters | 2006-07-28 06:51:59 +0200 (Fri, 28 Jul 2006) | 6 lines Live with that "the hardware address" is an ill-defined concept, and that different ways of trying to find "the hardware address" may return different results. Certainly true on both of my Windows boxes, and in different ways (see whining on python-dev). ........ r50897 | neal.norwitz | 2006-07-28 09:21:27 +0200 (Fri, 28 Jul 2006) | 3 lines Try to find the MAC addr on various flavours of Unix. This seems hopeless. The reduces the test_uuid failures, but there's still another method failing. ........ r50898 | martin.v.loewis | 2006-07-28 09:45:49 +0200 (Fri, 28 Jul 2006) | 2 lines Add UUID for upcoming 2.5b3. ........ r50899 | matt.fleming | 2006-07-28 13:27:27 +0200 (Fri, 28 Jul 2006) | 3 lines Allow socketmodule to compile on NetBSD -current, whose bluetooth API differs from both Linux and FreeBSD. Accepted by Neal Norwitz. ........ r50900 | andrew.kuchling | 2006-07-28 14:07:12 +0200 (Fri, 28 Jul 2006) | 1 line [Patch #1529811] Correction to description of r|* mode ........ r50901 | andrew.kuchling | 2006-07-28 14:18:22 +0200 (Fri, 28 Jul 2006) | 1 line Typo fix ........ r50902 | andrew.kuchling | 2006-07-28 14:32:43 +0200 (Fri, 28 Jul 2006) | 1 line Add example ........ r50903 | andrew.kuchling | 2006-07-28 14:33:19 +0200 (Fri, 28 Jul 2006) | 1 line Add example ........ r50904 | andrew.kuchling | 2006-07-28 14:45:55 +0200 (Fri, 28 Jul 2006) | 1 line Don't overwrite built-in name; add some blank lines for readability ........ r50905 | andrew.kuchling | 2006-07-28 14:48:07 +0200 (Fri, 28 Jul 2006) | 1 line Add example. Should I propagate this example to all the other DBM-ish modules, too? ........ r50912 | georg.brandl | 2006-07-28 20:31:39 +0200 (Fri, 28 Jul 2006) | 3 lines Patch #1529686: also run test_email_codecs with regrtest.py. ........ r50913 | georg.brandl | 2006-07-28 20:36:01 +0200 (Fri, 28 Jul 2006) | 3 lines Fix spelling. ........ r50915 | thomas.heller | 2006-07-28 21:42:40 +0200 (Fri, 28 Jul 2006) | 3 lines Remove a useless XXX comment. Cosmetic changes to the code so that the #ifdef _UNICODE block doesn't mess emacs code formatting. ........ r50916 | phillip.eby | 2006-07-28 23:12:07 +0200 (Fri, 28 Jul 2006) | 5 lines Bug #1529871: The speed enhancement patch #921466 broke Python's compliance with PEP 302. This was fixed by adding an ``imp.NullImporter`` type that is used in ``sys.path_importer_cache`` to cache non-directory paths and avoid excessive filesystem operations during imports. ........ r50917 | phillip.eby | 2006-07-28 23:31:54 +0200 (Fri, 28 Jul 2006) | 2 lines Fix svn merge spew. ........ r50918 | thomas.heller | 2006-07-28 23:43:20 +0200 (Fri, 28 Jul 2006) | 4 lines Patch #1529514: More openbsd platforms for ctypes. Regenerated Modules/_ctypes/libffi/configure with autoconf 2.59. Approved by Neal. ........ r50922 | georg.brandl | 2006-07-29 10:51:21 +0200 (Sat, 29 Jul 2006) | 2 lines Bug #835255: The "closure" argument to new.function() is now documented. ........ r50924 | georg.brandl | 2006-07-29 11:33:26 +0200 (Sat, 29 Jul 2006) | 3 lines Bug #1441397: The compiler module now recognizes module and function docstrings correctly as it did in Python 2.4. ........ r50925 | georg.brandl | 2006-07-29 12:25:46 +0200 (Sat, 29 Jul 2006) | 4 lines Revert rev 42617, it was introduced to work around bug #1441397. test_compiler now passes again. ........ r50926 | fred.drake | 2006-07-29 15:22:49 +0200 (Sat, 29 Jul 2006) | 1 line update target version number ........ r50927 | andrew.kuchling | 2006-07-29 15:56:48 +0200 (Sat, 29 Jul 2006) | 1 line Add example ........ r50928 | andrew.kuchling | 2006-07-29 16:04:47 +0200 (Sat, 29 Jul 2006) | 1 line Update URL ........ r50930 | andrew.kuchling | 2006-07-29 16:08:15 +0200 (Sat, 29 Jul 2006) | 1 line Reword paragraph to match the order of the subsequent sections ........ r50931 | andrew.kuchling | 2006-07-29 16:21:15 +0200 (Sat, 29 Jul 2006) | 1 line [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit ........ r50932 | andrew.kuchling | 2006-07-29 16:42:48 +0200 (Sat, 29 Jul 2006) | 1 line [Bug #1519571] Document some missing functions: setup(), title(), done() ........ r50933 | andrew.kuchling | 2006-07-29 16:43:55 +0200 (Sat, 29 Jul 2006) | 1 line Fix docstring punctuation ........ r50934 | andrew.kuchling | 2006-07-29 17:10:32 +0200 (Sat, 29 Jul 2006) | 1 line [Bug #1414697] Change docstring of set/frozenset types to specify that the contents are unique. Raymond, please feel free to edit or revert. ........ r50935 | andrew.kuchling | 2006-07-29 17:35:21 +0200 (Sat, 29 Jul 2006) | 1 line [Bug #1530382] Document SSL.server(), .issuer() methods ........ r50936 | andrew.kuchling | 2006-07-29 17:42:46 +0200 (Sat, 29 Jul 2006) | 1 line Typo fix ........ r50937 | andrew.kuchling | 2006-07-29 17:43:13 +0200 (Sat, 29 Jul 2006) | 1 line Tweak wording ........ r50938 | matt.fleming | 2006-07-29 17:55:30 +0200 (Sat, 29 Jul 2006) | 2 lines Fix typo ........ r50939 | andrew.kuchling | 2006-07-29 17:57:08 +0200 (Sat, 29 Jul 2006) | 6 lines [Bug #1528258] Mention that the 'data' argument can be None. The constructor docs referred the reader to the add_data() method's docs, but they weren't very helpful. I've simply copied an earlier explanation of 'data' that's more useful. ........ r50940 | andrew.kuchling | 2006-07-29 18:08:40 +0200 (Sat, 29 Jul 2006) | 1 line Set bug/patch count. Take a bow, everyone! ........ r50941 | fred.drake | 2006-07-29 18:56:15 +0200 (Sat, 29 Jul 2006) | 18 lines expunge the xmlcore changes: 41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611 ........ r50942 | andrew.kuchling | 2006-07-29 20:14:07 +0200 (Sat, 29 Jul 2006) | 17 lines Reorganize the docs for 'file' and 'open()' after some discussion with Fred. We want to encourage users to write open() when opening a file, but open() was described with a single paragraph and 'file' had lots of explanation of the mode and bufsize arguments. I've shrunk the description of 'file' to cross-reference to the 'File objects' section, and to open() for an explanation of the arguments. open() now has all the paragraphs about the mode string. The bufsize argument was moved up so that it isn't buried at the end; now there's 1 paragraph on mode, 1 on bufsize, and then 3 more on mode. Various other edits and rearrangements were made in the process. It's probably best to read the final text and not to try to make sense of the diffs. ........ r50943 | fred.drake | 2006-07-29 20:19:19 +0200 (Sat, 29 Jul 2006) | 1 line restore test un-intentionally removed in the xmlcore purge (revision 50941) ........ r50944 | fred.drake | 2006-07-29 20:33:29 +0200 (Sat, 29 Jul 2006) | 3 lines make the reference to older versions of the documentation a link to the right page on python.org ........ r50945 | fred.drake | 2006-07-29 21:09:01 +0200 (Sat, 29 Jul 2006) | 1 line document the footnote usage pattern ........ r50947 | fred.drake | 2006-07-29 21:14:10 +0200 (Sat, 29 Jul 2006) | 1 line emphasize and oddball nuance of LaTeX comment syntax ........ r50948 | andrew.kuchling | 2006-07-29 21:24:04 +0200 (Sat, 29 Jul 2006) | 1 line [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit. ........ r50949 | neal.norwitz | 2006-07-29 21:29:35 +0200 (Sat, 29 Jul 2006) | 6 lines Disable these tests until they are reliable across platforms. These problems may mask more important, real problems. One or both methods are known to fail on: Solaris, OpenBSD, Debian, Ubuntu. They pass on Windows and some Linux boxes. ........ r50950 | andrew.kuchling | 2006-07-29 21:50:37 +0200 (Sat, 29 Jul 2006) | 1 line [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. Fred approved committing this patch in December 2004! ........ r50952 | fred.drake | 2006-07-29 22:04:42 +0200 (Sat, 29 Jul 2006) | 6 lines SF bug #1193966: Weakref types documentation misplaced The information about supporting weakrefs with types defined in C extensions is moved to the Extending & Embedding manual. Py_TPFLAGS_HAVE_WEAKREFS is no longer mentioned since it is part of Py_TPFLAGS_DEFAULT. ........ r50953 | skip.montanaro | 2006-07-29 22:06:05 +0200 (Sat, 29 Jul 2006) | 4 lines Add a comment to the csv reader documentation that explains why the treatment of newlines changed in 2.5. Pulled almost verbatim from a comment by Andrew McNamara in <http://python.org/sf/1465014>. ........ r50954 | neal.norwitz | 2006-07-29 22:20:52 +0200 (Sat, 29 Jul 2006) | 3 lines If the executable doesn't exist, there's no reason to try to start it. This prevents garbage about command not found being printed on Solaris. ........ r50955 | fred.drake | 2006-07-29 22:21:25 +0200 (Sat, 29 Jul 2006) | 1 line fix minor markup error that introduced extra punctuation ........ r50957 | neal.norwitz | 2006-07-29 22:37:08 +0200 (Sat, 29 Jul 2006) | 3 lines Disable test_getnode too, since this is also unreliable. ........ r50958 | andrew.kuchling | 2006-07-29 23:27:12 +0200 (Sat, 29 Jul 2006) | 1 line Follow TeX's conventions for hyphens ........ r50959 | andrew.kuchling | 2006-07-29 23:30:21 +0200 (Sat, 29 Jul 2006) | 1 line Fix case for 'Unix' ........ r50960 | fred.drake | 2006-07-30 01:34:57 +0200 (Sun, 30 Jul 2006) | 1 line markup cleanups ........ r50961 | andrew.kuchling | 2006-07-30 02:27:34 +0200 (Sun, 30 Jul 2006) | 1 line Minor typo fixes ........ r50962 | andrew.kuchling | 2006-07-30 02:37:56 +0200 (Sun, 30 Jul 2006) | 1 line [Bug #793553] Correct description of keyword arguments for SSL authentication ........ r50963 | tim.peters | 2006-07-30 02:58:15 +0200 (Sun, 30 Jul 2006) | 2 lines Whitespace normalization. ........ r50964 | fred.drake | 2006-07-30 05:03:43 +0200 (Sun, 30 Jul 2006) | 1 line lots of markup nits, most commonly Unix/unix --> \UNIX ........ r50965 | fred.drake | 2006-07-30 07:41:28 +0200 (Sun, 30 Jul 2006) | 1 line update information on wxPython, from Robin Dunn ........ r50966 | fred.drake | 2006-07-30 07:49:49 +0200 (Sun, 30 Jul 2006) | 4 lines remove possibly-outdated comment on what GUI toolkit is most commonly used; it is hard to know whether this is right, and it does not add valuable reference information at any rate ........ r50967 | fred.drake | 2006-07-30 07:55:39 +0200 (Sun, 30 Jul 2006) | 3 lines - remove yet another reference to how commonly Tkinter is (thought to be) used - fix an internal section reference ........ r50968 | neal.norwitz | 2006-07-30 08:53:31 +0200 (Sun, 30 Jul 2006) | 4 lines Patch #1531113: Fix augmented assignment with yield expressions. Also fix a SystemError when trying to assign to yield expressions. ........ r50969 | neal.norwitz | 2006-07-30 08:55:48 +0200 (Sun, 30 Jul 2006) | 5 lines Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). This provides the proper warning for struct.pack(). PyErr_Warn() is now deprecated in favor of PyErr_WarnEx(). As mentioned by Tim Peters on python-dev. ........ r50970 | neal.norwitz | 2006-07-30 08:57:04 +0200 (Sun, 30 Jul 2006) | 3 lines Bug #1515471: string.replace() accepts character buffers again. Pass the char* and size around rather than PyObject's. ........ r50971 | neal.norwitz | 2006-07-30 08:59:13 +0200 (Sun, 30 Jul 2006) | 1 line Whitespace normalization ........ r50973 | georg.brandl | 2006-07-30 12:53:32 +0200 (Sun, 30 Jul 2006) | 3 lines Clarify that __op__ methods must return NotImplemented if they don't support the operation. ........ r50974 | georg.brandl | 2006-07-30 13:07:23 +0200 (Sun, 30 Jul 2006) | 3 lines Bug #1002398: The documentation for os.path.sameopenfile now correctly refers to file descriptors, not file objects. ........ r50977 | martin.v.loewis | 2006-07-30 15:00:31 +0200 (Sun, 30 Jul 2006) | 3 lines Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. ........ r50978 | martin.v.loewis | 2006-07-30 15:14:05 +0200 (Sun, 30 Jul 2006) | 3 lines Base __version__ on sys.version_info, as distutils is no longer maintained separatedly. ........ r50979 | martin.v.loewis | 2006-07-30 15:27:31 +0200 (Sun, 30 Jul 2006) | 3 lines Mention Cygwin in distutils error message about a missing VS 2003. Fixes #1257728. ........ r50982 | martin.v.loewis | 2006-07-30 16:09:47 +0200 (Sun, 30 Jul 2006) | 5 lines Drop usage of test -e in configure as it is not portable. Fixes #1439538 Will backport to 2.4 Also regenerate pyconfig.h.in. ........ r50984 | georg.brandl | 2006-07-30 18:20:10 +0200 (Sun, 30 Jul 2006) | 3 lines Fix makefile changes for python-config. ........ r50985 | george.yoshida | 2006-07-30 18:37:37 +0200 (Sun, 30 Jul 2006) | 2 lines Rename struct.pack_to to struct.pack_into as changed in revision 46642. ........ r50986 | george.yoshida | 2006-07-30 18:41:30 +0200 (Sun, 30 Jul 2006) | 2 lines Typo fix ........ r50987 | neal.norwitz | 2006-07-30 21:18:13 +0200 (Sun, 30 Jul 2006) | 1 line Add some asserts and update comments ........ r50988 | neal.norwitz | 2006-07-30 21:18:38 +0200 (Sun, 30 Jul 2006) | 1 line Verify that the signal handlers were really called ........ r50989 | neal.norwitz | 2006-07-30 21:20:42 +0200 (Sun, 30 Jul 2006) | 3 lines Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help and may need to be reverted if it causes problems. ........ r50990 | georg.brandl | 2006-07-30 22:18:51 +0200 (Sun, 30 Jul 2006) | 2 lines Bug #1531349: right <-> left glitch in __rop__ description. ........ r50992 | tim.peters | 2006-07-31 03:46:03 +0200 (Mon, 31 Jul 2006) | 2 lines Whitespace normalization. ........ r50993 | andrew.mcnamara | 2006-07-31 04:27:48 +0200 (Mon, 31 Jul 2006) | 2 lines Redo the comment about the 2.5 change in quoted-newline handling. ........ r50994 | tim.peters | 2006-07-31 04:40:23 +0200 (Mon, 31 Jul 2006) | 10 lines ZipFile.close(): Killed one of the struct.pack deprecation warnings on Win32. Also added an XXX about the line: pos3 = self.fp.tell() `pos3` is never referenced, and I have no idea what the code intended to do instead. ........ r50996 | tim.peters | 2006-07-31 04:53:03 +0200 (Mon, 31 Jul 2006) | 8 lines ZipFile.close(): Kill the other struct.pack deprecation warning on Windows. Afraid I can't detect a pattern to when the pack formats decide to use a signed or unsigned format code -- appears nearly arbitrary to my eyes. So I left all the pack formats alone and changed the special-case data values instead. ........ r50997 | skip.montanaro | 2006-07-31 05:09:45 +0200 (Mon, 31 Jul 2006) | 1 line minor tweaks ........ r50998 | skip.montanaro | 2006-07-31 05:11:11 +0200 (Mon, 31 Jul 2006) | 1 line minor tweaks ........ r50999 | andrew.kuchling | 2006-07-31 14:20:24 +0200 (Mon, 31 Jul 2006) | 1 line Add refcounts for PyErr_WarnEx ........ r51000 | andrew.kuchling | 2006-07-31 14:39:05 +0200 (Mon, 31 Jul 2006) | 9 lines Document PyErr_WarnEx. (Bad Neal! No biscuit!) Is the explanation of the 'stacklevel' parameter clear? Please feel free to edit it. I don't have LaTeX installed on this machine, so haven't verified that the markup is correct. Will check tonight, or maybe the automatic doc build will tell me. ........ r51001 | andrew.kuchling | 2006-07-31 14:52:26 +0200 (Mon, 31 Jul 2006) | 1 line Add PyErr_WarnEx() ........ r51002 | andrew.kuchling | 2006-07-31 15:18:27 +0200 (Mon, 31 Jul 2006) | 1 line Mention csv newline changes ........ r51003 | andrew.kuchling | 2006-07-31 17:22:58 +0200 (Mon, 31 Jul 2006) | 1 line Typo fix ........ r51004 | andrew.kuchling | 2006-07-31 17:23:43 +0200 (Mon, 31 Jul 2006) | 1 line Remove reference to notation ........ r51005 | georg.brandl | 2006-07-31 18:00:34 +0200 (Mon, 31 Jul 2006) | 3 lines Fix function name. ........ r51006 | andrew.kuchling | 2006-07-31 18:10:24 +0200 (Mon, 31 Jul 2006) | 1 line [Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.) ........ r51007 | andrew.kuchling | 2006-07-31 18:22:05 +0200 (Mon, 31 Jul 2006) | 1 line [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match ........ r51008 | andrew.kuchling | 2006-07-31 18:27:57 +0200 (Mon, 31 Jul 2006) | 1 line Update list of files; fix a typo ........ r51013 | andrew.kuchling | 2006-08-01 18:24:30 +0200 (Tue, 01 Aug 2006) | 1 line typo fix ........ r51018 | thomas.heller | 2006-08-01 18:54:43 +0200 (Tue, 01 Aug 2006) | 2 lines Fix a potential segfault and various potentail refcount leaks in the cast() function. ........ r51020 | thomas.heller | 2006-08-01 19:46:10 +0200 (Tue, 01 Aug 2006) | 1 line Minimal useful docstring for CopyComPointer. ........ r51021 | andrew.kuchling | 2006-08-01 20:16:15 +0200 (Tue, 01 Aug 2006) | 8 lines [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. Patch by Douglas Greiman. The test_run_abort() testcase produces a core file on Unix systems, even though the test is successful. This can be confusing or alarming to someone who runs 'make test' and then finds that the Python interpreter apparently crashed. ........ r51023 | georg.brandl | 2006-08-01 20:49:24 +0200 (Tue, 01 Aug 2006) | 3 lines os.urandom no longer masks unrelated exceptions like SystemExit or KeyboardInterrupt. ........ r51025 | thomas.heller | 2006-08-01 21:14:15 +0200 (Tue, 01 Aug 2006) | 2 lines Speed up PyType_stgdict and PyObject_stgdict. ........ r51027 | ronald.oussoren | 2006-08-01 22:30:31 +0200 (Tue, 01 Aug 2006) | 3 lines Make sure the postinstall action that optionally updates the user's profile on MacOS X actually works correctly in all cases. ........ r51028 | ronald.oussoren | 2006-08-01 23:00:57 +0200 (Tue, 01 Aug 2006) | 4 lines This fixes bug #1527397: PythonLauncher runs scripts with the wrong working directory. It also fixes a bug where PythonLauncher failed to launch scripts when the scriptname (or the path to the script) contains quotes. ........ r51031 | tim.peters | 2006-08-02 05:27:46 +0200 (Wed, 02 Aug 2006) | 2 lines Whitespace normalization. ........ r51032 | tim.peters | 2006-08-02 06:12:36 +0200 (Wed, 02 Aug 2006) | 19 lines Try to squash struct.pack warnings on the "amd64 gentoo trunk" buildbot (& possibly other 64-bit boxes) during test_gzip. The native zlib crc32 function returns an unsigned 32-bit integer, which the Python wrapper implicitly casts to C long. Therefore the same crc can "look negative" on a 32-bit box but "look positive" on a 64-bit box. This patch papers over that platform difference when writing the crc to file. It may be better to change the Python wrapper, either to make the result "look positive" on all platforms (which means it may have to return a Python long at times on a 32-bit box), or to keep the sign the same across boxes. But that would be a visible change in what users see, while the current hack changes no visible behavior (well, apart from stopping the struct deprecation warning). Note that the module-level write32() function is no longer used. ........ r51033 | neal.norwitz | 2006-08-02 06:27:11 +0200 (Wed, 02 Aug 2006) | 4 lines Prevent memory leak on error. Reported by Klocwork #36 ........ r51034 | tim.peters | 2006-08-02 07:20:08 +0200 (Wed, 02 Aug 2006) | 9 lines _Stream.close(): Try to kill struct.pack() warnings when writing the crc to file on the "PPC64 Debian trunk" buildbot when running test_tarfile. This is again a case where the native zlib crc is an unsigned 32-bit int, but the Python wrapper implicitly casts it to signed C long, so that "the sign bit looks different" on different platforms. ........ r51035 | ronald.oussoren | 2006-08-02 08:10:10 +0200 (Wed, 02 Aug 2006) | 2 lines Updated documentation for the script that builds the OSX installer. ........ r51036 | neal.norwitz | 2006-08-02 08:14:22 +0200 (Wed, 02 Aug 2006) | 2 lines _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. ........ r51037 | neal.norwitz | 2006-08-02 08:15:10 +0200 (Wed, 02 Aug 2006) | 1 line v is already checked for NULL, so just DECREF it ........ r51038 | neal.norwitz | 2006-08-02 08:19:19 +0200 (Wed, 02 Aug 2006) | 1 line Let us know when there was a problem and the child had to kill the parent ........ r51039 | neal.norwitz | 2006-08-02 08:46:21 +0200 (Wed, 02 Aug 2006) | 5 lines Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during a socket operation on a socket with a timeout, the exception will be caught correctly. Previously, the exception was not caught. ........ r51040 | neal.norwitz | 2006-08-02 09:09:32 +0200 (Wed, 02 Aug 2006) | 1 line Add some explanation about Klocwork and Coverity static analysis ........ r51041 | anthony.baxter | 2006-08-02 09:43:09 +0200 (Wed, 02 Aug 2006) | 1 line pre-release machinations ........ r51043 | thomas.heller | 2006-08-02 13:35:31 +0200 (Wed, 02 Aug 2006) | 4 lines A few nore words about what ctypes does. Document that using the wrong calling convention can also raise 'ValueError: Procedure called with the wrong number of arguments'. ........ r51045 | thomas.heller | 2006-08-02 14:00:13 +0200 (Wed, 02 Aug 2006) | 1 line Fix a mistake. ........ r51046 | martin.v.loewis | 2006-08-02 15:53:55 +0200 (Wed, 02 Aug 2006) | 3 lines Correction of patch #1455898: In the mbcs decoder, set final=False for stream decoder, but final=True for the decode function. ........ r51049 | tim.peters | 2006-08-02 20:19:35 +0200 (Wed, 02 Aug 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r51079 | neal.norwitz | 2006-08-04 06:50:21 +0200 (Fri, 04 Aug 2006) | 3 lines Bug #1531405, format_exception no longer raises an exception if str(exception) raised an exception. ........ r51080 | neal.norwitz | 2006-08-04 06:58:47 +0200 (Fri, 04 Aug 2006) | 11 lines Bug #1191458: tracing over for loops now produces a line event on each iteration. I'm not positive this is the best way to handle this. I'm also not sure that there aren't other cases where the lnotab is generated incorrectly. It would be great if people that use pdb or tracing could test heavily. Also: * Remove dead/duplicated code that wasn't used/necessary because we already handled the docstring prior to entering the loop. * add some debugging code into the compiler (#if 0'd out). ........ r51081 | neal.norwitz | 2006-08-04 07:09:28 +0200 (Fri, 04 Aug 2006) | 4 lines Bug #1333982: string/number constants were inappropriately stored in the byte code and co_consts even if they were not used, ie immediately popped off the stack. ........ r51082 | neal.norwitz | 2006-08-04 07:12:19 +0200 (Fri, 04 Aug 2006) | 1 line There were really two issues ........ r51084 | fred.drake | 2006-08-04 07:17:21 +0200 (Fri, 04 Aug 2006) | 1 line SF patch #1534048 (bug #1531003): fix typo in error message ........ r51085 | gregory.p.smith | 2006-08-04 07:17:47 +0200 (Fri, 04 Aug 2006) | 3 lines fix typos ........ r51087 | georg.brandl | 2006-08-04 08:03:53 +0200 (Fri, 04 Aug 2006) | 3 lines Fix bug caused by first decrefing, then increfing. ........ r51109 | neil.schemenauer | 2006-08-04 18:20:30 +0200 (Fri, 04 Aug 2006) | 5 lines Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. In the 2.5 development cycle, MAKE_CLOSURE as changed to take free variables as a tuple rather than as individual items on the stack. Closes patch #1534084. ........ r51110 | georg.brandl | 2006-08-04 20:03:37 +0200 (Fri, 04 Aug 2006) | 3 lines Change fix for segfaulting property(), add a NEWS entry and a test. ........ r51111 | georg.brandl | 2006-08-04 20:07:34 +0200 (Fri, 04 Aug 2006) | 3 lines Better fix for bug #1531405, not executing str(value) twice. ........ r51112 | thomas.heller | 2006-08-04 20:17:40 +0200 (Fri, 04 Aug 2006) | 1 line On Windows, make PyErr_Warn an exported function again. ........ r51113 | thomas.heller | 2006-08-04 20:57:34 +0200 (Fri, 04 Aug 2006) | 4 lines Fix #1530448 - fix ctypes build failure on solaris 10. The '-mimpure-text' linker flag is required when linking _ctypes.so. ........ r51114 | thomas.heller | 2006-08-04 21:49:31 +0200 (Fri, 04 Aug 2006) | 3 lines Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. Fix the name of the pdb file as well. ........ r51115 | andrew.kuchling | 2006-08-04 22:37:43 +0200 (Fri, 04 Aug 2006) | 1 line Typo fixes ........ r51116 | andrew.kuchling | 2006-08-04 23:10:03 +0200 (Fri, 04 Aug 2006) | 1 line Fix mangled sentence ........ r51118 | tim.peters | 2006-08-05 00:00:35 +0200 (Sat, 05 Aug 2006) | 2 lines Whitespace normalization. ........ r51119 | bob.ippolito | 2006-08-05 01:59:21 +0200 (Sat, 05 Aug 2006) | 5 lines Fix #1530559, struct.pack raises TypeError where it used to convert. Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning. ........ r51123 | georg.brandl | 2006-08-05 08:10:54 +0200 (Sat, 05 Aug 2006) | 3 lines Patch #1534922: correct and enhance unittest docs. ........ r51126 | georg.brandl | 2006-08-06 09:06:33 +0200 (Sun, 06 Aug 2006) | 2 lines Bug #1535182: really test the xreadlines() method of bz2 objects. ........ r51128 | georg.brandl | 2006-08-06 09:26:21 +0200 (Sun, 06 Aug 2006) | 4 lines Bug #1535081: A leading underscore has been added to the names of the md5 and sha modules, so add it in Modules/Setup.dist too. ........ r51129 | georg.brandl | 2006-08-06 10:23:54 +0200 (Sun, 06 Aug 2006) | 3 lines Bug #1535165: fixed a segfault in input() and raw_input() when sys.stdin is closed. ........ r51131 | georg.brandl | 2006-08-06 11:17:16 +0200 (Sun, 06 Aug 2006) | 2 lines Don't produce output in test_builtin. ........ r51133 | andrew.macintyre | 2006-08-06 14:37:03 +0200 (Sun, 06 Aug 2006) | 4 lines test_threading now skips testing alternate thread stack sizes on platforms that don't support changing thread stack size. ........ r51134 | andrew.kuchling | 2006-08-07 00:07:04 +0200 (Mon, 07 Aug 2006) | 2 lines [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw. Once I see how the buildbots react, I'll backport this to 2.4. ........ r51137 | georg.brandl | 2006-08-08 13:52:34 +0200 (Tue, 08 Aug 2006) | 3 lines webbrowser: Silence stderr output if no gconftool or gnome browser found ........ r51138 | georg.brandl | 2006-08-08 13:56:21 +0200 (Tue, 08 Aug 2006) | 7 lines Remove "non-mapping" and "non-sequence" from TypeErrors raised by PyMapping_Size and PySequence_Size. Because len() tries first sequence, then mapping size, it will always raise a "non-mapping object has no len" error which is confusing. ........ r51139 | thomas.heller | 2006-08-08 19:37:00 +0200 (Tue, 08 Aug 2006) | 3 lines memcmp() can return values other than -1, 0, and +1 but tp_compare must not. ........ r51140 | thomas.heller | 2006-08-08 19:39:20 +0200 (Tue, 08 Aug 2006) | 1 line Remove accidently committed, duplicated test. ........ r51147 | andrew.kuchling | 2006-08-08 20:50:14 +0200 (Tue, 08 Aug 2006) | 1 line Reword paragraph to clarify ........ r51148 | andrew.kuchling | 2006-08-08 20:56:08 +0200 (Tue, 08 Aug 2006) | 1 line Move obmalloc item into C API section ........ r51149 | andrew.kuchling | 2006-08-08 21:00:14 +0200 (Tue, 08 Aug 2006) | 1 line 'Other changes' section now has only one item; move the item elsewhere and remove the section ........ r51150 | andrew.kuchling | 2006-08-08 21:00:34 +0200 (Tue, 08 Aug 2006) | 1 line Bump version number ........ r51151 | georg.brandl | 2006-08-08 22:11:22 +0200 (Tue, 08 Aug 2006) | 2 lines Bug #1536828: typo: TypeType should have been StringType. ........ r51153 | georg.brandl | 2006-08-08 22:13:13 +0200 (Tue, 08 Aug 2006) | 2 lines Bug #1536660: separate two words. ........ r51155 | georg.brandl | 2006-08-08 22:48:10 +0200 (Tue, 08 Aug 2006) | 3 lines ``str`` is now the same object as ``types.StringType``. ........ r51156 | tim.peters | 2006-08-09 02:52:26 +0200 (Wed, 09 Aug 2006) | 2 lines Whitespace normalization. ........ r51158 | georg.brandl | 2006-08-09 09:03:22 +0200 (Wed, 09 Aug 2006) | 4 lines Introduce an upper bound on tuple nesting depth in C argument format strings; fixes rest of #1523610. ........ r51160 | martin.v.loewis | 2006-08-09 09:57:39 +0200 (Wed, 09 Aug 2006) | 4 lines __hash__ may now return long int; the final hash value is obtained by invoking hash on the long int. Fixes #1536021. ........ r51168 | andrew.kuchling | 2006-08-09 15:03:41 +0200 (Wed, 09 Aug 2006) | 1 line [Bug #1536021] Mention __hash__ change ........ r51169 | andrew.kuchling | 2006-08-09 15:57:05 +0200 (Wed, 09 Aug 2006) | 1 line [Patch #1534027] Add notes on locale module changes ........ r51170 | andrew.kuchling | 2006-08-09 16:05:35 +0200 (Wed, 09 Aug 2006) | 1 line Add missing 'self' parameters ........ r51171 | andrew.kuchling | 2006-08-09 16:06:19 +0200 (Wed, 09 Aug 2006) | 1 line Reindent code ........ r51172 | armin.rigo | 2006-08-09 16:55:26 +0200 (Wed, 09 Aug 2006) | 2 lines Fix and test for an infinite C recursion. ........ r51173 | ronald.oussoren | 2006-08-09 16:56:33 +0200 (Wed, 09 Aug 2006) | 2 lines It's unlikely that future versions will require _POSIX_C_SOURCE ........ r51178 | armin.rigo | 2006-08-09 17:37:26 +0200 (Wed, 09 Aug 2006) | 2 lines Concatenation on a long string breaks (SF #1526585). ........ r51180 | kurt.kaiser | 2006-08-09 18:46:15 +0200 (Wed, 09 Aug 2006) | 8 lines 1. When used w/o subprocess, all exceptions were preceeded by an error message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt ........ r51181 | kurt.kaiser | 2006-08-09 19:47:15 +0200 (Wed, 09 Aug 2006) | 4 lines As a slight enhancement to the previous checkin, improve the internal error reporting by moving message to IDLE console. ........ r51182 | andrew.kuchling | 2006-08-09 20:23:14 +0200 (Wed, 09 Aug 2006) | 1 line Typo fix ........ r51183 | kurt.kaiser | 2006-08-09 22:34:46 +0200 (Wed, 09 Aug 2006) | 2 lines ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). ........ r51184 | martin.v.loewis | 2006-08-10 01:42:18 +0200 (Thu, 10 Aug 2006) | 2 lines Add some commentary on -mimpure-text. ........ r51185 | tim.peters | 2006-08-10 02:58:49 +0200 (Thu, 10 Aug 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r51186 | kurt.kaiser | 2006-08-10 03:41:17 +0200 (Thu, 10 Aug 2006) | 2 lines Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) ........ r51187 | tim.peters | 2006-08-10 05:01:26 +0200 (Thu, 10 Aug 2006) | 13 lines test_copytree_simple(): This was leaving behind two new temp directories each time it ran, at least on Windows. Several changes: explicitly closed all files; wrapped long lines; stopped suppressing errors when removing a file or directory fails (removing /shouldn't/ fail!); and changed what appeared to be incorrect usage of os.removedirs() (that doesn't remove empty directories at and /under/ the given path, instead it must be given an empty leaf directory and then deletes empty directories moving /up/ the path -- could be that the conceptually simpler shutil.rmtree() was really actually intended here). ........
* Merge the rest of the trunk.Thomas Wouters2006-06-0824-0/+1375
Merged revisions 46490-46494,46496,46498,46500,46506,46521,46538,46558,46563-46567,46570-46571,46583,46593,46595-46598,46604,46606,46609-46753 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r46610 | martin.v.loewis | 2006-06-03 09:42:26 +0200 (Sat, 03 Jun 2006) | 2 lines Updated version (win32-icons2.zip) from #1490384. ........ r46612 | andrew.kuchling | 2006-06-03 20:09:41 +0200 (Sat, 03 Jun 2006) | 1 line [Bug #1472084] Fix description of do_tag ........ r46614 | andrew.kuchling | 2006-06-03 20:33:35 +0200 (Sat, 03 Jun 2006) | 1 line [Bug #1475554] Strengthen text to say 'must' instead of 'should' ........ r46616 | andrew.kuchling | 2006-06-03 20:41:28 +0200 (Sat, 03 Jun 2006) | 1 line [Bug #1441864] Clarify description of 'data' argument ........ r46617 | andrew.kuchling | 2006-06-03 20:43:24 +0200 (Sat, 03 Jun 2006) | 1 line Minor rewording ........ r46619 | andrew.kuchling | 2006-06-03 21:02:35 +0200 (Sat, 03 Jun 2006) | 9 lines [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler. Fix by renaming the variable. In a different module, Neal fixed it by renaming _self to self. There's already a variable named 'self' here, so I used selfptr. (I'm committing this on a Mac without Tk, but it's a simple search-and-replace. <crosses fingers>, so I'll watch the buildbots and see what happens.) ........ r46621 | fredrik.lundh | 2006-06-03 23:56:05 +0200 (Sat, 03 Jun 2006) | 5 lines "_self" is a said to be a reserved word in Watcom C 10.6. I'm not sure that's really standard compliant behaviour, but I guess we have to fix that anyway... ........ r46622 | andrew.kuchling | 2006-06-04 00:44:42 +0200 (Sun, 04 Jun 2006) | 1 line Update readme ........ r46623 | andrew.kuchling | 2006-06-04 00:59:23 +0200 (Sun, 04 Jun 2006) | 1 line Drop 0 parameter ........ r46624 | andrew.kuchling | 2006-06-04 00:59:59 +0200 (Sun, 04 Jun 2006) | 1 line Some code tidying; use curses.wrapper ........ r46625 | andrew.kuchling | 2006-06-04 01:02:15 +0200 (Sun, 04 Jun 2006) | 1 line Use True; value returned from main is unused ........ r46626 | andrew.kuchling | 2006-06-04 01:07:21 +0200 (Sun, 04 Jun 2006) | 1 line Use true division, and the True value ........ r46627 | andrew.kuchling | 2006-06-04 01:09:58 +0200 (Sun, 04 Jun 2006) | 1 line Docstring fix; use True ........ r46628 | andrew.kuchling | 2006-06-04 01:15:56 +0200 (Sun, 04 Jun 2006) | 1 line Put code in a main() function; loosen up the spacing to match current code style ........ r46629 | andrew.kuchling | 2006-06-04 01:39:07 +0200 (Sun, 04 Jun 2006) | 1 line Use functions; modernize code ........ r46630 | andrew.kuchling | 2006-06-04 01:43:22 +0200 (Sun, 04 Jun 2006) | 1 line This demo requires Medusa (not just asyncore); remove it ........ r46631 | andrew.kuchling | 2006-06-04 01:46:36 +0200 (Sun, 04 Jun 2006) | 2 lines Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module. ........ r46632 | andrew.kuchling | 2006-06-04 01:47:22 +0200 (Sun, 04 Jun 2006) | 1 line Remove xmlrpc/ directory ........ r46633 | andrew.kuchling | 2006-06-04 01:51:21 +0200 (Sun, 04 Jun 2006) | 1 line Remove dangling reference ........ r46634 | andrew.kuchling | 2006-06-04 01:59:36 +0200 (Sun, 04 Jun 2006) | 1 line Add more whitespace; use a better socket name ........ r46635 | tim.peters | 2006-06-04 03:22:53 +0200 (Sun, 04 Jun 2006) | 2 lines Whitespace normalization. ........ r46637 | tim.peters | 2006-06-04 05:26:02 +0200 (Sun, 04 Jun 2006) | 16 lines In a PYMALLOC_DEBUG build obmalloc adds extra debugging info to each allocated block. This was using 4 bytes for each such piece of info regardless of platform. This didn't really matter before (proof: no bug reports, and the debug-build obmalloc would have assert-failed if it was ever asked for a chunk of memory >= 2**32 bytes), since container indices were plain ints. But after the Py_ssize_t changes, it's at least theoretically possible to allocate a list or string whose guts exceed 2**32 bytes, and the PYMALLOC_DEBUG routines would fail then (having only 4 bytes to record the originally requested size). Now we use sizeof(size_t) bytes for each of a PYMALLOC_DEBUG build's extra debugging fields. This won't make any difference on 32-bit boxes, but will add 16 bytes to each allocation in a debug build on a 64-bit box. ........ r46638 | tim.peters | 2006-06-04 05:38:04 +0200 (Sun, 04 Jun 2006) | 4 lines _PyObject_DebugMalloc(): The return value should add 2*sizeof(size_t) now, not 8. This probably accounts for current disasters on the 64-bit buildbot slaves. ........ r46639 | neal.norwitz | 2006-06-04 08:19:31 +0200 (Sun, 04 Jun 2006) | 1 line SF #1499797, Fix for memory leak in WindowsError_str ........ r46640 | andrew.macintyre | 2006-06-04 14:31:09 +0200 (Sun, 04 Jun 2006) | 2 lines Patch #1454481: Make thread stack size runtime tunable. ........ r46641 | andrew.macintyre | 2006-06-04 14:59:59 +0200 (Sun, 04 Jun 2006) | 2 lines clean up function declarations to conform to PEP-7 style. ........ r46642 | martin.blais | 2006-06-04 15:49:49 +0200 (Sun, 04 Jun 2006) | 15 lines Fixes in struct and socket from merge reviews. - Following Guido's comments, renamed * pack_to -> pack_into * recv_buf -> recv_into * recvfrom_buf -> recvfrom_into - Made fixes to _struct.c according to Neal Norwitz comments on the checkins list. - Converted some ints into the appropriate -- I hope -- ssize_t and size_t. ........ r46643 | ronald.oussoren | 2006-06-04 16:05:28 +0200 (Sun, 04 Jun 2006) | 3 lines "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with the right compiler flags. ........ r46644 | ronald.oussoren | 2006-06-04 16:24:59 +0200 (Sun, 04 Jun 2006) | 2 lines Drop Mac wrappers for the WASTE library. ........ r46645 | tim.peters | 2006-06-04 17:49:07 +0200 (Sun, 04 Jun 2006) | 3 lines s_methods[]: Stop compiler warnings by casting s_unpack_from to PyCFunction. ........ r46646 | george.yoshida | 2006-06-04 19:04:12 +0200 (Sun, 04 Jun 2006) | 2 lines Remove a redundant word ........ r46647 | george.yoshida | 2006-06-04 19:17:25 +0200 (Sun, 04 Jun 2006) | 2 lines Markup fix ........ r46648 | martin.v.loewis | 2006-06-04 21:36:28 +0200 (Sun, 04 Jun 2006) | 2 lines Patch #1359618: Speed-up charmap encoder. ........ r46649 | georg.brandl | 2006-06-04 23:46:16 +0200 (Sun, 04 Jun 2006) | 3 lines Repair refleaks in unicodeobject. ........ r46650 | georg.brandl | 2006-06-04 23:56:52 +0200 (Sun, 04 Jun 2006) | 4 lines Patch #1346214: correctly optimize away "if 0"-style stmts (thanks to Neal for review) ........ r46651 | georg.brandl | 2006-06-05 00:15:37 +0200 (Mon, 05 Jun 2006) | 2 lines Bug #1500293: fix memory leaks in _subprocess module. ........ r46654 | tim.peters | 2006-06-05 01:43:53 +0200 (Mon, 05 Jun 2006) | 2 lines Whitespace normalization. ........ r46655 | tim.peters | 2006-06-05 01:52:47 +0200 (Mon, 05 Jun 2006) | 16 lines Revert revisions: 46640 Patch #1454481: Make thread stack size runtime tunable. 46647 Markup fix The first is causing many buildbots to fail test runs, and there are multiple causes with seemingly no immediate prospects for repairing them. See python-dev discussion. Note that a branch can (and should) be created for resolving these problems, like svn copy svn+ssh://svn.python.org/python/trunk -r46640 svn+ssh://svn.python.org/python/branches/NEW_BRANCH followed by merging rev 46647 to the new branch. ........ r46656 | andrew.kuchling | 2006-06-05 02:08:09 +0200 (Mon, 05 Jun 2006) | 1 line Mention second encoding speedup ........ r46657 | gregory.p.smith | 2006-06-05 02:31:01 +0200 (Mon, 05 Jun 2006) | 7 lines bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present in BerkeleyDB >= 4.2 it tried to construct a list out of an uninitialized char **log_list. feature: export the DB_ARCH_REMOVE flag by name in the module on BerkeleyDB >= 4.2. ........ r46658 | gregory.p.smith | 2006-06-05 02:33:35 +0200 (Mon, 05 Jun 2006) | 5 lines fix a bug in the previous commit. don't leak empty list on error return and fix the additional rare (out of memory only) bug that it was supposed to fix of not freeing log_list when the python allocator failed. ........ r46660 | tim.peters | 2006-06-05 02:55:26 +0200 (Mon, 05 Jun 2006) | 9 lines "Flat is better than nested." Move the long-winded, multiply-nested -R support out of runtest() and into some module-level helper functions. This makes runtest() and the -R code easier to follow. That in turn allowed seeing some opportunities for code simplification, and made it obvious that reglog.txt never got closed. ........ r46661 | hyeshik.chang | 2006-06-05 02:59:54 +0200 (Mon, 05 Jun 2006) | 3 lines Fix a potentially invalid memory access of CJKCodecs' shift-jis decoder. (found by Neal Norwitz) ........ r46663 | gregory.p.smith | 2006-06-05 03:39:52 +0200 (Mon, 05 Jun 2006) | 3 lines * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] ........ r46664 | tim.peters | 2006-06-05 03:43:03 +0200 (Mon, 05 Jun 2006) | 3 lines Remove doctest.testmod's deprecated (in 2.4) `isprivate` argument. A lot of hair went into supporting that! ........ r46665 | tim.peters | 2006-06-05 03:47:24 +0200 (Mon, 05 Jun 2006) | 2 lines Whitespace normalization. ........ r46666 | tim.peters | 2006-06-05 03:48:21 +0200 (Mon, 05 Jun 2006) | 2 lines Make doctest news more accurate. ........ r46667 | gregory.p.smith | 2006-06-05 03:56:15 +0200 (Mon, 05 Jun 2006) | 3 lines * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] ........ r46668 | gregory.p.smith | 2006-06-05 04:02:25 +0200 (Mon, 05 Jun 2006) | 3 lines mention the just committed bsddb changes ........ r46671 | gregory.p.smith | 2006-06-05 19:38:04 +0200 (Mon, 05 Jun 2006) | 3 lines * add support for DBSequence objects [patch #1466734] ........ r46672 | gregory.p.smith | 2006-06-05 20:20:07 +0200 (Mon, 05 Jun 2006) | 3 lines forgot to add this file in previous commit ........ r46673 | tim.peters | 2006-06-05 20:36:12 +0200 (Mon, 05 Jun 2006) | 2 lines Whitespace normalization. ........ r46674 | tim.peters | 2006-06-05 20:36:54 +0200 (Mon, 05 Jun 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r46675 | gregory.p.smith | 2006-06-05 20:48:21 +0200 (Mon, 05 Jun 2006) | 4 lines * fix DBCursor.pget() bug with keyword argument names when no data= is supplied [SF pybsddb bug #1477863] ........ r46676 | andrew.kuchling | 2006-06-05 21:05:32 +0200 (Mon, 05 Jun 2006) | 1 line Remove use of Trove name, which isn't very helpful to users ........ r46677 | andrew.kuchling | 2006-06-05 21:08:25 +0200 (Mon, 05 Jun 2006) | 1 line [Bug #1470026] Include link to list of classifiers ........ r46679 | tim.peters | 2006-06-05 22:48:49 +0200 (Mon, 05 Jun 2006) | 10 lines Access _struct attributes directly instead of mucking with getattr. string_reverse(): Simplify. assertRaises(): Raise TestFailed on failure. test_unpack_from(), test_pack_into(), test_pack_into_fn(): never use `assert` to test for an expected result (it doesn't test anything when Python is run with -O). ........ r46680 | tim.peters | 2006-06-05 22:49:27 +0200 (Mon, 05 Jun 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r46681 | gregory.p.smith | 2006-06-06 01:38:06 +0200 (Tue, 06 Jun 2006) | 3 lines add depends = ['md5.h'] to the _md5 module extension for correctness sake. ........ r46682 | brett.cannon | 2006-06-06 01:51:55 +0200 (Tue, 06 Jun 2006) | 4 lines Add 3 more bytes to a buffer to cover constants in string and null byte on top of 10 possible digits for an int. Closes bug #1501223. ........ r46684 | gregory.p.smith | 2006-06-06 01:59:37 +0200 (Tue, 06 Jun 2006) | 5 lines - bsddb: the __len__ method of a DB object has been fixed to return correct results. It could previously incorrectly return 0 in some cases. Fixes SF bug 1493322 (pybsddb bug 1184012). ........ r46686 | tim.peters | 2006-06-06 02:25:07 +0200 (Tue, 06 Jun 2006) | 7 lines _PySys_Init(): It's rarely a good idea to size a buffer to the exact maximum size someone guesses is needed. In this case, if we're really worried about extreme integers, then "cp%d" can actually need 14 bytes (2 for "cp" + 1 for \0 at the end + 11 for -(2**31-1)). So reserve 128 bytes instead -- nothing is actually saved by making a stack-local buffer tiny. ........ r46687 | neal.norwitz | 2006-06-06 09:22:08 +0200 (Tue, 06 Jun 2006) | 1 line Remove unused variable (and stop compiler warning) ........ r46688 | neal.norwitz | 2006-06-06 09:23:01 +0200 (Tue, 06 Jun 2006) | 1 line Fix a bunch of parameter strings ........ r46689 | thomas.heller | 2006-06-06 13:34:33 +0200 (Tue, 06 Jun 2006) | 6 lines Convert CFieldObject tp_members to tp_getset, since there is no structmember typecode for Py_ssize_t fields. This should fix some of the errors on the PPC64 debian machine (64-bit, big endian). Assigning to readonly fields now raises AttributeError instead of TypeError, so the testcase has to be changed as well. ........ r46690 | thomas.heller | 2006-06-06 13:54:32 +0200 (Tue, 06 Jun 2006) | 1 line Damn - the sentinel was missing. And fix another silly mistake. ........ r46691 | martin.blais | 2006-06-06 14:46:55 +0200 (Tue, 06 Jun 2006) | 13 lines Normalized a few cases of whitespace in function declarations. Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.) ........ r46693 | thomas.heller | 2006-06-06 17:34:18 +0200 (Tue, 06 Jun 2006) | 1 line Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures ........ r46694 | tim.peters | 2006-06-06 17:50:17 +0200 (Tue, 06 Jun 2006) | 5 lines BSequence_set_range(): Rev 46688 ("Fix a bunch of parameter strings") changed this function's signature seemingly by mistake, which is causing buildbots to fail test_bsddb3. Restored the pre-46688 signature. ........ r46695 | tim.peters | 2006-06-06 17:52:35 +0200 (Tue, 06 Jun 2006) | 4 lines On python-dev Thomas Heller said these were committed by mistake in rev 46693, so reverting this part of rev 46693. ........ r46696 | andrew.kuchling | 2006-06-06 19:10:41 +0200 (Tue, 06 Jun 2006) | 1 line Fix comment typo ........ r46697 | brett.cannon | 2006-06-06 20:08:16 +0200 (Tue, 06 Jun 2006) | 2 lines Fix coding style guide bug. ........ r46698 | thomas.heller | 2006-06-06 20:50:46 +0200 (Tue, 06 Jun 2006) | 2 lines Add a hack so that foreign functions returning float now do work on 64-bit big endian platforms. ........ r46699 | thomas.heller | 2006-06-06 21:25:13 +0200 (Tue, 06 Jun 2006) | 3 lines Use the same big-endian hack as in _ctypes/callproc.c for callback functions. This fixes the callback function tests that return float. ........ r46700 | ronald.oussoren | 2006-06-06 21:50:24 +0200 (Tue, 06 Jun 2006) | 5 lines * Ensure that "make altinstall" works when the tree was configured with --enable-framework * Also for --enable-framework: allow users to use --prefix to specify the location of the compatibility symlinks (such as /usr/local/bin/python) ........ r46701 | ronald.oussoren | 2006-06-06 21:56:00 +0200 (Tue, 06 Jun 2006) | 3 lines A quick hack to ensure the right key-bindings for IDLE on osx: install patched configuration files during a framework install. ........ r46702 | tim.peters | 2006-06-07 03:04:59 +0200 (Wed, 07 Jun 2006) | 4 lines dash_R_cleanup(): Clear filecmp._cache. This accounts for different results across -R runs (at least on Windows) of test_filecmp. ........ r46705 | tim.peters | 2006-06-07 08:57:51 +0200 (Wed, 07 Jun 2006) | 17 lines SF patch 1501987: Remove randomness from test_exceptions, from ?iga Seilnacht (sorry about the name, but Firefox on my box can't display the first character of the name -- the SF "Unix name" is zseil). This appears to cure the oddball intermittent leaks across runs when running test_exceptions under -R. I'm not sure why, but I'm too sleepy to care ;-) The thrust of the SF patch was to remove randomness in the pickle protocol used. I changed the patch to use range(pickle.HIGHEST_PROTOCOL + 1), to try both pickle and cPickle, and randomly mucked with other test lines to put statements on their own lines. Not a bugfix candidate (this is fiddling new-in-2.5 code). ........ r46706 | andrew.kuchling | 2006-06-07 15:55:33 +0200 (Wed, 07 Jun 2006) | 1 line Add an SQLite introduction, taken from the 'What's New' text ........ r46708 | andrew.kuchling | 2006-06-07 19:02:52 +0200 (Wed, 07 Jun 2006) | 1 line Mention other placeholders ........ r46709 | andrew.kuchling | 2006-06-07 19:03:46 +0200 (Wed, 07 Jun 2006) | 1 line Add an item; also, escape % ........ r46710 | andrew.kuchling | 2006-06-07 19:04:01 +0200 (Wed, 07 Jun 2006) | 1 line Mention other placeholders ........ r46716 | ronald.oussoren | 2006-06-07 20:57:44 +0200 (Wed, 07 Jun 2006) | 2 lines Move Mac/OSX/Tools one level up ........ r46717 | ronald.oussoren | 2006-06-07 20:58:01 +0200 (Wed, 07 Jun 2006) | 2 lines Move Mac/OSX/PythonLauncher one level up ........ r46718 | ronald.oussoren | 2006-06-07 20:58:42 +0200 (Wed, 07 Jun 2006) | 2 lines mv Mac/OSX/BuildScript one level up ........ r46719 | ronald.oussoren | 2006-06-07 21:02:03 +0200 (Wed, 07 Jun 2006) | 2 lines Move Mac/OSX/* one level up ........ r46720 | ronald.oussoren | 2006-06-07 21:06:01 +0200 (Wed, 07 Jun 2006) | 2 lines And the last bit: move IDLE one level up and adjust makefiles ........ r46723 | ronald.oussoren | 2006-06-07 21:38:53 +0200 (Wed, 07 Jun 2006) | 4 lines - Patch the correct version of python in the Info.plists at build time, instead of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory ........ r46727 | ronald.oussoren | 2006-06-07 22:18:44 +0200 (Wed, 07 Jun 2006) | 7 lines * If BuildApplet.py is used as an applet it starts with a version of sys.exutable that isn't usuable on an #!-line. That results in generated applets that don't actually work. Work around this problem by resetting sys.executable. * argvemulator.py didn't work on intel macs. This patch fixes this (bug #1491468) ........ r46728 | tim.peters | 2006-06-07 22:40:06 +0200 (Wed, 07 Jun 2006) | 2 lines Whitespace normalization. ........ r46729 | tim.peters | 2006-06-07 22:40:54 +0200 (Wed, 07 Jun 2006) | 2 lines Add missing svn:eol-style property to text files. ........ r46730 | thomas.heller | 2006-06-07 22:43:06 +0200 (Wed, 07 Jun 2006) | 7 lines Fix for foreign functions returning small structures on 64-bit big endian machines. Should fix the remaininf failure in the PPC64 Debian buildbot. Thanks to Matthias Klose for providing access to a machine to debug and test this. ........ r46731 | brett.cannon | 2006-06-07 23:48:17 +0200 (Wed, 07 Jun 2006) | 2 lines Clarify documentation for bf_getcharbuffer. ........ r46735 | neal.norwitz | 2006-06-08 07:12:45 +0200 (Thu, 08 Jun 2006) | 1 line Fix a refleak in recvfrom_into ........ r46736 | gregory.p.smith | 2006-06-08 07:17:08 +0200 (Thu, 08 Jun 2006) | 9 lines - bsddb: the bsddb.dbtables Modify method now raises the proper error and aborts the db transaction safely when a modifier callback fails. Fixes SF python patch/bug #1408584. Also cleans up the bsddb.dbtables docstrings since thats the only documentation that exists for that unadvertised module. (people really should really just use sqlite3) ........ r46737 | gregory.p.smith | 2006-06-08 07:38:11 +0200 (Thu, 08 Jun 2006) | 4 lines * Turn the deadlock situation described in SF bug #775414 into a DBDeadLockError exception. * add the test case for my previous dbtables commit. ........ r46738 | gregory.p.smith | 2006-06-08 07:39:54 +0200 (Thu, 08 Jun 2006) | 2 lines pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. ........ r46739 | armin.rigo | 2006-06-08 12:56:24 +0200 (Thu, 08 Jun 2006) | 6 lines (arre, arigo) SF bug #1350060 Give a consistent behavior for comparison and hashing of method objects (both user- and built-in methods). Now compares the 'self' recursively. The hash was already asking for the hash of 'self'. ........ r46740 | andrew.kuchling | 2006-06-08 13:56:44 +0200 (Thu, 08 Jun 2006) | 1 line Typo fix ........ r46741 | georg.brandl | 2006-06-08 14:45:01 +0200 (Thu, 08 Jun 2006) | 2 lines Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. ........ r46743 | georg.brandl | 2006-06-08 14:54:13 +0200 (Thu, 08 Jun 2006) | 2 lines Bug #1502728: Correctly link against librt library on HP-UX. ........ r46745 | georg.brandl | 2006-06-08 14:55:47 +0200 (Thu, 08 Jun 2006) | 3 lines Add news for recent bugfix. ........ r46746 | georg.brandl | 2006-06-08 15:31:07 +0200 (Thu, 08 Jun 2006) | 4 lines Argh. "integer" is a very confusing word ;) Actually, checking for INT_MAX and INT_MIN is correct since the format code explicitly handles a C "int". ........ r46748 | nick.coghlan | 2006-06-08 15:54:49 +0200 (Thu, 08 Jun 2006) | 1 line Add functools.update_wrapper() and functools.wraps() as described in PEP 356 ........ r46751 | georg.brandl | 2006-06-08 16:50:21 +0200 (Thu, 08 Jun 2006) | 4 lines Bug #1502805: don't alias file.__exit__ to file.close since the latter can return something that's true. ........ r46752 | georg.brandl | 2006-06-08 16:50:53 +0200 (Thu, 08 Jun 2006) | 3 lines Convert test_file to unittest. ........
ʉM4:No#GfX$(H^5b7l%#9Fׂ!aU H0ދ!t3sDlem %,Ss#c[D\QV Hɶ(Ar5jCOJTV`n(1gfTVilNΦbFHgÐ%y?~D*8TXѢ|۱#o3.4u%\8< 34pkV8'oIy#*LgtA8$t֪W]44ם-WB3&BdWX~!-Ya|$:I>YKNC[o(P jIѠg,hᮬupiw0m(As)B"&3+0Sm&Bjx1K zγ 8f9bRXls.9ɪ qDBS= >1{4݄M!d4kFIvF&jj :*f$8 2}HYOqם'C,e~챚~iÑaIQޑff}39͂"5`eYxh7љc6 ZnRJ Zd'x5 КKKB)?G:CR$Cd=AFHSN QQ=Kz,3Ƭr6kiKU.(3 1 </Bgţ!,\9.<$ *~-9Cs dȴnAHL#Ii uzK=Ȩ]*JĐ ,OӓUBeH~D Q7B ^(騆)2"4fyI( $ `|~p.TsgSIC|;XahG@F zkUج+##L疄Iz#*út< N| mn;FjSON[ޣQ l7r'fՐ^Kr -TOb\cqHTQGSXl'r`|> {#$#  #C~ Cqm O7"TT9ȧ/>JH0U gM5)TSԩ;KʝbӘQ8{s `n$1&6wR^Ɲ !zE1@CFN!u!Hv&7wC](l9F[saTK /E䟃x66 YlH*(9Gv$-kE` JN{`ABAW}=~nPN΍ev"wP\V:Av8Y_==`YjK?HAPH~|k+õӓ@IR"<2ҎZ4.2dRo VI9&]z;$&IN1" eq%k-O5U2[!( w:4!帳fPVs!п&I!oF)*&wʃ,3Nrp̭!KuS#Y3am)zH5>uF%FAHIKȉp˦b[Z*:(G "(Y;!VGGSB(ds귪UцG x~c4 t,TF:h[d1@v{- = 3SdVDu/m9r}aՒb%=J>gË8UbԟuK;l<~+U;3TU,H?>KZ$$1D$ T%ƬXqVUi)SL]Pz[ %O reU BS % ";_T< yWD*#ͭzvtI%08=6-P)$(E<(&?x.J0d@']0g1$PC0'BK#Xؓ`+٘ <>!KpeQC-]ܑ;vbU?[ą GW m0O̒T*>N3NˏBh C8b x(`|A&-"os AbͱQW;.Lr%tEܱ|"Ay-#1?ys=( e"HIbPTL(Dq{ϔdcIjAB@$\5D8Fg6* ᘛ:c@e Uae!.'3dqԥvqp$E  By=2(j>Z>9YU;ͦ{'1$ԩ̳&_~pM /TWКV} 3Ԗ:BUF 0fPUok|6h`l/s(H?S)J"Ag2(zeA^S[O ,z 9i@R3Y)5f H\/Q.tNuG)NGFb`UeP ITxfؔkK_Mf76b>Z &uJ {A4H GIqP6 n)I =\h(cEES-i7Na (\xª(aԨ䠑G$I}qq45` b3Y]!@iu[g,-h ;_X~Z\͙E :wu#+6DHs$ۻYt/?ũCܿ6gtW 04%Y‰?ިde.7_N$|@s.)!fDٴNr#(#GFt 9К +ZMum(Q!).fy>c旽VKrMwEu](=5 ljQYXw4 D3d_ufoh[H:{0eNM ;N}NogsxGeժz8z<;s=)ٙדjV'h{u #>z{3ݍnٻg#U4u8f+M##7m`,i.Qךc:]h'TҟK%zx:ѵg%-ktzGѽ ?d:5\ u]MGy ^SdwKO竭fw=|߾~{ [UWpgg$[WĔ^NX| UΟk{F֫}CR-EkP YNY!g cW5FX݌T|v;4A 3z'LPdh j[lPHOT0l/:Ce-Iu$!ʡN+MtB( | P5c=g`hoc2hhɩ_Qa"$ca!K.x6!̚ebdF`f >5_h+^o=a$aLuOӿV{c{|u^l gh^yCAor9S'O`uo[5lt%|Z V_j9֚uITahr2=0Ǯ/ /S^ahakQj@"8;䕑 =ZIU=T\ XPvro:I>_X]2'NK+" m u|E6 j1e1E{t[>8ŖE:^ n |kDTnuzg92ʻ]'FjlJS'5ⲞIw鉯۞V+`Φ>o]"uGjͩguH#][@Dƽ;ˆFVUu+*reV:^-8^t+wn 1|~WԈ_+rԾت{!zV뵯\%H㈃ ߹AVGʆbhlHwuDq0ŘoqT&k\ַ##nna0S56ݽ͉~Jv ?7gkS BQ@ , W2k]!Ho^)u3<*0(wXpdʺ$VG`4l6gzwN fg\sF&X}k|zb:.dRh鑠.jDZ~oc{\ :ؐ>0||BA%|ʹ@9PgmRk*5Ɛ#3]>D|,R&7p~e>0w*@9OQӼכQ#xV4LCu5#GD7DݞP=uHr4.lZ82-:rJ9#bsq[|T֮ye y]VL󚼙e Tޒ\2q oT\SGAq׺kYަ3НnA$!U4,?4Z>䟞^FE%q]ϼ_Ͽ}RTqq&иH)9c_]6 ާ[OcZr}лW`H=]ԙ$}7\;>|j|AXVf,_tc^z-W ܇"p ]Mf8U6w:+z_e!!"Bߝ.| P˱_S}z[k)]C|H26=YZ׷bsִOLCZriIf|=M-c[dކ`Yawkr4xPT/50v=j]\޷ is]{.3%#om.2_{e0+4Eȷ y繈'JUTY1IR VI+jV1vZTJ7`(|GfW,QzCu{(BIH{qx~B͙P9K`@5h.a;+. k'zǹ뭼͆b&G r#2Yfֶ3| {_ȓ +?F(U;$LnH|eepVZU]3CZR)O2]xi.kOX6I ? i܂|^6d̡DQ+[jɽYbgε+LDL.dl-z◡cHË_6LGJm+!j }}z<}<o&CW%ڂj׭ 77p:O[2 !D>/o[Vk ~%^ Хs'QrlY`VV)%s=+K;+b JBH|oY/UVƭ%jSb,b'6+ufeC̤. Z̖&OSڿQe?,7S+%Y#2KA!M AYk>Xp 6$Qe0dݦl,2UAM){{i?Q9+%l}LϏx^4 lO of*j-qpt IVԐĈ S YPõSrQ ť]BNҴ[.k-Aq6p9`.Q͞/ G|w͜r.H|˼߂|rC4D{~gg#W MK `;bGnG]>^je2GؚI"n1dK_$[Mx*6QrP{of gҲ 9kNJL=hFm|屔O <ƌW@He $%]Zw #8lr2ɆiG5oy:#H 4z"׭恼3_p1= l27EI<vۋTWJRx7LřA.0`*>S]ƕZK3Ť`Ͷ `* %af͠z>G:(XUr2pP? L6c;MH H!ݱM ་ SKRNwEɀQ XRW `@ˆٷ3R45WJk2mTL4˒e|t`K g2)-4h("_6WO6os}LSUd $rll84ekuql &LĄ(ӂ>HiDtCJr`P4% :oV&/Ŋ`'z7*W ٠ϔC&.\$#^*C[^THdiUզ|Mj҅^o,'ewjMΏT`FExC qF A2 @ LI֐ h*`(>O$eoܾrYd}d9XgOJU_[+3`-mu;g۲fg(6L-Ae7cR=f:8C .9J҅A%[ҩoTZ6 9@Н=1>'p9c֤ji{߉HOzS`zIrğ$L `>`eV20.Ʃ25\A>9T'o|z!DAdI#u;iJsT90 >$8˹R͊Kp] RqWKh)#YeAn] ѣZsVHiQDdx?~rp a^|*3i d$wVϕԉ+TsF@3%x5@+`"'ZF*;kOy٘ JAkQ,հ7^ޅ 7A`@LSX O*Aj~ ЕB@uJl۔_$y' r~$ғ4]݂Q7k@x h Xo@gq@H!_ ,n\P@``!_w4R !DA%}DR #&htW6݊,ֽ^8mp;TS7ܙėTg(BVVYlxZNc/k0}AkpPkE6nۀS˨ FdI~l;\ f<0<.$$L'~pW_zR;t;ujq_qD)Bc? (3ǐЛ*a@`w*ҊWed6Uf$^-'YD\-v8 6a_C0GC@V/gU=J[cuDiqK@0EaOxFm3c\`V}beYhHe4E I8kpHϔ59aY*p8 pKv(Թ:3{c>@}Lf8QDN@䧞x! $>I[% bʠp PHJ4l3t~l2A$yv88u/^>Z YCw4!WkhԚKB˩WR >J]i 烊9TeӾg_pA`yfDIͺI ΍Aisp `U:-W~rkEZntlf(=i7 ACRCr2qz-L{<)墼ņyYQ˙$=43'(_+ϷS)&ru)( jM).P/mN^K<2Bq}i1 7t= nzkRPp̓~jA$L~'PXRufa~ W\Refd =t%wnJi$V5~bC_ʺLY#fOA ~}[ʵa@ٿ})7T{(qXQ9Fww` MрLEՌa JY t_wF {`J#DQS~qG_WgFr|k1'Y3rvқD(&,nŧ8 Q\6V]Z!2 PE;y VH(fA8Ө#tSg*PmР`;09H2m]+*Ece\Vf)i0@,hP/nIX/hh͸أχ1As"6rfNM{BbJSBv"9ך$Ⱥ/NGA.B~"I+<+WɟB2^KdrWL>ʄSҿEZ!=f, KM%O /鉁P?dL A &P$X I3:wo[6\p[S*+8"P/φrQ"4)BȊJ$3@D &@ d V\QǑV] )L54:w owjRdJ,t+))Q% $i0 qt.,~U)^ngqJjVbv@ c 9Ӫ>d`<;YﰧW&fq 1@|Mʟgyxv>=iomAq}8.QPI$ yDÔ>FVuM.gjhk&~^nzm["mX, D37D > Pk2dxm[ڑ*#↯y_GZAZpD]$sϴQ_O7c8C Jx}/ڱ56Uhi,$GT9e``+A|b`a1moルYu4@@^b0=]+'*AU{l<^$i]׵`EN> >;bAfV257UG.u-֘'sWV#P'w[` ,1or-+3ŞbeHv *tW|z9.wf^l7IHF#Ι4Š:T}%Ɩ .[^9rH);e#VP܉䓹ȅ*W>Gp?V8*eP5T9V-VWvXJa?GqpH|!$~%.m{xzϥgMzG>ܿe@?XqꀨI=a}tviRy8%j<)6Dd#r;+]ň0Tb|F/'_?P /Oĉ f1i r`?؂O? T<0DC!&Z`J\*D7/1?:]6Ak XL#GH<2L"|޿|g?԰c~ڀ$gHy͞H}T'#O$yh_n@ }y9yxDe ?p'edpGeZU)GgWc A6<͟(yufW]\ȵ1hekQkC9"=cN/ߖxa{}MAiC>w~foo^:a/*Ou^sz:򗻶{G/.Gj׷pk}>bs ={0{YXxv>22[YrzuTGûg~N,*{==8^PCԬ;k惸m-.߅>^b=^:뽬 OQ( U˫q܏pˋYC$ABD(A xz8vo,_=S|po}kAԤ**R")GYa3 / `5?qѷvG?>xw,-+nj(Qm:VL8X.`|4?=53LTK|LjUVE-p'T0n(B>Q˻Y`4Uũq^I(PII(c'/ $`c߰46e e`W_1ʄȝa*)n0rW"@ޖx ȰgySbh?Nu1=e7V:4 wwp11LJʚvE$J'sLOq#Bْ8t ;-NKVT",ȨEIFae4!\Dqj҄ᗣ̩~ ˒]DD{iT"? iǠ<_N fɝ=Ғ#+l(:+IjTiK<|e9Q 칇|2U"mɥ5v;=f?"?B'v$P@$dRt0ptȼ{o rw%̎ĒUWexk5%ӳlL+-AqQH',oGf'B"sc'оigA+ZT٢xRת3*( }{Vs~0LET+!ӥi]{rҗ#Li٭Y~{0cv>~G0 pUR=m@zz=MN_ ӌe}c& wu^kd{@~1zS9Fƙ"* _&Z"+?~.Pd(OTGgi׫A(J !:&O&Hg[ar_;yc&_K| (b(CL''MoJޝ8 j' 4 W%"5dHD8w W@1P?rg(:",~W~:fԺEOE@<٠D@U'Buqr= %(?|]{i<K~{=4^`sΖtG/L](Q5.@D A()N3/QÎg"p1R h(5|GHNt SCq|x(ia3C+lǽ.&&f~߇Ǐ }! Fb?>%]gPR)O;>Y@Q+Jt̐I-TD|#&[-Q-Kb*9w_ဠGԪp=d"(B(~Tأب Z)H )՗YF|C* 4P"wAd'Y@6R? G=8ۺ_e6ZQN䧈f:D:׭3;3PzoW\sJ8?svK a|ExX<@(wLm>Ow@YxN? j?{8Y[Z~ˈ)i Ϳ?IH4\rQ<*Դ6 M9s}cU\kkwQ.|^\ |9]YXɔ[;zgE ܻH>A_>u_}FelUd*G6}Feǰe¾++eFr'a_tpWl~!i!20q)RU- ueA,/ڥm%&du1D|\Qb=8 衇U>;x|CoLn/V3iFFzeҟ^՝#> at2"C(;"cxYK_sE=Ek)'>UyVLuYLت3lx+rVZ7*g-}2FB0cyyIɹoצf+Ѐh45CTw!˒RPRP2߯|53NȼοHԇ D]Gy PTԕ̐ j)rҙ08hbar5 8ȪhT"_.zj='RxrdPESU+( cSvJ3 ×q5_I㻚 À9JAW?Od ߠO|}Vg#w+7~B-X[MU,Q cD&+NӒJWwYCQ OQ O3=}"lA=TX^kH(dD'J!- *@l3 8((Y]uiŸQ NTa<FYCU6U}i_8pT:%&vfqR8ihvwe]x޵[Rkۆqc8Y;XIEo3UWM0"̪ >eZ|<9v0;zɭ|}}w3haa?l!Nr<;ǡ?*Тv\ İFM5v5lE2ңT)nT'O>] &rU<#n:*oB̽* *2Bs'E0y<~˳?n mirOk󋎞DiY EPflt۰"qTՊ,*Q 0@ MB9m s̤uY28fs0 ʝw;,[RV+[2DD&Z(rBq1״:!P #Z%Ș"A /vv6:M4z?\kpCNx_z#tJY 8D&7p{Să4hwH83gRkA]z?sˋ+L`.TyˇbMXZ-\%Q^X-*y-yXQ4`ctyYʂ- ~;?mhBmHo3رmBddT9 UW 0iY_Y8wٹWU4uBa(TWI)fVίZ jGpN ?nuy]~oVSԑI ^Q+{Kh XzN. BVzM)J-eTDn8ګT3y@`Ȣёtp!4״Y.y/:˩if zĿ[RL2 ϵ3fvG^*iz)3xK18xq Ir@nf $W/QdD xdjРyB"ON֝nv3b/iD4gY .fڸ(( ᤐ²I{C,BJ"}jg4@\U;iGynt!%7L(ZɠF:vF\'nγgTm:*v[^T gqJ%ހulո뢻3bőskFEXd]٤G˱Vr/]NT;hW:3x6j{=)O4 cʵ/Ƃ<.o{]W;u&yi靲!ER'$D vv !']l ҉fh0r(ܺ>G4糢ޜb8 VG̠E@/-fgTBrqn" %gl* b1f}]#( rQe9zC,\Pr?~9vIGGnQ7Mo4Uf +㰅Q}ݷmUsd[ )z4긑5ݎFP˹:~eȒto6 ܸ2t[UMi)m2lYa)9Srܽ8\ .Z9`H ;;U( t 4&ctg, X пߧr _RB\G'KBeQ򭨮.TC Y6"3óQ, Q@RE*X{R$VrUsH{fHÝ8ePVZv阁&N=Ɖ!PP@מh-V{5էp\-X*:p)ON_d %{;˗#ʾk䩛1%lfYѺYQ%ջwZ@Mx5I@&Yt=G%kSNk\ b X :OD:n|g X;KS,Z>VV du(h`xuM5(նJr&| ҂\ NmƆJ>4zSf{+H0bmLK&*@zڂ}XN3nT $eF9ܺIB(2N[bG\ ?G}hX$~yMt"JbE@赠kt/&*  5 bÞndbÅD;4~|kGSI)XE%{Jtc?W*'cMX^>3O6{S BX,h>:ne")x@THyE.~թZZ(͝)g`spsA^*K˪[0Hp dpaxrxrY_B:#y0ms-696ٳA?AR{ρk,&(|Ht; qLhjF(g󌊇IBk7BZ{ng𕲍Cf 1t3*I}$"?5[, j=R 1.akQ 0 ORԌOc!9;D4< D1co<LQ<{([JAQXpmz۪SOoƩliD(ĦeaQ_@4B8u$PF *.=d#ց.Pi9("ǓóF$.Y+q! 2 $@F|jz nNZ@Af?/1gӸA|~qӂ븝8^WK];bX0(Q@p=QީrB$H:%& ohC'sXHyrv*ː|{-E@"Xg<:;QPfI>FL娒-uC qA}ăa&mB.T>ZG28?%D <|VBYڗ5 0 ,:A_XP7Qh˸_W^Y-}@M޴<\{|$\{(Ј0Oϕ~lf9ѦEmSG];Ș2qab ayCuhyE#vڸ(blSfx{LAJwbyz ''{u N2^F,9m76K`7Wa4@tuZ:,QU).f0gE*y\i-r]m)npd;bLaB(C:eEgez]puZ[+^X,Gϳ;+'hkZ[F/T?>.^=1V= G;kt0S+[I#K?t+bu{.U[(M yPdY-AL񆜩IYe̶wHruro! ;S*KU?L,(}k([(kמ$@ʩ$lj%XVT܍޳mz{g~L MeP=q7G҉<m-LKؕ{Rh]5)תb.#aje ՝:^JT?_Gő|mC^Ж\$1_1<[O狃$NL &KbFH$l `nP2k[7A`/XƂ!MW"Rgǹ,ؽ2395R/uC\^ZTpܩ eClso֫:v]ϔqZlkV͂b(\CThqk(m IWg7DPBW8L6ZHMzy$~j/3jq"FM ZJ?O] m#sSG{v&Bk .7i~nC?wyé7ɩ__hT'y;bM"6 ؖMvUL؅(Dw3T8Es.e↿OUEgdt?ges{e ҂$*g:9om ےTu`H8E +8ma93ʹ!PO7{h?Q aUMnlĽ2H94?LϋA!l!'?+2a^QtP!R12O|֤ϺBH!ϏpRJAYB, !M2H3_DunCr޽Nb&69=UM~ uF^mff5lWtlYD!10U>S2/vD$,~5zַ++>$zi *F ]\e{hLk.Ñr'-"\V&8^en& %YB?=q$*jUugֵ4x;u]))䊴>-a|g >tʑFiƴx:$vC6t2k/yIX+Ҫ2TOIdJUAz03OFw\z]rι[i^_AU99#y#Tl3v b_f=Z~6-.Dn(zzlvR)M 3 K 3iV@NtcLc h/uh(ʙQ_Y}{fpffg=/7k'p6eҷq"հH/uM*M°^RsiVs"ຨx?ܰηR`D2tR74[xGU]u&l$ %+qk%rz{]L-"T9[^VKaYcJQӝb{Q$O-;{RRslzSǩJ#mu {V|1]j3gLKOe{gް6\r]VaW`, {8-JWεSsU%2^{-UuSωWS=_x'S巤(] ?&PvsgLozn/L=F-CXɫ X^WOҦdۑf0'c̭hhӢgaSNVvS`:XM]'֭p/ֺS~.H9ӞvTUCϿ~=$>b:{>F=lvwRG)j4I˺}OAlqU5_ߵY汑Pv>TGA=1HIŒT3UL2甈ٽbqzW>ZrOއ;ܽ;ߧW~A^ТN&ARU jQ 7hr6ETϕYRVz\w'}uDr5k8Bzr/G,q-y! 6yO5B{N%adiP3fX}X>ezd2pz:G_wYqk]y=TJYQgZ]h˹RLMJl1 zXgvל9cǷwmPS!'cauÑЊ!{ *'}|ߑK̰5ZpUUJvVQޫR=G{ 'Gњ, 4B zG&LWVIIjµ@QAE&@&=!p)OF(?X¢ *j''OO~}}V*_i$m5)j.;EL;q_+"F X% =aăQ dt#ՋG~흍w3g7~B}$cxpBI+($I|.SؘM"*OBH RX"ÈQqK~9_rO7gdrNCO>>f }K +L__Bh%"-5R}(@OƊj @QmV(sf&YAӯsLmxDD#<03AħJ$)> /-_`&?z2:u{T?+J S=zzwu w\]Rcydx-/77.-ET%Wd1y$;Q\!*&'+PBO(xgĘAН= =/td~ ʁD(H֩Ntj0wHu'7,ʝ@2A*Xz{;H{ Qމku#UBypN S8NJs 7B/>( OdVC%o8˥:i!լx"(\x2juܬU ic\84nM{]u;U|=%'+ky^U:y|}/NG_DJKD<gP_i)a~G* ^9.2)q'< Ij0JmVP<"mvV' Qzң8ImEPG͝ro7t3**L_8ؒ#ϴ?f525}e (eCIZ3x"$ pG!#qt7t BOg=g^.\{MW_ͫ;c?9]?}@//4DA MOaT${+ix:{z 'g)N0yA⺃*l~5 lOk $9Q D7DDM:NĜ' զU\Q?‡T970y]<} zʣ6; 5AtW\V\}:~@+9_gV;<ҙX$@NA^0~LkZP$(6F%ن-w_ȯxuUv`D"Хi Ù?.1E^{T ˏ*(=GARz?[/Xaf{4o(ύ ]Z"EhG"y GNz\x|y !T]iy^{fǿo78z;cN (f0ǣ좆 Nwȩz ր?d`5$ qd%Bh D$`sLdLѬ.~:;9q}S=מ[ۡsum /@!UFe"`իŜ$?H1vJ!sca~\+D)ϼ9W+aaW;Z ?Pi*OG@R0C8fStpwvU8^YAʝnJ Fx,SΤHgblS8Yao@pr4?]cb#_ݒeA#DtGZXV1Qׯwxf.ӍМ|?3t7h?ت&̤=\ptGH9%"fXϴpMP-Q "jɃAcA 5礱gV,ӋHKA,`",\f-Sە0mZGVE@9P3`}8Y}~J߁mf{2B$ɕ$b.nQ6^ߏÌOS\U27 v@wb! Dfg:}Rxݓ#*P}eIuqjQP(n}kD C2 )D<ܚRD ) (: (Dxx:"u3#8@rd(*e͘(rA,:$ auh6 DTkk0 n @U 1 )P(}d ɀ#!e6adK%̮7at>I'qx"u!e趀 M"' ]F0vYtA'%Pv7g1O|"}}vc=tD~x忨,~~2O̿nnO 6v )Hr^u>Ƿ< /gXv>iM)C͟pu#o}>"GIM}M0>4}ԽEH {% -(x]Ob_1zV0 p"Hȁ2kbA\Ҏ͘1Pă:U7Q4<;z$GE$P­jS2\fvSb QGn9/ DWqs䂵oI|6̟ޱy̳ D,&#y"qXCk2iCyz0^k2(*GJz0>܄θ3m'KAIE8ʲ4 j}`Tf  eE~˅@*f4-~b@y>U4eg6o!?1m.rLZDbfWPag?F 6!fA\,8fȘ"`BA)@aݚh5116̇ s;V+:dDv=j/oIY:2bdpRZxd( VkzPS%8går 0!IkUk ߅"¼`7}I+,cǿ(ѬzMC;:j D3J(y>%xs㝷[6M2U |9/ x]QC*(zx{~Bx& Djsv<Ƽ[!O\+v=-9Q w"ߡ0u7??!%o 8&pB}*! \ 5)!m~BD$dO3#r{@1=h @/MvL)X*2"Y~ ,uڑ.Qϓ1HHKYbWJ/-R~;~L'ey y~|㜻VFV@謗 ¿{vD*9VuʢkQ$i ҏD6{Q$$رtBDNH^ԣTY~4 u*BtQ.r`KX+%@4;~Vr |_~dpe*P殖εgy0;da]GUU߇/M6±Y3QFnwfhڏAJvP'gazJCRL<'- EZve%sh ö듌R5NұV:74?ʇ2@.Z"EPo/2cH8uEoaHb`k11Kq/y "ut5,zdd1z+%ZHS C%ҷ,"}V~J Ʌo,V Kp%)<Vue)+GpPYe1C(h "=h'sAwOyt؂2pJ C0TCo|ҀD$Bx@Ff۽gPdy:d/R\Y[Gg=7sxf;@PG]WߥL$P}~"|εevFcRFmyKt'=^>WJ/o࿣7-LJE,OM ȅ*X:7Š[D>P}hú"ST- $Yyxϻ򟯧\~PA1TQ?*otj9:k;3 9Jm?|](=vyrNbhP\_$u5䜟ݦP!d-Dl;Jt 4mbL$䡉.-_na%Yr+AvW@qhGߞ#n{}iX Ԙ VDF@ɨrAt#":X>;uĐ'C9/)U{hgt,!HZL-WDLQR"~=r"dA[)ѣlDT5U?-O~{﹑7#FD@׿̳$Fݾ &D{hOZ2 J=y&`#:k9D?WҴ.\O @sϖs" }F0bd)-Fثќgon3O˓& "6~8a3$Tj29oÇo+e6H)i"7B @iKںYƒt[ 9 "&fZ}`Fݳ>{g?aHz:M3Ѫ,43tS.Vk{p;Q`|lU( Ǭԃy.iYFϸf*0f. T@\Hr0zH9 2y})'X&򪛲fa#V_H n1,P]H2?zsvQddj8qTqf:(H+Of]/Iۈ'gȢ7Gz/] Fث{[@Y,:;^~Sz#F)@ bXk@>CQPC0hͫ$(_G-ZRAB]$38mZSqhA'hV| \8U%QP . 2z)H= d!rP Ͷ@ g 岢lQB8!<JŽRq*'` q|z74x 'j*O|i0`$UUyH(n4?;n*=2[g0r'Rvw_A`ͧu 0#&n:hoE _&={U2uڍc:y2@EU$|$BFF *Z RH48WOPi)5 |Q%dYpU%+$ F_+f@L+Y;_|KC5ԣo6[zMWLyA*A1UrG1` (Sh* 0O€}kNAOΌz82(]kBPs~f@<AR5Gq?P]5UE&|1!#K I) NTj4W3)Xkm$)I'8W0÷(n $ DXzmxϪgKdy+3@O0.z ]G}Nhff&Y5MAI2?E3[s 'x*Ӣ;qAUDd9j>.$U8Dn3 !~3<4繂(jSBIWpSh՘Tl4 UT` '2=ezNP?̻|uaP/EugFy P|w @5ײy_.뇮e=,a6I hc^㧿GtFϑGGF2u@*M:Y+$ 8nXz#G8=%qsGI%w M2IzK^m24s@N2O T[] GY\`""JHANHP3QPM2GL )2D%-RC@DACB̅QTSTEE-14PU:L* 8;PeT#GPLZ4 /PYlt'v2 r@ KS1 AoF7NBr@j˼dzo(At+WX%T >St$D 3#w@"+4H;=@vHN ܂Gm גX' v;^6a`a8""mKXq!Y+!$abU_œӳ1rNIIiHwIȤݖQ)}-IO GRm Q"ɍPʡZ ZrJ@*,Pr'KC2È0`Bmp>y^4 Ԍ/E백؋θ"d"&DD+9Ӝ DK 5;p(!t9گ쇇^rX?y qSnR:BI/n5TGԾfW;7%UفBK+#"_;ฑPHKѐ[(͕}=r&xHX$cĥyAө9٬tY¡w[{bb<Gl >{2 n T[ 9;:38gf[;nż 'TQbʼn.qD @+Y dj0DffM "%'Q޷>2jn($`"!F}raZ%fTjH,VY-'"g ,Fnh-.D@=˧bَr7㸋~փ#yTiZѤ1''^s0p᷻ iX`b. Ѝ2M(DgqQTFOOr~Ω?d A 0 )n̨_o)[lW{: 0?^T m{w-?&//1Co #X~b@?b e<2If<<ߘ"BWpHee! 3'|ˌzu\@?A`-T<̰*LJ;LPN 3rSVW!9GxzMs4:՝bٲᙪOƨ9y?fZo'SCCxng^DlҙXӏ$'d >ORIBEN3 <xdDre%+*"hdsQ5.?t܉$5jFn/h6qF@ ;?,Q*{&^LUZ*u14@[Ad&7OqS A=íMBpqk39sϳ`"<*3BMGr`>^{s3`hW̺v)AlBj;$!5g9B`O=ɜGAA9||Q a i_8B|Jwb`iѬ?}ouf5]5E%x.wݼ9S?.ÓDLDD2I@K R EM+Qb( h`hh(h "**hH_lQ!/o7`_sf3)A)IzD/b B~7c;I@;ND+WRU'}N= >P$#Id5 6l RB]wtKHה  *l )@P9¹通t#nX Ϧ[?NwϚA nYH׻ Olpmɹd|.[t}w;Eׯ=$R iXs;}|o1e%C#:֗{ORBl6Ն_d*#{ r `~num~ӜY'd޾Ij=*jGa4f2d ؆05y'eMƐ 0$Tqw $R_`WfnCZ\VYTQXTL?8,Xh5f>]Z wy _tU|Jy? qB[1,h9a=⿹GTe sJ(50)5%HHFopA Po (ƚ$@qK 2jY) C!K6ZuٖDR`s,Z4DaD)iDE(rKgR4iyP8q n%0' ` EB 7TJE;mFfAHE[p$_'G3ӯѩtTTMC_h) 芉jj*۪`5Q5_U" O?{($YT(0?sʲuADA1Iw]I PaG @w'".ѿws Ë~D @JA$>}6WՇb>kRPN*:j7#v)RV^Ots`[?Yو\~j#?!6Pt}<ӳğI}n "Pz`td o htA;텟_ Zhy l'zDqV}jH>=̓|g܍GJ""Ȥivf=!@ "| Qq'+\ж.Р%CNd-<r9O Y!=?'bOrd"D4B%DADCnRHUD DdjP)ACzBjg%%P5E%$ITAL R"" (5|C__!A-R4Z̔ѐ Q17XpIt3& "^)A%l-ATQER4)^>׍`\SVY8FOv@ L+(M4]AAD@%SDU]-]å(fhCoy DI@A5M`7{p4ER QU E >TMUEK$$ Q1DQAE!E JyTSTbtZFb" `h+jb\5[d$_vAؕCQEPn;;1shO4=?!k}8oՁuJJJi P( ªPC$U) QQ ZB!)JP `jP*(MgrG8S_Y1DEU4 %%Gdrh))*!J *VP3gBQJTAФE5JP&ZVh4dƨ MSH305M U ANaQCICEAB'Bc_1 ?SԷ#q\(: L!;E>lTD~B J}2ԅ%DM44BIQB44R%|( j`$f s%3SH TM4 *i% J$)"B "j&& &j- j& ` Bfh J#iKJ*(U+jEDQD4UPZ%LQQUӭULESK)""4fBڑ1AF#ENlȎV*("++ETDb+OgcPMG}َzWWռ2J?= >x_"Rc*id`T^fbB##96lCZ."C&xͧϰm`U !?Ln!령5*T#@+cLkΟAϠ?',㶢wm0>]4BRD1!%@W Ha4j) "&bJKADT4UE\a(_j ()( C LEE_gUON]! i(JJh(j`j5%1MDДPr"Z*"t05KI w1 6dR )JAAFY5j-;Q(ͣO}|Е8b3.dAbf0(1WHY0Pr' h:iCMMAEBuvFٶ)a8hN>O4ĴQ1 bwt4$FqQpQ&JVR(8ʠD(YZ04(#!R=֦C%( QED)0~30m.*b $iL egtSPa /hv?݈g3m?b_(EBOh!|C0(T O])h4"DIC,]wQփ joQ!N0W?ve_sar7DQC8e\ |G`{N7P ;g@Q,fCK$e@e1@R䖕+L0Đb &)%q:et> _`C%##ſ8, "> jZr܏֡ R,?ra 9%`8 "m"~b}ؘ= ijs=JEC9rK14pL,oQ+"+2Y*kjrrCLf-#K~O;!yt+DžB?#s"dboekr bF:p#$:Id#rr <\0,m6j D?B9\S@C: ::`h$_r/@Izא p],ET/02t,0-: :~b*Q̈́h&tX,?_=vP>`!w x7xRUրIxw(sSи[)X U3 TK "h(6?Ld`qQ݋` s 0?T}*En5>Gߊ"Eڻ`<;6?6t<&B%aBE`7$~H .,FcN%?RSϻm$K JE"& ('jd?uSMR7򜂐" v87-sjF /MKMyG?N뙼@6y"AT#[?|w$2w!)&Fr pE*zbdpHP*h 2to$Od}py FdAbW9y2J(Z@߫D;q!K@rJ)ċ)JN$)1-4!BW DO!MiDRPȞJ= ɺ_ C@)IH!PNK\O?Ͱm0+haep-4ϹPM8r*(3!>TOYP|6Cc?llE ꢅТ 4M~tD:~ 7 z0:yȍ@|K¶9>Q>dH=}rt( EN*̧̺ Ox :s41lV-Z3l_^J&pTb-R%~l M_2yh~q f@J>܀O1Ƕ -e\-iZxyhij9bηwx*piC]mg9ӷ}z|qF# Xi*f}ĎIזk?6Gy0Cɩi4j("tCG夔¥Cg3'ݵtb =CvTb$;%2jeAQQ ٕmc H"J~SykKFjkeLlDV((hfHBIsOO 5O4vɀuF$Hu1&=#NVJ g&0x*5P vȫ |w4Ãݰjq dzǑ?r7 o頀=-d6$1 =3'%cӆf?n2?Uri3yh;~'} ~rw S<P^ % " %^Ѐ S%D4<HJ~"R,]`2Kv:!&Φ21p&| :@{L"PD7n0!(@TMoW҃AC%4l1~/2B#bajJCϩS ET$Ȅ -O3ƾ|pf3s*^q})V?+>xwlYSRrztA/ ?D1^{BpҖqAp=A/{AR :/ou2Ľpskm(Ee䉁1k'(,T;haS&#Y%)y dzNJ j$J_b(#:ZDL30;[ *@ØZlc"SR7Ǣ;`bj 8zc}RmA1/WN3۷>c"Gx5pNgR )(W^ t aұ^+Z;4w\?$E-(P4KEDEU TADE- ԕ*o*<ù 0w5FsSW}<&>h&aoī|~8gvF1oF#(?{bE*Bm{5Z֤Wl5jeʰФvD@]k oTZ cQ`LD =.2#W"y|<}}mxOA=^@{ mXXZ#W,(&m," 0XGHD3H6%7 1=`*م034(P"!a(F3uz Ap) A$vM*ؒ,ʠIU$(M Z*Ď){b0D wM}؃0% %,UL4Τ\h $ĊE_Goz{E1$PtN׍ h,I $<7[!7蘁@n D@pv0C say@x!AKFAC7z'EQ!_ܓ0{^4/qOQ9qPoSH6AĪb$^ JPU$'.ve@k;udcoNQ+:>cIMkGыs3W#)$ UהhwN"PЅ HD(^t!CIHv. ( T]ӨBc!P}MPk'+` <@&2%ȹH65_} V,¡U=Llg,˼jCd0@i*2s.  $1J$ƌG9qpA۸x <>|:DQLU!KOCA8gk-)՛>ҭf`Gc9 Z\%L)QF`' sրYnC KEHtCB{JĦAIܹGy|rEu7lۖke7}!`ۏ;!s !ΖTKw6PD|fNҼnc$;| 9ekݿWDzXtSᄎi d]= 7xǑ>=a(i@:HMR"PA' @bR!iR톨 Iv@ ](sP!Rҝ#Ľ'I)TRN1$}O%4SO1k#@l䉪JT.GkWãCt@'FKd4 FIй,D}LH:HzZO`jy>wE mBdoZ̩G; x{>ʀvו˪!ER((((p!ԆAACG'X<ya`e|}0߳pz-DD5PAD!D 3 .<\~)H\'D]IǬգ̓"W_w1/!}j _UHA>)񦯁7# O,ҫ'&<@Ӯ8dNPҊ=P>NoDRQBDz˝`xTuCJAA 4NU@LDcPg-VE'\ƠrnR Wdd3Dx ]Isl'i|p8k5.&~)i PP0P~}W+/" %fzKDEA(;יG3?Oa;h騤pZ&*VN2E()X7OpTy+=+×ÓuxvP}_*S q_!(yqs3O Z7't $y!a6Ow=~L >EP:Jj@O89py玛(tEyXYe7 ە̦T@@b BJH*C@S)fh)i~, \FC?p̋{FqA1;=`%Ⰶ]t(;_L~U#]l,6pGtcr%o+A@4RAI$-  1SšOMBSB#D)((P(#:ԎOAXj]Rt/*G:;40Fw BFwm@I;.=Ҙ[_1AEa*,.ņt(Rn81Fdی/%EX!s>0PD@ mT `aK)QUATyv-fb ?"L,FLfcT`ch(N6\@h 0q:C)ֲMX \}nӣ*!^ǫ>?9CYlw\g1zezq|1q̱9'sW5N씄Ja&E(}!4 Eq҄P [) JYR"4(hӌZf)c5U@!,@M ܈7(֊)nbCO˄dzj37k1<baySɟqːQTMQICzy816LA^=5eN11Lk&΃4MA4(ivN`LIK(٢Mh/IDM!Q 0h |LSBQK:! AAq e`jBt&bi("`R=e(V?Ph~REUd`dEHy[ӈfbP)VFe)7O4@!9"R?wX !" ATP@D@@I.:u*g._~sQ_:[wR !`) „MX."į0֦\RHT?lm]l |w0uyAH 1h90so34$I`ߡLBpu*pZD%ޠV ؒ`H9x]*& QV4KzMuA3o/Tfn6,弗T]LJ84 [<\< IKkc,#(OR'IbTEH0!Ct89)Z "JB(}e%q<_^mAg ~;#z}2ͦ`=~ko@1=D9%#嬡9`fҽJ:&P j=*B7 :@PPId&K̹z"|X%C}ZgC}/osډ1%wǪ/+VARK C1C@D/>O@RQU35{O0^?"!@)U$ DS44D2@FRt E2K#@-,d_<tD3TRKIdI*Z4X˝iMEA4DMpRTP SE4% LOeKT$Ijʛp"C"x`i%+ 8MD_H52ՈY{05!ަMvt>kkzx;mmlad"Q<98('p|%heMJu qFM|6ߞіݑGI(6Ԯޘ!\|=|g`!xNW|>AYpMjD*QݦIJg.$9yҞƽg_>Tާ>!̎R:Oѩ!SL4k(^ ;cqdËOI@>lR!<2uPIB 4B4@$Xf?q 94&îآCN{08{!'ӦF15eݳoDOհP`DbbJiH%Ie~%Ԟ h I!%` 3$ǘ#!.a.W P.hF" F(ľmؼKQ4|M4;9H5,EKTl1ˤ;gH ıD38ʅ/|%#E4ERJQIBQKE4QBSBJBRREJB% LA4EE! Ш lsf!DYvkYmrcl*ƣR- qUl<XV!jHRCaz %PqTљ IWPa5̛2J 5ܕYLGT c@\ȹ6j={,8o.,ke])F028P4FAyrY3`TU i+bL*EC 3H&h QZ"X77U2`46m &@75eaN1s ISY'{Ibza$<׭55̃tbxGNvjprtpˋSg;'yHt{JWfQd]% D uƙS6ڈHUR(ۍul㱥%9 1Tω $X0:'3qVG$(^x85-e,8P(CA3PB<?^*e"$AT.zcj{c`8MDC)w~`m8w㧧=7~"@qSm0Ma֭tAd!8B;lX*U7mEӦؙ6PQR#"cVִgDPUDMPv14Z5$D1QQXfy%NH 4B*"$qKRbq N: 0Ltu]-kyE0APM(ƓN&=N@ ` oy %at+A쎟e@jZ&~DG<:.0_$~I_8Ђ)ٳ(6<7S댨Txnկ&d~B3ݶKP` ǐ{L$>xU*dQLv+ψxJ||v>g>㭋.XPeDQ'@?]uе:޺SaAb{eh>{etkE!woi FHi~x>ApkˁFt5G /8kZ#,0wy*U|r Htu wy~A~^CGkAhĆ9׮{4Bs+T,@lh|0 HyB*!}hާQdPBwtD?4F)t`t4 H)j6 I)<ȓ%-uQE"%DSAITilJzg# Iwxhx~G 40=md}GJ"SOB~o~_$}W_???/?sקO7}?{o?/g7.S7v_~G|??G???J?̟g +Ԇ"bDN?~Ɣ[:;+Tg##Q:{Ÿ^:kp(yʒ&9/WN'9Dx37D<w  G 2QJi-`@vC R=%ۻi @"P ?I_@8Dԗq 4 @UɄG(r^<*\F5j(u&E-"z mvة0aEzI% ):.@9 j:<]As9 XP6j1y.%.FȬ 6b VQq)n51Ħ:uQL1]8^xAx(Jy(jta `+I < tR4#H@*"<  8qJʝmd rJ_@)֚@qr(֝j!ҎDҚR$(ܟQ`]ʞHEOH 'HWI5xw;)JW~o!D5IO 05:ቭ hv}dHPJӛ0{r;FQx9Ti_{7Ep3ŀ󏧘z{Oj_dASݱ mZ6st$Q?5d E W 1Ӛq0D?(=Ҫ~; icq&9(%)AvB ]\T/Ow6);^z3izM>tfd_}*tS R37-1|إ(e4 RQTD,It%*4b]("@Ӛ@.rwVIAdg&>*l.ȁP  )BŖ.*-CxrՍo>S[BU='$`ra~4AAVF"bzO,'Nxy!-wREw'mȃ"k` [D䢌P_Cd;QQF*! CDL&/0F0X d L 9+ IԲ*XF 9) >I1Tq8adJ-TCQi֟P .#Bi/s1I @"P9`4E4 qR(3PE Q+=<69(7x2㹥Lz`[:t`|q{>Hb =) >!EQmPFbOL~&|x(tF!yi)z耰0) 0ԡLxJԥGUTM̰+u,m%U*#X+1eɐz> aHc*y@{ܣE: P,CJF"{y0=̮e_Jw_5J ߭=J1UN"a_%Wv+c+.e_xx'<=C̝h֭Ja!ˌ8>^* "Ԕ`x+/^G|gVz2TO}agnv= /'RIPPF=hX c8i)kŠHfI3 L^ڄ!@PRxʁ`x`é@Nj PTTm(>T*ӞCsRTa'ДV6g4H,!,D5B>jh(FhCB5'Gd}*L)p-{p (},ruxþ\*%Z}OC.m;l9)ǍEv}{zZL+`w0LsM<6ClaXEw^~*Dny}b]ω=U">5X./|<;N! $L<kIQk939++Y%ERAP\ofk[ߞ>? .L~YX+D0mh//mX71N!&ts3sx&f J6ZfI2Jf v 'Jt SGdQy;2@ݠ(A13=bt-h&&`( C?N~ n𖓥4RPP-Ca+X%j:1߲$} O!bO쐐r/bZ0X!;HILNPd"¢r[nMF'e21yrfNzѬ{!Vlꯍ砸lxgsBXd2%ڊw(HXuTzK={: XƏ(x% !  Lq D4u94t=b%(Nz(} փON) Q"R@tin> ϏN[auaaQ?Oerkӎ8ώ 'r`CF%#Q)>KAҴ}lzr~Ơ9g!qӬ@fa0u+غl"T(F:M;5"x/@NHnž2'|Iqoruˆ.Bk s'K3SY"ii-֮3DR;$8SEM- M9 *xBj rFURK< 65ZPMǬW4䨫5=F+4vӞ"K؜/WN#QnhWn h* (V-UECU@,PP*P4%%@ @#] H{BH@)H9DZ\fb݄ 2tQ D "p>>>jF{ W]d!u7z,%bl[ذ˨hk(`61lN0c:+4mh0Qua 3:z Taˣk5Hi d*:1؍@1-&:8F(44MLSASM4HPLK "P&6LŒS2b0Qb(.6muZV4Ao.0c"pjE!Nv0t043DuA eG& 3^r∑)N5 cmgOV1ӂ[*MƴM\;gSGt(@PgFBs<둟:RO5A<%<@#X=ФC?w.p<Ùܜo9< Б:H#awZxN-ԠR Co~_b?3d>atW*+ێ./ ԛ`a0L%LLT&LpHOְf8c|v/[ Z.Ꞿ^^|HCF RcThK.1NedQ0$ADQ`| /YڍRS(V!o4t[8˞O#i8/B=)*tGgH itT!!(沄q$^PPpqאq}6#BQK0rixzNX 5v%O&M+6^d9 j%啖)ױ{ӧ9_Bzm PY:R3 gv=)/w[V_p䤘x|*~oVm͇lWm_+`M R&Ҕ%#ABQGP=;)M?+m) gDmYbG9auuA^Cܳ Ὧv OO#04w=јY<`ƨfT_\&-  sD0]Cןls:Z3ͱ:(>]$)< EZ (#čJH"˝#8KT 759r`{aBTETҁj}:h|ɍ_{t=P%ٍ`'shT;̂:A^a]u䊒)Y:Hр_~>`2mU w'y57f[%=!{c #ܤ3ʲ<^Y>1"P Ǹ>9ΙY_ &> T`tegxGOj9\؍,i r`7p w&EGxDa }29'=)9>I>:bFfdC "RD)JPPoa $%bzIqD0aܴ&K0BoyӼ6p82GֳgC(P0`l5`G8@P!.~t/P%JYBHĺbbϝ]-Xg2.b'A8 F eТLqSS'zrGw{AOSծ24QZ +F&(H3g E\AABG9 OP,IqNw`҈~ z}G`߯G}@Z@߾ZLl8@lo w.x !S5sT =ʜ `d}vVR=}]}V !K~ߪukF;&:W}ԆQ޽eHi {k|L5X-tYa qivC^Gȍ*=w'Y0ؠ4$QEx,H13wtۂ1 WK*A&ߌj_T=&әkr1G @-ܱ|7*`xA=#HBFl-\ N f!TnsYׁPUԉ riBHN{fK i1"R#y-@eS#r 8`t@ʿ҉#f% >>C#TcbnsFVw6Uxڑ%s";]crm󅺕CGJ%G¼HJ3#r(ǯnZ:8@qa( ZjLZAlT8Qۦ'n>bo}.Cٍ2އWB.ouq9Ӊ Uz_= pK^a:]1Dl}BmVed+ya7 C:hKz hBr]u: w6.; \{ =b03aNݡc-,Gm*jN\,V8LMY$:@tD!C >(DK$8ڨ1&33ם 6:;p$4)@HY  ٲ6~\u!`" u~ uz ([.ԒAѠ@UgBu$02&Ң~x`x/j}HDamaϟ0}w ShYT+ =7=Tb;!ad  ƁMgK&ADBCSR(W]2\;y]7#F wbK~|`|nB)Z^e@Qp;jD^İv. c ύ__tr=d"wﳖa]xxmKLh>N1`#CHzLIP!҆f ]>=fvl0;6Y&ƈ*m'N}93IôGP@ԀZv‚^WRnJ3YVT CTY}O).ZPj H(,C[Jf_ӽz !ڊx%3G/j:8)1e"FH$ ci;jN_wr'm17 kz0f ^Uzf#d]LPjF3j~朏L@Z^= r}B>;# [O<9.,ݘV $${~8T+t1֜}lǵ&ТCshykdN12#-"a0HŞ)6xʀq^Lk % IQNK 9\ gs1DR _dhE Vaz0LT'A2jϏB?W( 0H-%X{~h\#R<5^&ud(0Dd& 1"$@L>`_^ztHA B0i ^%q]aAUVdy_F2!} JhCTpӼ\ d/} # kߜ=VKC mvD(.8oLjY~yfZw вy0.+ʶTG-r  /GE 1@ďq1z y`w>!y'ߖu I؈<"H#ŽG#o'V 8qG R(@28PMd0 V.j)r@ LX\T[~P@z"q5z/RC%QϤ[Wl:@a0$z@2zf:`0bO 5PJvHS$u"?&o 7n{=zI NW1dQe Iכ`#<@ I䮜ul1EL|A8##~Zux2|g3'nDzja${(f(#1K^ mH;"cw=\Ǥ#^AFW$*twH3MLU|@EnҨF8'WF/ű<*Rf؅Qτpgk^Ez'r!N 8, ˍѮ5"ޅ#U 38ނ A x2(Uve\f"M.+sUZc}:gHY>yysu*N(#рID2ڬ*0~w"ئww[ ͽR\,nAZ3=wo͉(}Qeҁ=a}ugr;6ޟAeA*",bY[#MYD"ƭ]\/@K ד2{" ^3@M\36-EQV)ZXd~g:X=DQ܄g$ΘFB(svyԅzB[ceLLlVѣx4j(]ؑD#b |xc2 r<.|I' h 33$!'}f 4=``I;ԮWc,0gE 8Η+3|fa ckSR&7`kB k_RY_QCOxu]Ő8bbL0"cK,b/ =!k0>0 ?@{)wUbB(ϘWm1kηtS=!mIT9!G {(16!cb:]|?BJA@3&`3H2U1 IE}Bv[-[T?o|]+Y|vTPg&f`uGL[) rE,~K&I$F (Ȃ0XfF^K"3:@:J+YBv >, 5< dحmDkc6'ЖC%12gصVM%iY>5f%#^wY=wf`33 9w-룭#Ըδ%F. ۱#مL8Aw';T͆H\ ϽK>t5:<9%: ^a:ydäy$jg4 Cj saqn͓SRw9SXm(<y:@x3e߫vDEߊFH9 s9107=g TNSB$qHXquھk)9Y&`*g^CHXs0밣'H Ɂ>_^loe.Ǖ` | b@]X] @L% 6+I b?"#q_DQI= u!]hP,_ZgP4 5Lk:iQHƪc0LpL8힭'gK A쏙}3揰u #FƋCˉڊ՜ӝin| 6it2`J9:/h22c bѡt.z J0=iZ&1;"@xS zPqAUMfeS Rr) DTM140v@Nr6STK@bܿ#} pXcGGL@!83'xo>5f6I鬘=fPh3{Î[ {K> !D0NCUqOCz>~rtrr6`B6?šx4B:4y{1枋7bP0>yN-̧k~ADX#r&hy1|8 [YԤ4 " o a]#BCu^#pjw )@  2C(P~!cJ~9 CFt83 h{XfJ(94(81ECj胬o25G94iVAZѺQ,(EWz  b\ԏ>."adߌEXI ~VPupjOXety"dqő$aK{tdxY郡scN7?:S>q{ B`b?Pby&HsԄOM20 $4O=}]r $$h5a[YzeI1/נۚQ<Wn3?Ca@B]eZR0 YItC,籾R\* {a/o%O-*l:[^FڀԓKz7WH83FF13d`Gò0n0+H!ȒH8@#A}W؉LwnH¾mHBSg#XXET0S4s()vb!-$B 4J mU`w0R&Yy+)N`3!p7֤]=lG6T{GQHcds"5uPs:χKP0I<]YP,XkaTv{[Cb 8c3`)I<0ǁeDL*='=D?QI #ݾ7uaG8i̓è4ZHO9 YR>=T0 ?BBuP470-!dhH;nO|u͡v~3d"5w_hxٴȓu6mYd WwfۈT6!bP1T$Ue,;:, DƓ+lvF6T*|t͇H(hZ*HAvboy}RRyv1!O#F2t Tcѻ("hbrƶZ6uEEN+4aj:5,vqݘ8?^<C2N;!_>!H/+!"вvʰ7[:*[C7[ST9h>^cd3h:^vc1[`-"I!>1x9bGaŞE'Gө\q]k7g6z`yMf0$WW4ipiA2Saق+ *gFEkK>#sf,u[d/ts^`}6O?G֣:y!hP;:! !"fNkJDӀ^JPzBtl-% XؠA4(BLQ%ϩ G 0Bֳ4 @M$[ $[0LQ $uV}!$I-uӈD|%Ƽ6@H@UbZB|VABt9su 'Q%A=FSsgp7?Nax@c <3UΏ]ԍn{_<7\Eex`*Vmϙ#BVڕgOw< ❒3)&n{~vD5@wBm kD$Rh$ Կ+sA6ϋ4{*ݚC)PsR=*ق*l<5bk:/脓н \$4'ܻksڟfeDx@ {;V@-#I2ni |K$K\ k9 &]5a=cӏfIb4YGTѩAj$Q޵ݍ H|sk5o7WPxl35#tq~w-kǦ/X# x*vHOTvCQ} pOqsKD>@e#JVِRhÑIKccL ) KseϼE3!QDDUIq"p"2Q0>)(K u':؜pd)Q |h. SP4FJf(7S_&d<1!7lӠPy!"Ch$=GX # t7x{Ec: %L $FX)J(D]KB|?~?O[D(%Q"9AS?#JOݦ( Bnw@pTMPP\IAJlyx= yy"4"yx>=]lJ$JHR>Uㆅq_I 9 {M SYBِ{6'#~{xR|l\iȉԎRg g %S+׾56YWkR>@S%%@@R޽;HR#Gy(Q6'?,ހ}eq!ڀ_w\0dTSuo#?yg8PppDNQ5}x7s?yy;bYc|a\a]?_|TS0(%9]O"6ծu (&`~䛰j-i4 D Kfh( ,% ()i j&!3", )GÃ% JRPHRDg<0 Q>Ǐ;ͿY*W"Բ'ӳ$LFDqTA/HEzNPi{ۘ@A C0=4t<`'+DYDiF|:ӝ J̑`hRSbh r^!OE@ g\N3wRkX xiI2DRY*tn ??<W ~@CrWUŁu K6`B@QϷ2uz hW-"hvH}a/uQ) A1 !U+%~3}(8oz!Y6'Ha-]*sצ_H/PHj2k?c;7ܝHDPj_ yAx:XvGlݹ!qÙi]w=9&3机I@ЛSnC[_!x$![dMa4Z/>YjC4E:,,nȒ5s`ҧ2~דxRfy5QLH2Hikw[DX= _3"ǬJ>x~R Aϟ,3e:`\8N8#GG]v8>ʛvdpK'4J|A@a[( Tҭ*R/ypHQHqI2E*.;|h(@9bbnXyV%/<|`ДbR% ZBO(@!G*(D2R}͎ 4GEwj= xb$}3fE T%NВ.h˿W򘑥v(K851&&ʣ<1vːaX(Cԑ9֌<$`lEb6"y~w;=u'˭J;ǝތg[hI<\JOu4'tt.,gz=D9Yq*cQ~1)啡t`V,vjGOp\1L;DRWvl:[48DuJ~ЧڡLNv`x<LpFǵPv5baTS@צȟFvBdJ ғᩫ|HE=͍>0qy|-eh--Z7_#Rw0J -3?[~0gW>ԩȢ PHhD LY 4wrSn%kc;M=!ANC?S&ؘb=^* X:dnC Bϣ,v)%r(UP%N룅8?$1䎮𹃀Ccz' PbD iߡĔ^4قJQF^4P7>?=w~eiZBd7!z~UEa3s (C٠rH2A0`.ȉĆ˞a>5꽨g)F*<̈́m}cpU20ASNl14@F=MqI3Jcz}ll׊AJ5[Jh8 _u|ZƎp,ߩ^hM1.G<d $W]ģCcc !,lep\7 ^e9T5@6=!&;U('Z5"Lμo8L]wʠRF`Z\0fk;5bZu"Qr^Ԟ.oL}fHӴ>HO Wȵi: s]>\霳ٴ(n F L >/Žk@ -o ػg*)lXQkiFUn )l)^5wc{pPZ&E̦FG$ iw4)B6Qs, HyZ-Xxߕ~ߪ#MbӎoՆZ冶GfpP\}|##5o'[ zu]V_Yij OQgQͯ5#\+:FHP &@E$G ,_:B ;D񸚰;h)w)׮Hx8<Nx%z6FxRty)utʓ&QMQڹ{\&5jVޚ:cs}P׭ϭRS5V߫7]'wOGꊞ?R--NX{ >wrc;NV@k&~i"4DDFCh7鳣q#v(o"]iM"܌WX-6 `:a_Jjhg^$O>-B"rӆ 8WOtC6ɩG_<|J32Sd,k5+f{<iƟ*>3`Dip>dή(WH@RA#ى$HC"X-vV6{8E= V.lPLwIНxD2&MU`*^jrUZlS?kt_:9(p{R@ 7_v/WT9}*qBW3].w֎ښxw thlV=fyuI|[.NL^^ֲWXA/j̉6@ÿ* Xګҽyԋ޺3ǙWIY~.$ c0Ab su5Wc8L$iryw= Pc2"LH;(& 0jtD3vnZzlniI o OГpwQA)P7nbW?XTKGCҠJ~Dx$_jz:fSH~]N5#h_,F33jŧIƴk2T' URVd4&!O,baiF)ih)h%(LyꈭjӥdTCF̑AoaST'% YZ( JcrSF@D!@@]%2 {6'ͫQ$xRˤf<>~3]q:2Hp8\5P0| H)XYsc%6J@%| ¼\xڲ 9yo- pJTQæTdѣƾ>myj*ˈCqq0S4%EQ4QT]A܇BlV9*h EP~߷A#Լ0Ȫ*8 ~au)UUUEA#DSP2QE2IAPT"(&h~"e"R$"i{kzǶJ @>QPJ@*h$a'J.@pSj|v%J a`W) *tC`}'qd!%CIFKΏ$%k[a%@\oI(A%:!^.ADS~6KD!<JJYN'hddH i (((**"& "b" )J@)Zb  %&hBRX %EH,J4 4PRAD!HDR35$@Są0DlPq®og>{.kr;ST֒hE9OO;_]Ԛw.4{q>CJs @kX4d< x xʍɒi9sH-^h)6D㪇l~폨 AAJ&nD9d aR) pl'AM~qbxs~QĀd# sC|{[LE VA V5X>x Z M~J[*B))M5|mi tN@QBnJKAA24P4J!))J ZZHO "ә~G<|2x꧑<38m(hEb|Otqy!)p9w2,3`(xr{UN'f5UFT.8s|P_ղ-%k DKJj2{FKK@rNlP-PѤTm8;K}hj`!э ײP$JG%cyǤjAbBBZ%`Nbjz y H 3@vR@9 P2(R H!fYlRږMe+F 0u"b|w%;8R|l!B3afqlPfu%y(_40K,PA0g,30X(O%F$2kr $:~$a,A DMD3%NK{R4Pt8آ50@b "B@: &.{C<ˌ:?O\ԏ|z1 :(N\? W7z#RwMNn[QwL,٦f%-εW} )䡿4vDnINŸckZbRѺW(5pkBLJNj, qXNu@>/L2Fx(yF_Z^Qǚ$RW5gZ0*$nht hȦ$FV{̸qOeL5 Sh[&p&a 0d\i 3Ѳ#xlMzczr5w$YҢH;0Q$>"xO9NG x/ch]w/|?% סD8$BLQr=!I@>ZU$c 8EgkcՎi k5IG9Ky%4O '8]Bh=(ΊAH-:l6X2hIFvh 1DElQmi]8`Rփ>c:sSNш-=8yNh%ص (uc6i35VM#I6`5DM:M7`14Hi-6+#@*L#`-ACR-J$\2Lym԰QM&S3xȞ#3/<Vr ! @3IUI 7~"x((l>N~Z}@*!y6,J+ K3@A1%x/Lsz/c<3QB}/2 _P(Fxǘr٭zَ %CUBk1 H@A1R4+8H,8Z:Sg>~i11(,Pd7dMJSBS3+ ykgG1j:k;;i?N /J0@qZk8!ui`:SR XOYFe  +y5nr\4磤-|tiiikԛy39,.'[wbHZ"(Y:yζ;B@^_F>, sY@ǩ`=4" pȒH) H(I(Rh`(2R߶!- *PĞ}<P\TPMi TPd$B- 4#@/$i@iQs/BR$TD99r-7; PW )Ri J"y #^&oq 6? ¥ڍN[ǝ0ur7eb)7>op>6EY14'pϜuIMzcx!z=c '2:al,lx@vCBP|L?;_C=tzHq훋Hq Dy:Gx#}s{:ϭ]r͍}.нp9Hy:*J ) - C(M_vR"S@ľƔ玦I[ vP>|ȧhbЅDj CP)QT1߹<^ui=< ~,!C<-AAa ?H VPQO%Q O))y ZJZG@B"RP5Ć DZZӱED--#@(^9EPP+J4 SO2(]6aZ)FBY"bBbF))bEaZQiP6pH>gtl៏r=*=@i0KG~ZhZ,3&FoCH'(yHqg&&M©Jг /'* aM@iDJ$B'HR(?l@2$HLD@aLl v@@'(JM!'B!J(D1@q&NQ+R|Bdy )%Rlbi 9$aܘC"h)C)@2y|&$~;~iXJ5v6_`9Kt HA'F'w=&`sI-ztP?_ªiC%!USA(˰j%4Pj#A *jJhXB[8ht$DĤ#QHR̅oMk58m+AZyYIc!}t?FREޗ̏N^+Hx=9Z$7S@ (.gmTQ8@R#! rih hJA|C9*X]flH."iP2@dECiɌx>!, Hj좨*6{ zT PAHoOGY=::݃Kc<'L'ĥ9p6?1%*aMD(ۉPW?ΧG~eYpnztG߇ {">O(CAj(h9AalZ=#nobmp'w}ym'E ʊj$%$eJSVd;!KG 4f֝H kE\A䘁L/}xܖ|L8 1q֚A:U?lGfH(CBxզ I(""j;kƨb LD1cq"M䘒`i\ZPz$t8h(lRP[h0%CG34đ*SIJbGT5`B(1jJ1(h.ƕZh8[gITJ(XݗU,g&0y$(`o5v1Nœ3DEgR'% !&TTR kED1 Fê*j mQ$Wn0:)(*jO3)̚IRth4 .JbGi&RNw Jb T֊5("-FW%"3nҢ6(#i4/lIYRKH_Ǟt62(zc0bUQjuڙVjXUC63o w|0rg `0I@lR/U Iߍz=$h@"cuaDf3?B%v9 b)V$rC^B@)F ) Yu{gFBХ4ЃJ7<S޲IFxKJPP 4 P 1B%4 _5(Dh DT))i)JEV"i&TԦyT p3)E\SߡvWtC]M3i hT^/DM&vKb,3mZljZ)4D҅4X h3$NH b;RFMDX0jkCEf1MFJĚ8mNZZ)YXQ Hp ҅"%P DF S@H<0t>&~ckA2 Db ՘8B$)ba"i'<y01a7 qJHSID$BRHL36)T  @UAMTS4JCG^ rrDM 1U AT4REW-nYўb8܃n"vN'񅦚9[ a!X*J͈6ADwCniC҂ I% (!eb(e*!I*J!b H"( ZHb&! hZ"(i!RJH (`*I "H!(FJj$ b%Ja* Ί""J H " m$TLILE@c4R5z=߶Tx\%wy x>@PCKm}鋽W t)* ZHh(d7`2G8_A^@_~[F=MCH)J(N|H!޸Hȡ0r ,;l O.HuZ ((JiCׇ\0qSB&tDP yo]k` ^I"#dg KC="} @p~$X/0ɵ s2Mn2*`kƓr]H>) ?7[ƣ#+[9 SZuW/B>uK&1:7'>'G,S!fGp"UFDU X1@b"|h!b lL Qv,bQ}՘Y͓&8[f" 5urDW KR@zJ~Jd6[")(!z@ iFEyIae1Hjc_'PD P#! J\n@~S'"^I"($Jc\ƐC7h|kݳO@2}So[>ojveaWnF=>::Ac RjUD||8 όR1lHheBػtTœ1S0w4bǕ+ar ԪKR69_59b` @,{ntk5v H6yV> "K(BWLΥ~~e:dfI5# :Sn|8#/C'U Ga͆Lִu7Ä㓓tP%$A H AԩIMkww9q80/G o3߫\ â(iN^.~x} i5`j]FKb6M.q:l &))O 90v6,Dm'iu!:qx`pq֦9,3)l{Qu }z">?ք{1)B?P[HԊYS>V( B_~H=N ~h||2ye")9fIօJ-tIHc캈gvXb;P4U#|l~f*dhgRN:,CׅE=k]͞X+ yQ $BY/hJ} `ؤJ ):e;<␠ꖙb&!9 N?8EGT^Agt4(i*&N5)T!w1j l)Čq"TrAQ QIwk'Z ơLi`*`?Tঐ6b?.6?:猵[q MA@s=%ļAAy@XJdݺ0 CA4墔szm&GJ\ZC0xRM:,96, ww rx2|Rei S -աcDUTeVLOR40|ТՒzqjRQbPa9'?2zsʅ`-! @ JK2v Դ@4!)mS@}|ZS@h t'@$ rLMHWbMn>~E\) 36k`(PHyBf/؀W7s X?c qhRm%.,f?%;/:Z?\5(IŨW , *ZJ_vN>a30R4$_mj" 0@jHk 6L_ t).HasM>Ÿܠ1{buHHEMTl[>ӲS@4 (RiteIJ`!hGcsqƐ(a @ CvL@2<Ƈ*!HDuzp* vC 1-زt. Vh& _vոi"!$jh6{_A$G& 4(38 Š n}Y5+t{ÔR|\ҝ߆ @RR14-U^hR#MGQ]PG̣*?{HMl7̛ ZBdrZ\t" Cwbz[u}[9i`}sz(>~P̋|J mΌ/Glz "j6@@ TeŞ>ډ: 9.ry#ҏ6#\ ;hl5ARQ 4c,D\ YXswKwq?3,c:ǹu|{ZВPl%g#U\YҏWԦ*ܙZ& dgCSdE0G\ز3fC$5e4n|*BɲwN"%pu(j I6;o47M)]L:SRl0j0nti P $H_sbDfK4l& `~&]`(Iutet5G# >T1@{WwĀPTNJ1p,xu<{REcgoM|GޗfND.1$H,Cjzjhhƈ8@A @%58* <@|ȐI-\kjub[ۨ:00G\P.S!.prhٔ/`OcGS˃ YoNx'Qbs~o(W&oi'&`%IV:ф &0 NWh #BAuSB6HF.D*`Zc"3=U:k]OyOzʾ)T4*\WϫyXֱ AAC9#M:!lRx{vk+qyx~T)nĊ'j`pqS{8CDD;y{O(o~d돼8Q۽Kv/ 2CI@hS*hV)(iZȥh?!h>8:9'tM4-Q<;d3dqSQ Q"` ӌ >}r)|M TAAߦk)lSN3QF]T1_@s!d?D}Ed\ڮ3C'g>OJChXfr>E@5:I7PF5Pݺ&1vȏ ];ڗx_ܨtg'|D- @E@AMQAQP4T)IJPД&Q !HH!H4RR4@!]!H((U)iV XJE'B3ҙRihH&*JfB) (J&ZZ"F(JPH"HJB ^ATM,BPҍ4R!) )" Q iZh QERR4DJQGC &b"@)(bY ZJhh* BhRi"b)("FJ H) bA`(H(*(&((Ib&B " :q EP)Г4 ISA*`CC") &ҟZvbf cnNS~JhFذmtk]sIn`R`;7uSg~?0$a!JLb ;b#^"R(&1& CJ4*4R"q3-#T%5%5n+2`n*l@p8_#B fNpWML @#T-LHJS4#H ER2_ۍnri2@)BJL@ $ h  m2@"(HSLJh6!bQ:P!& XPh JP4ft8 P"HNIRH DDt-)0Hk$hMR- FiSd3)HPU$E&JVR  TX&:qLKLJFHh0N4TPD衠hLTL$3P1LIrI2AAlPB,@446bhJ j1B|FBf*%I]}|33v3&警/u `w>0>Ɋtu4:OSX4%MI Xhϯ<.˙(h_YW*o g,;G[xˡ‰ ` \Έ2rfbChw7 ;v֓B0+̓ gX35zOTCVrJ bhCJS`((4CM4 >f8쓴wdSN|a !AcJbe&ʣtz|eJ*&(UHQS[&Ԓ1"Pm  O ^`8fH@(@@&>˛;XD^8Do}3ڰRKH\`P'X6]v X`};OLh{i5}AipVnBwj,+IB72?`p2qnȎ= z0'd>zt}']?;2Xiu[a]7i&܈h:q|)Ġǻ<`/%)Vǧ}(4HM ЀR*/1(z8TFj`R!rt2  H1XӾ%MhI͢1UiOdݭEhSa 2T*-ڄx$RIDҐ)>Ŗwv<~cssFrގ1w=0!|*I "czCS asM}MO`KǑJX~H*?N/ہs"_gg;?3ڏ(Ls()ư BC{!a1;ScAL >*#GxDvf EX]B-%%4orA>\Bs=/hb >zA%RVzB"'F!C4XpZ5 y=/ga3\ىTē|+m]z [4Wɤ?zypGF}z%e(+%|$[e_w!VJD8uxodyaW#"l!І lyiS=@GPjvt6r~'jS͔8 sA(Jac vnnOq0ن-Qa 20 9YDV-s9~23HϦv"rZ?rz|OllXa$>"9n$rh QyJ<?ڵ>2LjxX< gXO[Ex{NS#:rOŒ_gѓ x*j=aYw'jm]L:-;Y>$jвH!`IC|y?,48>uck2b+,"qdHu,+Ԝ'1>>{; AU_[ԜᖅboJQ5`ւdXJa93)l5;BԚ#ғL0ȺdX4[S1o Ȟ;vO )<̕3^~)OjrPdzQVЪsh"ȌT-}"0$%N&Eua'4ޡu&M%X~~>BCϞk YV >9DQcwCE_k{]D*b0\ddjQH(d$ [[)l}c/Gp Hh@]N}bxSrnxL8})ę2Ǡ*3DV^bɁc kˆc1ۯғz@6 S8a˻Q]rܞpQP60(*S:)ɈM@JeN)" d~>ܗ:ۆrx2/9=b*@Xh( s?TI✱_|R%3 ĀSBA@R;`dQ' OAэ_gF20k9 OV/2sQa@!?y̻UEbDH7zmz#}NTUU߯3S:$#ݭP0{6c̫ APu#iŹ(@P@SÒ:Y ,ٛC2H}9= 9@/X; _mš{ӼЂ|K\6@PROx$~af36bmTMQ:I<=Oښj[Tu:<37&.eeyK7R3mA4TFm4aHyAJ)!DYPPC~|5/GBd1IppLg0)R/-TН,4%dSD1$rzgg꒑`Ꝥa. R{ AAS&w:n#qyكk䇎>@}v2 Nk=G܈GT! K%$G?03G~x}y9Dӱ_ p8 9􎓌PSKfC* %*(qC4CQ:%r'Iѩ?w|}/=h4YmlH\ ˱S]7Ĩ3wm{ <9yEy-`U+ImC6+j_wnl9dC:!bQD* i%ZQZiQZP!PX gˀj8a0૊#-IJz?U{kBN-iEoGaCְ=||NcOV.ҊcNVl"jCl6w㇘o[z,E"׿΃R 2t3)6{&?hH (O@Hi`Hb,u8BĀ@(\YE_Ô 4>YwS(sujMES{ϼ}6rs}Ƥ>9afk]Н%|Y݈?N]I8B=t¢whƒEj2m ~ϻTs4'{$ ݞg39κ}S@4HQ)RK,0(' Mg_;Χ@^>>N~ZE C ` 4`܄6, ݰ@o?EXfp*P?g\Wݽ;&yMnxp~rJ+F1<$)(CDR!Ns@Q@b,R. fq7?p~"ڈ#0:nw?0#ٰ;(>\Tz'.=aX- 9foo) spr) *C A8iYɈQ)DPޛIn=Јp]M~ 2_ vp'0y5V?ceO%*TJ(4aҳ=C1.řhIP Cc1|4'=53;r9"n2"EA!P} L Lx`@tnS雙DZPqtϙ`u EA (:\x^T!&;Um 4B ""52(b{AA8Ws  ovEbi 46[߭9$@Th?}:!/ԭª[t8`" ?ƍ H1bR,M{s\uGJQ!R j7V`pM\P*TąөC28-na.mETN5L&ܐ$X%Qw$+@u],*FJJL l,(*er[o3|E,!ULcuhTe(Dp:l̩"- o[ _W29(ƩT>\l>">wt>_ yv\3~zx>V60wqk4k.~9oK@{Glc㜻˕@d A+$-@ i)fR&aeO$ Ͽ:`QVMU-+MBj YHwW6nw>Je &Zlzw-%4l :cp*3aPd@"8Sky`N0;0) B &1h.-8ha3I8b wJ.㗪?e|5tb>OX zbf 5*_xqh GG4Fsw (joIȅNxyYJ\ ;|d^{/uaߗC|zKu*1 o$Z:ςZpZ~?;[|A֑4NZ6KE'O'=u oQLU6ʒ60U sYe`(-2 ȷ};'q{Q>^kyL }hƉغyH??P(A"!_o r`3^Pv  sx \`ܽI@4zsmN$J/D *o@¨?C3|f&?>z?4+844)H%RBPD R, 5I- D@'}#6'z7~'LDQ9d|<@Dŵ 3E()XҘM wqʑcDN& Jd,`V.%i#JY 4$:*g061( iZuiH⦝;IUQ."4Q#AI*!" J*B2AKT@DPgAST5Pj٩B 3%H",0ò=qh )ZP9 p=)$"QJ 9bZ[$"{| Bchnh'@߷A /&E! B 񲐶MZ0)Jv6۠< ̵NĵF8),h]( ϦdG  KRJZVϪm+aڅUDQ6b!iӝĴ~%ҌKXѴ|;|\BIDPE2SMDlh%Y&`=W]vCZ'B(ub k^uh:$W+E TE9aav5p,a}~x~^gb1ShbGU 燒c3 GI DCꖅf td(" ZAIHGPtD.KM44 soͶ{qC+F I7ߖ%t5!vܚB` h(_!( hF*D05JPT 6? ^juC|=/1N4!LPRDKVFB%% %RCDS]70'lN)iB:J00?>&{9 h8uUz=O WlN;ي[ |98~yG?F4f_0')=("B_AIUEs~MDn*tyۦL] _}x_IؐL$r\8ů~r= hh Lhx' ()JJZ)(P @)JB%A RPy>(u0RD T@z3SY׻DП|'9>B8Z~> DdLa%KQe+d5@k@FΈJ%+E1hM " Ai R-QEH:RcQ LPRZmPNNAcdq#3N H{=%>pvih+{HVZGg~/z+O;J-bV~ 1 l{ۮcZ: W~?4/v+Y}Pŷ`-'MAxr"u BC4A$$I04(Bā(LH`C М ,asH?0/Х  %ZTm(%)s$@$ĴT@ I!snN{ ɉ7QܚOU[_bJ뱶6Q61۽Ym (ijVu4v3)h<<$YPYAƔ#f+0n[II,w7(VV*"8Ӂ2BT DGMD.J%I m c4ɍ4[ןP(u_)oSOSt{S%ɋ(j]|zu2A? \T) U ܞ O/wDc>TÈzp4l͊$D2=w3yD|:;[l^i$iLC7|:r\[">mA<_@Dw}& Z@ύ<(1Q[ S=e1[Cd43v(a5&cϖRYMImfso^;eav/Ums[Pm*0-- 1ZbUiiR9uy΍ay7<71Yn ZE&J5IuP?8Bfbց%J3yݮ&*h>RjJBf& I)rMkѝ>Rz֓>P9DGizfO~Py3u pQ=b*>H"% =ID*βlFvLd=pDDxB)ؒAZjኊ(sfKeG7߇{ŊҳDp}5LjZ0¦LYԙD05MtEA!Scyh13(?YZT4 GF!iy<)`,CyhŨ M1l="H(biSHw)h1EF&,>3 [,2A˸Š-;̘;6D3^zksfD1vc5(Mu@g;IbWC՞4C,MO 6֮f_/`{Nm/mlrmE'+AMfgN,yy%gMev}0˙g%dRZLxq_Cv6DJ)D=KXWu~Y|ž#A~>H%Ryd'^ͼe}jMqhrѭBjby0U[Ɍ+MRYbŕ$CIDXV %E415>uZȍʼna- AFzəVu ]1H?F//6X1*\U$\ڙv.冡\3jo}xy:Iv2`IkdYS+,)P򡦖fDzwYFIF6P*i,eưO4Yƿ- O {)O?i8ޚ;<<\Y-8/^3MwD`mE>|xa_?r{'"$dŢOw=wI41g8Lr9x([l*~KIS{mvrPTAF%J+GKg=zds5AMcP$3;2C"mm,`$(i=`s$񂒣v!/$,+kL!əd3~2YD62:ƞh9q& ǀ].ĎA<'n^NMSԅdx1TG//{`~\l #l!ܯU(*ZC4DH1F1 1F kR t%qtLKv#Js[6tmXڑҘ*VZt[@),61bTM!Aܪ>o/.T>("چ ZBƳKsқ0zɔLazc/E[g5~cg5٨Ae B`0Ɋ$,)ٜIÇ>~%CTJ)u (1X,~vܯ2(o)C'?ۈCI" z]|8' NZuBu(&RT0XPGNC"Ί}2)syJ5-TTC_b)?6F[k,OSZԸ$q){:A - Kixb8CABPb *+NGݝ(0?rbiH!)!XGt9(i"/2 qN&>8$ 1gu8[.Bu M?֟i66#:}5޼XhQE)S>cW'%['icʼnJ7b(+cYE6b&y,N%{h;bVȲI hcQ-7Zi($A3lbJ!"Z%"h&" NOѱʍiQ0C*(Jp?ilเ$(A J (!H Br6@7}i%J^M*>@B T8 G I^,`)4Iwl3"*)3d#%B)9 t쩙4/ii;h y t4$'FO JMvB>>HM$!&Tu4 Gc@kSMPЦFhҦ@DμD:W#$)tPcDCU5Ŷh)` _!TĐS0tc3지y@0^(Šr?zVvhΓaURJMtBӍJDk4(si"iiy#BUE4TA 2T05E5'㬹HS 4rR@D5bԃIA DITI42U׵E1R 10D12vtPQDDđMUT30ICMPPDQRDD{>ީpE4k9Fd0Cn_M#$FHÜrD1GlAqB7~|2-5XRh"fm,1+.+%QaH-j%ƈdnL10^QJ5S&O| JPڗ((>1K'.4a4r>N},Kl>iB/;4 ҍ+Rľ<\qߧT<eϾz|d ;.7X@6)SaP0 j9 ALy#+eJxjB&Z(R!(Dń~0fHڃ0YTslQHo=~I*{Jd+"PH$РRDP4)D  (MRRRHE!СA!B)Ċ#}!D9MzM.h"JBO*d"4 ,O9((V #G)wm\1q^_\bV;Ro|뷔y亂,@v`E7X:\$<`NsɼLyaCنӾuv(`ǂvIA=f)y΀x?G[Ns2s}YwwR BC)( ɃH@S2ASGG!Ao%AEàl?u(GDH;PAHVbC#%Nf{n~m EEQCDQ%,TKaj@\2\iSrDIJraNJ=|@,3 ψxS,O(N22A2 ƴdn^j&Ve<& )i= oXd is!X<-|rIԅMdXAM4QTG@<ݣr]Hqj9Е(;̡ R$#I〠( QO PNy#(iB"@\!"BB"MGeO8C =ԏE̩PӺ& Pyx Ge9gpZM*hmDDDhq`g<@t:Mb)-+%mӹɐ99C$T)혭UQq& )96i &q!#,E @i4_M " 4Q0TN &BwU#S2KԗpT9'2@ġhP2&@Ѩh+Xt=*b։}znwh:tzt|O t@Z *əf<%V*5sMTTXeed䙓 ZrM=e` %5 H4j#nEb)(LPޖe}U =ڄI-D{h3v#@G@ _1-f&[Zm5`K6 ESZ"i"Ry᫕@J ""#0҂D.w@RP -*J$U4`)J@KBH+ Pw%(hJ 9vCiD0: *ӢӡCF"* ui7F Jb&k@:M@q@`&8mlT ti N1EMy9 ҹ81MiQGKV(#Db6YR]Xze֋B̈;& KOg̏_Plp-4SE*?| ?G &dQq0R@;捓jَ|x'qky?Ć̏h+Ab" ) fIGl͉@iP^J "REN%_LTU4?(.)TBI\\C9PZ4\"c(R GHe("&4$R J$P!@M &AA@\lms|~fAbhs!Yi~7_ZLr8 -Ku=;S9uht@eL8O Rfeh[WR v7Ek׋ҥg 6 B9<1:H+br HN6sDkA "vՅB)]&kRLI5)Ф%dRbZMCa@\ԐɎtDbB-]8aR4xm9}!rJȤY():Ò3Ǜ*Mt^04'|MxGʠoqeԆ? gǘ}}~ R\i (BE>)4PBSJ.LLBQAv6=ءqR5~as!ԦJՒb/q?Y0UB* hY,PzC//Cb@ FblK5DP=@>`١n!a@ѱV {u+0CPP>~4Hr O͟v~?!@!B:Ѕ1 HP@#E&4!h^[%IJ%,1 4|JuHDPJBK`R]t-? {ΐO?D_89E뎔F`uU>=/]@:Kl;Uޱ NPTP((!`$Q**;q4%%qTOwN oNġJ@߮i(YdJQťBY@RA C÷%P{ m(R%F#%o}`$ 35 9d0JP0(HaQH_3ߎJ?DU*hX)XCmT&%Ba:"[e1F ` *(*[hLFUAUtLon$ V>J#DMATIM I+A4&#C`'ÿt 4ȋ2%% (P E" ʥ)JR+Sbvv>C Pcx"!B-- Э*M"B)ZQ()P((b)EEi @)@hR)R( (EF{ߓ譟_o KwEgMw{/>./㗞DI|6MʞIwCdCS므= DQ ҉r|^ f!v<$;UG^$PD))iX|,G˄.'&?ysՐ`3a@ s:gB"w[!a$d16 n'N7Xؑ4$vGxIi2ƪ:7@l H9e((ās7S8^}7n*9Seusb diU.yt8]\C J@7M''q:"):;JL0JPDDLT$T BҁJRҴ*(Y 4}8,H(Ө5m^ܱy.MF RTPYbKiƢCB{t6sV['+COUgc;9;nŢ2%!O$k`4NC2IB/ˊ6 <-?dH0Z(q~S4qD) cbi3Z`ok| ^?GiI케@R@L1J&v[iḡ EP))QJ_A1*A >uJJ RQ~Wh (T Eh~U+30%@tCfS)H)jH@ |9x ;*((dzTxǤoH(@S^AcD;CHmor3O2(p6aϟ." X[C$<' O4`sעXybr:?^\xwα><9L*87>4;f?%^B h!ʽ>:H|Gj^;`e)OtXO ^H}' & *"hh @O6RPS_M_4K&|>_e7ѲnO XdsO?F8͢vQCmRCÒxץ4|OYuP P!CHP:M'UT ih!Cj<(IdF!×?qvfIf n5oM`NڌɊ@2LzYEY(ciDiZ,B isRs4qoZMMEd==6/z">m&%(1Ej ~QIb4EL4,)F%Qb)1 7gLEɼB$SQ'}u>q/ݣ36ʥS`T^d稼O(WHx:U3ȬT4TA̺^gґ)kAvL@ޓ'ySS/h7[|[󄱲J,7 >Y7oӣ1RSƊ j?, T}{*UDl(RG_;/P+ fph7J񏅶7%[W6Z8_![ADA0 Z(*OQG??O<;u9 Q%!4lCm'!i֑"&4(AH~- d b[՛)<U ǹ]o{j3xdew(oԐvw#wݧΔT6QkyP,`%<>΃[ppC؏p>4<|U9B k\CH>&ٴ-%ASAӮ7{GaDȃN9w`}>?AH4V< 8@4DQNط)0  BHҍ LHдq*k6GHa?ƩůՇQEA+yo6dXԣ9_.UwhJP9 t!B jSN 3htD'ffF!NCap1~v*d Kq9@p 4G%ԌO4!0̌J 4bt&4_}4,%dƥPd@__DƿIbB?!H} b'j(E{uS^䈠}1 #Fa,`<òwQ1>Т o!úrJCܢ}`r @b Q)̨0>x%%`6ʂF?`5UD`cnLqp|Aշ]ĝSl4U1Z( @ pPB%E ԅ4T4:!{O=K)~R?4o\RRQHPBpKh"ijst@ )j{ i]TTđCA!qC!5&YRAAT'*8E>l!ފYiC=_z!@X2&7AFX`jfF)UfcM%j*i)$4 5PZ.6Njm Қm1D[`A7wOcA:d, ?` L$2Mh )!)S4H4)\H ?0}[`h:*!P鷅>}X9V"=Qa5 3<čfT5sAң[mP-PN9]=>{Cx hטYK^vCBPR #dą c~q)CS GyGDZ?SARr%x6 Gɩ4 Rذֵ͍wW[PQ!qtMiZ a"( Bn0B/9=e gL:3 ^# ?9`4};c1IdhZb]q"$:J?v.gT < $y{VtCA`+|g?HeT *`QK0 h7T:euE Av KV5qkȰT:5=<]5*?s@(H[;"s3pyV0uFHl?_BIsz p # c`I J謟g8B "l DzbƅeLB&kH"0(`?!ƷAF'xǁ°>y>тVft7סX;&]N2^iO Fuz'mӎ!&(h)((_Sǚ#w="[scGXI}a!!G샄[EQu܌Kpjz|q֌ H@`͟V1θ>GvNoO0{vz0@v (()Bzp{#17>1Nf(!;kNt+`'dw5a*QJG,ʢ7wnnR4g$O@ɟqL>qj>k}xg( GG?^N[;nDtHPO`7lt]:H.` W(((JSJL # ;Ռ1z릓.&ONa߽)'"9%PS#ZS ZT3XB5JN'M􈌌 3q[tp;;@"LJE 8p 燺hŠ)/E<_-/7wIyu#iQϘ>sruP))tM 29 RD⽹ nCǩsAP[t>I1Gi4x'ew1D?NJ7}Pdsx`}dKF  &H1]nxh4D0HB9X_?}9/qRl~b> 7dAg4/1g{,Cyv-KTxNfXXUEFt #9q0Jb'Xؘm5,IPFƌF]LJR+P1LBfrJ>G*!&`I҈DabIO jӣZuޞOҁb$(t/0gSoxe|Z*Og'm~17y|vS@x2~cGAIE:֌A:W|$a_bx jB7Yџζo q:ӽNR#~=w*`=#}#l>0IE ~SXA_0i9!^~Qh=K@`3W &7SOSCP+~o'ngyNvU,D(1?0K8@T\BFsAFԎăB-q2ݘ jl#EhJRPKJWs?M WG`zPyR$P\sNgia_|TP1ߢ3}HOlްLB$%RV*"@D7>9 t fA<9fTq+ R@: 3 i)6~DfI_*oId=o5(Su"ڮw hIgI&J"^Qy* i DD8-Gem]@}vzI9*jh!X@NF ?b9.`?F_86FeQB-MxJV LLu.PҔbb f,AA VhKg!qgӵ UEP*rXl^Z0EAE eVTW9Jgҍbvc j4|;>#0>##iEߦf1@A:bFU%)CU@E@%SOR&Db4U0%RMADLMATDM5CU44!H5KMEU3UAzfb&1Qiz]SU4%]B'IMfY)h: MeATTTUiz1DA (Oyff(5P(v&`"Ku d0ukKiaA왂($b*$0TI$D"]&"|AL&H"vU!!]j(D"bAQ5AUyt mV6I0,9#ԦIYfiH3 S+Kř]KԕSS0ABk% Td(I縢.k$bzhJEMHkP#A&ئ*b $(t$CID4Lqh Rh^F7A"!FV"N]j*Qt(QѼc$JQ4Q* F m"g'k)8[Seh^EK440TUfę8Q$g'"Uԥ%I3ZtJi4PRQ4QCE$JSU,ԔSKDRET,ct"4襒) HAI]֓%j"]iնضl,HjqBY9ȲWPHztҗ`` 'lTES%K633 SI~Hk${0(\*i)q$>wG|}; 'ƗӲ:..d GPllWp;>^A[H.y|y0F &LP d]kʕN ZQwfVaup ɲqҜP yq)?'>4 }lolƱ :u7ĭ;qޠM̀R{r:cҭQF8=< \+n.XCϳ%"'% SP(>"s|}@omw5(QBI S^=?xi8Pm-Z C %㳆5s(bIFW^oSsg0̓m  qVV WX $ Dh:Wg4DFa%aR1!p6\X1`z JZNBDBQ<: SRxyl<62Q Ps2'u:5>'B"|g0('NlqCBJ VSpd>mG-~.+0b=种˓ S8()zly> =Ry.|)>h+"8'I⋻lb>/OA~yXBxǤ4OpJ=$|u!TP RJPb C7A_՜bi  9ӄ&\=0y8b5l(%86Q(4aXN o|N`m.4(}>GAq^)܆>fd>'0P4:x$SA" Л#vݗ`^kx9 T@5M(A@ T @R. .jꉦ%H X !iiCk d :{M:Bh)X $1)ZJK,CsJEp@lGeOTX(af'Z9C٭-B, 1ӿ!蜉WAe93{\22"ĦChtS\@ւaJ)ݘT TT %E\? R1ݥβGw~ZjJJA(%A) %b% d  %jB ">ԙGhx%1 DMRr`Nl~8QtD)):!x!2J$\y^\CЪ ;PID,J2T(RHj >nňi @3(2 |K ؀ ~<iP 66}E:}V>8@d]A}t<d""D7A0\r$ϧBÒ~YTJ|S@SƈY0p'\;Ȋ-≠P:f a!5D:Jh0/ǒ AZD  .*q+HPLA$PU3PRBP UR P  Y`=ۻ/ʙ&0P1Q'vW&+l4iꃣO+IByDMą(d(,j"h.&'F)qdX*Nʼnj򢜐h =^hhlFƏJ%0MHeFU@zEw݃di3Y R^GuQ6OӸxb$O"D逜Pb!?*@;6/())fŖ9A%5kf"P ! t @S@&4,Zg v48K ןTU !`> Ќ+TABS@҆*F@d ch e/Sk}dG OVƧDƭc;2D.ƚ&b-XP@SH6إG|c0v Tq!@̳Z4CR>n?Jpb}6zѵ:|;(tIv: #DgNgp' `p39*%tV" B߻TVjQJA2FZA7⵩a󇊈z6CF-jܓ&4V+KAZm&f 5f'sU&LS]ۦN=5pі`)0TFj*[[aiKF:낚"1%UQKFEh@mnnv5%3.ec5gK!I2RUg(!@@č "$  *"Ҕ@!H-( BҫJP!@HĈ"R ! B P3 ҪR**J~z=IF) {mC-D2])d@G>Tѳp)5hE=4ġ€iPh +aF.[DJ4TU GϧN}k20ad9'O7" _Hd-Nb?^R̤_0nOK#9cƼ?gӭV?]]1kҡ]P^$ĹF629#o$(I 2@Eʻlae''hG摟8&ixM eq!Uq#F+D{6stng[MㅀsQ0Ei |TH:C$-4Bk4r#ra fFcjaKIf @&ҁˀⴺ43[Mh<dDŽh=J*&'IS'=8Ce`:0ؠ )RL"=Ց{"{$$u3F\a P:#Ԣe!ٟInG$\&:JRl)ㄦfBFUNPDvBԔ#z~ï{T=h'e1yˎ꽱UpIUUTnRB(rkV3~ğnMa5u԰{5"~ eBCLkIǂ[?e@KpEf2 tc 6; ̦fw$$H-ZK'y/D"gSᢚ㙱tW ;LgIXQ>h}&) MS mJeFI zؖOks?[m-|JF;O%T`25rAZꔃDaz߯lmHe? Cr42`I#fZd:1k9zV6t㯆Tqt($;݈jHdBEz ]Eӧ]py[JuAFK]ʎ{[J t.BveK݉AskS9~0>+W(mhlrS`nf4`)Ĕ )DQt1F;u(QH$WS֣4 "ʀi}% Ziy9-b%8."d|S~.]Jj1z`|ҍôXbΌ톕&C'q>L# ˩ؐ65 v m(`oTve >˒܆Y .<ҫ=d&*Pw0TvܨhSءq@kcL>v{P3[PCADME0H> ט}Q)` "I41NTوPő"H>rŝ64(F9(D"xgK}\v> :[xcUU^& ¯ ʈ = WԢd %"5Ri4I1)$A$LCyh&*/J$$P 8IIG}fǺ/$O}MPk'g 75;¦,tFObސPS&պ E qHwdnwARWdw3DLP MR1|?uɒ0YCl3$A5 ^23ù$!Bah);*70$}˓fAty5h%ە$ҘwFHz(tdwiƱb0@ ai335ug3d?;Np;mE

L7t&grTCΓU!'#$ CYbK XKYX8*V&2_$!bHj". iuDg;Ɂi: Pj[ǁmڕ4nhp o|u=1ûZlu{a Tu. 8{, @d\cI ugDa^m I~q=/fO}}e/G!DYP( e4B`EJE 6 P#(#щ9׭6:eP"z`*R,Jw߁t+~쩂Hn=6pBdؔAD/+33ELN /)|ay0$ @ڒ=t@Ѩ) ͪ؜!vI0Dp= ?ZGJ@hxb T<~#;-$l(-Qw{՜oL;܀}rQn DZRuGtC!d&&L,zlTZ_aкꩀ#@KW)jOdfQHJsT$t׳wKHM,*["H{dnBbKBpćC,)t$K 2C=8' uh#mKFq۾';/hql~; m=qaߞu/6FZ S!D;BG.ƅz]DA$S%)zAU"+*B,$q)3mGH"S 3 AK``" GR߷㤊Oۥ&F#qH1d <"@L Xcoqd76,wL}:YHX 0Y6(O!a"z1$k)@hm[A$q ) >}Pߴ H N-GJGLXj*f+DaU鈰*d(i.cgCz.p^Xڰ5RmE^+83(> |&綂)d4Ri:e'XT ߙGW͟d : "KHܡ >JRDLpu^lYzegƦa}Qî_* ӁtċPa皪BV춉j6gQg͏R?N "d%yے O[z9&\wDt4l}R493br*-Mmd6YIF4EPbCR,TDL2qd .}#yr}|LJ9ۢ*8tq$QLm"( ʑ:;cƇ \y]\T1/0jm;2 R !~\_0 icD6{;(@O*Hvc棍6gQQ ' Zƫ6K(U (5Ы ⢀I"ZT)’:oPkPJ9ޔT$m͠|a^bjbeˎBx,!zA={QZaܷB:2IaT2~jF<|C3e/Z!KKP$=S`xs'Ft}*捎pN #4+_n<m\Za:)})"3d6v&Ȟyt|YַӳfZ bEeq)ڎi']Ǜ*?=(хX2%%6"Lf HB=]MEN1t-;я@.X' ꜁q<λW>7vFB-h^=[L)[O>~MLX>=)x. yw(L\tw{h*1.H;a `"Z%`IDmW.cUsǧ$}] ]Q~EN92}\?cDzr o|;>QM ~q7IfDйjHqjN&z*Пzs$޹P(2T.36YM59V(ΖؐcK+@A{{0 \L$lj=aGX,]teFƒm8)"~/vǦ@A_K>O w#&MYAڕNe+םeohO,L80ɴ\lJk;tŤcuHs[F>ppfr\%SpmZZHa!r9I ACj["j^FZNjeu3ɹ<U2GgSO].&HVi9^F).eYNAɳ6||#^@ <'÷ly'h0=.T ׆JjSӐ~OvDUX*$@!ªDt0(r(HyR Ϭ,e`CfU-x]e kJ 1\;ÄD 1E"w?> v{9[`yxļۛt$4N%?_" Rmi#$cjW7ߊGQ?U$\V<.(h:@(Vnh,r\"gdl6|2 ׅ-EYU iCT耈Upi تtO P'&0T4PJ.@9tUȴQJD B1 DCAIۋ3U])vlpݩh~.t }M_(^JRȉ0Lprfu{svטct7< : !3Gplx(P8E_U.50M֞‡["Y"Ƞ(ED`\+$0R> '1:qz8W J=|;$_EoN,1%O 9(yi7_x癃w&kwhTD 02Ak -aFb654 1JB sJv9.WR{|\1! Hzܛ6.3v2p*(EȜT 25",cayW޾ZdQb$XaK{F?=}#yat YX,Q_=*va3[,a;/e=d7<1`O'RDxLc[ѳ4ciꂑ>=Ѣ;!2 2{FM}Oz `"Xo.H4UJ@(F8QsFXqYc^Bb_6ޒ"1_|[DjB32-I8vם|Hd{΂yHD."h0Zf8r_wqwW3 N/3᠓͌ 03 ܽ}8 yE$M|.Ip8AE>AHWövur2HCuHCBCsC((OWߤHtY K[iZNwa'2iz|Oj*(A0A5͌+gvyw3+A^N+X&F>|T~a**crp:&) (@ 2|.;ΰ,TQGlb$D#]{xݳ!w2C6]DB× /ld<ځ~_.EPK4{Pbb0{wke"RKCˇ=f߾*CS IJ ߾ ̝?Ny d*i !JkYۙG 84JzHm|H>R}G  =8NTqH7.ө&JS)߫+'Xx=|:C30 (!"9نڇ~mdHlu7ӹN5:FJ7S@9fp ii.G4L-x*{ ʦBk`dEO/pX7C,=C NLMpגVsNAӕG((-g9HRqoƸhĄ (-~gј3}<`Ko8lO4>~֍ : ă` ^55^!|6lx016MQ9CR~uߧ?kЉ$ eRGU`&h*hCW`ꉇ++S~"zK> 'Isx&_CYč'>+ym`2 B8R94q=1 ĒIX:t\O0@x;Gu.p^`0$r\F⛃C }݇DE|pxɰUdƩs5ѭ^hOO X Kb7`ơ@))42PD4P-M SkK(NǻzܸqnDI3"Z8TGN6wbpJI@b~?cy "ff)/˔: C1M&PL$ L5Q%04PKD@IIR 05T5T3LU LC (RL@PE c35)PTLAEA)5QTP {L5QA4X`ݑcAQL%,KUETIC@Gf)b3Hh iG ^% ƣCI)q iE 2P?FPhSXM/iKKAxkHV kxtqmg*|4wP=(%tܝ:qwO+wʋp8WGl)<)9 h681*P@W Ǿ{/hw4`܏Rh WC%f 9! X9WH ̚1ƎydEϞp+d+N4sy?Pybly (Ndrh;k,8-yKT 5;Fs'1E}1<,3 DGsSX1PfdA\<~?#?zÒWA(j) PFgCZCT4T7L<U~vT;lP9NV`w!(#((IAT'L2\ƃ6PiN>}led'S7`W{0stҺt&0+FtC>ʣn!̐JP!)!A0HT,HBDC31DRJIL2CS,Dz{kNI\36ϖޥ*S!.2PDEeSs=LA/P&#D@/_ ^J. S6$I(:"Ҍ%fs*3cӈBmK0:?߬pi5 W*pyw~ױG\l6˃17Z.j0 (KbPQYhp pXݺC: c>d4'<>$P\$&) pKScXwQv\X>:`ks2Ѽu]`zOϕɍ>2Yx(Ae] ٽŬ[]eĦ80RQ}eʢDa׉d,$-E\+99Y"YJd8b"q[9l)e`}r@?Q%PAXt$6%TL/Cn+dqh %`F#{@IQ髁T`̬- a𚡃J[4c+3djϦ2$5)`iJ$S:8 5Ɔ3$a"h-y7;;dQ}k"zmν &,\ͷPIoCz d%]z":P2o{v+UP7RpLɄjxVVrr P #d{^6_P-&,,6 Pʮn{=%V @DT:N{k0/N™ |ʄfDkKngⱛjj]!Q7LD 8e!N)@roΨHD +BC!S$k`˿%iW$C=>p@rj't NS0'A#BtXҒ:>F$r L\Q3iN Q'AԋNVURNXQ8/cyq=F3cLFF"6$ `u!>h/8<0FtWYKK;{%9/acćѠs@7~z:(M*AVD>`Bi/Ш#C(DK`8 73ɜ7IĭGjvYze[5)L ;c.CZ=dƗC:DvLAKb+샸) A$`dc9%snGCBU xg/^E%V襫(0 Y}s;v@DDa0@2gՉ؞D=B{[jF4S;'Gͼ˟AO{JoA2' ]8 ɚBxO<~JkhDZP4qE tDdB#7+{󾷥pp!*=to{0~~) bznWDf Gs:d 5a Epе9BD=I`(&5[.6,ί{j 3 E{zҁ=U ]]\5S嚭C.FG8|5dc}dv(P`l$X j@w ;$ tuE[wHL"c (D@Z2yrw{EYNdOtS)sãdla4C51W@R,cB! cVkQ&`*)" )ȫҐJhp$Av+&X*8 ū#c}KQ9з\Ö=H{z;܂$d|aҏ3懄 *' %׆hN7bL WDUNVy!cW*cZܩ87T &f8|#@DmR*Έ(+"t$ AfMJIetEEPLaY`-.4 lOSL'ahl4UUp@ꤊ,9aB=(K1> y!ZHI) U ֌(f XRnm<*X,p) *&X,hI.jY 8](W,3- ha)nL >L~ߗ(roZ0!ӄ[,ֲَ!FtEKQ;l n  cvN|q!r1f.H M4 %i)wW}A4><=a"{Gd6З=ȤgէA([C}! V@sL$uגᚾqӭڛhVY/ 61E8% B= QD}-ZUlhE"D{040R:U_~ynW{T%,IX x0GTp{&n@!h Ub.0/rVt Ȓ?<1^AE n~JJPJ'eH 5IA8z2R 5-ґ*5۹g"4:p,vȹ=TeNPfm|T(!lj}rߛd;Ԏ 3WqwkRQbP'Cr ʲ9MO1Y`6bbOZ4=f`iE13; R F=!ot*r ?<,Chj/taWn8 A\F* K[5 h;C7Xoc΀8hӨޢ%k`oS58H "l "[T &7U&gc"UvBU2sj`d([=!N 2TzC@ hw{Uwy};B!( DAjbCE [3A &UǻTx`B Ir(Z2vmA $!iP?z ߅?8dϺc:(% 1:݉4TBBS&Dnv.]KLy#D}kU9$U ='BΔ]EВeًؚfeAT Hƭ!?L2 Top=pX;3K4_5)_"ne)$R͍Ьfb憬cT yd͏d P @vv宇3޻P;OA;Q:O+[ֲi:1ƙ4Ӳ=̦'An2)V3Ib_L-yy3,=9Q"G@tZ;uFnHI!Y!;T)1sw$$ْ>!֋H1] (_ oa!\>8Why+Cm'DTr ,S z >$LX m?V_HoXh?.!B`/¥:LMD2ǾLwࠏA0$TJ5yG(M5gIbo)J<"o[sbE FUF; eskaUhPFɠW'ԦF\3+,RA̜lh0΅Ɓ:WZ*ٮlViNkVO Ig}sX3!tA $JH#? {!' CK|3]6w!IaOāXum 2;y:h$$afJHClTYK1iE]v{(,޻ؼ*73E uȮ$CT'^[q"/JW/qV ,88+@>Rވ6^˞n]2MCi3>\m/АWh67('C "7`3L@'eF퓭IӢr&4BF5+NOHP|;2Z" Ӵ|EeH:^]V5FM!Vقz*m*M`tB1aLm%%sZP0T0c)C(FsxI͞S1G$9S% }jMK=H\2+ӅP2 ǺqыF+Qv1 1k߻n#ǔjw/^uqNvN fa<]\`$C54sdԃ+gr*-fqSc*N|M-Cr!_@p'1MjaAЁw0PP ]5PvM=`؈cMQ#\izxC9xtKnz07|s(NLEH$0 @( /Z%bOytǥ cXbGn7>3ӦLA~P)SH!P#HAz/%ƉJ&J JhR!T8(}l{H9`ӠsdC {Dή8ttt! b)e:O$z" uU+KHQФUO"ZU<ȼg&30ũ`׶l(<; q9% P JԡIR U7ߌ04 PFȏUr66M!>@#&u-9ᵩaR_!yʈ#g)P ԅ:Gѣy݃ړy' ILpb:jڰBS`|k>ot'b֥.fV"=/v|=O2T̳{-)%2EkS8TR>p>|hK9?MTՇ)DҹI8IcC'NKA ئ jBł**.!l&AqOG88PUꢣt`Ņ{Uc߿ {K)ۃAj^l4;-U:#&XRԌU1 . &4y*flR#^͙#PiL )آ7E# Q-:DA-ݛ6fxNCÑL}=C$ߎzt8iԭ.L4 C PIII+RP0C@RDC(DHP@}& 8s@{)* " Z:xP^`s7 ~N=%A4a׀]A+iO01|`CvZ!7%̍*ؒN/!X| TEDN1$U[{݆i$Ysu;a*sE@7ĜOF^FȪEN n`hEf !HILAS1 UYFKbJ#mLlK8@p({>}$Xo:}`<Yji ѡ2 =Q ,]/Lq7|^ڧ׵jub"$b_Mk֭y91 @اi%ifiȼߡdE%4Ytc>8'9 MPQHRR)T> A)FxBZC[D5O;b08>b+*ElSgf"ܑ`ƵGpPX֟~Ik'B؂ dI!鹧gmԯh%]D<]X̆zX!'' Vs?)$ b⮈fuh)ń0(PFq6Nm;K;8P`* |PsM=p)֡Ty)w'= tCN'aƨ"*OwytwnqA[1Gueۿz֧BY%bcIips~*O(; vt sqZ!#yp# .⎇&'<\4!ԅQE6sƂ܁dx@i C>'0p1byZu禆61"_퉑_!~>D{# /Rsa܄?QieG@--RLM!Jҥ(҉JAXu ]%Aҥ*P % *H н4-+T)BD%4 R! R )B)HJ#HP H4*REIB JRJAAZ -B- ֑(4hT($hiFӪQ)  h!ZQi i):4BtHP4#BHEIAHH )ZD@hJi@ (E)JZD ZP2I) Q)}) )h Q(t FJ(F MP)(tib:BDP8 J<(M"Tuj ViJ)"@(hV) RB JHJT)  OIB!M(1KIHH4()GҔ (P @EL D>%5(( "RJĕ@#U#\mg#s}O*5UDV]=6C p-4ÒJbJ'3F%<:W N܉%eR1;UKTO@MR-QA!uSR! bܩdRQ@R|e]y؏[RQ`z HRCHiC)_J CJ4ҡ\|IԺ^*Q09^M1< d%`WI2hOc-wóqHREM-4UC("N8t:}˻P ;nriR$@f1mVЗ[JJP hII hbq;A|?3xiCL&壋y~+ͳXH &cLǀpߚDDT`rRbNpj|b4A;wAEg/ tprJ3^ŰZ o?Ox{k˖qSC%Be(!"cZ-*ӬsuC1+ժ^5{|OB~:DQcRSmh$M,B剃&fZT !Uӥ$r i` Hh^Hm+jRh&0, BK :e84|AO7JϿxo/%|YZr,8JG' I$kHs}zL*y܎_-j"ؿ\WV"yfډmڜ;ckEpJiNכ"{5ij2W Z&fmNK$%i(FI W%=a0 u>^Tb3j֥-JWj9YS|O(q5eR}JC [TK-hfd[v)bu|Q+6.b(mvJ(E$4Ų1U 3W3^[|m2/nJ{`y[>vt탒דJȳ{dȱYMKj E3GpYu 8i2U3[C7A)dQVf\WYqC1-%>#<Dibe2Q lZ*Yvo=ҝJ1#̳bj4<ҵY, fgI+ B/!-/7sf% *4i׌+ek*O5{g4KȚSVRj2ҝKmWT {tb1>|ثuí9ST䈈c%O|a[(2v5X]#vUt!m48I#m3EՒ 0m30m9ؔbY1T&Ƶlcw?TE%7~ϯ7:) 7NEt24o k. I+jmC5ELP#ڛR%&vch*0MQ6ìTZU;;/O|; Ԁ:Aȱ 9sC*/2Z#)i HRPM*]!M)@-d ʟUQE%*R/K4N)@"JNJ*E>4Bh)JBj$tCO4@4"t RR@ @')(2_tWr4 )@QTJ- ЉNH}k- l@%*`ذr}G~Ɠ{IP{uN&Ïp%>;}mmtIb8x!k!# gۧhswo/@Ŵr6t)$E% u*]AeJS` K%.\4ub&犕Z)l;4#VO.5GNw%Qwrmu -R@zA4#r[Os]g#zB{~Ӱp@BmFO xxLD1Pe w'0Ї=䚇đb~> 7"%)yʊh&Sh1%iM3η.! <XsS "i^ (;!ZKM%i輡fc  i7 G(>E H (P!GNpCX2^r/.@Ʋ}tXDE'KRk 9*|t" (0 8@ost Y‚GR `l i$@%S W_> <BR ||'z&J)5hƻSF|ܞKMb ɄD% H hhE` q_y2J@ZJqj%(r'DipAS*D1m~}`xg8yHNCFF3bEj*PfغS!Ǝ.E*a^o932" =~Fxwes,.6qظokÜ|>8;<)U/_;~C9hg=2{0bEA1A^AN*:}3D|r_$ɫKz'T }g|͡EjѐAa A LoT$ֱTMA#UΓa544»RhTf%6ヂ#uFqkVP@0E=0ʽ"bh?"nM <K/O0L1B H <[2dBp.`CR4m3G>G22؞c1KT%EQ T*, P-J")&B%'D_njWF)1CN=*Ԗ"xE D}?< st=  |&Sy|>MQM +ER?dK.S ĦaCY&qx_ 0$U_%@S]IPC D"EԨL BqP7e4;l _4%=qH/XW e_D/Ccbʧ[}p:5qu'B' hՊlI1mԓUTGl 4XO ;m*{+eAQEj2pW֞2,:^7I@S_.G/būq ptSd`WtcBxI{qշ4;Axexth,p,,uf^_w ؒ!eO|}^[u3Ϗ9EE?cȊ(U(=_$t)A @s3ɞ]t5;4 5K.f"د+^ _}x6*ՐHyn޶{'S1h@"Q|6r(yH;-в#Btkv>]lL lR(t|5rw OHWy4Q]hlr ;b| 8t/jBLAHAz }:?;kQ>!TBxw̼+BGHB$pP W];U+踳-5!R87BţHo;P}o7 N  ]jkF47Чl᮱j%h1ҠlV $7Fow:ѐ$IᤉRZX7= +Cޭ.wL SHH$TYXH\@pr2|;zm"2]Æ,ʕлU,wYx& bǃAvb!('sY=h/ $abv@(C hh m}?f~"j@b@hJU<"05(!@E<$ѐfٓ/VymxGV :;w4QD@4xd6d$ UŤ u>=֪5a0Ixw#ZAf@ T)P: |_X4S *b*}e=^jV jJ^BE}[1b%KKi:PaP*'F@Ԃ,hf" ?3 dSi;#}!<^ϵ HJff! y2&@4 0Mu0Q8,'KAHTA>U3!KD s`X~*'!?S޽a JT% R PF 0 D)T) A‡2RP4:x`;O :`傓Jn}N,Lft̂Rj00J>x~)+QO۱ECH!iD)@T H"@R$DSP,m"N4- AKK{=6O6Kľd̏1m9k;^!d/Gh"^π0z>R b}/PXu&H~|'mj7߂Ǔ{hd%*5ȸ٭s''״FC?0p@*Q *w?x"tHБhPe >Xv>jQ&ǧbDK)U VѬ3cG>W` cǛI0P'= ɪ֪)*e+&#$UPLQtbPª)Z4`yK$GCR/hMER: G$hP|]+-#J4 `)")b( F42h|ϧϝwKZv&BI7 ub)hUޅ3"ZF$0O)RIM g@~2Rh4R.SU>o?1WV $1 $"R$f0*(}(Ӏ>^½fǯԖjg3Z|4mIYա͛Oti5Yrb@)A߆gq#T֖0g Zq86رʹj~>'o81!+ TdAyƶXTewߗ M $@;B 7 y iZϿpYxj,&'3Ti,QD``L!IcX!$Ɍ*R $ꊢ 2EDETcBkCZ*@D;" 7a%Փ2OxDŽ0SC0C eHRd._0&!F#o'#ohUf>YNYO8HXzO|H2~pp{BY[Nc+`<|)Tdh!bB:|MTVZ)$fV) hxhV$hbZf"o8Dq&v^ ΌB R!$8>Xw r9:SP*U"wM;JX"ҵLE n2( Q DHFy L <h#Y'X]Ǐ!" 򇤞Fb:m/jQqyzH~a< 1TQuDĕ@IAUM|pe߄<ѫ^c޶6x/=p5,9'!Xme;S7֤KGӷTV(ϟNlbf@!9 bp5jSϾ,>%Jax=Uh|D_IOu]P(՝k* )# İr%Q0K1ٜ<: e!+i0-``zt-Q|gSoCbɰ:&d0S9d(䭛7!c*E*# zpFoOwSGaQ*+t$*P>e [Hz.>!QcOK]c^쀆CCh e!t "ōO>"tecigFo^7pxs4ߍώaϻ>@*,I P P) d^])|w,{h.a@4 vl:>{Gnr&T+ ^)8J >o&f(Q&0ad g;2˦}mָ?^oSDEs$%$$Ge@b.llI#o3JҨ^oNv$ht{t+@Yb0cPN@$ ń+< MLo4?|W'6fdžb &JCϝ gl2o~3QԭTwy -HP(@<.8[2fmc鮂f(L)&}qnh#RZ֕1yXPK\3lE[n8PA`d)HR' JSC#nX(}Z}zi}e}v6la =vJHđD~k2DDRk$.LIM(I Eod\C_yAo;GeJ<Χ8f;/pi.a+y/8dԵ @y>ӤJZQ[vCuۛyn D BCS@(RiF?I=~g (T>XhbYO~i6jRO ;_[&fXd)h ٬ݩ010=>;#SԄJ u8@(Ve:ɸ<T_!(D4(P(@ģ$D?#`;/_z|ؙR'ĉ8/D=b Y/ _8Jdq8G(*3?$ŭE3В &EK~4cc|6èܱrƍ<'*4h`!2*B@">*0D Z]?7M)%ue%;=irz{ç>|Ԛֻ)׏'_FH*H>cIJRQIDQBД%)M!^1 5ܝ@R!!7"gIj.s&SŹ"O+f0=B_ ;?4N+|hzdN#n'=,Oҝ a"UP ?wu4t9Ge7?Grdz瑳'7](49uX*U6D2H!:bMj ;$NE(iPQmNrGE_z/b;:fHc) Ko_> 9 ?]CCc07 LYGOAlWSW/L K/~NAa +f+\5{K` [bfQw@MdTV2l19?0"< '`$ c/_x)VGC\`fE"'h-1iZж  !,q*K wqi6 wB*b 9@V;dBҀVFR_bh@L$ƖǮLE]\t$A$PChF13Σ\&!P )/3gA7a)4؟_5v] 람nv9癠2(-μu]muU*z Ƕ83Ս0p/JU$`A"޲y1.v3u}ߐg!L(.NCӃe@`Vg  1Y4tיִy<lD$.Y bo.RUl })#l,e>L/Cz"6 @'3jp+DfI5|qɍ' |i\#>yL}@cΙaY- ƧȒėGC2  $D3h? fbt;ܴ А xc`>GeҘNk98(~0@_c觖[cHĴQ!ʨpi$!@j/C2GC!3#ĤC ۡ=&o cE)T"M*`|Qr||%HSdZѪtd/8ow"PٔXdcFxuר{̱-[8N';^šo&hѕ鐣 #/}!FAGDb.D0# Phf;-LXp}A} ?x~1C`1>q1-Y"W4Jw;v``]8o<6SAz58KCpuSqΒhLx9RI OVta< #gIL@88ĉH2sAړ2F,ed@D!9\=0S<6V9L?l'/o 0 =3Z&ƀtCv&F}pOCXDJ|),z}`xQAAjn ]4̍P5PAq! )]˟S]:!xśpfS"5h4 μ5ۮc!":p|ȏK|j+{*&~qo yo0ԥ[}<[N~G9>o7O o&/wGB2#Eǻ֓ Pl)JXH&=.<>{~4g帮$*xfGWZ!;]^eul9j@$e x1,a{pD(4!5x!ʜÈAk}kN}=dMPR0dT mP<:U=i`u 8ߜA rzbNcX%N#9|LKQpWH53w.@Љ4aAޢAhAbiO h&|SΘ^>17xGN )}ާ܎WǤS}T6BbAо B0XJǨ@~%s<nb}~OB4`0Eْ  @]@bGLEg"$#N;7(dycO8Uaj 39e'abxL>F9pٓ'!| ]?x="ӐU3ʸ'U֠С%~&VOւ[RGs!mNk'YG$BM2ȐP`-S 4 uOhc,yd0GT "Tбah0 C 7*5p( 1TCZV/d1`b?,@.J;_Td |іJ*c\G`0Y&-lpA/@m;'Aח0F.[{cX 23J^^ljF H p#P6&FV5ذ)Xl{zv^abH}Pǽ( Bjɋ(_>?/+:҃SSȥ05Ss&3SUB PnLyqCD:絚gslbh㝻xL\ pK3j$R}9ob (a>RIJ J3I5~p-VhBԵVҰYִ k-7<8=aKMׅXdǼi[{$bjԞT?s]`]3r'3 w~:{,;pz^^kU5F87 JEK+UA%+=3-!_Ra(R?>1,B)2rRaHwV(dJP?[_ysDpHUf}s  V;0?mԕ<`N9UC `$l GM_q"U̨Ŵ.]w" R ~"$nI+I6R oͮiBͥ@D r(= O)3"iPJT9HpGCq%@:x}KZ?]1=-lX=u>lGG聀:*0ejPwŹOc$8 ~%khsH߶_;PD_-^|(4]]ؾӑN$9 Bآ)UDJӷ kHx*Ï]<\Z!u 0tFkˇ87G8ue)I<I(FLCYEYlV 3š:(:TlO9<%q D814Y< Kp.ʿU$)ܵ1եOڢ-1HSpS 0b(NfFm88n4?!.ksD󞭛<$@бe:2ǂQ^VMz|Y$,EEAW< Ťȅ"i@JI#j4 ۷LnZACz*Io-y<"s? JtPOL<S}*@)PK\ %wJO ޲BQbR*ABڥq`"B4a#P(l,6Q$~NjAog #L&cG%Jf0ZQ@a=WYH8Ȃt.ӳ5AFvO~!7p* .aH{f8w2+Bi o%)ȧu]2B0! "^*e$ple\ȣspvvԆ p՝T[ec7_z ^|@JD5FYs;G'/]XyoY2'fV5w}8)Q ."^\@LցlhE(@aK B^RTaWԺ=+D>Q1r%/aM4?[YNUn1| [{|"{_T_woo(q1l2>|!! FR owh&|Q̈́ I%ʳ%ށC90T;(.@7(h g=q 3#r?رƼQxl夓s?WE @%+e/[4ԩ2'?7|N[z5qB;0Q(MPbx/b Q#w5;}]ͼ6,@^$5m; 2Ff/;P,9z%ȋ Ϟ84^R+wL\+aߡR#<W++p=fn#{v}Pm唎nTJeO8k 9w_; R]o DGǩFO7:s۞g种@Ö_GDվN^5iĢ@EnO"XƓ@ү€~yT"KAmst/Һ㍝T'Y Q47G.do/[>xAr_.;6lf_ì>1#NLJgyu(_eX-m'`Q1N ϝh}UDy1>x[:S6~gxVi=-J}N)|e|8~7Ý[?d|keaOb|qҘJ?їi&zS^T=oc4c yڃsQMPQ@8-/Sȃʩ\'$y ܏[(v!rAr {?laFJT¿7Hs_LgB9g6{l |/|meS}%kkn?w=4M[4~QZV /'@|D4,$:*a_u$-.}0M}ApMßݏ'PĹ0_]UO4T_&väD8'2P fBM[ym6@eCҿcɹzU)MeC jx}G^Jz?o:߁MO˗]dXЯҺ;y_>h-~G}x#mz۹}-yCnκ^Ko?pQJ'Q.ty~4~N\~秣`yM$'^fuX y'!8/a@@4,u G6׀G}2ԿW1۳o~ž| 2s/'O={zߧ yHUQu*{J"rl7oe%0 ߳Ďn^9ĐgV/oUIU? ]0/X~+NjQT*b}(QI2v@S9_6-a09  -Q>+! & * 2c߲Iⱗ]JXIKoq~Z ~99Go8F& ?w4`I7}SƎ(A8"C˦*vJ;{;;oS>/ߦuai 9~{ 'C%N^@͸bfv^&t(iZ{s4ndZ㜻$̽>W {\;r\ܰ@LQ.z3<.|-L5{u9Ӹo2锫ClP~uKKǬwmzQ8Ya~ S؃(nzY{-.>jג}f%qK@@~`vzz[~aGnKGۘ* @KI}Na I|<0az]Z.A7R>їVSHC} /Gυ gQ2L<1Q8SjE,~FԦܗO=D49e"5Q<5;vvIRB cݥ[`KTXovh>}so9#7ndho-*p}rQK)Igkj{d'PX~w~}\~p_Sȉk?ɞ*\|v`Ti?W޾i'nyyAAɷR~'1oTD2CusXRzs $uWVEAyQxHn?rr~]L nAL!ש"t}<\|%[~`V~>E T 7)yG ׏ ~] 8>ۏ7^"/˟`vxA$j^}FQQ~6L |8=GF J*Ɲ8ExC`l H i?U>W'˼ u'f˝ 'om'5WnGY*meP2_O% #/`<~e,wTi!V.!8||JKu@:aUPG@GBy?#'OO^47QkUB#{{3\ÉWQ ~a' f4r#3 YB?@jťD|ܙ(v辺b?$v9|W!|l,k82{pd@)%m߯Ғ~~\5ӗ:_!.?'^Q^`cE`x^i8Oר|%G[d.uz1,ktk??ϯ?=~jC($ڿ>>n+[lV|@~0}aoo&d,%+R*MF_iZ*?%ݨ8kΜƙ ղT-ij}BuG[ U94=ilGw݄ _2۪fA^A]B:*?Gs |:;}g`8D*WD(@E ǺhQ翗^M p?_~)%'|2o)~Jo^%9y>%>78~4[_돏Uooy ~ L1/߉yɍ_N~>a,_l!M( !aEoͯ}˩q` Q\Ձ]cbgUiqYq֟=@ V.`5O8>nD&wQٳק^!+to3}xScۭ};9_:F2]S6|I} o 9p4_;X+Zi %zq[H1?*΄~0Xz>v΃²NmӃ 9p ;Gn[7Q?9A~|!Unϟx~dyk:tRF^'U(ܕ +HSUaRͿu(FC8LUBnx5߲C/~Jêfn pZ⿡TAtk0FJ$<:<69ߐɡWC|p#TUYtMz6uȽ\Eӊ) ?Htli=8qoJ,uH^&,%N,Xf?};K<\. tNl)[8b(`SɁ=Į{(K#Z.=øw-%25Ш^/K 1%P82h׈ ey`la &[c "/>\8/(PYv) @"n# -`y F%t7l qLz;iJ*dHԚb] urcwois3@` i[q K Ꞙ`󔬲ɕ .҂B!&60ǖ025g3:f}x{'u ?v#ܣ֢ҤG!Tz8;g?E}6eJl B1Y/<2P.0H}sTO)񄣊G?F|8  (QfBP9ƑV3S_oVK|F:gOY `u27lZfkA\ALސ d@r(NL[d_ rfFM4'%L;ɘ&^*oߧNqԭ$q6. w榵Wq{=iP0*D)Q?C$AL$w< (B .qx5`+M2J5K5Lb=vCTxjy/-G&z#ֶ`JAF yLuh^D rHN^y1Z}˭Mr U:'DR?3|ܻ%?9sb2CvpQ$=j~K>|$*@?6Xy:G=|Ve!Ef,@;|#O 8ƾ:tHD~VjOE6VoJf'`J~ DZ3 J<Ԟ$Ќl 4WM.H7Jbߛ~'s_4wwv/.98Sه%[VU.4b^73 ;2⊮(|-pszu"ٞ`W3j@=.+RR#_|]@Fw zhR4^YxI?+ݓ^w'VG0 @Ԑ Pd`:D9T _@:VUa;NqWr@u(4*c³d9M5> /4)v㠓O N0%j)  >/5'=]43s$}3-4z}l\kgq.VyK1XacB<+=+!^ռitliV,pq2(N끁Ԛ$Mz{fG Fai<|_Ώ!A;QhwRpd-fU{@{4-Fgm@Qr.al9ګS^#B @?PVII&Qf>h1{w r B(t!X{,gcթ(}`}{+ڛ{'X}n÷}ϽGyuO]J}_w}mʈ f@8U3{9w5sr`WM7wϖ>ew0nuu}/tgqNZo=P-ehbGsAA&} USwrx򫏯Q s7Q-Zy@ɞG@h, Pes*Bt eU ÷1[E8ܵ@w:}9i``i[nlRwIv.ѳ[}"j0JyЭ1=thmVΔ;k( GN+fu}7V]t(jM^VlʧMR*];hHz @$ Ҫ v6E $E1C}킁@т}ݹo3 7n=-J]py_/v5;{_OK=}z,}( k׉tVv}w۫r`  }>Go`7g\}=Ho" {` l=| wdzJ> E@Be{,N*!>Mo`ݩN[7m5$Y:滱Ҧ}{{`ѻG/zVRn>νutU)KLHvY[n*ʽn{κwn誽떱=}#o4}}w3;qm)yc϶'ݾ;PGWçVlCu*6wjۣ=\>9+ vl]owyC릅폧Ͻ|7ۼ޺۱ټ\ͷ}vٽz_6n .ZS)Uα᭗<vvsN@ ;s}ns\qwMRxh w  'f ;^Vm[=k1nhðn6=sT^ݸ꜁s{'] Zӝ`Я3k˺I ]ٻB xn]L*(4shhCu1Ωo;{+{9<Jt1`*nwP(jcm6kMX%lvh19H/`}۫>=:9(B}}Z_+Qݹ;s4T{^wdS[aڶwFv|>ئYkZm{WCxywG;&)_M˩_krmD#ZO=k(lP4}ƫi;]ͳ<{cq;[vf7i+N8]o{a^xC@wzQƫFҌۮ*-#יz ^Sfmt'a={R ^U (l{s&㸪els]8﫾҆a)}ce h"x;l\vNyg׹{qh١5v;ݺѽ'6DRGQ*FY.z]zאyZwv@nD$h’ѹXiQ{]^wnיz >F0 U4z; V] %M'i4{QV&Ր zjM ֆjmm;tۣCCUP66u/x+cmvnT0u>x$Jb6vv@}滧䪶8 Z6۵yuuž{}:e!(D^ۯvn%KBtqUS,X,wh&;Ov}mkb/2&դT7m<{8v}*A{X&-ݭtkibK[ݻ}|mZ2@]PAᦈ&4h LjcHGLSHh=@=OS@MOM 2D LSTSmDoT4H$DM44L&jکU?C GLMOTA@I`z d?Sz'zSȆ@hB@ !ѥ&\_4\!naO%$B65aZ*+#/y,j?Yl/bg@ጡA, 1U,I+; ((ӣnk|TO?1G?{05~M :ߟm~9AH(7WޭL3z,nO{u>?nj +inг뢧 DhӷK)gJt% smg!DviC)U C^x29M ;HS/5)E0݊yA=`Jڳ0BhͶoRafȌ#02MB}I:8v#A#sd9H硜w}TH(TDT {&&=bP(OV?L(յ}'-dǑ % :[nE1R+_o^\D~K0*Kh LjEvIX]Z/V$QDíVq#Ed/K(@.&(a$ &1d.o{ZG=`ݗJ ZD1 4N(,Oﰶ!&x|}6/#fF0UHv)HW!ח X?чLᘢzS;SSSyVm**;mF(6F b(7hłS-XQqZ+=4E`drR8 T;REN↳O*"b"RCPD"rկa[pEq V"+ ҆UDbhQ`gjqN8T[K ԉ"2 dPȢl=.ߒޑ)m(TP.R1!(%LqtIJic CcDVE! dd\J] TLX{ɼ:[\TAE' kق"G/8,[efJUGt࠱WmU˖g'9,͛S2%U$u/>eMw%>H.[ $fd>OMQi[qK)KFڶ[BҲV{ݹl)OmW mmmQm+qrUM32NtL[|~xv"S8h ݃84;*PRT=>]FiCR`޾i=™!@=#~"}+u,:j:r۔*( !<7tTjkg5 -!HAnJ>ri,qB9QD zu}~>Ruf_e8 m+-Q fh~^*r7\>XE`L]*pc+Q6~X0I^Yr!S4*N`OW P1m=aiE fv}Fȉ@n_#D=,'d_A[ώ7^mTa|m2F"oa[bվڣ׸YC`➔1<"KZ\ljs׌d0kTReע Pb|[Ӱs 5(ITQ H(Pt,CϓY7%1->ќ{, b\ $I22z(=㎛+I5Ak{Δ-9:3`~DKyRĝ3_>4ƒn!R.]I y&HY1lmr~0*'4n:^ķx۰ɤmcH$(X8]z-]VSճפ.g-$k"XW  OSo-KozןlHe@muI%g7کm;̵IAp9GSZ-!Zv[t . } -ܣgd{o:tvP@4Dw]GX*u}%ds |6ŪK6f\~e:<,ymQ`H|$ Qyz<])Eej'+DN /K>_ēԡNsDww0gX; CTQ§ѝN9䟝.n`ZNem_P>%tVj7I0 _o#_on'WYɩLrIq ?&9@Q 1i!dcE N&d Y.LC b<(c=1q?;5UH_q2{D[Kg^)Cea'o(Nk>Bͻ,yI  ojW\uHɰtaژ8IUɑ$t%qwHb O$/zJde| y8Aj.ut NQYM%PgG58w19owgjS^ߧ'^C/{!#Aݬd,Y1U9m/^a8ZvaQHzP~ )J \UA%#iz0o?p9k[ߥe&0+9q/e1}w0}o9Rr!jnBmN.ѝޜ z!9 t);wZNj@ i=OR`|t @PPTC}׍P-aj;tgÿ0ZLc.ue5yqS|/cv'fJ"jb8XQ1ڱoOtmy*N 734߇!0"[dpqo- -\Lzn76 NiT8:Gθ屦fBH #:"PJ)c7i:tZ{n)m]krAUx8Fm.~G}<&t_ Rw.'e(LJ nhcrZžyxX=D!: ){x]\ӯ?H{?ɤ\^y $8U|l$ZY\ D.3~ȋ2(4pd{)5\+l1p%ޡRŋ;n|eS@uECܳ!/۩i,`6mڡG}EGGU(6js9&8]}4S)ZJ枊 ceѬ?M@>;KMNd)r~`P ?PE8 Dt;{}OAsskA QQLs0OMw8ͪU+T5GDph;2OoڼeaPTDBwV*8w 1mW\@`@iXQ̮KM~u39}~Fu0ApPn0^v_~?OcBpB>,8'oξv7yH.^&q}OߢG9B".`l~b1"pϧϺBrVXвq〻G"st0TH^YuVUC^mmGؼ>όհM5 AOFַIbj|{o`r/9yZ,^Ig=cP(X (= 6i?g3k=r>V@B)<~Owg/ w9g͟YMEQyG7V s88OQŗK5CmJb3iuLq_׻c'z T;iDBorW/*@  ~2@Th T iAhJiQ=v9 O7kS%, tnmd\*'sgwiBQDZG༚(e|{9K :U ]uύ@PCi7b{; 氆GAbVI 碙6UXaGM:ĦD>\ I/Q}چE4,1}z(m%SPʐڡvOOt!8Vը`ՇM{$_yq] O<)zЮ!3y4"ؕ*_ho5&&dU)ᅰ2O >?/ۯ^(%LN(Ů8iSIY5h L4ZG;R"7%%:^߄+^z `b/mL.t;r\ԧp^3lL=̦1/%5Le8|RFG$>kV`煎|+ZֵV@ֻ]y`NlcՋKg8e1B]mk=2_頾Xq3MWY:|sK̑>ÈVN[Tx$ FҲi7J#+ĄXb-dm]7m BX[dgJ EpV9%LkNX69Vt=9!$RFO# ]~˻JqgKX(Tg I7^|U0c {+p*e9՚GpJvU_%L|O]s#\;y TRtB~WM cOfAdD^2*|7<6(v[ h\[SagXjFV?w3/:]\#$~09>f|ӒwKWu:__>ޢ+s^a#ʆ@QMd# n^g;˫2 xM9&*RHm$\ Br0 oʩ[9oa>G:RL/|d)ì9Ivv<%CgNݹ0j,<:w} n3+AQd:x7X@k3ߜZ>Ie Ĩ\au0Ϋ<y^=WDxH(Q4EI)^Q 3>&!N YesoӉg4?6ߢtpak3B蠌 ! *(iUHcQO~ءպ&_6bu-/Qkg,3(g9pbF tԪ *g!Pgnw.l"h D H%;tU0ll0[0JxyUIz&@ugc(sd0fڊܐUf>/"p>ߑ2u-2[yuwYl\!ɐFN^3=*U-h.qsi&G>4j٪[T!"\Ycx&!q.ؾa95E(o~1غ[%d8rj3 "$=.VH2u_p! U 'Kp꘲0œrJvNuOy;,꼸0Q`eҨ 8=.\z!bF0C^G>Nc G~{⣱vtX&ϥb.cYܿ> M18uכ/_NC;~]O*Į6aN>`OagV_ #yZ{%5oF'T%usF*23=ЎQ |_v9&2\O4II)%BRoRx,/MuYN燈Ә/<lk_D}eLa#ЭJ鬩4AkEa_zt9sqdd-3"jh݌(6sso/1a̞p'(Q"r=ۄUj܏1W Lۋt\XyB^yJ㻱b1mێtSuj&9 z?\DML^勲wL™{.f"L1o-xTS`>&HIHշY?H^?+̀F_?K.)FOx##/hu]k85ud)`$fd_SST%^2夓NP'Y}vM 961eg;~o߃Bu.k \~V)17<23JZWgP+F}7-"<{0BZrՕVyH\)2b?m*D!zץQ^ѯ,\,)Y0= qqpSwEٮګөZ'(l#"Xbe%+%f Ve5|4tb0ʓj-!|Q{KK,>QU%a \hYWa Ek2qb ܶ3CVG~ל+ۥ qs%/Q$)Ϻ2נ+04G!+hvݕTyKwˮ\eoyxd|4eD5j, :F*m)ZiQ3ǒB(ML52-Ņ5 eWݷn42dDsSh!v8a%{0% 괲Ixb Dhyq'E X%a&5;\̩\]^>mk=3? j[eAv߻ kB rtr ȭ4^Ƴ}tcFk(X 7!c3j%DEm?.M \bŖEA21i Cl ʩG=^@G4JYͽDpZ2l8M/>{a:TV1Q+CU2D9.'9os}r}3Jx |qz|b<:u+7?{:xʟ؁s9{_11Au#NP9WMcZr6e}7rE;gq3/)ۣ]"Fk~:Jo._ҟ3D'& T ;0ȵXS8_do!>ߚGDV__7"'xȅ sAd!s/ BC_.I9xN @D\12N;>]j-bzf m?W~ߴXk?I?=v-Dk-ftۄ(.1ĵ[v&!@3pdD_vRpfʟBT EJ@CF"HDd"PFE% PSaف0u9,ȿq6zbGShsoq6yU^>xM*:nn!r?AO`1z u@['P̽5xN6׳}ve. &׃Do-P5 J(4 #݁rW'hʧωb&y$`u(D1I S'ݝ'bi%R<g|>01DUqyn6[k6</2D 0H$d}D>ʐx刚 M@9 >BES'\D=dd(j"h$()FUr h(`(RiJHd*D &}:TҴU`-CI:lO yI(B(6zΓSÌ*O2f $0Ec[mbAĩSbGEzpG~Iʐ`D+ T+ŗ*#SKT9Y؜}i *yC$!eTP\Hnp9EuYxQ|4 5u ?$y'r99AZ @7$A22u*y Af!H@o>hoP i-Tx?Go k1.v'[A*|OZ젷`Í|Y3MTE!w:z<@ >~|< q(Jeы0|11>,* ?~<otK a?5 8) |>eS V[k3-?x/$} č`Bݑ)جAUb>uR(K[ oUy (+ߋ^)6~'NELz>>_kǾxT5ğ ;xQ'b";Pr® ( oyϰ`"d3tf\z8M)l#cRB- #6Y/NTnHoM=hn@!nl iaӦlejbz60ђLmrDS"XF/=Pzrl| $l$3 v~n|#R~Af)JJR53Gd{Oo#wqB2G/qd8?6D6tGջ^&*& ]|l;d>FC%~ M4G)pH1$6 "A-;l~)o!dz]tE'^, q*=GJ6ɭYȟhCE Ps'ϯW(UrB2XG޼xMAk[]!?_z~27KtC4#9|YMjWY )jU7j;_Q\x7{`|s&35$ /UTVۏ\82̾{^O՗aiFR^%v(wFvƀ6 SW4Cr3>{!@RU&TJ'b$FbVq&tgEԅH?m{8UTU- JDÛCiu8T;bh6NBPDޘyNdԅ+C)ڽ ۆ99!yD$@DY;2~lm44<5jszze>ny^ul@:w8PR`bi4`p]t 6F(}Fza4KtLy+0/<6k7[*emhg9g [ H!zf5:ijq_͍Lе&8ik[#&FoD-5L\X'hb1NiU @كIB{]/G7ɱaL&gQ퐕ܖO~3Тe9'OGOg~TMר)D((H_ 7'}k2/,V/bI.z}SO#$S ,\$..tΔ(,ooeqͨy6le`w2QO+O蛴 yWHOmնpz̴\ܿ}%Ddž9i9'(cBGpT$ gw`@wjJRDfl0! $ ^1$2FN?blp̺(~4)(l] (ag%/moe0wֈ!RS`p!DTAU\[:FkE Ud/mC$ɦ(ގkԇ֘9+7]rV(mJӾOw|04u:ÎN*C[yF,0@Yw>op3mj#P i[t2]M%0~{ٚħ''7g\?:UU(Ys.} ЩJ_b e j{0P.2dYc]R= s EB2IY!TD 96÷gP6g~􁰿+љc%%xښ'!گhfi<|/e$>hTh*P܏@<XU;9dz:QD7H}u>D#eN /0.#5;.J9?>qJ NPv]tS-A^sS}z 5LZm%ڹZsm]c~[b/aIF-'>p{ 5V9il=U LrhHSH0Zr#_Z9xЇۛ#L{XJ,GT.f8`ʓln_^nv:|m#pJBn2~)5"Z8(ъ): 4 A>f`诛%$V"8xȼ#t4y)@U!W/z) '3" VJlMqOc$e!0Ƶ|-(;E7Pɲ́<)WH? R w$INo-+#x695;yy&"DvQ\[gaGJZi(O}v>.^Qbrn/\%`BX<wxaŏG^\`&XHb)_OR}xyF?m=̹=ԷN(IN~kVA +6׫$izek|6Xo:/nfYh=g`|7z>9ƴ7=%JԂF <{/9m|ɶsSh5#50DO6dwGFk mKhDL`^j7}Ap && ڡ7$(R =@!c9,qނ8 b@ܒpa[zGG'Z!֡v%I 9F`0ƒ<H Cm32;ތ~ơXQs[t%}pB/`hKi(ƌ2(6]+ {=\A]h@ZA plUeH'5DQu秾^ߟdO֟ M&RP/p{Oif XR6L8y5UޛpK'N`~ſ\ET%l<" mzbWZ,_JwQ'hҚ㹎GAW 9 A( n.fJ3ptOLfKMGOPIӪ+߭K{O5}дU!dI_+n5KuAN_9##(bQI oM"e,>/{ Әpۢ;z.%*C.A$<^(D\]_0HϗDp"~(7kx:eRyN{Æ4M^o8T0iւQCplٜ.! WXń(J 3-}7ZY~WL/q`FhX7@It-Y@/2ܩ 6.H<ݝ5.AFǞ(4F8;ɭq@< J3dR Wm|f90[G7pQzkn%ԩ"fjEpJ&I5r{i%(@a!cj 7w[M [QPM!NbŔ8xtm=07##JE+Cۨ< )p rЩY%*>hmCvb=~[=l3E#9qA0M hnAv hI6<@DsLE}Zur43L^jc(AݏD-1/oUU 4#cݸ8f jd躐ή D(mܛ# *IAC 7j E/}l#)(̫ۤiT=- pB}UT$AetAt\=ͳA=yp>a߷cr" VW@=H'bpV'=^E>c0#*9"*1ʞNE\Vqb"cJ[\AӠI~64'$4mԇ磒?.Cӳ~?_Cl- ԉh5F|۵9}:SH-`]s#^J~Qϯ*`/OW!$DE;&":`~VI:2~!pb(@< `ҩJ^4f(x#"F엔k@MDogYpQe;bh/GfYmd @bj%R]!G%t;KGp`V+Cۓ[ H.s<v]b)e붿{iJ"UB hh"r4Bi(oBG[@q;Ln'ʋ=!ޟb|b rt?zV$8H  70@/@:loҨ_ttQhT이_p𥨕Us΂:윺^0` ` &pql6é#ɠU֞H% XJӍ2P;U Ԇ15 BPEe Qs)~!͡ :, )!|Oy^Mʝ$zL&zcX.ȅ[ݞ@; k ơ}+4v :Q`I)"Xqsб\n;pL55,$a%A!GOrI7|Om\ u沑z{]{4BڡJiHYCB30I%1.I&EW9ʠ1"Mzqܗ7wؓNνa NBr.\&(rñSs[Dʚ#-MK5{oD$G^S[5K׷|#- Vm 8NRaZ7o7!JYЪMg1q !FyJ<5~.'9l*ʁ}ߋoK=uV6K.Dh`Q$H5Hi6v=(h,ǿ"^8r^*:W G[#ӓ2ǯCyYEs_SOᘟG 6Ws-t{'M&!NQ~y(DMW}tp6Hy了e|Xv >q<tuO|spЈ]>fyʯRCDOsr9ObYb_K3(J fvbWe!xCl20zuKVLm j (A3Y4>a:LAt8^>V.5 5D[r[4h,S݈98Hm]bb.>u E~:duF3p f,ιHsL/fx;}Ix9)&C/XY<"r E͖,MqCF7r.mz/=rkV$l{ڇϝu)%ierF߯}KJR{zDPin 8K,{$\PIP:3M r/^Y0WxebU6y*d6pЈwn0'";@θ>#_'5KƏhp.m'űi2M~?CO4a(xnƳ8CWDǯS䂊N*fEFe "V #qUk.~K7v1YR-Xrd U"QJcA`x@G6R^2s4r07YJWL+V +XÖc ^đsyez b@o8`*Ʉ,N!b!<{($p)>G;Lԍ+؈bLI#YR &ؼOc(`F%b8 " NQkWB=Xeg/}^ϧFp'r J- \9l獽I$*0BZu,D9Zs:1MPSSU&X^Nn.-!<;p>Y<2Tۥ*ܪQS,cAgya" "ȈAC9:* ,Օnr̔cnܩn:ko2U0Z ؏ cn*L+nuMt ϳӓذCp 2h @dʃP^ 4RHv*O2vVӎͣG]}Y^pQZ*ȀWmpW3bU#å ̨nuw{ ᇩ5z,Rs~z` J@DWL[+ ^ll&Ҭo-ʢ&BH ß|/^V)Gގ\{~+ֱWXzb!pϏIJʂK<8d!Ĥ ^#xZ{bKy5QEP@䏙=oE1S'"eJz-fA{+;$^=H/<:GLx(}f 3 Ϳ|6!f*b3Ӌ.qP29|VN]~+x&?<WzD*Tnr'5j۾xğ\jd9|<EqIO`-U-͕x]\uK 5TxoN S|a_F~KI?3~-+V$hBV%DYf#Wq!JfwA$߿^uaV'|{i򶽄'I+Ǧ}cCXG& ]sYJd3(i<3Iwi >AABF$Pn,L_=x Y߲aJyAd[P7ޘ@Q | uEcθtFl[[^Fiy@stp! pkӳ9 vը (S2wIcΛt6D.0wRǐZ=A@㧈s=Y|>bD'/7d4_ĩc#Jzk+!opP[H2cFMUSV[:ћ@P*t%5k#k0$㎵mHFG#hoF vwn-%*cohdZ({/>{D#uhKȶ `MŇal_ OrmwM|mZnB[ r 8ךP VSjj%jUvC&zưP>y{H$ 7t^ݷ ;ݼeIح%cr) )#e;eYtX;wl)ڟ_ ctr;x0t=;gGKOˊG9ˈ8 e z?EO_GN]IEOoۅO%V}+۶"fF^p.2Y]th_9"vju yέlq&4Ѭ9gcN#M/KHq!8ַj)rn\ju!ʼn)aH ߈ZYOTieUny:wy6xNΘi6nDˎG"w9K_ubeDrA[Y`$ js79V;W꫑zpEZ0WΟaL}7]&ɗڡ)/*G$G2j(ҪvⶴOw2sv u{nB\aXA)󃬃!05UBUd!GFDqf)I$fg7^:\#(dϽ2!_ΖbK9 U׈~F+pMp^&$F~<@}%/weU MN=N hg0O$&9#9D9~B};f@΄8ýŃwn83ָȊ@!O_GEp?*x@ x4:ơ8Q5t$$a>K/ˢdpԺ!T%mˉiu+?bhqd5|ђ Q8U棣U`Ϡ.\ylepw$wsrі\ wDK2EҀ<IO9o.y[ETUbTTEUE:CZɱseGBzbOG/ )h~ŋkCO.1ia #IWx4vKcMh&uęa%_ ϫ6r? "lύ]8\Go]*8=N<"CJI"K#/Wlƀ{1*}{bi E %B3rtf ǗMLL1[PgXw?pn->&n1G(zz3[m5m СbݑAbfԜ,e-.n < 0Ay{)^0"N~^Q,C0c#@ċ"w˶aw(.?~ qy~QpP/M._2dyP54fnp٦.3>,Pr/'Y#0_j&>'9[nb5݁5)l94̡6&L->i#J 0zt|Qg:1 {$ֽq(z7+,p}kgET`w)sYsad=67$OE&D@*tnWX:woǷ. dm7nV#DppxN8nsםZl޶~>' !294=W(4JDd﬐Srޟ~ rѢ1ր^mi _w?wHQdtpNHfAJfh7ObF6u~,h|mF6%u'%@Ƭ'j+o>9("t% wF蜳ZQkwx8.9j'q4P6(#(TC33ySʐ$Z\Ghp5>HwYU;W3cwqGC"LeS2 $)2Ơ_$9~#0e梏W[:}]އJz!˦=1d.1v#9vXC4;* %I#)jLV}jS$[R)6#ޜO?5'JN0A%QCԜc!ZۼϦaṚe9xU?*+fe0\mz(Et)1Š,aH%-FM'QHݿ%_:ycdMB( NwEhVsշoŠQ<Ϟs`]n]n3G.&ȿKx5rB #sٿ#U;/޾!P6 7c$"ϊ0^ypeFS)%_B,ve)k!ۗA:ɸ|wStk4aX}np5C+ǰYK[h%|MNr Q~NUbl?^9}̘G TM@K|1Xs%i#B[A~WO޽ &Cm p9crglxo̺,c5H`͓~IB7b[쁡!R\;ov Ʌ b(~XίJJj::M֜.lEES9~/4qKJSkܗ!;v ju4_XȺe䎝5v"2(qV8}-|ϳSF´CXܿBpIŦp?A7C8tY Cm{bBS$u=8\;5 b\8Ӓ7 &8 #n"Խ5h$thfzf2=Nr\4˅&hqn lqsF޷,tenkWOq7UkY5T ݋}jR_u"%FQ{HJAT-&L',]4< CY5Lwy[.5KI%n[ht@a%̺}u^އm0RA@̈z ~=zt||DBH   JA>@:?5,eH.xO kHj軏壜E{^,+]኉eXzV?RA[3~hIkJ`}"*"v!v1L%5k^_C02A.}CXםA5\yKHE@Bn88e61d@_i'f &S bƖ;qYr?U}`\sCvbftiyEGPr eI&82oFx :QNc kmܖhvjtz+JkІDcIb@C[jx vƋT4 W 8)N$"6R" *,:`\K3 I ֓v~?50ύ>Vy߳e&S؀La,lE$ʲdPgѲy,~o17^H|+wܣ<8D"CrB4 hK*+sq{|8A~ {/B1=$ gNo\7I*tY<3tFD :}_; pWтmp) N=:}*HsN@gt=7=$h{4z'Ns87}E*>g^ QW,++{paq JOB/i0c:sV6jortn>'B|bt 㝏௻?nDoW._;MERu )$@ 1c~̇ $h iݲC 9h۹þ\{&񉍩D&s [g"ϊTJT2]92=&__`4c`y]OU>~*1>Yy.vIаPȽHAogYˇu_Hpj򘠑$j>k-&M9R#?Dos)n9tUOe9l6׿/Œʀ yqUN .R<8bP#dr/0pպr8x38Cu`Ktrr]5Ou) G ^K}}b ::$(WY?W OLØ5{^jjKw -4iK*"- dM.ڞξw\9m,9)oԲ%ln%,`<:\xH_اU ;P.!q{euj#ќhg \bў2WUp޾d!,,^l}pSDHިfd0:jaY!*UW^)OQ#1x=5ҁb;ay3{J|ONcǚiS#ƽƒ28\4.$糎`O3P鷯SjqC{)2W7?ro_o!ehUy3ηo52d 6YQJr8*`r$ջ>׬kKb!Q&_<?>rhD!4xt9O5 uEqXb8fl} ҾM^͇mLL秳:< e=ʨk X[9%yy-=0xp`rl8^b$y 2s5r"|:u-s5$xCX}:Y. xf@](_I%Dgwcg'l!X)gW -e\cS~ S=@S/v{1/a}LCt˿qnb? 9JWWLSZ2o<}rmka`-СANDz[ 0E"Vn{0D=Ҷi^|²86^<`8m4XNå:JY Ib .+쓳R> W>I,䔺odʥ1(v z? hO's<ꬔtX^2VǠ!r]p ­ ۹%f6(\Mq<^i6n|̞o@PZ02<҅KK SSIђ+9U1HI|ȯ43 -uAD4aW2~Sg)gO/8g[;F)Ś._z6[$ZxG3QE-\ R|\j~ c*ΥAUb x'PWfکq:_|H.B N$ȸeǵ{ݳ{{P*0cnzC!00@<}70cI֧f6cb\r_p7Zoaqd`\=\nދ袼ꂐm4I9NyX[\CUu\&S^X#06)K̬Xn`9Bsju t6Ƶ wɆ bS6d*Hm( $DQ`,׍>WݹMEP6 )l-B%8: "8t?'H `t-TO~PƎYU?izݗs˭>f!:H?hPqY+lis/bIC1MA&'_ֹó@Z0tG݄@̤B9I.F>ӬBN=C(Q9¬~1Ѿ. dC$`@,б 32}۪IU'"ǐs,6KIp Xx'FaG^zc5ʺW1tUa`pӢ2a6p$0bb٫HhYul:6dWT@vcdQ b|j rr e !_8DPU'ܻ0Ut%b;@ћLTdF9Κ+T?Ep8-a2%7o(;G@ '8k з`heʪBꃸ#oQ 4b1bRJ= ^:MW1mW[X88)$,C~ oؑvU[k*@[_|)I8}qH'"QȡGPyKh c$/sqꭐsQH5(RӤdz_{C6)v <R*RƗ$ 1d2 *(/f;3V>Vl{wGs^Kog%%|Rpk13͟C:5>א-R7U溿PwO$vP7jK3`&fVFDQf#3ٵDl$ht窬Ů>~ ls[6,37ѓl12 ਔ♋knC1 ac;aYAv# z mݼ~8c&"|dV`r>ӭQ;ͪuQq_maE.̟2D9i쇂^ေ" +{90IVՊ}9H'F)th7~ /g(N81\DC}zkīcHCWSb_\Ƥ;.!YPW磟5 n[T̷|֑MGVģ$c$>zZ@0h9>=S/dFIs;!.gmֈ Ii_!|Zp#DJ5_=WIr|Qtj>ɽ~fo/$kq%n3%/f8>q!Ϧs]QdlRbʱ/Ir|?[1ڎ|! sW;[t Q;͌ {_!~ .ScAx(h虮 &H ^>7iY4 8׌*O\]x`PjE@ M(6 SB 7oo=-_z-īߤϱ}g݁NcFSΝ ܒi;Y/mFC`ZjZ3|q;47bPTSJ` \J{qqOWמrB#K-]"7?v!Ds9e/krmg\ t(1%'o|r5cMVx5Z3uڦϖݐ q`1?eBIj'ϭSz} }a n?WXSxq>}C$s)lr"0Z2[WltO Sa@ZHmH\{?OӉ ][-h%7M)=&.3[~U/ʖqDEDM9\Tm4\T(/(KOS}ĚsgzZ*Q]*Ŭ!DU NՁ-$Tv[YA-IԶX`Nap–KYh'>NX`Pxo#b)8ꘆQe P'ݝB0E'Y=q p&8q#Ut`HpsPԴL=eP|M\3n gQ+sySW6Q^#ݹNVN\q>W=`U#:CD)}S\r'Tz3J .Sgdƥ?+ۃ3 i.̏8/}Q_'-~!L:qv`*bVk+'>m3ݣ$xYn9vNc{~WTxL9ϵG녾.2` )y4UH-.5(cgQY\ęZ4Q;!qP)-R+Ntb6GKr#if[+Z(!s`1k-lLjvJsGSmGm6;!P.T!GHڞ?9to~ YLU! ,¯@9oO) 52AIMpTnztO)X z_ú[ )\*KgAK"XS G x3ssNf.*<`;FDDP>0r5 Cv}kGǠ_P-k}1awD)+NRN[xWq{uv|.C!Mӳe9f:hw4\ `EJޠF0- ,Tط2s7 zWф]r\cHJ0\ d"k#xA0 *r>yq&.[V 8ݼ&;Ė7/֨d3w(.g7kַC$\B4FX0$z_1IqC_*,E2 D|+,8v$X]1@{8tm/(| 4|B2<}ܘ[Yl?{G`)%Wٍd%K(@$#9ϥwViO8ŽD;ߋaܕ%IdT {\4z[j˷mɘ{ӈIuD-=Ua|G9I*uR0&pH*r5\#Lb]9}(Eݡz%vDii\jp&T1l6n 7Nl'xf7g|uU'$'w TH99R|q]JoˊP8KN!Ї7.GXW=G)g@pyɄ=|L.'ԊzD8I%Oƹ-bOe9!e-Dy,^xam4"q|enjr@]\E B/ԏ0Ց #ٺ?q @E:ɽ8G]y#^;d=SgVV4VjrkxymfT1l̐Pq.V."}MA@Xg'ۥlam̾R0Dk.(];o3k4PKHUƁӦXy5[Zv){ϗap q>/M%Bc<4Q|_Sc+P搛tXkl/"gxA{cꃑ؏WȾ=3P=Nj@^9|9`Y,H>G?o|E$8伃[}.A5#W3{Y .M})!1_=FC$C=C8xfs4C aۏayGD,%_ 9|1Xύ # Q.HbB "0Y*@ CPx(~):pⱇCp|%D$/;\uG Zso&ymۄ<``{s9d M >4 M(YԨ& 8;O IA}M?>H=5ߛkӼ}UWNkU)w>v/I,XyŦzޞR?>['nXQwhtC2DGj{MHYR/*:q%q.d, 8=NgC\DHbHʟ;B ՠ V]6 W߉#ωl Yv㺡@M*{:sW?*(h`-yھ:lq],Ƅ*UAݟؿakc!ฐOEHW%OF,8N-:v}%A1&v -vwy4AbH}8K(!;^'l9o#dc&v1<Ɵ7nK{?ӈ7 Zzl5{yp5y$O$QC?S$MB!5"ŞĎ ُb9&/pPYNJeQaAR\xy\w(kc*G6~+ia@m#Xp: 7T*Î+Eȧ+KZ f?%۵]syu@ αv[\g^v4 L\C[{^F2lqڒGM%dr/Pu[;S013 ǯ>P# V24#"l m!3Oc>% xDt se/Xnl,jHty@0x$ Pˑǘ m^lHhEd|,Y Q bEJ\;08n(5rI @ C?WKpL5l#ZmyԺ*R"/I elxr F.uDXgp{Bjk^qh\y6zzf}>q>1EHb\܋4. :r}tKu l>NOd ܏1j$A),0^w-fYéTw*.̵`{%K_x\߷D:=^ڟ(&#X5M2^3JuvIbHߨA@6'Z'^X s𞸱1Yn:8=<Ȁ }$Ng>.Ij9{(5XcF"`YAUP{TU%ZS}nwiPW-sXn<YX|yR<l=Sk⸸u0D^e}J9SCě3Y_&ifgк"_ Bi S~XG1ߙٮ./GS3 N\?W($_]}uOڣ{>c8Ҧ׬@YŬY4gr)Z6!0{ jN+w"`IMn)qX3 /w[ -@a$@#x! V߼]!@T [?%r>TogN6@l@h㝚SZ0pޱ5`@M%%MbP]kF%e,"/Aj8/P,a4a|+ˉu,-;= PZ(B#6 Z< Ym|ylGHG;îK4EsD4PJT.cɕy=|LLPE|@T:ѓrމ$USRӧswv'&P;bBֆ< q[$œh/'yR,j+?؋p<e|TV1h12?H;}Kv.ayoӚWε`6h>NM5K%p{XɌ3;PoͩW5~}6DLKhtךqVڬ[|G i82qr1[rΕ0`qU0UUs,mUNY0즞+m'Trs3HF嵄\q}\Oˏ/_ajpwyk i%({_3MM& N}-f2JRdf@b @MB_OF"'۵1կ,@}_.SQT[:MhZBX7`n@]kt^߸ed"zg:ߗe"yr7[ B{!IN[PR׵=ĕ*T" 3%kh1+DfU1LS0T9.x(ia q<"3A @#*jT E/B9q [q8r"Luxͅ IKJ[:p ^B" Y?(c"yxH9#} KɿX7 Ӕg;/nzMDO%U4&VF!1 cilpq&QvBi &d%(DW<}\׾@}Vlp90y*U,$64-H;9uď/`KpG)Y&ߡM4{XͮoguR4z~*PA`l=Cmoh.|q}MIH/]Vr<:Eͤ.*zgݷt1APPC8a TH 5 554_ia$.y28i?_&mh? A)fM0ppEܠq+br@Yp2a!$`w?+? ~A9.U 5' C=)@Sy ng+&/>PZ`2% KT Uz89 I1veʁd uk#>F˜B<0AX:+,B'F$ik Y/{m!h  wRV+Pݰ 9% 8>*#n<>7uz+!XRz3Mr'Z8*uO|̓LkӸ777_Kx͖ebαނE[!nOkH9/pgb+#L\Φ&.)S/vZY0LJAi~+1TPK7ɋq ?5sY~R1GuVn8\s.S鷲3™]:t'[CxV"mnK b3z턀]Lfw69q">5,;(rM8ABlu 8AdȿGZƬsXpAOM[7f]4xfe4Qe9x %TXQّS  8vĂbuȾ)޲x:p~*2:xv/N0 :FܼGN,ʒ cz>3uֵp򚓄Q5X#3AqbJM*LFeXeyERzU4a'0:m8L4(MN:#mBNmw=my:[c =GM˾YfKG#?*žOXC!Fb)D8$&~~q8՗d&^׌wbT%B ͊Ɣnb66foZ)k&s1B{[rYg›$\";ۣԹɗtD>Z4~"LL;\bB"OQ[p$F$I" 4K.$O`o =6u0 S1]nH _7  x:/2ixFnPR_ \t,G5$bTCu3F)fca"KuÄuG3 CD%N1ԧUc\8JXXӅS8$Hĵ9ӗA$Ңr #-maMe1~1c/Hʈxr?.M\C,R# hD$I.LS|͊b$PQ9\]v79:\}kXu <{TP-ˡ 8p#$E&O.B)qCR?g$dMp)`&3uuO4[ޔ&x[ROo^fj$\DvyE&& AjqAn"pi:VY2!֏syb{t#eG.@#%'N ~iϼO ˢqCO|x>:ڍ.䛮LbUM㝐xR@jp kے"@d!;ʠ%뺊#vw%5 #$ _O A75:r,.? e-;s,:7>eٳYepX2|[݇Z{㞸gCݟ 3^VShFOŕ|DPD5;\O%!Sc@oTpq}3Uśބ $Q-X٠6quugo=arZfM%pCA' A_vs0+Yx}`c nd"v[uGq󛈺v,lHf0bB}&=>'ypg5ysyneir ^LL;##ۣ1)'woh^Qː j=Wg1%Cbs5x9@Knۧf?ؗZ":r@s"G,^U1ly$gNuiD׮x'X 8k$Fh J&*vؖ㬧6t=v͹ix2W^khuSľi<ƘO-8 (M|$E*ʰzacpX 1m!Ʈp *Ijf˔LnVюD<)&FJl zWRn+uK$a*7 dbZ";@(h[`?(uPO|!p3\̭wqVZFdGj_ d- aTxMM^o,X\h<,[Zw=5RP!.ڮ1]  6c:@]#zzq_Ow`g⛸""y({W@_]|Q̿B [sH{]w;ƾ#Y{Yz&R7L;e6dГ=2.G! 2<_7JZEkq 鎈mtߢ%=Zcid<)JeŜM/Qk:ڬS3#<6"mG[dC4*b=/lPSMZ->!qXqʂjp ) Z/.QڰnOX^`Y5U[&ǘ#^XpԆoO޽֮f{<Vk R)`q7rՖX-;UnM|x7 ̇|O?Fx%d,lw&lUy>F"ʕaC=pLimqA*^P-$UY]{g0Gba snk*!R1jsj~9nOc~3pѐ+"IEgQ5€[?܀N%} L"lv>QE70i}sz=`X0]nGZC&`K=.o[cIvnh.qw%vtxB,8F&,N w^l@E$D,׏v@~ u=47 H}DHGĊ8#)i ?_(+ fk#v .QzRo>cԆpaxb:tYǎ?o?7zxXJ'=,hr>3git90awa@gV5)Ö4~Zj|50ÀBV#3 (Y94zll-wGRWCg M\kl.he/IS֝l l0QXݕkoar չqȁ {2p R5yD)_ SNjgU kolQ]ע~Vʼn6'@*H"R,7hKYڵ/f$w0K4bPE*@|5A`״6<"WIg*NˈѧptQ%Ė*2O}olymJzMz9EF6"=fB V3ncb;ka-g)3Quw0>˦=A }7fqmU:9NA٥jwMMX]`=ghrhrP-8d wR 1caA1$uhHr9]a:iؑ u|ۦ<ǵ=)g[ y;Cmѿ4'>M_LX #AX\y jct2`xhzS~9)+nIn [֪"Z`-[=UK3J(G@F͊W^4׫< ɶ5Vs0m0 5u ]2k4Hue?Y L+h>U8AI[ϪA;<ʽt W}|&l!:0l+=2!8J+3tW^?](@b)3/Y8~1 VȐ)P6Z=c(#X氥f. ݠ J8ۏUˈ̻y=(4 $!)d3 4}hk,DF⎸ ,dyU.`*I|XMBT0}¹0TD5e$X5R(^IVFoMAT74MDŽ5fj'5%A2#}L~۶h HBTdll^^0484K \=Q]:5n\KR#8u/z!'8gp>m\NZkKey;SLQGyY0&,a|pyPFEa@}Xm3ÛG'%_ɜ tAL8ޫUFuL$6h+Htb|TGJ8rWڰeT51\&洮!es$K:ҪI$x.].(#G0^pv94CF3.B6.[Dtt"'@-}}}^ibͭÑIv#=l"2~$=jD DԢZb5bC(!`8 48Z5?]soWiM|V0I3\Oc8aVm6c{o:m _RM%sBu]ƒC@AWy.."zIrP9~O+Jh-6[|(^ϧG[c}n0lWS @FOKQPF̮Gt,dl^QDfD \˔cN `nU#*'VB=sw0$":j\YBf w~䩣 R|;=.奉- iD̿>: q%\4&' U K6(Ubq×hAmŹ*k^#x[ :0_פGTD3D1 @(00'1y3ۏ=j;z5Dʔf]Hq~Rpq@$H|NOYp(U.m)F*o֡άD< u=$p՚vj1_`5i\OW{W Qe@sSft/Ng:PXj|=4h0poZ0KF9fw>'x'EfYfՋnʓi6lBk fHq^48Xz:ZRQÙFÃjHʌJݬp{~,^8n]elȭB6Bo߈97>#Nم5R [40ZBwOUq:aw =_o*͉ ]BD@DW&N\1x#+ncCz1ÓB*D\؅bEK B iob]ΎwW֧w Fڶ5O}Rδf[`<𛣻.yްs wx*fη]ĝDVkq619ӀTL11+osX><"FH"w"0}>z|xG8^{ikл:0< D{O|H 'S'kOȽ823V'  y@gA]sYS КQބ0>O ZŌWൌv;5Y6:Tv^.33fG3/y #6Wٱg#m;ΰ1=b,o!+P͏S;#H2hO:#R8؎7"QxޢdG+~7rpu8^=[s}&u._Z\>0ߋ*ǾDQ0Ɵ1b:1_b^jk;ocz︪8+=>TE·R73<EX{ Nukqs5`8_x"_ ى`L!㉌:qLNB4n"]eɉf)ZGQ3a aDnSNF뉑_KwbE] #T%܏_~r*BÕȭS=͉%BK` )NqsaD4n!Υuf)c(,x;gs43ǫEp+åܜ]00P`s!\qOo$N)1od)ӞNbS b$ ,:1u!ƔÝR8~7tOG}-/:3ꝸV#hS/}H.~97,lc;xh7uJÇ }nDY\s'6)ӢuGWe|=OZ<sPv1VsusZRfSy@q"ߍ_$Ls̎uZOEu~7xqL|.|On8yR @ !XaNs\юÊL8BX60H۝GQ4^mf"g)4txW *57R6>w*1c%x*٠+םa%O*ϿkK5(; mS;G.&^7!b=8Hdy[rg٪}n[q(Δm fdǞϺx{ql?'sï\4Xo5p`FV(" )y| %9˭`ZA1ɇ <9*У_C}JE0ʕj! kS0\l$Zs@0vN{(lg"Lȅ[k[|Ck>8J;8SV'J:ްCMGք 3q> |^jI yyxAVՒEeD wY]?-CؿE˞w):c}3,rܧkfQz '= F35=ieկ԰unT&ZCE5r=|4Ϧ2">%HA;CF{k VXĶl_?`;ypjPLNTNYpbr*x>NUbz4<29'U* l'[ٔe/.Sc5zu:RR^p&qr/$~9$1#&88j5ҕȜ/@&3/kI~ r,yA(TVR={ݩæQ0QB1Hb\\x{UW~.;$N]hx T L ZBiS};r,Gqy5mhFヒ %:g'ღض$LchM Vuh0%mUKBWݠ–,HܸZƜD9w#VtPЃ""Xm& wW($ښ&f@Q/,\1,: $Q!]EJ/T !GڡmCjMKp~Ҙ$?( 7NѽO105NUο~tS<={x )xVX1"SNzfe8If+F=%mЦњ }-%8s e}uI#<=Gɲy+(u7-]E<@vTq]G/Gc0|GυA/a;P.fӿQcӋ!fDX *H+4g29>u ^cW%IO`;c|p#;~_CZHm幉ths}tFqϲqOB蝤PȩO X\qzk7ӇL}1[aKwdkjHҜ3L _Li.Y5TmHF *lK 7q|? /X"1AQx{Zjb#T} >WSVїMSFq>?X6kIiOy3Va[1-OLOtkvֽƾ ƬVhDZy$;}k}.i2,`;u{q6f~80U3v~Wik8_54|22RV#ˣ`DGa0EvVZ4YLo(gU#49ՍΊ#*ZC7oKur$NzeHCHB4G\ Nz"-n CO]Jӈe{F7E3p.f?N< >:>_;8Jyy575@VJW V:m7suovGխ^tш[Vt{m+˷_W>]_NkۅlΣ},a֪Iv 82$<{̬?lPhQN^u#I ,૚yȠ녂mSDŒ - BWPN! N?]6kXėy^ xK$Ga=) #G?+RoO}~9ƣ9IGt,/Vd7ZrJ;fqkhͮ7\ȧ_5BD:%2)U!BJ! ҳb0HPȐsU" `y.wJ?AG~7ؔ5lZMOg3 $)ܻ( ҳ7ru:8@ˇKîMm$Rsʂ1sce_10SPTP d)ѭ7s^U.dfFgD襖AGT.53B!k;tMjȧN=)ϐSbn B\޾q"NK_>W3γ=c'~cWtwFI{7C-cv[ϗvbD, ʏ+/VpvK$ .*/ŻJG #>`q[Y<%UK\:Q^1}:bngzcAVÔnL9[3]#XEV0h'|,F/Hq;23/|qf=0㼩?$N&{x/pAt`!e V i(~k\H3n*޿)q#$`zJ^БF̝"KkW_q K8cBC=?ڜBRQ8xy~K b]էl)ItHt{1Gh/Rw#'><,,L\lhFXM<ںySQ\/x^y5O'[8T7|qK8]rX-ÒH= ab$#4Sh/yq@nC'hîˎ{1}ͅ "u㾓 "O>FGH (@Dǀ#Ă^#MX{$\v?A<{؜HI8'$E$1F~Z[y#6DKbؘlҔ(\yDPf,,l|hC͈ұ*3/6 B@.+5ޗv.Vۯ,pKjOK4PąREͷ̋sC-ziX 1U=v_N=eQ[M B%ӰhY=GI\Z?|a}J>W"_.0FI{> 6P? ԇ tFI5- t8ؙu߇HzgV{<K$o}A5&e %"xKia0R&(A(JbZ1IQ8il6 I$JIJ.zHw1gR(<#/Ts|P`>~C:bTD!! ۵o IH] =W2oj@3327עM$;$- \6}۹HNqp reB <͉u^0',q/ ??E6'Wͷ͏wYFw!¹璯Ɏc(6*ej:5̮V.Us$h fH 1 yE _Z{) p6hۧލ:R0:wt(-ǖbNɡbY_;2]ր+z[/Y w>~k=Oe0?yaȨ&;@_;oM5#;uh8a}fe`EF>#s?.H"N| f1%%95qH}xh|nʓN[mm?~~2 *|컵ʟ~{ge#L{t?I6Qe2z?c/1Yoӆ)Fg}/}9utW  O~ژej((8p{]O}9}{"?_dwǰz*"9Y~zeaL.\u@Z?ٮ,}=W)v&F,RQJufO{.`?QdQBqӯ_+_e:6P#X1@ֲ֡fn(N- '7Tͯs1Eɪ=g+A8F6N8F)ae{|_ [c{Q'u׿yF$$݈[-M[z!@]?q?_~Μ&O(@r \F4>-{(]>6dL]&{4% 4^O@Φ=n8]bhGeh[S@,"Vo=Cj*e8z?틿q߿NY`E"hg|Ox]0~7ۯ w_q;5{֏g ԃ  x4i-j'?!w]z✤F(ZNw(`0 zH},:*EN\8^}Mq,H;()֫Z j: S<+uI÷Є#-=U&$*>ݛc)+ F2?E7ۂN>akoՇͣ6ѧwَy&SWz3ր6(Xe@6ckjP8dGT)xFX>BR;`=,}rP؉U h.*^#bSl!w]9s;WƔg%2(4 E@_@{wҭR҃os xs2bf".adJH^?(Y6ePJpd0?a bo~v5s?fg\W~ݤ*:һP|EbXhdAbCrLbyhSVcl Iж 0j9Gъx:ΏiJhAC,Wu_bgVcܽ S! 7dϾuSN{n-_k0DHfƘWsc׃a89.æ2i&2UIlr6\_}0Qv@N =\aS:){ ,ypS@?2ܾ#zf # 7))T4 Kz4;"ښ2S6ddP 3,EᇨdfƟד؟iϞ1tiFid 6X6ገ>_,j'5VA_YrABh2MB^!jFΜ(v{APs_^~rsE`$&S4 {l(F|yU$+,߸[UT֣[tXB.SvW!Qx>Ӝ5. ʿpJRh[}!%"{iBy 'tX6Yj3x{|Gfǝqt颊*RajAJTnL闗Ĕ 7??>l8NA"#%?&Sllu ~4kDӻKNqbgEpgѭWC9FXL߳pa`kcPfC\G$h<;iXOtƵu<×z2ZDRI,=X9,nXu'-y<|F= >D4GǵpD Hl1DCfoqvF.ُ Ņg9-^8=~ UXN|p Jo{Qzʕ?eD$w~Z9yor )(Z0c7J(N2ԧaMQ1ztChvbԸG ;2;ڎ眛JtC.n'sd a %a0DqmI&3VnGKJȽYl0bS%9Hi.T&Qb Pq{$5n- )Dڊ.YѕuJIg?l 8se eAMa&A=ߚ}2.Q y 9apO!-W3Jm\OA&牰jMzHq5-llj8CqocT΋g.bz~/Tq+gcf?Fߜ)VVEʼp&އs#בDD}j@/\ qmEcj{f{-;m|\Wh\tin+&;3fu]Q9h9 4S'XF y?w<Ɔڞ)AV@@VG~mἎIYO*d9?L(ZaFuOr<S8_®xmSpj:gG@r X3)Q 9jjЩOs?73.eL?@x$gy"Nmxx4gM-`h-Հ jws(6޽34Qy o?G~7 łW2'vFyN2~WGO{Ǜ_ ѱF틒K=b?~3ȠpDMZ g(NgY?9QTA᫡gou5* u5<'H;X}Jh7A$GP E=;(;k4}ۑ|FB;S}଩?C)x u8 7fݐJ,>cu].g/cȱlހ2vY~+EOI=oP9{>.}O}n@I`N @ZyVb>: 7c!"%@ @CLvsHg{vϫؾM~ab<Sp(_QB}FX&^?B|T@-7OK?M mʐ~s;v?7i)b/y$:2E8/O賔ŜW|p\gǖ`amdb(H@F>J]8n]aݻF7pq$eSRAPM+=YC\{ HV/#b?zv?2ۑ%?Ґ, !m,`F.BlT-3j 4lebǥފih FJ`B (rCz?3Lq1קzhb~SmK%mCcE9D+e(cZ Ӄ6MendM!l/lyӊxȼ (={wo~ e zFs0֠fj$84%8</O651i:;?M.< |2_ѳ'wxa-3x : HUt71 jIJ\FW;c[3SU}qsrYCt`}iaa^2YA@J ?$CT[I i^XARC?D=x/E6ƃv0Iv`gE{f4JN@gSM2;]%+_Ɯ:~"4dH];BX~)mơJypT".cS5v$VaejC"’5p8i~D.N\g"1x,ָhϷ|f t*֧ڋ<82BaWΠO,*µg B-/v"D,[dB )kI58ghOG+$a;4d*%ĺwIPa6e lA@t(rf+q4s>2@LVTzHz.=~߫^@וťD^Zwy?oor5?d!'N{r1v3g]4li6U%UNF26Cc?R=Ṙ5:.4h@߇DQk1PHۧCho-Y @L]J&9IL"-F3y1 dPԘf1+<q  "p/AR '#GW;_~~jLھ1m9hM$؆͠L%7(@pd!{ѣ]"R&g^yF: Sehr{]kEi dY/c*x`ǔgC+XtX7e;{ >AOh ` `GKj9ܨ(PlP-#o ?PkU$Cᬏ%}{P^ VFo{Ǝϒru--q`B޹ZYUie 5Rk,\l=FQ"-aB VƲdU&@$B ~vӍ1oE_С٥Ǒ~^p8ME6S ak7>M惲 8m-e߀Ax)O3a xQbCky͇ 8\ipOY EHVG8'BCC$ 7Z?/2~K2{qR-y5F_H(YA H_z(m $ڈvFF ~,_KNNPR +JvL'|?~_Q?J$~p/zu{!RRZPJH :hG1ȠZ -yޠ ixh~kЉq{^`VmO$MCh!+rJs~b 9k9z,qp,&X]sx.!خi b+QG D3dƺ o?G beq,Wȷćz{V|BHQ ζlny96DQ޹5rU~OFMc8yB2z: ܽ8Q.(dި~_`q206|æ:aE ~^jtӠ8S(yd:dYʊiǨ[h] M%zJar 1OP ok=q7D{-n'ʶ4(`{K%pϹ7yc~%uZil&je`Q 0='%Mj l >hsC|5V퓸6iwz8K+ELɳGpDRWvoN]7{z-m\a+"!8c!k=~Oћzdl i{/rkZ׮"&/\ޯxF))B*9w_%We TnDfNp`u{.^. oʣ[q5p+[ԎBaI/G-P-^,xى![u_h tW)Fhӆ\U\hW)K3ۿ&Ç玈A˝:w7!~Q VlQ'Ǐ8]pb c'MR$ U~ _y6mQ*OBZ@ ]hx}G=w[H`SΕJ)zK&U;C`-py>i*2KNlI\g,~^'|^ A KD2hat*Hp{o߱e9+\6\WvKp5sZV{elic hN|ܬ#cf0vBi2V^jgAȅ'j๘hQoiCHE>Tή9+s$2Ow[&Yx эTxobtvWke͝`[s|kk}zOkǏ-uo`"(k:̬]bd;T‹O63 U˂k,k@2uiWkN̦;:}Oh,uB.XNxRCQ/#~饓xe}oq }|HS%*QB>ʠ׾c< KUG,:e*4W#_cPy'9D q9q喑AFĹ:C|(;wN 3S;0V經 c(` g1τ֌XUjSl.CMnrI}0 O.nbhG0l @sX͖FN9vV r%E,!ʣ$nta7+v8\` H GyGassdVፌlhg۱##prX#C[7yNwz'lŚ_ud:)Wݝ_ϕp(ӳ;d8!#:<~rDẈ2*4bI샜59չVi#D:{a"vK^t_rp)++kgt̥*T1G:]^6W*,:sI~Ņl IDȩPf0}~pO{ʜSwĂ3]~sEЀ.9z /]B6Bq}ُ%j1_/kÐ?۵hFVC7GI΁niYP+}vdhm?LG[޵I(ζNĠp\7x X > s,YH/\4*)>;$k%Q(yq t}^~Cd䕐0M_ TD郻;JY=?ω-4񥳣s8p>n_7Sxoޥב_.F#_Tc%Pmg5墕>'z0Y}@`dT$ٮ)X~L#mq`jgdړ┻*0 (0XD'_?ƳpeTע5 };C4=UTiȫýü<Ec=TPi : bwn9cV (N/R'w={/6iE69>^(fup:hb60Ot"VD74ھ=~ M 9`fn*bOGWnr<΂n8e\tD).2@Xcln>c>-ߎ!ᗎzo@&:p2LHTBM#<>jdvu9DO:~U;v^x6^ϚU&v ?~{Qi@Iݩ` ?5@4?\3DRIp ,huS?y!ۿe[JTD/?+._w TFd/A.!8byr!Op-3j7/7@&O^#ŭof!HF-ZxkcZa@Z-lioMz6{VYlNߨRõEaZgR}ps`GؘN@ o9Uu4a3NcԎY4Y׍N @GAto #َ`i)nϓ1Iqvy}:m 1fA 82`  Y-8ҙ},UeF0쨵O@S,ןVPwM7"!%B-R<%&*4}~{0$IhN_ó|1~8?d[vKz˞<oD x~=^< FnOb*%RܵѧokE-x8du)ۆ˜- _4V&) ]Ry:+qwWna\!_x&Tp{?=έDR.H@Dٯ^ߥM^7 4d*V̟c{mQ"z$7)3& 18CtKVz<,3?G_|.}`paX b̈89v׻C_@]fʕa||luԟlL_œᄝkƶc(V5~?ǖYe=n87[]XBS'Og~^n?.[< k{2=w.T<"JIꦽKMQڠX|%9'*023? #c4˲={9uIA%pE|z/6]^.KO ͐+y?G= C;"!ݻ@~q -  *C*RאwEB@ {_?O/pvC H!H F#Cu^œc\dR^װ=+A[\2ɭ0K8qNQ[ 4KNgwgey[ȇ[ATGʫ]`E<3JP&6)JgzYڔ `4?9&TJv;}\qwoeEA3ËƂXʊcvsP{8vc ]{'FAq]I [Vd:aAR\]l3B^< yx=> *GgoviԸ}鿾O تe,YE_,( h R_VR=Nj(8Xg{621s^N爘(! !ZxBc"ȩXx+Fɂjm=ݐ\q=WX|CRDuIp& Q/*z³iw\KJ1V{t7gZ8h yYEB9Iaж߾_sႋ&3f.L] }f~,.kŊ "Fw+@'xvx#/SŅ(cl ,R[rCc’ p3E:4|SjH}vz FcȱqK/F ^vVv7Whv]b9N_Tm~n[b)v<<+`vbUщ!CH [71Qі ˉ=Pk-lC5%4 ԤgAC՚mG)-beщ(,%f*sܿ:So =5ô&n x*pՄꯘeVFy ww$?hcpgY,988iK=^oomKLk8bFZrY~~9%F_Fw"/Ma򂖈^[da=rF6[ UmfS7Tg?Ю}8to; %PMKjACuJe{ǹ8YN,^˱ޯS’JT˸lbHGr*P1t\0XhՂl;'Evw9Z3u'%W&3?(XaEz=F>][$T[sdh urf e@ ΝF )??%$ c?tL?l2Hf ꈤAI5B`RQtz}LAS|vhǀ vY]lPK,23H6ijFfXEuP j!(yvP0b0UPJ" p?iYbCꍂ@Og+[[&$MCs?S 9t^aJB1(0Ywx[yRj"iQMu9.KLBx۽#IԪR`CSț. %)HEu?xānwZ " 9#R6] R (@@R[@^¯tc)#)JRyF5\bYoC=L5Lc]qLJgq<+So#~8ZWDV.pLdoz:Rq:~26$|FxϿCpjuEg7"g=O:6}tw\aQ}zz5c@ݡfY3V-x<斈: ۡcjwYNϧ/~p %}o~S_2fwnCw1߄AIu-EF*Z ,DQ|Mm+Ԣ>+ƕ'mgU߾E4 "".L\5lCr1!CoPr<kOPER,, We &Ho}Pl:>zcnYuK\M`0`B.GI_gTp`P~3jEK$щFL淭:Nc5t*4CK؅Z6wpWCc9ȬW%?HF(5T%6~ܾ>,@5=J(y(znϐ[^_>T&.L9Hg^8G dQ4r:gG_.!39U/ H{9T7ܳЀj&b9>믎$e'\7ru])bb/7?!հ=]fqшd c<\{ h# dNc!|I?9 ʪp*'h pH >CЦLb1e6b6?K |Ymb1ݘ`\0 wBtuF(;7"Euߢ (D2ӱ4͋?3^N"BLȃ"\Yeh@e8ܨk 9ٶ ^;*>#M%:yi2MŔD2H Sl _aZ/ظ&|yA . uw]4J.$=xYQ/ni@U򈻧bK?? /{^"XkCS3Tn ʀb#v}"@1o.^<=v)kӪ⼓t":Fi `aja+CwAeR[liLH{QF&ԺсWȩlj"~u/0tqo.Ou'h#lk$Il$<:}M&t4s6#* V3c?WxLeN8YY٫::>@^վߟ,t1Yَб zid)qb!ƶ zQ!iv񿶀DGh`wϠȏ ^]cJh$" #)Oqmt<"J)>%UP1[N L uu_Q ]V_둭ӹ\eQx7kGFHljH\91SuɳRDk:z9H$H*$R,g@+91>Tf~5zco|cP/SӋۧO 'REqbӻow7#\أ\fGFAQ>'gt)*:܇*C%pHj8~9iM}@}p\HV(q#؈rD.f؉/3>d}޲;B+ S\`"x?vnR /h4tbHN4_gZ΃Dw2.k^ @nxέr'sׯyOxLS?1@:"qjǮC3 dw|M.ܿgWw<>?A5ݱґ1g)qds+N%W멉2Vm<57?_J*$ 5 yEZu;,WgrU[—sz: 㨜kLZɊ^> cZ.qBxin`H(DҾ8 #eqc>81Ǽ9,gFi$yj!vŸ|F @>뎪n4>ʼ>ˋ=Yt:> 3YcTq*YQf/}bV *4riѵo"31EmL?.+>=87hhW:ifAE!NpQd 8LNLAq(ɇ|5! dU) !RpȰX,-`i9f!ǫ'Ȓ>LEkMV$:#USE/}m[?KAPwf*0>wyq3O7p/ϽTd8TX{ o=-YP+, w)VҎiԓk9V0*t=b?Rwy2|+csK4:'}={Yhr]ۺP;ie ew%7D{Xf> `=?YCwm6K~ޕgx V8Ž y>"{rj{1*( z9bՠ?}~~1W'q=Р'O 2Ygs <(gMU9?Y?0A΄izQ< ĺS1~}Dl/.іZ/zW؆^==ܷA"$_u( PCm#G7.tj⛝؉nݷ<\MxDFy+n7Wsiw9sp|Oň9Gͨ* =vD&ރVi,&BO=ȠRm8ЦRwr @ӻx|P`i((sħFpQGD.OqF>>$&?D@7;gQ_,0c67v A-n2mYSOHH:ʞ1ŷkǺbcl8s$,:fU)uR9qb 7M~s6ɇ?҄d7b!r,Ǻ.Gm@r>:}}]êR% Rq00LP]t\/5lX8Z&Ȟ9^r\1XHp԰L c#ôvEK)d=; @i(&%,@+2.ljEum8]@?aiҏsB0`m*&)!x  =.tKay+HJOl-7Oɐym=%x x ^ &p~3n5M!63mCJٟ t<Ѐat[ٮӰyǸ!8^ֳ\8Y $er(RfD 2`f/-Ќ<(獱p/kR4oS$iw$QF]Y??;p#jŤZ_%[rxE L9At1#H 0;͡Qgj}y6=>$?~V\ۥg ʤLalj`D=SUVh~Eڈa6K/ImrIhuBKQa|Ǭ~q!& 454!;fWnb0ñ羝=&~f /nㆭ#b/(`#}>'}W|wmEP[>{w`}.`=ݘj"S]ou5Đ> ӟжp'16? rx'Yxg]~~>Y??eKTU!IUTLE*{Fob}'X|Pq d,L~8eLOā€mu@nsIZ/ @L/^ K(wLY}xǬ;H.R8K:"3?9b?mNzIed 6ylMƛ4dzN5CCVߝ e A7g#''4|Ho'n쬐0r5 )j%4͕L(qLn' -1Gt ۃ#9m`7܎Oҳ4)P<( ^L9ihGD{yo޿K{+'7:.rˁ9qu9uO+:"1XI- F tyc~~(U_@MHnɰ M1FA6X) /P!P\agvt-Rbr Ivem҅CbnH>%GOeyI343Z{y5A@$?T4n8G𗪴ހ|!'>'\IE' !{t LS3w#@-f $ ?kb>ßv =+ &azbu>ʼ.IeWOUUZٳ>3 ]D("X)Oʖ$'<1dQыd]|J`-ߕXθ÷2r"[4$WcN J{:Ӏ9?ǥ2tg(T@ W^[2_VFOzF\QG`&|}=ɤ~j!ΎmEޏ]X0aʖHٙ/ ˥!*Wxχp;'~vvU'Ic̗T0$4evݭ`H껔WH< '$)~?'{\Ϗ.b|흛f{sh;p JJTs* n{-<Q"5b ӽ"x#o;FkچgɻDvFEIedp5.M s]9dZɀKJBK, M0u!5K ;tvQUND8~$ C}JVB0 hvY jPUm|f!!%Տ?w(S#%KnVQ ]#y[hs?/OГP;HNi~5%@<*)/('dV&sPaڶ5~XM7{ / S5yM/sIZt"f*+}?O2rUZ-Q8u_lU#/aQmiH9xnAU=C-҆ҏ,97MejL Y|rK*>*nAF Zym RP:[ $ qr[ 3g&@UEzHR5 ]ݻdHjm-@Y `g׹U=6"dbΦ;Sl48!9VenP^`Xed=dKlbins9V@`"|=*ygEᩚ X=!Y1F+"&*Q>nNuؗWʺk4 ܆@@(߅EEG HM!Dph7hlJQJy>)8L8 ŦHS5;yTٓ+KYd,qXd2"2]bG/.%8n&=Hld‧;j8ˡ()?HRpݳ|@s YZ9i H ,2_Wk.=dfIH ۏZN ?SFfyܨD_0&E"T0( n^z*,'\ZMw:33ٌFXQ1D'3x͙5ܜW!/5ӗCd H*F r@ͦު'>491NJD4oF׊jxm4$ 1@ǍLۯF`&;n2MU ]@KV໻,jnf+O^*A a$ zaov}r;8xրc];֨P?MY$݅"A @gͤz{ 'u2 scQ#-M{yDۣ4@HV׃8x)yV|~5;! iF]roP״_/ [$w;&|f ^aD]#- z[|9Ăل% B S^Q^-QB_KhVؽ,QZZۆ.}.*v3_NA5A vjQ(6b_CHΗ_z}y7"?3&ɗd84B^jrj~gU>9^׿sY^-LI6zoFkq>90ym*em!Q")BT! ?`wd 8;Tm^ls# +33K3Un:^Ǜo?Z%#gq*Ҍ|!w/^JO |D Rs-z$`(I|,zcQ|`y B? >U\pNU+yn<VMQ.6 j =4(21PN,^bik9*Ϻu9xCTCK0?rp p{;Y߃˧`oڼ'H)C˦̻9U)Kk7IQF샨KC;4;z'fEsh.<'> --}_kHN=8>0Ҭ;5=d;R-5!C| ̪֔pd]}'ps."*fdX7IzMU9FOmqlBp Y'2;&U/(&'Fx ]M\kp~Sah̎, M~Gӛz蕼3<} vz-qt%%]t58UN[NWoN@kkP $"[8o#M{=#rWG\;$ ͣLIUW[Pbމ sħY+?Q0~A4m.ED:,h9&\F[;j#{L,8PL$ `#a>PGՖcQJ|jߕ"B{)no" ng$ ZTD^w8Bcw~pާ)~Izxf[*eT@#Hm kJˠ:gĠPa'1]De2Jy .cSgf̽0Ya~n\WA*UC,LzBbfEτVDʟE+g'op2(Dvś=R)INY0̌gS(j/z򬎊]Ic)7PY+:&LtXd ӝʨ~Xy$q-5Ur~`1$Ar0jA"4LE>e(x!2q[m4RLF0JT!UN* hC#t3m$ɳ Zl „~PD4 R= jΊ2pMG\sNNCibQ%EqgWB&|ǩ~o.Q"f}rh:P WRV颍`HPs=8y Wޕ{̌ ) Mֽv멭}W&G /:*s zO/&" ^̪4p@v?tOr?+udA0'*pO~j?5QŢ~2[C((tnVMj)Ѡ\c5z˸8wqY*g}~i@H}wTx^4,G,ǘGƕWHM%* ẅ͎́?XAU98_p Y^ kaHxg;pBVQ?nត>}iqoY<75XhgL!7ESfЗD8ÀYzWc^wR0P"Ƒ5!fw8&/E׽{aP,b8Tr|Q_pHтl-/ \JRce*?P$PP^6%foۗÙ\شSdxvP-IE+[,E @llpCH .[@@:/GqXq"=q[r0r~OpBNŷow9M( u]L_|z9A26+WT+K;\uH >rIL?C쾧[+*j Ue` ‰P9rz>ZkoO٘n?-tu|W?>!cThEx'9Ƶ95#'妑bJgl#[zoC,BM:SX9Zd}߳sXnӥQ|O7b܈."t\8(?}:t?p .;.uׅDTc8[lP_zBO?'QY?r\,998f $ RR 50U&: j23@艊YԴE"11J%dCTbӑJ&Bm"HD4IL#: z@.A&,liʪhPkZ F!Y" ֬lnH@P\L D')wJ5H;Hi5!D]JJ Rc崠ARKI~? мK7^CM|Tf k#(??iL!FP%_9) B ivS+.z#|MQcQJkBY Nn RY fr&vX~$"\罒@{;q}(#G.("!( ;g%ھR)?4A)%%u2XOAږ?ċk/KI62S]fkbRb2 *? <0=>Qd`[Ak4<,=aɳx6lrm"PB{hvhZڭoՎB{YC7pΓuaJJ_9;gwe{=xS*R"(4j"Ij(h+&V!4Ek52 !+ P`ҟ.(nX (f%(IS**?k~-GYR q}?Y|9!>P$w]Y_g}=`zK)kU(B(+B2ȗHE/7tc忬t;Z@㕭ћQ"i2_ZǓՐUvPFL2!8r@N(IsCN?"  :ߺ~cPa H [7`km#Y2k@KkRMO">c k3Y&csy'bIlAf[h`ۓѺ@* +{ e`sշ0Fa jY&t%6^EԪYb!e"TZn,A Mpo6}ҕS[,\L?(r5Fun8/GN]_<@@fJ5i Wq;-2NFƓN;a}pvq ĠGg^vLHI&v/(GFxC CŨkTzTPQ l8a=[ى2wǿ Nâ57B.r_!N66h"kGx Bm#~3?8Ӿl@U/hǧ!Simo wG`U}j.8P?;m3@-)% xǑs)ba% xGē((i>I '@!:X)ŨSF*1Db5c50Շ[QT9£ 2N>o?C'9 I}IcI3Ry<WLnsZ0sv3䟾 G_4{_ v䋀:lǘ{[<oV(RByd>ꁜ{E^dn)C|{o@@f⅏wk!R?w'Qʡ!0#WA؂$J |̙i׹o. 3w*~ SpIq8 vc OKE)߹ѕ\æjC:7h/|`lY|K~*ճ{ֵmb#uQE|se^8kن\|⳰Ƿ{G62d-Yؐ>}?$kb|} KI >Y.}aH揢C -An4<]YĘbQoF¯$V,Ycso>W~/c>#,e7iXDlz1'%>1Obav[-_V9ͧM(=8=BTz0 ̝39< azSMקh*BrStwNcY=C9J0Q\XiMbm&Vf`慏Ȝ<`f"5a۳wZC. _LZw7ɢcy^qɰ]'|_׶V0ZkdLu@7*t{A ޽zN_xvO*TcMn0R6T~ F/BHZ0"b@PIX(#U-0ajXP_Ӻoׯ{M5%8 4J#O7>[[3 v>!}ދwLbqrt) tJ Bsv؏@>̖ TQ%!oF?zBS۟E ?rP(@܂@۸i  eR6DTz}† Nz+D$D™^ԩꈈF@ [t7F ZTA;XUۄT; oG,Z({| lV}]TѤSzf#K~}uA_r{k @+N&dfL&6II 쪪dgaO`- aj(ѝl+Btj搑xGF]hFV}ƶeka N2ƭ33tgxؿreoȖ8u'۟g^A}nJsʰ2Lb/nEmdݙs0:.& M12iv8 E"/\jQ9<1 ==}ͭV<榒) ܏qV ~Тis=rr>!>yli ~Kţʲ gR`&~oYaD6X- .`N$Sߟ=@s:eskw#AЧDfTϧ;Yaq~Vqi }"L?(}pU\qZE1.ԖJ_dw/GFAūr=@wGE-_KNC︜Rd̒(bM!GܬMZ@8o< en&mBxd9'lڸOg=3߸g{MT]"z,\IDƂ3 r{6zTi#q71QєVE%,l-HRTXF]CvJ/"9gӼI>"B&ێH=* X i&]HU xCsUE.|1l8]Xqӳ6(JAqW. MoMwx`#9*a)#EJ ,0]!KS#7q(S՞=zpW] +%Ro7Rzg "ZA#~2LrWt3@g!hy}ŷ~Ӽq!&}<24Pɟ){aMELLErG/$׉_ "lV I:?6j:a{&'q|4KPkO4}d:[Scm9{j^qRi5r4;AgTS>oGPzWzI8 Fz>~qDj?ⵯ#r38ae6} O[Slm+S?O?wɚ1!eP?ޞ 0/ODZ}F7Z=ϫq(E>Sgbaq<6mc>rV1GAK#3 P?J$4!C l -_=Np(hy}d|0[>ד ]! ~lnE_rA$-CD1aI`SM  joZ}HX>446"Cf0nQ󫹘8CHǷĚ[zxa˚^n)2\yH3qHb0 OkLl׷jPH1p e\~jgͮ̋7g9? E3)cH;^_k fȍn @oF`Y@Zd>I:>2FyxԷ1YJ${ClkDPtw+ĒC8+6Am8H ؊\, .Q ohdY*BGofqxӚO@mQg ?sk7/O;n|dyK+IT۹Я[ Ѽ )ϫ`/ewƷ &> (S~[KrJn3*xs΢֔S2rIT^ŵ@ B~oހ{ao ><0'rBNbP R9AvGUdoOte_2U=}DqG!v'ő6A6U2 Z4M(}:V<|= ӈ@8GР)8ۓɺ5r k8%xͶ6ڃ#'}0گA^Ll0'`nb =LS||Heu!VJ]1],'-Ъ1tի2 ¢N- -E#H:IDMZ"$(@UTF"#&8Z 4J1AYFar 0* 1T4T\lD b*-?&(% JjH)QRAYOnch}M ^C RS1T7AҔKQ~3XցuXH!-3Ss$9ir8T Eu1QTB1D pF kYF5 ATE^O'~ŧ^ 9 C舵5]?/E?F~"m"1D@*P_J" y;:W3Sƿ- -/TU*-& apJfK3~q> p9D?V,cNϤD0)'uK?T Hh;$9Sqફ/ɍ*Z=B_0}Sdrahy|52?qCpӘ4 4p}|AL!n|:|пGY3懑FzIht 9?j$-!NԮgg H i۸e&$C!Ӕb&3̪^<^M)&țM[B< `8LN,$TBUrBw` 15QQB"V e%RV)$iθK}}?|˙vZܐ:7ArrKm;F|y|MFiMJD _ktOaARy8`3<nAhO龩 (QEel(H`; M = 'H Z :}i) +0 'G|4v(/RoBټ#^TV uV|vى@>pXm2".XaEt˞'[ԁ-SOgn9OZ#碾VO&:C 3JLâFCzKDg+!*UwFh&`⁈-U~G%Ba|bhz:9@eFtaxt''se3Y HˣOV{ғi:{X2*/'\2ztJOGQҪڟZu4"Zؑs=iqOn;>6,i M߰+Xx'N kZl0 -'pSN>=v}8",̸0aw"&bJ\JvL5N.G@ZڭJbL(c7oQQu"%Ba&*"Q' !BTgYxљa- v%;y_'` T@_~ ar;U!~x}}F:>[ZFHvI5at!Bl!Ufi 0ZVG@/<ە4.!x8Mz`a*= Ö] >CD0UD`o"%кJϷ>0e1DN ?l5;s5HDVGIP,`#A^g_-YpLX]`.#PPކ=C3S -Z;6c7"XK@Cxa(=kn+;XJVX>*rC%W1/ocVmL>gꪌ6ҍ%#J %aIU/yY9dd~P;K=YJ3ˀs3S4а4~Oi!UONwzgqd%{}qiS>tf,\swvz|d%M~0;2AAxDN8)8> |9,Z!FaLZn״&vȕR%_! (oQ_umct|-0#S` .B @,I[I9Qyefw3 ,U AC;c U^ P#e?`B$!ɦ.Т P)͛6>g{16.()yv)C M;ްĊc*Y*@YɁ*ZX`h)l5dA26M8Hi( /Ԇ$ŐUerJh" HTe2Pĵ+ "*SuA&bZ *foJS `շo0|loi;`RcA([x6ڗ$癌L-3:~ϩTX y⇞?J?NFM 枟w~鈇2EȠi)Jj"Ih |/M˗V좔(4F!!cȉQ`;>"XJja~E&hT {/_ߋlƖCŸ'Bnλm(PUX~L:Y0nG@ILT*`o2`X(h V Q`,'z3oOi&n16SN1U\Z-qNj8}cm}ү3>3`y$7(| Pd=ґXF @1V ؅fuIj̒ΏnfH?HM]y< o!M;V;:< $&& eZbJI+4gV2Zb|*,D7)30( r + jd" *$AsQ:\~?<1{ᕅKb9u39aoK4آNAkMeWR0SYI~]~NjmhZq; 9c%}#*jslD͜j#0tӬrܤ`ԴC579-4SDIM^)hi*a],a0VNja b-j)e?w!blr*)(c 0QfmNtHDcXW9 B@p)"2P#1HD]j|πȎA~.iѭ}L|K=韹S9(+PMՋ"=:nk`yuj-VdZ\,$쓧2@~6~{`~4D D(~^o@˸pSDR2GHZ08~ %??hh?mav9ĪP[%  >tUrofR`p {w=,-'/@ $C\cWS[6f–wE1a񽮶`oibQ+Mup(ؠoFp+' QfLjb`QxM0L:4ԛE"_cK,C *i̋df" 1حMi-(e67m'Y N4` ?*4Hƈ@6,-P=ຆW CSDFCTDUQMBaQTD8疵 +ʒg)4ea/~3 &dn  Ïgӿ>uD6֯g1"?ߖܧK MkS- ~p~/^gj6cM$ SdQHl$EX5"K= 8%PcZZ䓘I^Q'6 yr[lii-eۧhNek4ci3Nt3:uxG8C6M0%CL]+dG~fi b%(3|i0X%H)?[ưJe(D2.J'f? :K"Qk2} yT0ē[gjK6 [ωx"]Qy)񬭉&Ct{N W̿nS,"!߳(!G3'|lL|mxWz{iа4#^mrWFbWQFx%nf*LvT}! vRPT6ylu@ԲBz;~iNAO/==쇓, k,Mt 4Js^8S'vڼqm5oZ#C:HKHA2Fॵ|ZM- =|zgFr"ŀ }T eD >(m6o w9qiI;4hjVڻ0vD9k> ѧ݋?/0A(kS0 B-wW^/O?_ B}e*_&c֕UxTI?#_]}o. [z_?z$~{PS?ߤFN fj0VA8Ȉ{?LjpdJ0(',zO佬񅽦C2_ ?3QKtzz a`#z-?;H][v><bieӣz7w7.n7mi[7O|yҜZS@e'j=1ȁ??Y1āԌCVX OVn * C\S $npg8#gc16=G ,>)oJ{K^|!>GG R@7(7~η_9I~m/d#XJRGAB<0BK D@(L=INpS~o&yoߣ)q9ҳÁ!`£^Ocxr`T1)6uqhoBD d`@D-LʪGl% md`{R?M"8<]Y xۣdl-AJYD90==gIRD?w9r[V>1/N)0gYGZ*/IHȫi1}U=g ە@ %) *!VcghP0BH?n(Ł3|3@RuDRa8$]-pSCTN>=~*0RQskuK b?ɂM8s O{=(B AX_k~粱\LC]4Ё&"Bܙ#t?6${(L*BV;G:y9Hv- bGS zHl 0y:WDP˖}%O4QJ/uN`M&Hq0Wϳ쓔6鍐AIȘ՛qaz4NvsyNhvKt Ny)ͭ&2h'2V&""y6$3HV 3ddS@96tL6um؋K8l)۾@=S8IpSCYh2ʛ6Ϝ;<<-U}XjkEiO,HO6mc\g'sx@9"h:@lU|}:]Лʘ8}665ߒS9\NC}g@]XR634zÔ4*/^QBlhR&3j9Ic6 _F]g,7>pa] buZ]:]R/K |/.E acGOxi]<@6C)! KW%k '18k_טtS1CRtLk7>H5z:ub(h{|qb<vD9q Q6pѡkJj_@7,.O ]|\EC%(cCF/0nN3{u,՚5T(-;SFs4l0;V!r - "JKфlȡD=>NM#̃Ě z܊i'1|%Ԡ@bF=e'˗LO5R4[ߏ*e &Q@~+&%P@ F,lL? X Ւӹ3AkQb &E<ʀʪcYC˘3ۂ%D  x8V=,y;o@rϛ"i/- 1i'MD 0O4"Rm 0#Lqd]x0 32C{!.65-!@8Bd dQ\WiFtP2111M] LG&mBuQm9eAJ m fh&@Ԧ m"RG-X+x_%!Gz7{J-R:='t2(S)4@@ Y: M3 wL O4&BvCZ7}Pӥ-2Qj a]̀Dm3m&-9|bvbZD6,1*"[X3rCɆ>wb4O|!PJOe[s`R)Mļ}rfo8S [{1/`$3 {ybOת?>B#M |&oߗ Z>t0 N䶼Yڵ?D<̚b"%K^㖫m M0m4o#7lb`k|s`XL"(MĆI׎Z=XC Y:nL0B'vfS"REՃJe Wb6ֱv"Bte5LY"A#~]QhN "}!OgS[=Յ$PU$:}gsюNI!֌;yU^5YP<0w<7->DSx$`B& 8POJy{`JPMb!!Z)fEQ ilDYR*e1%p™DKbXŒ"ZQ 2ٖE32`&8%b1  J$RD ܽ!N}<Nu*-:cdX9J<|.(2bb)Z*a~C(hb I)Rx.)ؘf˙\k̂ZKJD=J6.F b3o6RKʘLiY5  o3WOOSYLIո*Am #BhK9Vcs+ k mCA4X JS.}VT ;J\T8w[4J΄"a!7g_zvTBZuIfRa@h4$<LͅGM,8KXrĤkdJ%3hJTJ<<8(h@iyƸӈSQSr J٘ҝ_E ̇+17:!I1R 0Adi +N~'>6*Թ.*]ݠqE1q7l bhTn ׌gn35F+se &BSpkm7iSu infhZ t{h9[ȍܡСbѮ堟.@$/x5FLjW*cfk.l2kRNmL4 Ӽ2P }:ÖњH=<ùkJ}j DiǏaJFLcI@jU\%vaR  ԎSQDXX09P(А(I%X((3rv4df$@K% a4  Pj( h 2@ %!dqP|6R!R)rC$) L(B$JKQHElQ,&H=`邐P9t0bJk%z<}0ΤўTeRZ!T@O|evا#Uh1,+eYwCi3y82|Z;F1EB2u[ ҅a46PبN$7&bSxi]rMqHdOM𠴹T8CJZeԆl暁i8QL"Ma'l /l',`B(=5AcB ;?!pk{0;2'TOLOG<j  $cH :4V`qX|n m菒Gu{%2Pvt}8?xq(@EO0(w@9d-O:7ynvi?8( |>X7ԕ`B"R!X]] j 5,@.`MA@mrP(Np.LY٧Mm)YUHx Z=`[]ǏA$+-%OBA;M/N{aZJj_j7':KQdA4hϛwg.etک"%j ;$/y X_n`۟~Ey$h! Ba_R"W?X@?o7{V],ś;2I+_0}@C&jluz;55}EM-MF~, 8W Nmn6H^xhIfs:͎`?Y#H3!6ʤEr LHT+&5XYb$ 8 75>dQCUh@##afĐDE!z5$e;@&7ygHi{`*J {S\L tPz|\t\.@.XVErq|T0vܪyD\Cvbfb,U0;9W o3d6Żvdad4t Pl6RP" U _l/ l nM܆1klM Z (udopƜ%{Bxim嬎| :NġHe@f˅\6u'DBT#; );E g{}pю 'hPϣY@7aŖJs4 5?]۞^s ^;IÙ%;S L: q#<9g aXIKj8J:ݘKr9B󴁴PRԦL7rvyI=E C> *QXTt8V FPW& NinF>ݰT,ϼs"y65&TМ|Ȁm]όm݉'z!GYG{=g !NXbܥִיR+SmA~ju]>g`<P-RRHM s\TJBY) B(6,,1EYq jyAZF'#_ 6*lndҘ'3OK ̓nBCCR3BPԑ&>Syt7dj(x$⇕~@=}v\D1)Qk\0KneހlGƬ՚<MyǤvd(<۠ hhSzclkWt_RDUk # A)0SQQ뱶ͩũ%n%qKULD4Al?Ո'4BuѓbP/pw(}昘C> 1D~jREӎlLDxiH00PK`1UEDB޹&8(ER%QK۶fJ/"K^D ;8g}Nӎޏԁq+1Hy~}4Pw݆"$b)lc{LBT,xX U,Ͳ3cA-,Zb]L8Ԅ6$Y0XkYIE Ld̦8( Chh``HeM&@\bi62k)]cgLsSۓZGH4a=n4j4HU*n-c.o0u"DdATKQx=[f.K3T5<6"i]WSՅd+rնo&5,mԬ+vp)p4蚚 G3ACY&?1<$[uxA_ RDh(SӘ̊䇚4Jڃ)JRNpr?+` &D!dX,-9TԋuFt8?Թ4505Ak`n;TPJ} 10M2T%дM#Jm?;c?q˵E=^`yz;gł)$R{& y.,Z1RP(,c@M0ARvtɉ 1 m b"d SY)%!N O,kBNs[% A2EZ*SaTLB"("E4`U)&0 р NRCd!'%U&AY9HT HzI^lJP'})$mաP` ߢ$u<ǓtrGL#20r T;'Q1G3$Đ-L.*=Ї@XN DSыIH)R"xGLHL)#DL*v˰D661p=y*P!dLMX{\W i2s)/BdN|w-F na4j1n!FoFRxc2pj!94  ,[k\-dIcN8tASHxP~b;~O2&m(y|FmJGѸR']2EOq q! U8&Ϋݘj+6:-syo%#ܘHo̐爷>xt×fg0fmG46#(f259:N#4l 45f@BX#he@F%iǬAeDBڽqp82m&i\!G!c%evH`K@Е}l.^`YzN.}0@*:HT t):+9`RҁјіĈgNeJr-DpzW!Pr bqyL,#P,7L36" vSmk?{)zCA8e414R]J*` yɪDK/K@;S! >Iҧ/?K.Rd82 _()Z A 59@۸!-êBo7^MH]ӑ FC y=KGdI=|Hg Zh (<* sJ$g:>C29ICE)&s: Kh+m!7<M |Jh(!GJx8zKCIE!AF{}#@ @/-@ɃU&4/`^ƒRrС[L`m Ja׬-H&NvCtGlK)jdž6GV US VVV$rє)Ř]J%q"M# Zn2Da12,e1ئ]$j %避iƥNiʝp^8X1 "),N0&)rP,39fv"e4ePMO͓?{Bs;zo%v|TH> ȪEUGL̥$UQQ#3- iTFðF (g>㕯w,6HX"a =lPNGQ'C=|syecJX$8~;L+n8#Dg$|Vny-X@o7<1@[mϺkt~P(" #`G`ӠD ҆ug#bwmhβ@__T C7Y7vl-k!88\PwGNԉH+AFS9(4 wʦU!CH)UGo~Ct̃)PiSH^(P*l  l}MρK$QVynOa~dGvxq2١ke;Hm(r=V<~Bx 1qԁ$@=@x0aOIu*G)oDJ`x{ z猧D{q_oܨ ^R4*Ү0(JR  P%,CEQ@ |160C7EBHCŦ{'&1d+F ¦))2!!\rj*" ,**Xbr@*L%W%(DR a  s N ]vF~0U{ 2))@u⦉ *LDa8@T{@ֵOU "Q0q|xTc*%ai6gIA[R' GhE֡o.QbzwÙiX, EUUUUUUUUU*5UWUUUU\3=9)u=$!f9NPހ.;InC$>^ֲ0ܒű[ 8?ʌ@ adPtJR;% RwgϸƿuWs!P0T0 =L '|3:;y+L1_ȇ|I;BbDEU PRF4T2H@`ZDpIćN2IBI䐯>Gj {mua*DL@TE g&@l `@&ݶN2#BKH!BR% H!HP#쇡2W^Bc}(*HR!H-NoCNM-vQG<뻛G?0AhѣF4tᒄĖX~l^"K6v2^cOFGei^-Z,U z?txkVud4X $rH*PJ Di؈E趩fbB Ӥ{m)A$!1`mL{yތOaxtZ'xvQ>eTX@UD1 0J@ԄJy9&zX2}g[yTۈ/.”B& Edy(Mr5Eְ bq̢H%UQ.aZ V.ƖebT+b$ UQ֊ȥd+XAbTIeQ5%$#S1b"iJq k 5CSBR J)"*9iTeeRFX\шʊ(RD*(S,(*XmbBV(VQiAq,[QGVc6fm#<8[q0u"p2IuN_z8Aa6" 5ȭgAc39+)cn,o!O0O!Ym>P8y_0-#!ɂ"T2 T4nvSvыj,ƈN2T+JnbԉNETr[6<I *BAiZRTR89c)($J JU"zDJ ˀkEF‚PƍE+(+ ZiS L9tfA&sol;qfl8,Mí #mAdGctGY412դ DJP*a]ZaQ܋hm"ʒ͸6L+FEcrSt#Hl&d+-eDyG"|0B/Osa1I71.ϸgܱ;B**3E^ & Ta?c$l[[$6%) k(d Qb̒ʫCp xx:ϊN!} *yY?.Y;~R4J"Y> !߱Oq2#!!S0b"2ı@l|0g6W۰ ^nMft6HQ̅Dh`J:M:po ?Bx:nf١Ȓg94ގC}77iPjJb]ƍU_F)](˘*\)Rd$:HSUo].ѻoWۻ_g8pÇ8pÆ\8pÇ=*'u@ <AQ2Cϗ?4d lo) M /60m #h ̪+r[TW)Y [m=I %I7@R,PQ %- i @D A*@+7IYLRERQQC<"qS0JȆ4U9&R4Vvd;,T9@:Ӥ_06?M(hJSEQrm%&QBAd->YooZgf*'xOȇ2Îj)"%`gl!#AK4)iBJii?)_1-.߇&<3Z;UE_L^T"j.)kHcT;y:}{_K!;PjL(@dQt?C]*#lg{!6h}Z6ӫ ݐ}M0P˼p -aPY C;63jd0QTaWEJfy_TwVl+oA@XJ/>0='\8 Ox:2'Ҝ.V {#?{\őU_fm2@ݒ<{h7=|2<W@l[a܁7>C,Sd=JY!ڄ$vi c<V蹊K0[,z?Yж7GD=i=OjbaId(gנ:+ |9mz= HBNB5֏"@aEtAF i EP&ғɘ0yz6Ŕ1X0)(؊jE"Rv9hSA'P {TRy3TvMhr~B1ᢀ""K"!i7aik H=@AEPxvQavw `w$MM@R\c٫&dO}|ۦԓA4}_P3ސ*?ؒÂ#O gDo# hw"b~zcu_~h" 'BzPǖkesb)Ǡcö׵ӭ>_>jŵ(1(6l ?'}?_=_zӳ?<|^KgCo5f~?/7g?_n_s_? 1?%/7B >;SeOI9H(a4 r r$5>?u 풙 U ^*J@!T{ _QJ:˓L9oh>X DU~4H W/V>?{~O{z}=?ǧ{!,]_ɻ7Yᗇv ^|<7xxrrlHxZ[_A^fFwO3)dgkoG+Cv(rUTReٲl$dg8pB`BHG385%>3::Z]y -g̶^E-XkrC;@o(R0Hi d1 }>WgF&bL-[tT]qZT[)R^&2SZ(Ȳ&]S3EE`Rՠ":\QJoڂ.kCDMէ,,%yx,1]gowxu Bi*چ KMѺ&dԠH5C;{Μwc#h"8%ݔ84b9e`vLL&jI6E̺`g3mx靿-o&B\E2Jw\eA`ʄ =+R}is,qxuHss éR,nmdb>ɆC1{{$YyUͣv0'J>y ݕ*~gLmuVayY vys_0A5xi7ʂ 8>![oTEM w 7QI$+%S`PL -@K IIDFۣ@(P@?#߉CHZ" <a"L[CDô΢ֱ%SVִp<`ZT% (p Z5Ya:@)8R49&Pa,FM5_IK뱞u]ط>`U诟Zysd񆗅T-+̜s'}giFrJNGM@{4e$^`nS0kdiRX7"n$kK#Aqޖcv=L(ÞP:G~$t| ;ZbwSL,E`%ZmF@Yf *nUXVJS;|շjg>lúb.Z),H! S4}D?鬇"J<[j]ji,c6Êm.ɬ5e)i*HJi\k|10n5ZWI4r 4Zya&(*q,ICBY] {F'!Pf}x͖[2>i.CCIҹ|?4<'ۜ!4 _cČZX} }p{7GJ)XRgwT+klf!-/_)eK([K!Y)?*R'۹ꏏ(ܶFV-eQ2j(`az0T"%~hcMlZ[jjHr?* "I,``ePD İ$]$.6,1. O!peDL8W狞GmͶ1M6I_=8O -hy#<O2aZ}& %lkfQҪjS%1.`5@D)Q BMcǕk3y6`TdQCʈ h2ĆJёlՕb7,2!T3JAº0-*noFbxOq?9GYJ7 l:8pןz\䠢#@R '}Hr~ @毱^Jf_!'J*knMXBm6ëf,8&v <0 FVrHO!5<&Z))Hr*勁ٳ"}#'0^KʄiaNC%uh2M]!MJ΃{&"%L:K>҅R1'>  E#IDooO(<;[ (I ɶ"J~9 B>q5goD-)ӮrNm]Hi@N2 <},$H'la;6NcTA)XRJOnl ;>>ES8O?$6RNAyyC|вA*CAbu&|X>Y$]nMs, W|%ypy]cs sۑ9<`eH{x12J 7ďW?{ܝ y|O"0c'83",|^?'ӥmm۶~ l{h;HHt=$E`'9n79AD$3ź,C(o vqNU|f:oEeUGr?xk_@`C>QCY]D S5m`PHFኢR #X{7]1aʥ|h$ݸmULZbo.Kbl,Eixi̔yg.< ="xwx,EJogCx+wǕs|yc5gB!BJj`xˎóeĸ <b`Бd CDnDH,[ L3'r=&տ)H4A>^p" Q\qZ}{^ Γћ>zO7=Vぁ'ԍsDOKhB/ sC5o#b8X|򳑼ai̝2k|nlg~ @X $^'T#Og 26.ȶH9g2BY"_p7:XךixY2".vUW.fh#ќ M0NΥhHtXNbFRuq*c5J yR)`= &W;͆^r?-.ԡMis[F#mbtVD[gflqu+T+haZʂ 9h64kuu$[,WM}oadܫ Ѭ6HC\3c Hddn9:HC8(=58}o*xai52`FwBm! j,ɂG )@n[Xw,:ʂ_CKY`ҳ"JA39f x6Y5ëFg&G2rnFVkd9a û~'8)X5& )(U^1rA!54 P$g*((Yx{3<.S  "gO,75Uہc|Ѽ`!UT< [-Q1ՌgGUX;p:}Ԋ/޸ê fFg舀JD5 SɝrnyOY  dp;ƄANnzςu<u!$O[ Eؑ0m;,`Itb=OW&rS.0YRi,2XW37DC9#pIi, !_SjU/ZZB$]R@ze|Lȃ S0p;ǽukVa֚M4u';+$"H as噰htAB,x`.Ncal&N[BǀL',c:slɜs:R=tCaN |`-ijNW'W2`w!4$ 0C}y͌ro1xQ%;С|s,@XytcTjF^@ۖ23EU4@Pn/%%ov:%O_S8LXdMNwvlpݗV b9!* xרϾZ %$'XRn=ѭ(SA re-Tnj*r3ɐB xMt3  +$Qn> ˶m0 $G Z1#L8yۅQc/{sTJYMʛ-LK3jq"P|{,ލPFbe2lM/ʣ9^49ӭ,QHdYl=X h=y4iѹCy{+X^ݹ7"NY"38Hq;TE(fx{{< ,n͖Crz8|Io9Z- k%0;uߜNI.{NMFC^υCub@x2FF VG;{6)1kZN hFLݪoʦs0hs8F8t*0[x"$c6kLѦÖ~Ƶ /T:jtWf@gL_X=`h: 1Μq l3 r&8RGpˆAޚ$7 q33.-2RC(#ͣ6iχ6z_NLȅl0[F_7st(T, )9ѕɶr&)nE.M\=i47=CAW3ԧ]B3NN$t807-HS"!$l\F3E=FIZ!jT8q'P15o* J"K d_A= mjAӾTj.1!1@OYoZdXⓒZ̓-D.PGb|`9h"xsYgH܇ (a 3}(7 #FkeJ$PL&s826A-uxHx3Д3C#dgiقԧN,JS[KYh:={VId^5o4SWC(Iߍ]z[ヂ6.+t!Fq5֖ /441ɝ3V7joC*"]4$Hū0ЗmaRMx#QRihq;oF.Le@4qp(ȗF ƨ ܊alWM z#@V~l@8^J>2Hⲫ40ڢa$ aY4h]-ٷ+3M>5:ηGDb8=uTԒcl 8N5a6xwùYFxj +Nm^s"mj4HUy)ƨK%:fa. &)|}A̢)@`'e aI:.{/Pym:8# "=DB"/ i<> @ĘH`e ! iM)cwsqv :k% R`o8haKm3B*YҺz^iEƪ&TblZ +2#txڌhyQH{:1*jB,쉗qjiɀCusw{g1O+0 :3DBPE8{* -(qu1p#sȻosKIRXpCޞ[x|FIͧL2KI|B8ۿO8C[**< kjt擃PFRKto7qb5 "1*bZAD'љӶ(c4ȧfa4wǗ6(Yߕ(X@CWrk>A{a:፝z ;{-:d50Kq N*ă캖mH> hYmy&'!zYSBtK-񥘽oF&j08-f9-4ݱXg[F5.U8w]|/LD5 /MP,"؆]μcF1t3[Ok/\&'`E׮%#2(!D~8npؿaŢ[idb)@: $QO!kudIӓy;#ude9V,FbJ1/>|mx"D}"\4&tEB$sZ@7PvLH őϩB v@[xy؟`8LYQbSgs@/Smn/%Ԅbɷ  ׯ])ׂfJ:qz<E.bZC"gH eȨCiކ^ aN!S% 5!B9((R`MCl9bSMU`Ym`mNNS"I t`Q$0 @(Ņ3F%aQpkqQE`%w m HvlqCP HB 6M7UO4$?P c§= tGFB[ÌzHrG; _FHpb`K (tXL7{qdk6F"J}NS QR%mO < Sl vŋ1b KךB]JGLhZ;$q?>FTE&$JY% qIkm8?~5?芠Ċt9YRSN䄐]C{Mf(Z!34P=c_>`㞤ڽdA]$H J@ J"eH@D)HTBi%(!lked>e (V)pDp3h2e Aj bhU>0'(Q;0W P$D%Ġ5Ә=Pڼ8Y9+A+T {.@&)9 RD׿"DC_OX>ʿ|07LIG4wGt̼{o.нC>.2znΩ>jCȄ# {7L*Kn|BFZ%R?1#t ^H5v!<wii)R how|(om @\)h.%Úgd 2 PEaHJAG |&εY&sނ pK!ao_-: М0yߥ>]P}rϐ{;no.' 8'[!yHCb'Q!:WAf:4T6XP$̚ "$4//9ho>߄z@./J)-%l˨19FzO\|~ɻ7l9X< (y (f2<'Tm~u~Ga6/GTu0dAUִK%I %vꑭ#2!l=nXRImCqߥf"yցW8C_iݶtPz;$<>ngtvERF(hh,b&)j`9ڰAQʤ@eAHp$µ 1DF1,@RmDDA,SƩB&*JHb2ȔgSȟ H FBShUے:z} #WeH_"GKmUarTJpnMm{soIԨ( N9*HoIh5E>O+3ϊ 7[}qt:nsNAq)fUR #:.U5K.DĘ1Yu`"c15ThX$o4[Fg]wC7tLɃLBK#E gg^7VfbFb1D6ʿ\iurEÜ3kLKN.4bcֳc5J EV c@Ze 0+JM#4/&߶OaRi`y g`bH>q'c(c&i׼|*RU"J)i O7x^R~FЭr4{~h$'tIq0UI`` ~kWi$33_I& |zZ!!_vDNLPU}z|FG ~Lci;3!M.TB$9B hyIT%d @QAJTT- %I HV,aRJP"AAFm%NpCMR|(2&CsW@!s`(%f})R#3ODTby+`׌gc\JajHcNk|PC >3ZK lDS @!7ɰWEނӈRFڮ7 SΟ~x}7Nhmb.!E5Cn[*B\8$i]QeE4ʲ.3C3 $YV11.I>W5BF֤P" Mf04!5 ~)qf"u3ғoݭ} 7| 0M! 4 fQ$=AE:C-;^eNù:xeEGW~R2| <>R T TN [1#/ mi _Av]v =J"S?@X)(Ic]+] 2Zʨp!QADPA :d(l=\ʗeڃ] BSiLgLHɉ>}6Q[M1 Tb:5~v@:B = Q@ H@79mM/ Cuv ,w4C|T37ӴdZpu5(O`.R9Còu/PUD JfG1 ]oD7LȌvX`XC\ Mb= z O!޸]aТABطkpʼܥ/`@H@=3bz.c̐7@b8DjS )u\`+!˓'B qxnOaO0tETFAS-#qݾFvN^YH#Q#@`6 TÌP<zYFΩ{qg4\zwvTؽ|<V*7 fIJu]'[( R85g~ 5(AZ^+AMtFC5LϨp﷪qj,TDPՐA0 5jj<1^8xcÈ:-л\hЬ' 0eʃmHGgeaS#CiݓO(;ѫqxȇ) I$&֎+WTyÓwzFuTP9/S:5!qOߞ8BBrQrh }TȶOA#thhd'P4 aYQǏ^>Gs/U`0,@!8,85*;n<+"n|S#D-g$`&fU8"l\!%Ծ`"H{Mj1lSE:9C{8ۆZx,/zK;vKZ&b`U 4 ЄEJE.>')ґ%Hq^PS{@@$9-fVh+n8:t`mSG`Ml& :q]R^yMXIeTlҥ`c9` l4>CIAÓPpHT²kXD%)TXDW g# OJzv8p+*kʝdh?lHUK0/uE ]tcƢ׸ЪvԪP| 9B10lZ̨qSCڄjC"߁ P) aD,YQi$$ 2ByH 9@O._* t"#s$|[f& )#Meuklї$(:QWg2s{f&6^E LMm2z. }by(q& VvI_rI+ Qon/ u]TLLI! C RyA RNq#O~O-ҏߐbW9r`bJ(.TD" `hQG@C6,9 M[CP/t|Ж  Hd@$!XX6!jCQxk=_C[EjgE,QŧF3yY=Lb0flb|ou#/4KfW6ns<5٤ȣbJ 6| 6_UD-vwH 18W ȍŬH?v'lWOɦƞ}5ZS8xנw&/xxX3dÓ #FsP;t#tvC3@aPGcc5້OAh]=^Ð*<[k]C}h>eXL".2q>;)I{}@^D a(19-C3,L,o:OwTCB- 뜨_D-, ʞ/ʫ<Ci*bh(dZDPa{7q @RsP-Sѭ5iQuqsl-(M 6`f5! eojl rqU1m IaPx)I+{BRRL N]$դ_^!̼}*  N uVZ*HTv:=H2h9LSsO/ӄ.áDVH2J*0*tm佹6i|VGץҋ:nw::4LE71"lluBNKdq+b,ŭ5Mhct1kW9 6A޺NZ2&=Fl#/7 "U,(50L$"!Y [ۋ:l64]-3ap$঳@1cQ|{Q@=olJ@ )چ!LQK%2_ J "(fhIRM$uqQն99'N/7+W$DBE/攡`ifh(Q@G<KV  Wc]u%v4XӲ4B@S.kɳ dzhLj8H~i^anIb?.N XZ4|8S`8A%4 $ FKl ~l6p ~EC.Hѡ'059B0;ITP&1iעk cdHq&E0HRT̯ؐ#?i} 010ed$ƙ(0, "$$T# n*`)*kjnac dhӢQ($")uPD d"ӿ m$5Ȋ9/jbo91sS3j@Z4'):XЂ2S 0xB#YR$Q`F∀2 hř ӍaS3!W" (l:g14%QS+6شqț!p𮉴z^ O&(̹A}qV_%!.Djx؂),!£%q80jJy8w>]'6ߡ]x;~_*ܧʍk bNI^ʨ4Fga;&Ħs߷z]>O @4̎"d FNf%%G,= Ke& aޘS UPtMd':SP5 h#dJ7T5H # i*1Y\ (,rr)RB+ P\[aP*"PchedAKkMM0`R@eJȡG"Y0 ,0B򥈹EcR)T"ބh#ahQ0p0i@,FR1j*BD:qdp`*/mAE1Jb ZMXӬDg/XEaAJՕ%)aɒ&*%cd/aILˬ]JW$1٢p&chƖ mb)(aJNo9uKmX LeQa@@K Ab]sL9!)-e*D  "!,JjUI+ĘDiZ #R)UV F P+"Eb%e,1ed l mB, ["T2ՑHJ$X8,F `tK)Y,Tb$Ha5 . L d6Aff)i HBEbE"KP8Dʙ`I{TuRD%_AG@(l=BPF>h6pujq9Xfd_łI iD6$ & ah>2$~?C'8;bBb]e:;BD:R.#/2PzwɹXAoU1*@C)K!uSY3ILR|BS/gw>U[`nBeSdy N_:U b0COR9H z,M6[|aj%6\isl7Bw+&m@D"URh@؅ X$9R_Ho)`[EуRT0E+555EPdbE s ) )aۧ}'""raz،ok{F4~"M"@qJ禣 30p1}I9+@MA١AڞG]6}%i>Z6Ƨ-7&l'?SWVx5 i|s 톶%!]BwxN zS-y3 Bᴎ$3BzyCKNPA,VJtaL-ʹ<_'d98vQ>18}n+#{OZ0A}3u 'f fp`J8@Wh(}O-< 5RPLE8g 7ѕ C=7b8Pd:M#m pSov6{GdkQ_ D{_OkHb wi@<[6]Gm7!$X1x۲=?(V K]Agwd]#9B޽W~7L& {=OK"4HdT!" $R5@f4~#3HC{'p|Yd: `/v* D˧܎R斃ԩ!@z~u2iGPAS3Y˻I&' 5 ՊVB`4[hdL;LI\c3hvQDڒ{6XwlJ\"+<0`IR4AHvkF6v,hvWR> k2KY?>:0"[b2`>6ĭ$X\'e h}1 %#^_@mlM:$ B/]I]S?GjO ΟJDIC 4feqh,D筥=@wBAtL)_w Ȉ^GQ ևrAIele\tkGgUUUUUUU|ޛUD $e t<|6w`|z-s7GIKvK$,Ϙ)5V˫K%c*yR62.ibRz[~8"0@aȇ sN7W\"LlXdFf>A f)RY@%=HHA2ґG8UTB9: ( \h6y  87&6C}s#֞1M@ys3U3o3`>x2%RMkMfkznSY ڇ:73}s5&7IMPrGe0z(0R8悉vW|M,Eӣ*CDh):[hPU2tR/tBSBH-*mLQҌT+wiMS 6Y` R5fF@)M"4Dj@Ԁ5E '}P7 @ - EPaq"syzkޡeQd.;pZiZ KSTr#-MXT˖!e:m3 jTL98tŐ4 ɀP2b'XILP:BqThN;x%+0af 8Z9& Q#2A5@XIx &чP\l,)n mi$hN$|c"VkËco/x'KZ`Bw oLꃆӹ*l|IMܘ{0aF.!X) 1pQpb VK 5Z!iX"Z)d22RJ hC""&Hݎ2tsA!դ~Ht6#%2R;VS՝ף7ˢ FuCfxLl,$#NLLmAdK"K B`&'Kp!Ѣv@U]#fR"dY"Ahi, >SJ |j1(F|zKj|k/!$MK6 c+L xrw(h$u=4aBPUQtu򔠥BhQZFJR]0! B|Q{~L3>T5A4@PyR~86t=DQ>q!Rw'I?wsz5|DYeYeYe"XP`@P&KCg+>,,s ~#|';ޤz|:ʔ>AE/Ih5}M0W) ɡHYPh0 ]#mHi "} !9-P65ȡ;|+f.-LobQhHN_og pݰ1'fYq/< ]N2kʢ輒k~,8Z?t8'>I=2+9՞J*phc d&*䵰q}@Yɋ*#X#TEpZ>9zMzJL̞1KÐ;n@MTBqf%!e)I`RYF[I׮I@4QIPR" AH㕥"d4g:XY3"UK"0RU[J(F j)mVT\j V5h-IU" EC[AAb1AE8GwY4""fEci.#QJQ4у e֥ ,*\X"F%2iiAb  `ImQdXWFEAȨ6J^]Ԅu-,T,ȱcZ_9ZUՠ7[|hɠ6 8̦.64gLXvyR>!- 7pނ҅hLz,u+~6GfGjbCR,L,uzLP@B.˘ĐPR.BU"4#U`% A)[V/l xEr~*ݹhNEXH O(Ο 4'i#~6U/ya"PR AJ@9 !d)BM4H5EPSSLxR  JOּ3hg[O4ɩ>~֫Z"XCҝp DIHR- BP%(AP R-J#EHҁMR% MMEE!E(S@_iAHҴ@RPĩTKH-t$"$"j"$** `&&*Y )"*&(  f@(HDhef j*Z&* (Jh*FT( T( f*)JU )RR(E@@,CMD@(SB1Q JUPSBP+M BUSTK!3S-"RIBR -#HP AJTT P4P4 UT4R52 Ȕ,TR)B%MP*@CTD% E,Tč AJDH(U"UAAAH% TEM)RIPM RQH$@!T$T4R5*QHR!@A@PALMTT 3]MiRhj)b**H"F)( Z@Z@(ZWT+T!CM@TA@)JPMDD4(QT!ѺP~^q^!R͚*@a zMQ ry(w5[3.<{<^""~U#ّ STMy{;Ixq4J4=߾yI~M, y0ؙl\cQB-ȡl(֔TU(fPHȞbQeR%kX(-clRUSXQȌZa*qI$H0XX UV(`թi.Ea+[&e bŵDbPlJ 1TCC# bd4* ) "jZ p))fVr^u)A)$PX6㕭kh|&mO)U#p'/tlH}9"RP DRʾ( nm𱘚!hl &&1R@wrk݊)i(:aM$RQ50PDEASALUM DT3DPS5L@Q%MEE1PMCDI,TD14DAUUEU 01BA QP QM$TP2@TLAS@PMT*IDmjNx7Iʟ`'fZHbCxPB0~ g:}-N2T̷/p|Ga5/f9P^gû)m":=dG|4DAR Q(p)J J>uDA M~2W;l29f0C2;H/OC4y?] (Z'ޗ4/U=hv6f_׊C~M*'z߁$;?iEFϜ՟4@Hh! M󠄗H]a6~lj ԟ,͹0YtMo ZynI"O)'/n5Y5Uf uE|YW }{p;IAc ce "2D4D-m?|>Cؾޙ6˖,c!d! ?bb""Mjkp d1b3G/ FJB#ưv:;CLJ4qxsE?y'iO'G0~JM|G~ I5 7 =V?jȜ`b2wgtCSLQ[<aM"!א+|m!R*rjvc҄W!; $ 4:ޞ,OL'ϱمTŶn^)3fi:+V4HA1"uָ3Ohp%{&srB)6,<8`q駻u*e^|d[ Qc|b7ַŐbN"< :Pem23 5̆j"( b+ 13&v mAڳ`|o9kPIt͚TB`̌AiiYUZES(A73!ftm~RH`Nxp&8+=2Ӥ(_V+5a<tL.YvvQU":@hb C-kȮ$'x~-|Kf4/2WQ3sibPvwiTW>- GL xt< S>J.ٿ˒\^78jbW$iҚb^O:u^  C3}wRq[ AT?tBbD^@}v}(YmT4]sc!$p|;O G1$B,'rȠ@<>W]&ڃd{\Sֶ ~B}7NIR\qx l:)wLʬ@X@V}h7yPyk,u ٬2 ZX!ʔ7cI%jsQӵ2( EWQ3t0$YihNdg cDDP!H@/ȇ6x\Ss֯Ҝ 0MLkb_3XxE3\KꂓTQX|0R>TE A N Zj?]IFB*AezhDɯ +Q3"m&JBQ}:SXھP?5I Wsp r̃a)B|_$Ҙr;q xHԬdm*Z,.]1I,vXIʤӃJD[hR241PPI49&H ĎԎE@R(qN$R:6&3s> aJ=U}9DVu5kXU:OC۷\UeEpI1w ?eGBreMB<4V(DAhE,@$:~,X?Fڈn50' "J[]j{vQI<-PeP'*b `#eI߄j[D@ (V(ABI2DGGRRc,^Iсv'.H$#Q | -*@y s9>gQq#>o}$W7hAL!~jy”6^; f#,o%?5AHd;@;ʥ4) pj|Jβi'ɖyzۻ*׀Bqq|*]ᮾCa$`DO@`p2jM P.i1q)`4F4\taF4hLU0Ef50OMb"6 aiTn\%4R2bM.Q&ȕ-3 Vf̆4 rfe"J10 J'`˘.h &([\(ܟȥvئ-#i%h $"&wa)_" bk߹>1a&(R DSHiaSLe*Cۉ.R헊T]:qI$*r%>؍7Wa!a.V"I]-i$(b22Cf!36 [`$]y" Nf  &tԊ̦XrI] Z X}4>uOg⬗ф ?d- 硲 ~k9g"\d[ezdӘ?2ʩ!IdCF0ӨQ:>QpΛ?C>V'' B#5@6Tз/ȐsY%*ԡ.mbڠƈx~di VbhKxJwB3D?i0 2KUVZ^!3 j% 12z |5ˎۄ++4\HQWևmᐃ-&'uk:k̸laJ\4Hކ%󛫤ͽ7pv64B5Q65cĽ gÇo Bl3PTq(ϨWL$` Ϙdp<ۧ,Ň|#N<F@ba0iZPf5)p:u]ug9y%VVyzB"Vl* F5q!cOxL^z{y1i{.wא7ZluU3:tzGe?kXgcr.6IX"9! NmhϛR zC3 LB2J>G~_?9b{m1DQCRI|N퍴|$ԗџ\"ddw^z*u{φTe; P95*a!2XS QC ά8U–\*P.A(Y%Ll"!<̲񼳷O&$r:A*mU0׷l &;)ӴZ$3wd$뱀,xyԣ6Ha5Rl@ yZJט|dʫ" pY>,Ѭ!iY$"!`"҅SUJ2DĤ4Q4HPPHP2B#,(RR(5E @RDBġE!EP4Tд/ψJ1BQS%JD%)( f "h h58BQ匎T2%QQHRPQA(H1%HP1M$Q4( ""JbJt@AEQ (H Ҕ H03ED)M42Ȋ&(%H"@@XP@h1ZEi( he"  JihFh(2JhQ@(ah$*&!&%)R(XؒSv`;5D ĠOHC)@aX-5 &LmNF;zstCC@D2pk6W\Ќɂ<=~DˆF"2)d- Q` yB03BNSI6!nEQF5t$(@Zrz,waEc2ABŖffJhʎbDX( f# $2V56GID X;7 (y󻩆쩖ʂ?OsMP2\̶50*g !6@M8fpB(x iG+kص$1++zʹfRpK.+ݹ">^2 0Ѡ:!Jy[3Oyi:ji<8Q6Vz#6]X"HTX [烑#9ag*bcCC2 I5Q[)Sg:nr,3Yk9F2~$ FiOg<]J9m~K;%}wK%k"¡F c`$g I|H)Q@5f3.eT.0QC0*ej+cYqܮ;~\)m?p|B9ZUϺm2B5c.rXso y|C1F?'r/`'V>n{:zOC/_{P=>pbIqmyQw /[j(vt62u0_h&W_8D8_w>- BZv֘I![yZgߘqT^5WKy&Dzo-6n)u hfq)5nU^Uӂ.$w.q.@-FGع::]KtK3.2pΊ&ɺI+-`d#McIb5ḟnLl4GmV(t;xf=&CK5چ4sji(iJ }` `[3)"Ƞbu|J2ASV^>$6G PbҸp>TtT:Aоf1!چ @|Ǒ.{ o_۶ bBQUL PM4G|bLETKbX {iR*=mZ*rFpzLP1 !$vN[!=\`okR I$ ِ=,|M >;eS D~00c9i0.Bǰl_[=ְŌ]Y(Oq.-ᘮB(,u~RftrkDUBRE(=Y0o7 'VBRCbѾu6 5.|'Ιj/;U;vI>90O457FW&g6jmR!0idqްsJh*Bf4-D/_t Dd:5{ǏƷ0[ BP>;zb($ID gꬽY2A K8|nQOljf8@ @f"B;Y8%8MD-l d [!PD1aB8fr" uϏǃ*A0N2$3 J+M:㡃"rh6'Ft a݆4R @F \,t˔*DeZ2-*w&DLMb,^1ı"*2*(*((|\ژtFUL+k`lufus TD3}(T!5z'Cz5`wHXu ~ 1`Z,A@EJ\0$(2hV$ӡaBE#&3ֈT62QyӮ F ƑCJ'F0Z(0UnY Md)R'$@"sVU:AWs$AaӅDždaQ$xZ9kXhLMN0&F1$""ŅE A:&>i16k~ :d W \W.7cYemf$~FFӷᵛP (WCbHҒvp0)QF礳$ttC}Rą7լ5k668ӏM 1mXLT^Xfp8*/ s̢:ަ>ߞ}+) >+ŭr b@p}pt$hT['wrԨQH͇u{>(w;79h?S0<%Ýtt;W!aR&BdYJ5FQz:n9?fwuUB4=!Y8[cL%:#4n$TPQp}cNr/?W`n/&q;=sݶA.tx44% Q!(SZ Z1 PT̈́{`5B ^ZG1Mwny;]A֑a&~iئ>LQ,Dpf^QrN:1]m˚կݾ5ovߏHm? +R%44E$L@42-KBB)L()JER(SKMsO*4B{qGN%}2 {_q"~CP!^y(T+)90vxY-N5{ÄvE=݃#} !a <`{4V ^L} C;PL6vpvH Ԧڋ=cs\+IU+rҀd$ZL"* : Jݎ$ږCBUH[kJ,j@ǹEK F ֭ʜ0N0j%Er ;C)W?tr:$>1\hQmMvzc=-,7=j&2Jɇ/;$g圇h"l#Hk0fLu2}F0!mDBraH2&XoMUbK6́4 o{`Q4&B7`#4!S7rnVwc&͇] (+m,46`E ١ōY,&q.Zk{Nj"4ȳ%vQ$۴.[qi& l噩< EL]44Smbi2+rɱARi3(љFz51 UK;eM;nɓ9X0m2C Jt9݆ ʎ)a.!R:-K+rȕ6jX]Rѱbhr)vqL-!1Q^`Kfq@5S).bލa4晵WcU= 792uWkakUQdMW*9GTSLc,Dn3Cf# 5YQy!c}- Kq{Q2f[6i9a !UEd@1IK 2Q+lYU3c*ŒXS8pCV*VfČ]eSv&.2dI77a+=m@2v[(&0Ǎrl%Fb24u2QƤls*9vPjjZnBdae>831FO%֙Z!eŇl5+  XcE m)kF X(ژa##8wXH' 1%E*eX%ˎCa#Hm5XW.2AdlUԼ%MKTzbLT`&5: lBnM(-9j!,&%PL'rw>dr!<*t$#ɎNB;3 Ȏq݆N?\B"bRpd4=J*n+Y+4PvB((2M'{Ҋ]a  cIzzuDȟd P ;Lpn"P.r|^=4޼zICC> r--JեI!APb1A)3@A(~>/#RL3oύ>,P/}O9u',J-Rm [QY!t1z(| x|fV ^yv梉5٬ĺЉ)n刏hZ-ۙzo{6/(tҗ%*1Ŵ-([.8iq,UAQ1n"Za+ -jeVcmut&i.6ʹ[mљeQ \ UF=9B6XܕHYdT4jڢj3.1DFmIɦ@agN6!+llZw7#l4aAzI-Z)TUYv 6B}@AɡUmV BXHķ;flÙW>@|;CɁ)w`X*x A hdnRx2{Z-"*AU hla|ltiQr+H`4ʢ„uS a9-0PeR68 (AJR&0d`1& L.T2&j|lV9ŭ!@j҆ݧ,sѡE 6EAsVwq2y', AW/wf51, *jOc/-e^%n6so ,A߼qoG0; +kV5DN@3]gowP}UUUEu!QY0{N ʨ?Z?@HrDb 1Dٹ}c}=ܔ> w}A;`5^epCW?CfhZ?`0oр=-E~2bJ8VE*_#"że4=o ğF>Z6-UFϢ?h?*[ȣdphBa?}r)9ڀE_ՈhǏsAX0ZTMȿ xHj lobqZzxXJC,+$-H"e\Dm>_.ّͬwvqx᥿Rbe^鈋eEP,3=Z4@Î3 ,2?X =zM2  0L2=;/9"P'dP-+hD,AMPc˞  xoO HCl|TWPX赩3٥WyZ)CZ 6lC IJNWўȈ *:3ċ"FH bJJʁY1FPStBK2 ىi F{zud 3I1C%4`j AێiͳZ(c+P%PN"VV(u"@1h JDIb ";JSdih rGJFpu/;`+v"lB5 oˤQ`MȎ*VERbhGUdK!\LPrT(r!]A)l$hS(aoi!w6" "Ϣ&= Rt܀&PP'P@&NH%~AuB>*]:+AwT>yז"B䪐!BclO"9;dX]}dÙ L^ꎾ`4CzGSr(InDx@,!2TbT߉i^!ǖxN>fz\'CD4OgU/ ˒}K@!={`ŇYUtIF!ѧ_i%|ar[!"}Z X-ؐ31lh˺ c(RLi~ p0o!d%>  ŕa4YCLiV"ly2.ŎӨfHr bD԰" 8p-T2ќTEǭI^=dyZT9 Yakl ^q2vHXZDR*' 6 8$h9FJNd;poNncEDʝ\5jugΉT:q̲0c*ehs+VFm oQŰ2̻@wc.hӼܫAA)c9-4бtԘ$zw Đa"or2z.Z n . Vo 5q9m RWa ';[DBt Vju* I+Q*Aj"  =& bA&2~m!f("&v&6z38b  BDiHPRQTJZ0dFs?2H'l 2[b%mø/8Mݡ-oj4ԤT3F~a`Ao͂Ij-EZ*I)BbLb!0aI0tJ" "1 3 \^n$~-`&{KT UB{z?۞tiJR)JTzAP 5z"RQrW=?9(Xay'2z(%@yWCi 6 OU=ݝQ`H'Xwa % aNFh|B(~/`a D~E[f  .LeAmz눑IL %ӟ V|p@~н!.gs$Nd$^OtRiuo7B?2TI?81E@4UQ05B E$P)T@P, HW=~<@5OЫ{{rX\F!p,C%!@QM2@ZuKS AE"b@XXpt&jr0 2)j "ZVRѲ VXI`XQ1 u `bT &[mbR` BfP *IP|Py0J>Rv =s,a#=8TNoj"f;9A"談 <%3N렰3̷q~IK#4QDZ!1Gp4aIhk(,SyjELe,Fl娌7CD&QSV[7Јֱ̔E3p4# mK1Q0l(,܍+B3 XVڥ xfhyV:̥Eb԰KMQF< V+S,naY1FA"&0' HFUM T+ILMD5C-@X@Lb hH<,ֹʉb  iUakT42dDXcR#BȊmAnfa*` B-TSK2(VUXVS,"-M)5$&h ܲ9e,S8h.hgц=ɘs8>>9{Ћۻ-0d @*JZ @D dLr( M( C 2==pd8!A>$(uhF*JZ>3]k`-8_T*lCE%PrPNT9gܧË% =@@^>} E1ќ: /tJ 2Ð z 3I!N߻f^6(Q=s ե th6 ?P&DrS F@:Z|(ҙ}B`{GXm <;rFB6s~e5 #hm$-dY Xfc .Y($0m-UR Ld׻Bs xI1! j>deC!]!V@JOJ3ŠV%y$9;krg 6Y4 vYK$i?M_:uT-Rjb_.6ek[,D`("f{kPHRWgn&"5mqEڔXdPPSc1  RB+ S=ITnpU}?;_kS6E8m 0Ӯۓ }ݒhvPCkU1@ 54wS?%8ځ i%PT Gk!HY唢\N?h/-`c-Ӝ` s=Gy .b}Edd%CIB$P[Hrs bǬh ;ϙE$6uTڡC(9  XRV[AmĔj pDSM1$.Tc]Ҋ)b1X0B*"*T0(\p$d1 Cn:xvfºMͳRۜǨir|$5~6J}.R& .6_TFŽOE?1Geݎ^hrb3L#Ҵ.M]]㝲H,4w82]aRhiAMº6ԢbBc$r&r\dº4sC(טp+ Ḿ;r9 I0ez,5f׋M Wq+w8gzpcKUKkdF7"`*&syv! /TYMa XKMqVXAȂàׄMvF=J(Wb(ԡ!m jZgml-Z6  1¨d26JF!۪ hMZ,BŌA#0b鬊1 ecV\":^eUlX5Q(Q֧fD @5*Kΐ1;*K$TƳTXҕԌRcѨp ($B3 clL:JwNSJVZm53Y8f-<E\nzoK(զP53<+ a!plcq TfaJ u`rdL]"n 1rdMq@ؖCl!n<˻-k^NmbDl6%,bc ew eF+܊6i2245-q.X,R#35ܩXm*+9f;oWBclT+efQK5bI`&- l(IHwcJ&‘mT m7^dD$<4ĦPsjaU ,%pJ[faU\5EZh f c1RdJeCT:&3j3uf2EDoYL~gӍ  ")-f8XJ6Iv̢نbSIf%lf1Zݐ뫭S&-TR9Pm( ]aQ<ȆYHHyIqƇ/,T}IXBڢl ?:Y-R %1ܓ4C}慘 (q\+RKCI=ߢsEC kSVpՓDֲZ;1#Z*  %L| f9d32DBh*QQQ҉)7{ijW7OHxqfIj&$q`8c;sGV"{`=:Vxm4CdwaikE2|Y\!NZgJ*+ڝ-'Tol0(ҜlvͦժpO i521X4Zٗ-Q-Vcmhlhhq헂ECP(q&J]2@zM3i&$I"[ &8hi) -.ǖr %daR9v7v̙Ba:mD!vI/:>i< y ecPHC IMD9_ z\l MA0I P_CA^uCڬB0x{YQp'`mῃAM^R*~Il JaCdؒa$ 8@nx߿q✿vg? ո@<{@48Є!j0B@Z K*HE4aMTd`2-jTS`jLmb\wT4ȩT@g} y0dE:Cew[T BzǠ@S>F^ʜ9{>} p Q ϩѲz,B,;3h#ʀl4+hcPʋǖ@m8~|)$!vX!C[$폮ݝRېV?7Z6g.H &.`87OE@\Ȑ2'#ِoƒ-j@ 0עD=fttC, ۸ʺh*J(_7p`W`Kvp[RXR(JQbjZTRYiQc$ͼRMky~İAH|ڐ>T)JO`rtq1s%$Y? " ATJF" tQ8kҭzY~Z9&8tfa1=^ mf 3DgJ R= L9P>6`3=ow#KT?c٣VI0A) h,mf I Ejla[ ")`d!3rlMP>κc_io"`67(Iǯ gp0 :(TdU[uU.\)@BcX Jn[bS .K:,I)bY*Xk(+l, ]!f&R r cA "*(tARեAc[B+*֍J˖Ԅ-%-E3P5LT,p (9 DA% TkZɃ|oӐ! ~X(2i]) ]teJSzuq\vzyQ2T3ɢG k(@dh#[!$Dq# dGm`ADbPU+F4F"Bc#!mƲbT.D6*BiX IISd e1*]ʌZUZ1"JՀa+4PaHTdP9p@Q]"YD0j% X @ pCJ]C25%ʎKbHCV A@5abq\X)qkY) bZIavܠ`!M4aEp˅j mJ3A.V"Ӳ6 Ac  e3Ta*lJq$- đ%!*&l7gf"v$~s RLIB蠲&Z2uI2,4Q4S@ BLĉ0*AJ@*4 *(A dG7W^ I `{PA(B`\b@#M"Ƃ*^$ĒF yiM#8X١-T#de@3 QFBBB!‹7h Z v,D*")*~.[G J׊vZ8kH,8vfC4IQIV"H!%)*jY)h f8Y$Q9UTUJlfPU 1AETUA0DPQSS %ARLCCQ$!'Pc?5h)X(P$'YZCr$DAQa\eM5I:A`#[$2̧ Z5=o=7ś` 3vhGXbPX14Á*sS3L{+sR-4 $!8@Ĉ*BׄLBӏ_8g{]([I(e L+Rc Ё׷+ <yQih* H L CO*' bZIhbbiB JZZ)jjh%(54Tvp(gyšԹ3@H = A; PbP&Hcߣ{ Ϛ@}IJ4 _# y 2SUJ%%*I) j\P O9 (4HB?g]3m;m"ib(!"RZB))BY)(V""JD@ D& Ba J4 @$iWy"I*O~J"Ggm(T)QeK8#APD)P SHc#~ 684̪ H4tPt@&JP# kgkn@S؊*<}j{7|/Ni"|$1C6K6- {X[*ic&qS ]m j "J o)1$2 Ć 4Z0V" {& Ҋz%Je@ѡkFn ŨOoU\UvJZ &!̰H墋$B"W*{~5dYSQvQ V44kE-B01S AQT,Q0QAQT '.];Zy"#֒I#f>2؏vz*ֵ`T|ttߐ2GiJ~HLS!TC8.+yvVW>)x?T^_id1XXjԒj{ |l&{Vˇwq:! [T~kSr0A8>WlIU|((Qb4 uy pt/`c0"#ޛ-#d=GЯxr ^PCxqzdUS& D/ik!|XoM)Ou;C|֘} Ԓjq7 ̐ad#Iyl^pJ 釛.YR(A@((Lh(mbdP(\2 "rR$! If*3Ja>0tǩ}DR5,xu_dN|r9ȅ fHb~0$$SB0gql!aސ T ِIBN .2A, `0d*8C!f)NBIBP%5T.*%5ZW2N *K<-,g6hn_LښzFkZg#Ր0!I#ӁM;'d0)eYEXjQXV[%GQZ%%*&I\f뚺(r$CZd SX ai[T +nic&Ag13 ׈|-hkR(^`@sц3?JbZv޴Lj DfdK.Ff HV@ҧhqYNy|fM-42B) J):˒R" 8ŵd Lu{:z6HAZ*A`mK8JT&Srp[Hj'v6laꦍnadQ")Qfi퓗xg(Nt3;<Rs _:j.XGZYCe|v7Q̇B-aI+lxŴrw蹧ؤaE`T:&f lP4wu7wʤ6)͕8h}yfM 4.W-ln[ݢ<0;V]mj $"J!6䒸v@VD`gDTi%Q`bao '̦ڝt l9fxeheETL j2ST@RJTi .=J9r1Zn*ĆqfJSR3lz `iku={F>ӎcL!z<<ݟ FȀ؆ug퐡Az{89+p_z3Wf.FOi`P3[3٨,hXu;"|ؓPlXO/;gE9@dl!}מz^MHU @i(AU4}{mIUb?HZD?z: x ߯>!!L$*-"RSKJ|TBZ|ZRivyrM%5BQM A25m,ql+dP(`r@ V#&$'3PN@4I/f>>r@UC 4K!H*!2JH2/+ `|"ICA*J*O.ǰ(hZR`U ^d'i4J4̈́!M{>'GPxA @@zq7z~$.! THDdI Dk 6@Lj5R uus5fv;0P}= d J\tL'2A 1U erbD:" 4 jRmDр:%)F!1kY3 i2hER 2QF4HRеf BeD EQQTPA2O=I BlY`b),0~Nd#!6Ǹ><<ҫ=@СR 4JKJҪ I2 @JLB"EUP"BAB"?u\v7IŇd:SK@@ J% +EЩJ4H BP%+@+H@/&IH4R@- !99@RUG<Ȟl%wI$MmI*Z<=?[I_ntB~߀{4M&$a U ~u)BhTQ~,t"">?e?ݸAE/(OIrr& s~{+D"bws 7$Я1.dM0" ^`%jbQHZ $#}m iU'߉O22DTR=1HK#ZB@U չL(n $>t H|5>2,,i-+[,eF2`  v;2~#NrP>E|/ꗹM^J(ZTLdv<2A ZFb(()BfhZJhJZAU#+dXBҙ-5J<2)Ե(I`,MRCєt4S|v(L㞔]+x640m3aBC)[rSж<5?D`WpsNý]9)[3(R*P)ٴ8Hp(LefrD A5H4hеI#C@C%YZQPŖFA#O9M T, )2T<kHVĶ UCH(XMN+,`2P+ҺDfe&I4r*iP5lMIFZTd !9F†6HⓉGZY7Aߘܑ}6>,ER0T nx8vL*HmHch^I}9`t ҅P({@ BD*1D7bBH& y2*4EQJ':r*.{S$2T01i,9Rdiь$mm N5D.x:BqM@O'|ʇƓ>:l}w39:tݶ }i4Ƞn,& ov{P;Ii Cʄ ( ]@XSRH#3 ԇX}\s:ݏQJӏgq_1(-i Ľ$c%oi| 06)|@e><qgGќ )4mIEQ9tx9/c|C YYJTzz>cXGmTh~.l=PcQ6aBHbƉx5 7Ta1=ƞ(,`!g) Z|0 a;;I1 ޺U,0kYv/@r牅C5.*szj]W(mǯQBpE|F ! JqQUDW- DEcD|i`AQ"fX`E93Ȃ JU1GLGKFeNHNQcmunPU1-RPG8ʚSS ȻbDB5$FUQ'kg)pdkqZ#@! jM5=#xPb>dXs%*#Qx3TmHR.2hP8ʰrHUsSZ :sE1F 1 ٢a XqB`D:|C{;NKJCiF`'WGnx.mŘykSQE1H((JŜ!Nl3( z9Ġs&&An˿ɏe^?i߃% ΀̫vO;qÉ6)X]krtS[jJJTnVQ~2 *JwW2c7҈qL2j֜ELN52Q44m"hm,mUbjˈ!"jAX_fa%o[I?/ 8A3e2zjI)U2P$y'ߎP@d8TJa44)>_&GbrխDԦbd!JJ $rJ+/X֏e

oLjgvETi;&%K+MV &\a""!A3Q.׬DR|WLz|q?]s_/GiPц-(cJeӁTb -@ WL+ uDfeF,scÀYX`2 Q9J (* BJ (h^ ۦlk`ɲH^*1cY9)+mZxqؙeF1iCk,L ̈ L-,Clyu5f ibXQ M(JSNQT@ddalmYR%b1mCPoRLi'h<[ѱ`Ġ5)Ss9WeCBPR- P3ECIKTBC@vB4g*[Kb0[,mA>o[ica"R*BX*HV1 ,J9bc5**25FL(KJBclX~j4?fC,VElj I. zu`Fk 2@\F5KAr=d+ JfT*Bl`>W"V(fS龬CL Am+Y畂7AAƒGAj xB^^G EkS^?4MJm%q鐙PQxW-R amh&2r]?r=ͶhCPK>^C*`{L]ALO9__wD@sk< VI=o> HKkIv=d@˿ qNk)nUB @-xszEl3zfZiՋXP!,zkS+PɪVOk4pQmLiPʼ&4 +DX7`Ț+ \94P>?(k,XE*R8ZI:$ :0J T܍ 6X QnVdiOVk[h 6ȐZ@ˑ2٤3QȢ0+z&J&z6N ] 0[zkT9Dlf!q C.2ZFTS"qX'?\y1NV nGHRR,-jf\c-jATb'N#5kǪ’`'ԌhadOQ0Qj Ԕl unq^?zT ^Ǯ;iФ2SʝFx <:L:  /8lX'5Hy*M.T8x5hhgP5-jn2\hQ9ꂔP2l"PRڟAIsUj**\9jd?E(V0BbD #@9e2j)zJ(EE{*V*C xvB{<=H1%#idJi47aۏꏰ꼹(E?%2}ܙ @6@Z>6~'cm$>kd5"?0XC鶔5p!{#J0BIbꭒ/|Eo;\ur/;CDLsaM_2w?f(s9t(a2|i9华F vh`L ,|h=s[CyRZŮ=L?g#N /g- ii<0]Βq%rWtLv@,2/Zx6\?JVx)~m,pɫI/<@%@5|aTQI|tN85=^-/.YI:RUŊMFJ!mGhiJRk*FSˬ)5Qpx}$*ET @ ĈU%P dM#g Qf%qeq;j0 ސ=e2{e(+l[!:5魧f,JHCxVV& h $F qfB6XӜ<Ԋ)A݂7|7y%ZM1 b{}^Lar1ƬR1 f:k")]m*F!9KfA5JDR%9 BQ 8'# @5*1)H(( )P`E4*a*"6(vj"!C88r )76(9Y41#=NI~CTX/Jt"43P[I@-yAxhN%tS C:ԨvK穠f8jɧ-8Ijʖ-X".kN,B"bUEDQ!-H`#j"1l`80*{*1ҶѡZ3/Gޑtm㪀r y(KxlՁBgLR %D`*v3zE!V }zvJQ]_v_YspOӄCY0Y$EJF  eH& N.䕒M F i G kY϶/R 4a*q*`ss{o˼.[Թ:?FF!PAϘn*NP~y1q>C7q @eeTJZ0eaLĈr2HB&J(R&1" X\ Gws^ғk-Bpsո|皮3T9N~du,zfqs"T4x]zl9 !*%av|q~~cڝ= MiIER"'ZϟTFt=4v>ːn(M\MXr\UPQJ L!VW@R]WDZsi 2+@ Ŗخ;"XwMqoT)SN|h6.J̓Rfj+h1RB6PJKX Q?ZT-J rh BtCB,"!YRV!m.&%lX""rMIACB BFiJF%M GW]/Iq 86ةEWr'),wy(裏Yb,S(b%EF1XQDLDDAIEDN5EU02ސSM0Q |fg@H‘ Q!,I7^!XPV ZT#wFKU0Ӊk6ޝ 1L͞Gfd]A,%BcȃP{1ks cwi{56wLA~HEAELLTQ|5<@tp1wB`@zX(tC{ڽ͖BɃc?w=7p=W B`Rz%'P|OsڶpJg%ydXLJ%IK@vK_K1kC>jn)܃1wJgr *Ƞ!VEPVi,,,B"ŋJbeUTRv&,x)1 *+8x# e2W(hn%#)DqALh4@QTW>7uFɵw!S ɫߨV֥J:W7B 1Ll $4 .Emmğor` hTؾgexoI*Ƃ3>< lM҂ R`1(OPm,($MU,L9K D)T4+HHtP4{D!at,@6YH# $"G8{Kofͦ J)ıĭhZRIR.'yu ѣ1ӵ12\!x6 XclW\0x3xVFi0B+%. !xa %TjXX,qNEQL&hM) EbVUv ZE1H,eLۖE5tdiAacP(6dHSBX ւEҀň0(!12 ,@p]̦G.b"ed[nVc(6[DiB@;nЏMavR-"0rɞKJ%e+JH[0[f0N)P!L;# Ety@͸ڲ6jNQ0ZhM*K8=$ɠ9F@]w}>v<5/?>뮘6qP7B]&Vwԝq4s9>z}aÝWz/z}"! U0TDRE1ER(d@@D$~'p؝)0*7RBqHYyyxNŘ Tzop^͵WDڷTRmC}死Q6C![2XcrKB\,y2.aWmIXk_SoQT6y"d3JE !~*EJJj~xxd۳;;J* 3L pl~zqqH/x nca&Zwz ;,l&(}Q1_P3춅D1ISTd@ %ɯd6\E39͸D<:  M!gv.za}Np^ge&>B- eP\ ZgdmX9]6 E"|XdPXRVTY_s튵gMTV9V)uD>F4m\s+DHR/I &HA.BXHDEA=:@iKsg! QK@Shdj|V K<\ǖ.w@BfQJE=9p H@G>pL-V"^y7^)rd$!Um Q<TX#6& bGciA|R1ex(jݡjOͽ!HtJJϳ׈ 2s=P4-+"nxO| ]=oCdX,3u~g{>jBIcm{CM;P8BĉA2!*&`-RPLB$R`YiT D]pПx>Ѭ9%N;)R}TSywt(ah>ZB?Hou$"#dr̃ne&1-1kƂY$BP"QNw曞{C Bɛƅ0Z:BJbS71.9cfhC~!xqNQZq@GzT;q@ 7  GSwqJЍ+Mf`Q4&X>`т+AG h%#R ႖&E %/4: sg5ϒA)HZh+ PԡP &Vff ]0D`s!dڕ!U)v ͝( @  #0&( bid$1qB{"MyP-PRQDQS0v;@PBĨQZA$r#ӹpHP4z!yN;#(v$Ub|A (/h;?=?ER'kH2 xB3Dr8?oq='4NJXS~6vjMZi)D<`0|ϲ<I9||Nb@\xtI@/?# qFt!jljt T@Q> AQIg4HUUU U @@c'ta53p 7ѪB@#iT :CԴ {pGbbi ))"% f*B$ ɸCbL8glc&32k(c x.0( *@YR"N3.40J5LHcթuIYU5l4wt.奜QE-6:5)Rb,wJ P7L(E+ 102BZ%Z- H‚0 b%Bc,@PtUluts ¥bPUZ,ReF%DZޤr)\ CH22YdYP9#AJRD,k-aFf2/"-"EQB-hcPA$@!FR1 V-B dPU"XI 7fp$5Ԭ@cGp\gZ>=enpmJF+Q+ NJޘq32  mVIm<|OWۑy8v~:|xOU(գ.}N ;Z pgV\I`γ8[YH=g\KDsȈ!5%Lc/B^)qd9/%:L\a *)AIR Ըr^Kc\KYâ`ی 2rĞz<]X25)"5&:6Ha9pZ](ˬ萿DSk^F=q>SGb-C[8A!ɒRf]QF򩩷49 y[,ec{=7b7-%3Kr4}[sH[ gN>Nk_GXy\=fAϨ7Ҁ8(h9lD2(@㟏7SyBv%&Qp>;"[dKNd Jvc}I'&gCFWˠWHlL\Θc+ex)"&rm'YcLvo=32wbj al2̅w?a_wk#<4m O0L5)фefzAӭaXJn̆ɲh-/̫> E6aKla"\& u.FSa~'}N7 kn%UhKtc$ܺi6/d"B Kʲ&`BXA~9 ,NzZ"1!k`5.d>60~m8 ֧)S !zȾH"ׯONY(q1ZvVmDF2r mچ~xƥݥYSzӴt8-t+zXG j现H'M蝖\&)IHH|&N Z98gְ4FeK\ Lч:NpC{BIApḞ;x݅|N<ōuδB+x"?z"v6\"kQxӷcKbfE T'eglH&Zgq\qD he dT0*q0 8Di6 NJ Y;+=C@ ld_L #$4ٚPb 1a[rG!.0(!#D0rWzV}L5gJ 67a@0,0ԔPL;!Bȅt4ЩvtH@-f"^l@S令oS  59-Ј= i+W&l+)݆0"<;y4Cn&RjbE`ҡaƓVe*aȃT,eB= Q JX[]8BluOSqNg Hhopnɮd[nteE0δfVuͫBct0i48 d c/ps"^g#uN҉!6 XAuᯡk68vJyB B//SfcMjHzbZfyG-˧o-Wj<4Z7s٢\)(2*3+܅iiGn!F! u1&8p,-ˡ$`\I轒BsXQIj/kdI"ЕK9XY\XI$yF&x08,eD]kZ8|D8ְF !(*eaWI>da K|F@LAHB'ȓ5M;uX,nT[D@9䐓ayǤC$7p2l Cr4hP\3Yp/#!(vȲ%,x46-& ͌^47t&˵,c"`~ކ$;]]>Dm46cYxz}Kbiqz䪏̰C= Z ¬BotpJO|$qB`tP "INMR%l`>uBQQ<0GOk$5]'uXm@0Ch_Hƭt-ԶRiX*NbBj&2(R3+eN@ 5TIy<GXBhwp)T$yB9C_qf5Iqc@%z%= pT#s0#1>N[5^CiҎ%{L| 8`;nNQ_%f d7)"*\.:@ wP#$qp)94χ)~9r\nhJP&p꡾Sx)T?F]`t`E va!I?aٞĬ8컺v{Xywv0iW&'' t3MLs(־r{K-C-U}j"Awf<!aR.8G8R&*qz+RQ5Y pAIBx #NL1[lU RYlS=&iPr.lސ*Syk<8g-V=0>#Eò""/k~ģER6^DWjp:yѓM] 7uL˩fD±`a)l^zj:!i)8V ͸KAL݉wDaN:|"S![.@ eY|)Ra8E3je| ixur+C*+tVgx<~(Őć@eļWnAdyǚ2 Y ,W@+ZU@:xN6 bWM藏y|`?GcE5,$䖬 #ѥky0 'IIT*Z^ۼmᰥ*G:2_J}_&eq( 2r@r @#'!xyS&22v>؇d'nWo!q&X$ЖU-/>5b) b# mY)m5VY`LXs|_Zt'ST&q+<}-HGuDgBC:FKM$6$8\䖬v"38I -ʼnf^Q&OS9WVJ9(Q`#c]oΘQBDm==C0>P8ٳZ{M`1 ()"ZiJUpRҗ>grl^OM>3$$&40(q/ᖟk(5x= '.˦q*QMͽ A3ƆKr`]r tTN77v2th) QSZ lDb1yyitX֩bbNpC*ɥcBb8J1 kN Mᮌ8gn4!`4S(,Tײfen=Z*6uKb܈h,n5ؙqcB4QP䰾!9y߳ۖEEkmF3$90 Ͻ-z}O| B@X=iP#TG[IZ H\zP℈Y8hPG2Fb×E Uk֛fR") yI?usW9V'R(0d Pb[#H(BBibꚙmbŌƒL ,0n` 1mdQD,Y_ ˛aX8RREl\J6'!?*c a1 Y(,` :fS< B7懷$(ěBlc<8̅3qइ_k<(|{#i9كBAU,7{~Y4스c y*I/EmaDvNG!6_SF8rǎؼ ؚѐX^[?Ǡx\o]R(ǀ R R@)jKůhS $>)"^xwN|~z0r_>l,O_~9_4fSKmdP,cI1cpıZiX1V. >ɢ޴Rq()N/VIpAUaԕכ6INvP~fKm&PA)MFAJЕ2UV\55ϔTғ4o6cILn!)u#{~eGmʸZ>ϟXNQ^Nvylت$*M 9zc yALM)I'=A0$J*hab"$jeb&0DiO$AAL$;`RՎQ3JA@QSHLE \)&fJE i$@!!jj}BJ1q0J)(&IT%)AB/w4c15PҦN%)ZT9,r)%JAx0R&rMl"QVZ6XX|4ue!+jܫ6IfeoAb]dOhe7`C%2%jk.2MzfhҙBՃLzխ2kaZrk) m5:4 on0y]fuk%.lf(YDްڦstJPw(ڢmCMGMh#QZՓ$Ȍ̗0lYfIm]f Řs 1!0xRE"6(9-0- ͸mhrp6 2h1(X481aC`BSŘҕFxW3QyjC@a#43ݸp=?w˲'ߗ~[q]4YJj>CJ>hKYOɂEF (OMp.C@>j)G=ygë_:zh"k, "W`f@IbVvun`$ z=XHb`YT -"T*0vrC .nd Bas'ϻhO]P 2= Y-r,{CHTt=~; =y\FEU5Is@3 CTg 3yl8w=x}xohA <vu&YRj7=Nn g]/RSI"(7aYS|q(Cy'*2{3c1CJ@sԴh2^e=_Gٺ}OS ! ܜ6p9P#>&`6bFO =Ò >ymI׎>~1k(\e5s?OiAJ3)~#3¼8λ̇l_3Uz4A&0rw53FQ^ cڣ 8tcm* nv5"0I t_ #g;,kĈG6yv8>?=O'^|8A#|Ʋ OxLJC/}p3@./\8nߝ9V 0B\LueFIzӎK';ǧV4;eN դ\= C,b8@qR8Й } R7jw srſN !sJvબڙm8@(a+H@}@Uq>b\xBD9s$2^&G.9d<2Ppϙ#x^d# gN+\wTiȨO]z&=jfB"8"edOH|NXBu^ȜEsvk,\gbP,#1EP.Sng  A};xCƻpQSHU{ 6e)+yy8N[0tJDAd803@Zb0dlʨ0pTf`[s3CAQkJ13zYgm%pm[}Z !@TzӇ-8ׂ9|r5CsF)K=C25VGj̺{PRwl ⺚(A5{RښpKC ^GO]Vw:㡠 KP6L)H5*UI(HIYjrC);P6X/2_(wb(f@$"&%w 2Ivb<8̹ltgCm HB'H=CL0k8s2y@MZ).<.h\X4E@E„ꞄwApxCp:l'Z{) s-[. - ݦ$t&oEȥ@;:վ%;`&  |xd:joo]0ShJd(wZa2uߕ޶Ϣ YP6LxI Յ+vC]F*;;r[8pTdZjc5H|]C* i9pNs٣8iUdCo(N rf`]nnTmBi l4XI(mw} Tv;a:j-v-#zTālqdLTŢAXlȂiȠar}.u!]u;|3O3qbrM,[3<8$j+, $Pvu⟓tJ1Ú^ƭZۡ8c<ӽ4Aƙ0 컹,3Ey!JFjAb ']T)pnH .ArBw|Ç"=<^0"lR!t]qES{af5 4$dn@49mcfQ.H;2pu:# D2G%ջH;Ȓ8z7%3Mo!^\3 88ʴv`yΑ.g.-;ČwjO6ŮD`^5:a:-kz6;E=38:!*빿(RCSsJS-D8.E P0bL Z:8xILKBD@]`2:ۍ 4K2: HPu$88EϜѢ od ^Ίxّگ9@"4w_b^!cGSa0녺NFΣh`p`fbIXtQZ->/!^IPI÷&#ӜY0"BDI)PàvD%)5/ Js hp pƱa#\kWyI%|2q;^`6tO`pAC.r9,f&,ve&szHSƄ@x#%tbP.z:^|o ` )C1Lw D,Xڙ0)G.$VN V@C"sk4'QCx)Hbyg=od!xx/= 9|BԼIƯdl65naX s:g\bbscXe)¡^)ȉ8 G1h5Űd@'MO5Dq Z᳭Z͕QX rd.#Jx-dWx,Ul=֐Ӛ=) KA%cM5&vVI}Z>̈v3MNN) bETx^fu?gqEsqv?mծ *{=1x3杬j[@VKC] P nG`|17LkpubnA0Nmho2/"sЅZ1EEEP&,)@2PB @$i ~e$Ddpf'gW70*b%TJF=#0C2R ҥ,EJCߍh8PpY $Y <pU+S'&iaWh薊Zpxi0"ЉôRRD KCELSK$ V(2>\2a"N2}yx ΈP+EwsDDDALDADDDv8}_mٌl n2IӒVt!EC)$妠ӣl*c;ՠ5 2䆆R\&=Zs]jbB\H?@/a>V~]Ä|6+u۔([9-7swWIu˹GfF#>WrF,㝧5X1V3H DTrIl`U H0p fEȋwLJ)fX$d;QT3R60$ \$3p`Hv+`f`=F`Aw*Jʨ4(]VCA! 26l)3%B}TL N9t!ʔA.E(DʗtH1/K)nD5#)bb4jXD1K4xAwގto,RKHCDf&@@R4DHAQ\E?x^~}|Q/yhQHAPA$L$T>!3Uu+"Ac!kJ# oanbpA~Bt(w΁ԶS~}4W{3鼃U[㡲ԃÃ)ń7yCo&qkBf, $!\2d6;aIӌ:NYfkO;0˖NmL,te3fZڞd\ʦz U\g~l7hq]jdQk.p$aAb` KM,#\83[η ä 08gc踝,cd|c26ul0FjNl`z )#4>#$ r#A/NRzvRlr~MI#=(rLQRR`y= ,i2vu[[֥b٘56C8W\]%OU_ݜ:)R,̞o9Y]ii*a X8 ew (LWcItP$ $$ NL S3xHH)\ntt%CF |y,ݔCQA͵Lz2嵐AijKs{tua҉"gjh< f5ֱ~:dʪ1BJY m* 5n0rUw3m 7aGo;;^\Vu#JPR ja-݋b{)SIL!qJc_QDE" FhS\(DrV?\RHPiD ~Jv\i(VJB Ql̒(ZJr!B! ZZ"JLiFh ))ZJ(VY+M%'ΧQJ 4S@4҆I҅!@NCB-4 T *5M-"~?jU(ZJZ@iB)Ubh Z( L(X( H$Nb }@(C!LyPr@h"@P#G'8J RZZJW!C*i hJJJ *b zɴ 2lG J"D@dBR44"Ro(}=qLgp'=ӌ&aJR CJq >6?b(StZ"5Qsy, ;I].ZCi6̮P+%V %y".?lrmz0EHLAI rV;omo!@ROē);~2ZDmkF:3,̓"_gLQ#~-b(J*ȠTK.R% B(T? ɠ?{}.@_Z^*JI-4߬ENZujNEdvC!LcySk|RS@%{V(2rT|᮳mZ0QHe ɠq5fd(d>Pͮ5b%|uENPNlL2Z: 4έk?YyrHf*`oP b9< _'wNj,,," 8MS=X^_h/<|]1 /AȠ cF-"X>p}8Vw@ 0D02-I1Dݙ=L,^-S^d _f[ي0 TōJqeTHs!n0 m HH~hK0axͮ3W/.۝ƹ"4Nkj t"(čx$H@qlncNwc-$edX񣗾3BAvA3#c, 2;ea#yknXẹ;˔TtŗeaDTa ٠fMЩ+L.)tfU$"1M`:T3!f24%UeɬdG .TX\f1ޮ&e!fޱldu(MS60[2dph A3T8o )-H JhDߍo*pݱ9 զښl4j!^KVޖji6R1MJ ,fR"qHaSm$HfoͲ(fVn(EXZYU<%ڍ-2\D%o0Tӭ0%(k cchJP,#e,@nF,wVZ(f,al˩&F7ꅙ(u)A-&j؜\q+XpH65^<ȦR:w&4H\jn;p٧ImָsWZlU1nlxNpn nU"zƊ,p!(]YJ즢1$u!\LdP7J- XQ12F6LdŘ8ᔍDE]M-i=Ip:&8$XV1z "+,ƥ$)͌XCs3-hz\41Gmi K55fly8і%fnK%IW mUQڸ/-A|ZO!dL9 J M@d0-C- , @H S.&% #Eֱ[LBcAîRMHFVGnuwD/) A R&Ƞ(r(p+JJ BVhCQ\谄7h~ @Ԩ9&H,@䉭b@ d*U%RH95f) CE"!!@d!HC$ MKdCȍ xy AnJ߉ 8=}Rgr!!P;ζv +n]?Ef)F$SN3DY@/+Ut2''u%:CMvAfCGf}HÇR缐X_Q:ф`<5H*3Fd}TE m փm!}%Ei"m3B@A0Hg$`uPxnrW5q6? U37xXD0dgo0F0l-DG1 LR6X>FJ}>` X=CPST:y zd4&nFL OSvmoG@$.Ns]ZLd_9קəUZP${߼ֵ$bhPZE aX @i$) `jy} ALq:<QzP?s9ܐ >΋Mȟutb|C }|!>r}~n(I ظ:+U⽊Au:1ۥD:r!4a#%Cu4$l!pɎիVa05s뻷+mt1ÆoVYs+@Y7mQvAV7D75k%(=%)T1Iq& *13]-w1r8#IG$>Z\#od82" @Vr쬠N0etcl ) L[f.scGDBc^i#9Bo-5ã5 s/5c:+|EEzDeaʹݜ{> %C]HZgaƚb@ [Le#@2t:xau›Thr6N51,Q婬V[Nuft8XtbI LTl6YO pl8N:V,dRt"uNӆwqǬĒ:p5>Q ٮ߁-2%INl[d] &+twJ=/7D[T`!,}a.T$v ="D>AKJ(Ė AP0RUA)+**) iYeшD$tsqyM((M9-@w4uBXDfP&F` E$=jƖĤfmU!KHIWsKUhd+G2±`,pHg }vqJhxFa2DX!b`E@TDRw**:`J+7MN{XUkLkȌ=^yxSG+AM s@2WD7yR+D=.UPK e 1,ё2iˎaPDF9``#QE:.K ^Jd';iNC >9Ch=2m|?/Uz z-VZ`E 4E)(V"Id,hб46&BfN.>) hP"0!_GgU߸hˈXr-Yg7l %ER'i~b[&mK[~>l :%HXju48=Й( UB%[(3-XaLOC ӷeQ˵rx~&Ds\B\_? -xϠ3Eң gGsr 6%0XIYIj37&a8fy{u# j㚫܊`Ѫx}U;ܕKx%a8u/Ci2"8r@iTk/$0o-OWGjiFHR$B4؁ RzpG~̶_c`bə8SZ,A>jg:BI 4魮6eƵ` Q̚M`0R"EEDEECVPTfa,B݀u|/%JvVҮP'T6! 'gIx`CrhJ"Q2QUE3pb*E 4 ?yM1#H'?wKo>,bg6<+HTDZ/@P) hOc 8DŽ Q%2$S2BC*mJi%#RT`C+[]P00,6晒 UPx0$>QI@eT0MΡ2C+LyU`}SHiY_:b&]pY~9 92!z$B"44BTi<LR(GϧS gZֿBRH|Trm4WETXJ!@m;|/B"FBZrQ)\\bVD "0($*)X2TH%b`#Vt=/( {@HcZ(5/>z|H|;:8#V0PBI$צM?4[ N+}NOI1 2 ,Kj_ř_Aˌ]`D+{]ʁ' y_mjϲ'>bw>W!IHM䇟HK~蒅 Ju~("C0IHP3xhuM6JiuMn Η;υMmX4ltpF%)5ϦSRSb oc ; ?w퇰gm.i6o?j**{"UJ(E+Yș*`R n(,/ "Q[J( !T"E[S)FXZ|%ehLw&KڃSӷr@Wi(% M VGH_0MY_Onq3lr)"i2"b)s Y9K[QrvKP#)_ac<&I+e$ %)b",2KjDTZ>@颌є۽ a`Ŋ0E2Pve* ihRaKmJ XPl0a`"T(Ƌl(Eֆf>JUb!9-ɆP+T(4ZPemEQPQ*6V1aΚQDDKlDb d᪍&8aNFJU9BS2E(j1 !uu!X0ZY5.й)5B4oXL`M I2jEZG;Dw2l0))e6T`(z6 akrҋ41\dֲ2zy Oнfw7Y?JSmԁHa&%_^bk̞Iy^Zv23F~|ʦ6, ꫑T T2#ݙwD/6D0<[F3ǜ!MqoN5>V EP쯚T  SPR~vdxO/nh d]w $ٙaVB2q)(y%x%j68 Ʉ@3:JEg;sԄ$)molRs7znmFz C0QTQhZ&[" JR2[e qcB^2iPQpִDD,A$E)[*Y2VKK$,Le 6YsŬ2,`|-0qڌ#x4 (&Ij*. )IhvԍܕhVG:yu Hbd @PU7-"8<6aC@R0F Ja$QJ TAk@rcFZ1Vk,թA{^@ |OHNO[GW~ p{$HMM%5d 5ZV:4v`A0PS4?`m~M:j ~.DΨE(yBDXa:;+5^W82I@ Xy(;'cUrY+5alPae!^OU<0AVW)Q7O{!Hp3n}2@(JQ嵡S m.x\ \N[`6lhH:{=DMoBezdbvq]!HNyH/Wם[b a I)FjCD̓AN9QRr1aTUCQE*)X%@ZT*Lo Pi|X:(q01rC(vVH!(5;VQa,0i} Iu_+V{'s3+#!DwJ`2s!Lȫ=94e!Ŋ_) Γ] I4;v3A B$QJ y5:ya,~o+suCk$6,F!F@ @a9ڀ=M`:!@R R$`iա%@u3NFJДJd34,T4TE6Y~19͘)Tq,1뷱`NJ6K3X Sa02]:Ẍyx_b͎ȏKܿIk^-w̪:X%z!jf=!x]:Cb)@ɡބCN0"øNzۖPV`ynh{QdJrF}^w8Ftive|!<%"(iX) C%22 R )b@Xf )VDy<fރPJ)Đ EYQd|2z7XU*RBt8b Y5G<}iQ) Ee>x<`[Jmrd!@y>{[B,U3h !1{%r)9ҠQβI 6@/d)9(}$a#vQ rzBY*e[&YFC h^Ѣf~"wN ؚu3P>S-f&G׳.7-sd b ;S/ŜhƑt8^Q4nFG$ 4щ7u lF̥:e"l@\SZZ]QX`fLȨOI, 0O۠҄>~gB4&#n2M# 68=cϜZnbư]f^=ѦW5kL"\~uz?kꋟ`mfƁőNH <(%Hvk`-m<ù X@V]@H\gl )nC\{$7}ya7̫Pg9#;xrjMCtc:]9uw | 2Dyk& z0&E:Pۇ;ӝ]C)ͺkOGk 6t1! RHq p Vo4Xd5-UrN L&pr#DG8:o{Sm6ތ곌jwuxΉbL "A &O n+DTuOf8qfE?˾.؀@I,SX8t!ȈԌY 7=fOh#ɥːY jt "^e H#Db53dzd@ ;ٳ:XV۩|Ypi)CG8JqjS8sq2adM#K1"1\KmbaE@)&x2q\pS]4a[l*VS4SV 5 !? C|3Zb2Gg"P;/HjH377j`x nac"5 U؋6EIˆ}}p&TCRbC`^l2'IF1u;fVQގcԘu4ݛt'2fxBGɐc4؅CSeSHDP0+4Cs JB-4$@$BTA)<DPR HM*#$ 0$@Z P`! &b /&/i8LS5L@S-IU`aa^o7|9 |B{RӝFE@(T((E TdI*ZxPAs|3TWt12;]ƚ'A>atXqrwR<_.q&4VPB"kFu&(:zOʁn/hv7aFUvsȱp 2hV)bd.nq1_ "$v"O ڕ  gD4~[P1_]TzYAE ;͝g^WLj C%KRKk\EV},:/!؁Hj3^D {I655N}N[ηZda1#3?6ZL"ICorMpZx1mfU-U ?} j<98y71.7kD:Jvћ7 ~T=eRAJ)-x3Wwy" b4 O @ye^e$ߣQ/-lD_zI5,Xp@d{Qt[<5 d]\Ȉ"q-eps\vMD-g~1dC&љ61nIgA46H:"0jz߲Á@f\wEYǎ #J|VH }醞z-Ӷޅ&yVq-"B@сr쌇DEzP0z0H' )w̢5dzRbK , }yv.x!β(0fDcdLAdȠN"\$.ah3;@+l3Q.0.2,20$LcBk 4F5˺PjX'xpbT-:깧 ^9.8vf.X`ZGd !v5+Gp Ɇi9wll7f k s@| t dQUUszuۮ(u 400O,"O!:g0blX]Ʀi `lR<E.dWd g5Wp]L ›kՒL 6^[s2rĠ{"e`v1MɁ?VD@0|뗵9pќBc4 رae^)\2k~.0 Y :riѾv^N85 T҇aU$7{EC9P$K@iXY:|>d"6` !$tH DyU'SbmߩoٞCZ&͙r7\ `'m8M;TtyIھuBdPJU_Bwu%|f蠺o̜8vΓ pL- Mia܋p 2hGP8;wGEMB94raע#D ٮ0Ⱥ3twhm3p-/-h8 TG3 @F/y$4m4gA5xwEt%W[9o2qĦTV=L+X%t )<,b";bCuk%92S 14h yt(#w 'Xv%hu7@"} r\E L4Sh7M#x.9&78Y9=e R{Got$,X('QN,[h!BF9Y&KȁnpLE$‹55D،bH,027qvuiQ `nΦoNPk uˌңq/=vnAf%Hh{9}M畣#º+ WC 5YN|Op:39qٝ5LTRH]b!YQbθi6?IMJvA(L$k_p@߽oh<:#ȏ︽ƣ&d/]l2 =&l+]2۹wwz')J:< J4Ñ ' Pp| $d}X_GJ8t%GGCGK"A<+|(:GFIWpDFB"zb ~ Kw=>Gy-W0MiO[k?H?Jĸ nMnЈU'd-+#[;UN bHH= hYf 9IeN$:g&|p1x>&)mkO%DRtHT̪˓7R: vQ7Z+C;ۅKnex!W>JM)S{`5I=Ɇk7S뻑Nz:z^n7KnTS<2`7O73q~]SQ๜\~4p8Bqr>ﶠIX#:Ri0YpR>GIoI_@\'9 U&q9w3rG\'Hu,9bs D.(sR̹ 9SX!m ҹ Xf_">WRGz;΂o FMPCeJ00=^ tJѻNy{=?!={ eWŒgzCg(V$!%h B|Ň_aϗ|˨U P R48r~ z9VPg*ϣ!ZP F%B DyGw>VC+=? .]%^sZh~}@6nDHuR.tv\AHjsBl#Y힉I?nϰYB(ۺȍ&q@ t8v#f۶ok.>_Sw7a^碭 zJ-6 F/01K D/yAQ;8߀<Ȋ I79O<fiVҞ!I  Npxnޱ|p%Wb{ 0239wz&1gB< 8^?#}tQ V rS4)"#{Q]P.rF_E,uᾸZU替 )"0e.=ԩʼ5>#<ӋCOYPKVaZ_/՗o~q8Eσӊ~\EB>~)`gh cB=\YGdoBk\4 Q>1-a"c3iJTA鹀k! THAttZ&fGaXgr酭;fl6յV47A.^Vt!AEE(ЃRW@w15_5M/zXCi]ެj$05H˃Zo&dħNsZז;u U`ȩhx[gK$s'}\@d?^aLjTG=I٪"QPF ?w@-z0X!B@,稻l@kSvA3gfkDȈ0P9oCUHlfu+XeDuD U |8_a|X_Es`ĝ)0p-^{w.Φ)K|_ fn]py,o]#EW_Cu H;!pC+Hvb"Gߣ]@hաэN^8b0Sj^_@߂}7ܓ=Xppٔvk9&q'?ɳR%JT^}3ݤq냹®`w\ׇ{n2v ty*;92B.^uY\ ͬ>UB%!`Qv 1'76;b=!I6+4Óؚ=NC[mV8aО=o=dv[k6= Fӵ-;*N N+EJo뙷=Eha8ph]uTAћcXcʎ%ݡx~,!prZ1h#^hSqwa'.wxB)ۜwħwYu;hfQ(s{`<6B"|crQ捣9ZV GpQRܪ\^q%4C^c/ݎ4kyC']37쀩9{2`YCZ*-)jԏ坞H ܨ vbxGS}a~117E$׳'56@ 2.n/j4`'XX| ADe:Ez8T »}3Wմ8 ˺<+ 9%pmvRߊ`Gю|_MkXaR0S@S12picPXmxǮ ?oR,w=BU˲?D,J/'oe˰Ckwp(R͇5]8a0`bb'"yvh{ C}^sv\8ݎoc#o81[4lgR>?mR~b?~oKd.zUW̓=X9`𝳽@ͭx>x :~;!X(Bw\(=v~PiP3:"^ľ"n>Q=8~P? 8s2`eh:8Mi4ZFgOgT5Ku'AVgaw"dykyH|戜1kYPxx &>H>/Sv/vꌭ|JąCWaϗW yنExV6mb~q-C녯:|4wamUn\nL~)^!Ukv`8"BA;q>urӁjS-;[LG&=$(q|dLul۪PeE/~I&?0ӷO p5(I)@ RE<'Xʥ1nݳNOmJcŰ,ӎ/$,R%1DnsnEFdDJ p_g~/ZTby|E/=lrS,9jT޼k=UiDTSFđ dWC%E-ȋ ޯ qH*.A2Lc'{qy&!?k.[·;=s1 Pa5ö !F \m߬`+Z)ia ۊ{M ƌω2,H8N8!ȅo}֬\ƕ\*ػ4|vKogT} Yg~W=#]Km'(!! @&r&WL/_D/631B-”K~_3 #NFw *HF*bC~K׹l|d8T8N\ٺ32[H|X9,+4CշLUs3՜tK6{m"Z F$Hx{u@ 9ANQ. XcP{hߧAhjAl1}㕕]`$pnMϕgߦr[hD⡵4_ҨHAG0gm.6u[s0 usGQDo/A1AY&SYLlU"RB8&( ,a<;n\s7g{mh޹{ﱺѽ3=Myo}a;gJ"6Eֵ`[d,{uBx%SqZ_]$+u-}vN//*/c׈5{%`:XT}(m<=h=4:QIpf@rQtHAJw em^[NwU@ >Uy﷟G֓Ap.O׹#{;CRw]{ם/w5|[{\h7[tڈ5}sv .*mw2}W i}tlݭɷ7Jڷ+j{g5Հ:vˬӸXqYP<ٽ{|{>[ާU}r׺w'n(AN= y{S%۶pCֲ@UR74:-{>聖'2( 993Sp۸pށ-׏nF}$O]s *$P' Vcתu({LG-;7{ֺmxۯvpf7ۡh !jof}tgzmok}R)@/B}>iP,ͣso=Aah:Wnu6:t,jR $PwmL*V*m@hѬI)osfcrrj&i]ݓᆴ 6Bб{R{8諰7^H)ݢWqu0jqUA!G 4  &21 Q)&MLMF@QjmM=La QHBbM*mM424ښfhhR"C@&@hL$'dSɉ=Iꇩ4MOQQzF$ɦ $jJl&TާLڧ?| 4p` PD hM0=j*k0xzw&}+i9Pm\*|kC_zw D.7W7#8K-m 1,jdM8fƣ" `{_Fz G&eM RF4x?qFNP2/xyG5o[`0ty"\ 9/vU28/~:0K$oE8뿫a$BD@3$оCC:H 2S#Z )iMhDDEЋTd5# R=R!%#{"=0~N25?ٿLrN_e}<Rugc iYCDTy%*_P--xW}J(jv']'s>׭=[hf6JaoxZ{J./w"B 3jOb.M28Hn@Zk H %/ĺM:ړ@˘W3,D@k÷NݛF6#22Jf!{7yph8<(-=[Ht`3#o{qr}D$1ۀ =lRuq8F7;3=$t+xD>?F~(/pkE֫KIwl$st-,ޘd*8l? }/hc23 UI@TrGI$/t*r4prA#=Þ"|ȁ? S8xG&,~OL@ZiG!\qQD A(mL'\Hgm7"mV`n֣l-AOvW;,/sf ,9k8v NuEXߨ`<-cMdud^3T1L^ 66ͷߝƛ[fڨ;#$@H{gOϾ:x3a}woD<{D:& ,_|=Ӥt6QvOˍ?#[D%6*D]߃ZJL&]րb"t&~+|6y  zvr h0XE4JID;j!&M@R->l3~,9~pcb,t=E^e1u@HP{7}zעݽNj) 6@'y@E>3^_O]XH"t:AMN0eR`e*@A~g)AZ7mxP;ۦy4SR!]?ND9ܺ6DIM!+\?%x} ^xu(0&xaPAHM1?08ֽ(~InrH!1#{ m˝SV*|(S@~b38wߤ}! {Ͽ&5;&!g) E> L֘v?w`z7# {vFdK"+3!F|g㫓/Egq}^ cL{DW'&;6E WupP J9nps-V?n 4a}T~l=8ލ(]tG @@hFK‘8yC-20$.;>J O3 l0/:_VkUMT`Zd`#C1"d$;d%Fwg&28#] wKuÇU)>ybe+oWxS. 3`w 귦S88C? Q{&12-UL^e*VT¿so zW?O:fup+qȈJxZwfst^N&\ד[[7@|ޝͿ,zV x(Æ]7^ઊ$pSGt]L‡u-%EwQq#C~DMa:s{tܻ侃)95B,,tq@).+ P^*&)AۿLIQC?]9ݞկ(F;jxzxa"D[U;$kͶR,t#%X^./|b]xwF^D}Û<:NάWqrHIN z֙i1 e]!s:G'wR\o H Qx/tu.;#9QYy>OO&)Z^m +vl;]7[/\tgsM?!U9KeuK8(}8nMiFS>;|syښѐHlL/uS3 DF9 iGf&nfn?y\!#C̽꛾򹖀"ݾ# $܆D<?ˉƢϕR;rsJxQ oȚ۾7_z$z\ɹtc#J2:;l~o<4h[DVM[_× &aP*WRՃkwW;4j^LTXH8$diƞwoQAS]IlX87v*TJ-;=ՕZ< !`ÃUM"V ч Rz(L(cgJ=/wl[.G;   (+XWr[W\wF< Y Buz![3"_y 9U8 }꣫{`%K"=,4jz<(N}9lQLwoZֈu݅/EQ׽_n/]!u#}muݎ$.]p³G +[ǦemU20g%jNjƳUӑWIou ~xYۺi𜻇/zLzL?u*wʳDD޴u/?>rDwyz=U!F!}#>L&N859`s@/D q [64咞2ϙyVʫ*vo/{2yN)D3{"r-(d. N{Fow~>}SŸ }:Ч7 P2/OG[W0Cs(p~#Vm(ٚPppyOվ}^ۀSLE&h")(  ;aL`|? e3WjO\ D|q֠(m vJb>7č9D@ATӽO X4|Gx9>C aMƝX5dC}l6#f. z@f1 "=e@M?5@R94SQ4S$M}Tzjb(1ȈlJLp2L$FA5*ow1:c|ѐ x|uPD9:+ACF8C#OPݪ7D+uթgre||e-TѨD@3Xeo  ;6"7EoD"!r蠽IתO Ulu~~HPz# < 9a$3qQ~NpH:|# k=dPRt~w]Izʋ" RCV$B !&|lehHO#$I,̨Ox%a~w<'}Gބ{M}=<"= DvZU;?knj$Oჟ{1Ew Z#*pD@!"EDPCa]F4'C*܊IE*%("r{{dGiE'Z0"wm (qΆb}GRBAр'{"@PERHRP Ъ&x#js㧓ވзΐA[ծ nIV7B}WNycw?<-r_ -4-9zP|$rώ)M - + ^wnLBڛ:DrRE{Oo#H)WuI$Qo,OWCg 3 e?WZG{WlnB?c l 3(6+!IXhZΦf4f h*`< "&&(l5 g^l~?^?Qa_! Ћ#z0ė 5ѝxW~*VHaڟӄ"ow@e:V2NہkZ&j%l`XuoNE_L~ѢHA@_;kC}j|tu[aǫaG[ofϲWC ӻoÅ8:îClFࡥ_.T0:+3@rTs\8;T;a{reHv(tE&j@޶+% DaAR(V4-:`Bm5@4';޺)&@ASP=KrMYyYx1t0E2C9uP+AZpPc,#8 v"+}T+lcm9k9kp mĴ`;FЫ Cso30TwF2ý$32*312"BA}Ҋv'ώ~}tsoXBKi}Q霤7 5n gqZJV1>v~.Uݤ/sK;R=7>M~IiwkViæ5گUf=]p:Lx̷m!8<]>KT8!}YF?ҙ!P?Bwvcq6fрDL,ܶ7Q&BDF<^F\bLxOn/,yb6l u^%'W+<;׍qNkS:}TUMEB `Dbm{/acjfA \]oF A6k[Ugv3X@tuy"=j|q֣ѩOׯch/i=}`24` X:4'/5%և"O${ΑOGm!8 ."7Ò "לd?'V8_dxX6)'|LC`QPp;HTHKLS/ ׈콇B?xaժ(Ù֤$/_0#^~|C,쬪(j/U12Z0p0QTOOT$"'CVK5#)St_psũo|_DД3U C\ (R BA߻A~-!OTD*7p#0};.ib^Ч'maGӺ` K!|:[&`XB@Fj^.XWGRM؄M Bp8vsjͧ{In$B7[kkOڸ;"߱z/QO^\zjg& -Afmr*(|.Ȱ=?q&'=Ҷ{Kۃ6p>01|TS>*lc6HtQWxqbg 1/߱h.U!"eO_}?,aڌrm#$^^$jN !,#{ 0[ݪ) ւz?VNއ=>U>0 RQ?#uj҄gt `B7<) d΅ $caz3E9=nͩ``08:FDu "{q,p3>xF0#ٻ 6M~aMMSB(yEAz `biI N>\O^r9mm:ҫ`#V}|=Ed蒓`o[~sQ]A?"8Mix{>4?u3idz-Bsj0f:}Q>4V=+?G#wC!4-NophH yA> pwva@t_2MVn–(~OQ98zTPt-:ᯍ|vGw{j䏕+'>W X5a=?R SX'c֠Q}i ~`qrZ(LdNE7w2 nHN z#FGgN+3mܣl%v\'#O(8Đ˟NM)̐KV">Տ3G2`Zc0(Ip$!X]-s1|tEARV_|Ȃ=2ܰby(OyD$zn6*eF[\tUO 8;r =VbX|p't_?gH\hS\@s6@pfosO6 MPwZ^!s!Ƽ49/GuOQNQk[yu[3&ΖΞ0Fa PlF=` (&v0UW.TNr>*%n˧,n`㇗ˁBvS{;GW2$XF>Z0)SRpD86  ;dvr7B!A$GԒ#@,@!6 #;ڡ ߇9)Ug =MW(>}^FȎ̸LpP}j"A#pApvq;|җI1`Į"$rx|qI;L>Eָ?poU8om2Y"D#_3{.e!%CSA,CDuG"iK%p#9$l$#Ii9!*ҤhO IJ%=F섊7$I$BIHI$K"OL]i$rA$N|AɒH)Op(!e $&0L B@Ɵ乒mqԍ_Uz7 qVVQ>ֳ9vMI$HDn1I#>ӥn&1ߦ̒I%vZEːm9-5 @BT\"AtI)&>8-T{$na[E&.؍@ "T <(;o%%ff_+$ dO/JRixy 6Plo!»8ci>20H@_7'~J2j0rdɂOry8#@HORHOڑj:Ormi,XD!joT%TI'~g^v:Q8:4II4~u/$S:$5$HncNґ"eDg bebF򪪪hr>6_X\B#C4yP :PrQK`:>7{u[ń[WQZ=# }D #sX@)bwOY w㖛͓s!t$aCFj"2ofa R4=f\/պC\QԽɗ3&kGڞѱz :P=*3D=^6/xr:w붚tOdI0XTf*)nIQZzGT> l<\aSϫ~q2Q]s IDa 'MGj{Mtyz⍾sekz⏒ F!؝]2ζhbqU?r@|5p z(yU6"wp3ĩuT^d[ m[v}~G};~!Gm=>XuWhgOPƇJ]tfeUe٬q+Zqpgc ܩ)N56642l_[h z^A~2@d_i >rO<F9jr%ٮ\&Rt O%up T'd}{ *y,l檹+ Dw1 3$:\X7~Gl8E>ݼ2ɪhƸ0ճYS L8gKeHC2}@h?SOg`UQC~< &dsxyWO]}>C>FFFqzc'}?-qay{d?&x',Vxy53X6DH\#)-c Ƃ߇N9h(4ns`ADnk|Ѭ\\7e$sa )@1hxD3M;u('qom@sIE;7C8{/2 84ȰO'E4;R"E;rC50̸Ltg@h&`8uD~2j"0—&qr5Ow\1hXUqňg֪ݜ).sd )$N\AW tf _~:gf~NJ ,J-MF.gUctPcE gB³?Ug\S c+(D 4A/ L׈R-.X0oK~3XMס|rIEQK~x]l\.O8ׯpӋ f/6a!'{p[j6\CSv haN=O$!_{ǻb|yBdAn9 t N)~)v'(oLl`T" *ns),Ţxt>T@6K7 ;PDKV,QvS/($ǑQt(Q׾mD3|*6, "ڇ\Q$O4Yӵ0O+Aݔ!-Kn3΁EJF=̂-0(`}{T G)ՇZ4T!E}DWN {mQL`셄a~Rߠc @:50>W36&K*Nefqq $X"xqu>i(JPѐ[_4&ؘ{GdGQxZc/8t>,(01*h!}KL?% 6c֡*f#6#<0<{u7jNeM]|,fj9>HGul`ph[- k܆KxӒ!mlߩsGϘ</<1RʫvǧDbBǥ ZJ@"MECS`I5,^q!G:dJ4ħ~oǝ-͛2FԤoSP A#$d0F%AM]^Q~B/̄:T rd?U.N?pGGmvre3D,esm(,A*s2/˛'dלKa!3x?\I$ 3LvHvߥ\lS5eB)Sכ dq٭Wh`G U)Kou!G^}D< J"4"?o21a͚L:qv;r?Z.dI(nU"s)QlfGLh@.d7sY*o"p 9 @ ]d΍ֹ>Dac8GRW%P Ip3ccs# h(jsa䍂'YʶSIuэc9`X|sV٥&?+/mմO>ӟ=NOyu]ԮDHO18a,4K3m {!Xqr;=|w5~"9o&=>8͆rbFjq1$GСX ,ZǷVa4M_0FktK5M!]s>=+;TyW-E"-w?v }! fJLD؃Vvz\^cD?D6oZ_أp {֥ (o$g:@J$ 7I[\wK5GX(o x kFzɈ;vQK0|y1@<$x亲}@<.گC<1q ࿉U&?˜I] /D0'JFĉ 6K~z@hP'2N52C 3iF!jVbi B/"Nv96)Q/ e/rH3)DP.C~sFtD@\ ű<&.eͫp0;QcX̰Ё;t[7+ҧsmy&ۓNGI:()G0a|v՞+ rV;7ʵ |p/dy`$(D*݊0ndѿe~~dو%N|n|6LX;}ki/W[w:v.=m{_[O.iH-iNtcwIdD J1Or3Hx\h>L,܈AI>/'b>*\:I}ൃOPS-!b^|߫78 E3M樓(T93غ *O<9mju(,yg獣J u8p1\T6YYPm{?0r/ -*'oT4٩()ص'BP0nؼ|3R5Af 2#q'm,z9,6-h6VbH:I `.uywE)3wB)up;y;a5JIaԩ =K)Q{]F󌝓t[mj7T!;oLEeծ{K,xWH$6{+&8d\mtvq@{ (R `׍; Gz,VRR-%TRV,.owYԁF9zeK|pk7Lo!.r& H DRبn{\Z9ǭo^kK̂B&zW]ľtnhz 44q 7@Ex}7H*sfo!kaGnTsŷܶi.VP$ywe\G?4'ُ-m()dA!>a2@? ́=Zğd28ǖWa8p6P\)7s{HPq8 ፄسM5I|<y9WNUd5<4ÿz Cc\K_aSSSB9A_of!<5\"8̡EDto?v(ވry~P-t4Y! {0jȇ*(|YM ~?|gtO%B\if95Rs)#;o#er. KKK+0#ktfb Uxu+aCS;) I$*=D%4o9sko,i ?“3Bm]:M(Pr{o)b8E9 .<]EKh{F8_u'%u>=F v$K+8*k^.{wFs9(ʈD! ?J]F ~v,u#]G?>v>m%qŽsT7ް_)HN}.@eCnj17FU9l5jb[N*l+tKX5Tt}($D*4#Vqy5DhR x  *\%(Fm ?<-pqު}$0JkN%XWZ/% CG<Qo& 2 0QxsNÛl ժUGM@ KA[1@,ʇ3[ИGӍ`ޫqrg";s_ 8X96~JR[s X@A" wFNі6j8Ҍwasඕ #'c)dge/7ED̜X Sy䄄 &+'\E Npvy6anYHH,FYGdoSr7nD`\.HOە+fDN١MkLW ۟cUUOD[I0l60T|LC%AJ], m6ǁ*Zfy3KEF0Qg*pdsusa3!Ӻ=3B*^%ydV wX7`Q _%x-e"{':|zVz]i?f}Auش0x ?48PA'-wÂAA"$j 6E#.#"L AO~]҃Mڞ48j=#=}7ЉФ0ϻCЌ}X.xb@5KG#*Yy ,$ >'BAq|3ia* ߭6)pqX($PGFH`Ygl1#}_[ǜL._ƋQcf e$*O{D r{3{&H0F:G:eYӄ(l+gS\~NvPtt.Y:w"3ʠ,dӠͧSWW"mjR$.}CF"FUSg_* L,tgЏxsGOK噄=\ȶ$Pvy*pwQu (_0[]WJDuT=mf Q``Ԡ]\ZaɂcF̂pu#^J(GtͲw5kE9LhK#P~Cfi}Lt?@\e,TGwT+O3RnPRK,'kD]k[i,Zƈ`w-(GҜ`@@ 'pkyc-+fXSRјaUa!k<7)HB fl% ׊`<\ ]vi P*} r(밣i]_?V< (!{c _ .Y.vрcha'ՙ:h BuPOQYUxHie4ܺoa :񆙬R t0X`&Oq[8d9hh#Ų,w!)A[8k'="4><>Qt-A@[K-ZR{$P ciD41P0JAZG1Xy Gzʮ*B'}.ԎD& ysBC3 6T(M ^}R,/£2,_tbAM5Yun!Me|3Mv Cb,4Tp kf \6w>9\F`pGj% } E!ZXc# Xy>QM:u}j?|Ύ sL6wx0j5ybZ'@X`z5nqϧ0k* 4I4RSCHS# 13y%yMMCZ,PDSP 3ˠP.9Hh,zb7k/ItUXH=zq.K`z}sAK+c8 e;pnJ Mq(BڑW2.2(PUx=?FzR ʫ@k|ST4yΐqgY' \8i1Bc`UxB}QHd9g+L@J5WBEf(8;N>)E:'ᾳ/}hGdd`tU zZ+J;AXJ)sg<@~Zt5Z+pQN]焍IïRe "\>v}Fqz.ׄ@#2"Ѳ/"6S˂TeYXyut;2@ȧ"f*Um]qj D=(6 \)"2|W47@Zv/ OJW*Fc~a>|,.qZ4]b2Mj1TL pxU _YUε!\\?_y.7x orK$D: [">ZuDjmTI&+%uv"b;$ /U.V W (EW2\> ]g?aDHW.pWc"  ꄍboա^I40˵X8ٷJ)ck&:%2KɊ a6p*^H^/#~20Ͼlf >4oXU W?JN'$$-@& ]{[=Vs|X}~^-|7:^}KˍXs},ݺ.3oъfHc1vC@3  bJzﮜqoņ`Qprֵai/"Ȣ6ȸCFW܁}=: RjGtz RaeMX H2хnb#IfUm=o.h[Udȑ:a^YnlD(h_[͂}׎sgXs~9ZBA`~r/x1i geD!ڋE-~ǙG޼o/ǧ0quGNw&/655,>_7 6}L,myInnȂ/cQ3ۍ׾}ÓL'?lwoVuՈ]ɵYEdi{51Uz&le3FC2*wi 9J3'< gzWW~r ֠}dO7 WXz6ϓu'zhcQya>{,va,d߻>{:8=T+D@KQM$[$kԒGԕxh_XvdIEf5e38(yuw%ր`ѺÝIǬڭz뭒e' ˨C0 1./|WYH?_"7qFY#¢]C5Rj U[)[p}E/oPRkmϡ8JWʾ-ZxG 3$*Br0oX?C|hll~x.7TwV44Zh2y{4u/0PfbU0>T$h -]0wNUf@/-S h-OFF~p~쎳b|6eĈU9br/j4aT@0ȧ .~00EߠD g5qk6ߺ݇ wlo1cդ鐊vk1qVꍙ0Р[fzo }H8 'Bte58$^Z5pX᝔vX}!eMLD4KUyd53N%$F]PemtpI w:}L.'{"DvDOhtX~GS] ].X\EC E{p4cҳQ? s=/0SUjVx,*ԩkż|mup;x)`d`$\z@pRw, )mL7^t<> \VώJB6\E@_ʼΨC8&k &Jh&hL6Ed#Ɛ/,yzAa)q .䯈,9>xGu*kӅD^+@GGJ0)0"F %*ndDѨ#S_6Թ/p,Qr(Cga>agٞ4ޣmmW>oq$N\+)@v w1}o9Hewmp $x% }~.?5(+TJ,`STsMNpnHN (%"KBK!RL!ei(@ϔ,wOioj0_q5.ÁrH34ڟwcGw/U@0~|@oIC/ܡNc='6lq8=G>%Gl{yulǯM;ud3pE>'a^*3 wyut ܼ#C \.!?]_WAҹzc(qA 7ޔ4 @S; vXI`S?_1S^IYq9 F:.ZgTm8wa(u8"/QzOQމw1=z\1_/gw~=} 2DL`]63`[4f0"m XXFYdײnݽzLd?Fl_5~^dRxMf Ԩ##yk d老"}ui 6P/7"ᘩ "(ǩ?k_2}6w措vd(:($r;~wI^rUׁpC H&fpcmpZ~J0Yt΁ C,)j T ndZРp:WtbN߱!U)ar ~ S"x094aRb]$<tYH!Ze[ [$ 7Ȑ$'wV6~`H;BzaquJ3 +5c1wiC9 B3g#$kNO~bF+qbyG#0fwF$4#\5?&9Q^^\ =h󥨪2;9Q^9pHdĢ hXQ`3p/Nq~F"B8`'Iг+*׽A/44 IA< t{LrךöQ !B@9KC*zB`MA X`) œeu`> J' -_^K.{ERD&$p9F=wʺT GDCNPJ'x~Tɒ`F" UVToU#_JKvC.DHBX Nr9qX^F0q@QS$dkmw#>3.5kg3^ D<f=݄< @,{W?OR/f}ms1+rA yE ?LRԘFPe.ws 6VL&} g:&}pO}z>N8'~{6ͳ/7߷^$= @.Ѐ?x3b6C!WW7{}8}-&≃r צ  )yx?pbF2]mHvF94?NX(iN.[}F#{9Rk:(abt*@lqLZkN s_nP1d̗Mцk4"w2( +t GKHH`;c"\o`A3k tk~iv-a'$1@L #[.wM?qٯ>OX`v ^Ӕ޾L_ )HPQFvlXXAx$wF,8'Sv~Oo5AWN|R2 &Kc%1(+5Ƴ+UL*4fYM1̌RZXlY# hl2dcQƔdD"C'cPeʱb"b*×(!#HMB[ 6VA! &m9嚵2sA'J)szH~NoG:_zOMEHarQEQEUy]"Ζ{<|0=JaPgõg~*pՅKO2ifZL+Kbl *x 9"o"A.C\0 >f gz.=KGW}'qxqHo2bK18=27QUP'Kꣶk'fæn.y<if^ \RP޷U V;-4# VA=oaPPQ@* çM@|zk0:).RyqaҰZ԰Pq< 7G͜6R<>dzRC+X(p&^cH_@$H8X.Ds|ÇbRQU&>SlFRD~J'BZHDvuͨI\1Mq=6 2ت1FL̛#c"LƢ'=Bsx|n@)yK|4LBDXٸaXHHY>K/p:A9\LM}rR4Q---TR$V U!!|&aW~.J!) (H28c#іin8ye]v}zR26Z\Q1$Jӈ$#~šXBP$B4 B@R-5JPrR* hq a'ʳ J,d6E/1UшEj{U`s>F߈zj)H D)7j:))ZN 2HN8ݣRVbthݜll LWQPH$CzCHy9?١1_ *F ?)ZB!ibJDCP.ȀĂH x"vF+$M8ɼhFeH0qh)paxȩ.E CK&nVzG?DY0d@M6=gzOg~טX~9"d }yv}FԞPF ;$\BS~e.+Q?!~나5k?FtVxG6Bv ۙn@8BPa/雝bjвqӆ'< ¨MC1S?*au~a9R`YWH 7I=άw GlBUp\wDp J@C4L<Tҗ!B*f=x(ӥ|M"39`F⏤Q~hhqÅTČ13fxHp %每5eCAP8wFPXA@>-<Ϸl2 VVR`Z(Xs/2 ৰZG2X9^SJL "m#xZE 5N0y$ 0T@B(} ԁY_fTHCl(у%G(0|aS&N3v豲B` 0<R@řKATRU>'niVذ* cx 7ؔtuzg,pawI|RBϼr2^벂BrB[0%9^L i۸Cx]6{t2:*~B+֣*:M#[dƋDlŅ W#|L t,_]Ed$G] H1xu2RnaW ^`P.Uz5 :س Ռ %^ t>F=-F V΅ab,r­$ò!%)SDspeeVJ8.)}C.GצSxD pNi,A/;P篧6l8l^FD9~\0'OjdC8Ikbr˖1p?6dBekscWt{A6R _XoI&$U4s,/h t4@˓-tIPA>%G :Ccx?G[Kewx,%EܞF` pONAv|P~fuy??zU1{>e6 `3b~8$u |n~x!aw05hO*q8.z`'~}hE O639* )zg{C/ nT~̀~PˤO",]30ݗ`痢 WǺ8ZX!, wrFЪm {ӓZ xDIRv 0#6 l/ėy/ f1F^98q_Jsw0]a_Hp)7C+(]N%;}+}`WIeR6uwCS7Av<-#[l"RI>WW+E<3+mkT![tu?fNjuB;zV8/^XL:2a5 G!yN29Vp'u#B=IǓj5‰fh$DO4!6ܕιey \FhqH0zNQ-Z?yDn8̣(vˢ/ᦌy7nGc%D6 ;ELyA]{~T7Qe?Uی?q:wJQh\2~9)uHl%DEC,rk^{ Ek&}ghO-KLgZ`!{q$EU*oeA< ٢EfG=[:vfB!7ꑩ?!L z=xwr5HR r氣ȱ۳$B7q,T'Sw|P7}JEt*g6h)P0/xgns5nE$3l5㫸Hpӕ'Lxwk7쓎jȻ$St|);G~n{﷩Aui%@h/ ~@PP TSP !"k${zAyg롒!DCog~m/$rV"Dg;h8u\?d[ڵ.Cق0umجr19S|]ZTАm9^a1Gr]CUttt픛QQ|( $ۙ43˚}|p+^aht~5%b1ktJo*z_M1:je—xNS '5MPh;8std 鮢xoUX Aj }0DO%s#;z ̜Q0bT`T%G˞~}Ŧ2PJHG0Nˮ]J0W~j){WݼpAq(:e} yI7!  r}.DAK#>qd [q=.Qq߷>"!f)D@'i7ZNV4yy=''H1Puxo} ~޹tQЬeP1f0$e1`ؚwqJ&4ch CgGkl*{Oky =;r/v];7!wBB &BaHqjx {^"FS[`4yGN8f=kuwjl/$y/m6E$ F;,k.7f`*uxLфLH2̲t2r@M0S#1Ê?񭏐CaC9\|K$^ё鄣f`J ~d65b`J;539†룳ō^UY% cȂ0vTw;Ѭ85P& wy#'yzf`'y$yj+*1˳pol^Cv^z UOϯza:9"%@}b 3  rc7p⡴T0 nҹL1 S Bh.5g>-En?A%u u|Tf`#_]݌ aN`zV46>`zi0l=PlNݓj_x((9?` gk$Q_11*ˡ/i$|tP> ]e/ үBƁ4\cks0յri֡a-R7Fsm8 fd~|VYC(m1\ $4I9|Y $3PœnO8cYX_R%J>-.'B=qs̏JNF >#Ҹw =q)ٌH% ͏Dx\F5K?J-L"; E .!)tb gٻ-.r<-w[j,%oFxүJEt͛C]H3Etd nn}GmB~ʸbFR6ݬ +M4s Ų8{ԂŢ'&"* Ɂp$B2Ț2C!R .0!.2 =ޭͩbi)_}; ZNSA}1d:@yw ]=3$$}h: 4K4^sNY:\Y7|G/SLݵ77WzAŀ!}\sM8H2w }?r?ʃ Gy`?t?VSGbwm6"?Ar.GkUMޓ| h ;Gp驡j]8 Uބ'[2Pש``kEz" ]Ćd [Ix($w ;Dzk-8\Ǎ @èX Bh07߻RKeG(Q铁чbld(!Gf)؁ rΊl:-{bTq8ZZ8@#Vxw67san 6 m -K'All5z{_aXjiq÷08Oɛun5]!o $4k\$ P&FAy~?WwYaӏ6\QK& >}&Œ`ү# /zߎ<.eHE2M'izUc\in]NKP;b|<$Bn跗ުxANM9 z7h>z?gJ6B>pQDGΠNfhg@P⎣`v7~GE~ )uF'ւ_1Ae5x2R:05c3W4:'^>w[b3a9/82,J변H=)'3Ղcf#ST.>?g8F97{ %9ml4OnuUߒx =Myӌx/-/#FG!%_a^O奦%QDvt”J,Bfv_Y27: 9? DT0 )OρEa`L4AL(T3$.Y!0acM d12DD M,D4QRRu=x=6(& /újejr/X7f.JB_']D|>)w%OoXRylip>A~(yyyḢ8I8L)ؽI-Ǭ;1%H ʡZ)4+hq~X2ƹ2>~M"BP`u6BG\E2jɯᮆa55y9'=M 4FAGn=DrdߞA4=uyRD! MB 02`AGX47YY`hoZGJS  hʀ()G!n x`6Ðr5Q@$X~ xiNQoUpwG.C'YxH< &ftb}xɝm\Ԡk:*1$M(Xpĸ3lV09MfsQ/px ;]Ν0(!IYCq,2۰øQy 8ac"!GW(7o`uFےNa&ύވBxBQq6@ -9 ɪ:ө:m4KRi8CkzO}YT}c?RBWi.k-kW9ڛ6nB-U, f/PNUB~a =$ 0{!`L0wΚ,\Վ)K;(P+WgN{z`n\_̥F  2V'۽oxk(M[CYNC0ލM~C,TG!+0 RO2哰֚`8}F4GDsCw;{) c,Q=i sEik5E@R O,0FxwC[IRH2"aU&RGBL(Vu~rj3v]>]qqMG7qw wƻ#2@`)^8|Nf73EeEDTL3MT[S1"q!$J6gQ2 >ȣ}tբ0<梈9T?(pic(b_`7I93<;0'M /B *4"TG\ ̠ X1`Ge]4D3zY]ɫ%G_Ul;O^c `QF( 3k:߅j20e(P\1ifJh$"6d?hQϴQֿ{湦d7wF M]3%T)" ďhL Evl.Cx:p]Ӭ2}ˆD`AbYݒnd;/{gOݠV`Z NFdOmq #xL|=^"Q*䞐AB5 ~هC3+V 5F$NbwC!(6<3_G=oyh Y=+ -LAޤX 7;_u|3%Qipb%ЬF" ĕO.F1 c"=J'"E.b6AG" lv8Q>30jų([@M"/PM  ('`X(&Y77o`yn3VP3spp;EAF {S"#i>Hkv1GypX9- èl]3#O2`' !}=2YSZ"  ]G8*: PЩ9VQiV*(xIJlUq"'qRIc!tPxZC03$7 oC R0#xyvq GN=doТ[W&C{\'DB<YpG3ˣ=$qx{)"a qКg|=B5ݿgo#t_1"!]CZe3CBMc?|AFO%GH|CQ0o ~S(pģ8,-MCL!ĈJ ukR5(ˬ9ʙ'R= T@#MX1 n5"ƣN4#8فʜC7(KAR|a9R&i"("X(bYLTRLБfRzsiVbLqZEDcEaڝ834DB2) CFX 5 PdudŒHDF "@09^'j[ SDIXqT$n*ws氓!(6l)EĺAE"((J4EQM Y iTL(FX1FERQOKjX.=Ym0,JmuMIi[A̋JD w>W?fŝ{>tٌ>g=4 U Pn( 2#f(Oyu~b*ɎϰHC~W5"9etQˬs9 z=]v煜c OfQW%Q"sw=Q8feu"_&ƪqБJ8$"fTO?]ְ_6ޭti=U=-՝&w0QpQ#}E%8Yq5`sۄ q:&,Tmၩ.0 :߃~a&:Q1GJ7uXQh0Ѧ 95 ksW]t1ITW\n\zc%h}smȣ 8x(Qvdlup3)2Wv-fT4aRX>#] +dI)Μo1|U0Coe)Ȳ5}p7ru/x׬?tЋu}61a2֍:&eB&X۝w.U4" _k`f$fIwR@EE+*.+ކE'In ]VgKDAFik;XzQ{8%󫺻GV Jj) ARb/V2J=ݳ3_}z#NR%N΄yڤⴑ-$dI{cхGe\29G~S<o0֠h{k+]xN\ޔ}S~|7Gk7rʝ*K㮹0"EK9j `pATLs:}:s94<%u=Jӝ!.i2*AѦfl B-*"QŽaTInf <@G ڏt;>^:w9 (ps2 9QۚBHDF(W|mtiuLzRN|J1ܚ'(֚#m`NEv'Nd@Όil8鰣|(Nu؝iѐ "#!7WyOOw< TlXZP 3֍}S܄)<٦cLz/WEY7IePeQ 6$jKC0h)\Dk bdh~:>󰳔;FO܄#i"c!A_7t GFbtlHdAŔ8egPB轨ᴒp_O_Ԟ w=. :@!"B u;P+C]Hf6 {4"|`<аu_9fH޳lȣa; vd(>sfy{+>xABA/UI"SіFWӣl'퀧:í=t{p0;Ǘz@^mWb|T5y nHe8). T, >-}Ϯlz-rP|O!(B*=L|a yFA~5|3]~Ɉ1% N]gewYdinPzU}&8b&Um5jK 38ru"s8>ME'U'ZOO 1@b AoXE>F>^8V(f*Q X-~7yݑ6MwDl8ً B%H.3~d)XM$+2/V$wzapsg.?X$p?IIܮ稦#_̍*QUe۫H*U@T5; 6P!@DHA4rzEa۟:R{+jFAb D<HmiR(/J4e+V?|Vz z%'>MZ' A> ^n'@q@zizOh8H68lBb5^4A޳G :p!Nݮ3i}B1;M zϒxGzSy`o8pF|rioŕnN $e7^RIHܿޝ rx_QEh.9;_DkTf\3/g#,㑗{Ik[r r06߱wfE9w=0x@ூy/1H쑑ֈk›e߇Fg}j9A*9gפH&DJ0Pߙ͜VMU4۰Xz8@X{ȼY`"GSq/1;yKZӲƒ cyd%to`0A ~:pX<o 54jN"4ql3j oPrLr}.ǫb!%z%m=D|-pP('kYq 3##luY\\|V(myI5Ci>wdV3aq $cw:GPlbB2n%4Id+O׀Xr|]N5j1xƇՐ,{>2U2M?5NMh\IqF0HFh.Eh?DzΠcs4QIB̙0x/v߽p?'J‚槾Yv8*qr8ēƏN yȑ0 ̶wddrs*8lCl*; gY D WpQ0* $1DtfEbϘh7lxer}l+q5 :xw1PYЉ&P3(ϖHuԫ7YulQDRA:fcUCCfR@ٮF'y |a#Lpxw@(8={q*cYm΂|asJb;.MikbomPd7!/̒dUBo1i6ۆ7 DUq5 @g4H" uUsmS_B ςxNBT _f%@nn 1  > hgf֒\5{^ l_p'yxS}}"JS  ;|'^y8n\2J%Aljy13KgG#aZ2>[h}X6HKu06F1ZZSAMeudU+rQpٳm~o2Do9ZXWQA=`@a(P$BYC2!$&cbpȋm;w7msn1Wm;eRO.{:{+vxЕt?$*wv1]!b~s$GK C*°g d A o:+=(t`*TD\YL_u{@CI)ɘ=t6g*2ĶA"N*P{aNC^(ւXDJ}O6Vs"?ai !`7#49?9>#U^bco'߯GC6{`Hg Ѯ$rU;]zqr !eɐ$2L.ӗ}Z < m@ԁ#I\"`ү~ p6,ߐPlahB؄>{,li25W\ Gt8E/>2I?]WI*gG^Oe:ǁ6kZoOr ! ̰3 Ϛ xS{r0J%B$,Hb=>l0 $ؑEUUXN?qc"EYHK.AMM4`]0"G2J&&V= b !j@vy&d& UsbްuƘ |0sia E~bMT%.CW/&S(A~Eg?ՋŻ=8̋Z7n:M]ľ0O߮&! kI8q٧#ՕQH2 Gxyqt] n}țwfs)} >& M~9s1ܞ&G1aWd~fhmқYIdax-p v!!8S쇓*>H *ahѭc4ބB߽Vi 6TMɊpL{   5jY"Cx؄7#]shtBb~t(<؆CDMAdPQ/5dC -r4·y )&-J8PyJ1\^u,{`9wPH!}zTXO >i(&~ ^pf; -A&6_= !X&|18ǫh(r=S`$&]]xl=8#P9A9hh4 q#7N gyr̘,L#"̿|^CRryHH@|<` ~m)wHmޛI$O\ЪdEFKg2%#)sSk7%Scn |Lz̒}m!72He$1wQ}|U99tm+.gGkbH;K[3 S\\d_j^ ~d8dx Jhtb СLO鐧 ,=TScƃ&zg&!R |{ 񓴜QeNQ@េaӎI$$8XB;=-׻Q Z%ñ!6y5wʅUT N\{\<$+4@ @҈   3!CQAL40`% M%E¤ P3*H1(!+MRRR=%Ń&$ $3#2Be0$2\KL%A t6I;?q5_Q@05=P`#uY(@6;Y9RC"?R`<xwU(S@bߑBwi=.JBIbdLu|G}&]TBZ@Ͱn"ġFT5GP< z@WC!~qw=[Pظ ",m1l$Ng7Ή,gns7 q2BF$!GeFyKخC T.Ze2Ub aּ#AHK)^* f`wb5ͯvlD|ruDߔ> Q )ߎLN'U(uAV71CV A!9NF%U0먙JrZ)W z6hUV NmU2F0p*HQ R$ (Մ`dpRj@C֛,%[[q`R#ux ڛ4/N<XZ^:Z6k= !%L i{;ls^ z$XTM2n&0rYnIer @^qH16V).>oѾ HjfE7i{BQN '2N9u@o0̩2‘" )yDXevL"H0Fr" "" !քhV!bZsVS?I%\s zG6l%beGRz{y 5CTZq{lP `"Pa@m@_l !ߛ/ꃵO=0Qy aD;myu~ ַ\;᠖@s {aJ`rS exHßpU"vix^Vґ)"$m"Hޅw$ͭ5zF*C~xSu i23_/~ >4?7Bd:/Y"q~0 .ѷTc!)H1(6Oq0|!{֠3p$4;reGƕ0N ̡z!3H-hQʏ<9~;2yGl"<z2jNeGf_w~oeg7_Ow?O?vHȐ$@d3@of(Ij*tQ(S!(q2.**j- 8dCF C@ө Rd$ ! MQ@7dsF+#XAj7ۈ93.Me"MC4 )M3@IQ3 :EK(PR@nʷ1hp)JBITڹYe@:&[Ĉr3x8:Ө#Wϳ!$/l9"/_<?ivTW}+;5rq¸U :$*mjOLQjZ6JQ JŎ?o:ˬxIz}ӹN>.xM;J"<TYΨcf7?&9=UavF8U&41y ]Bopc#U4qӭ LDi UFmͱB0Ul6BBdhNHP.(11"0C3Nffz27LXæJ 4J24\Ús-l:tܰ2ը6f0<9hڈއpdUE*" 3Nj6'A2cn k,q0p\u 4du1,I @JKILL&lMoEb#& pQ 熺ZÆ[ .8I糱d oK,P⣞NInnym¹C.f nnc*ZD@9pxj`n55oSVzjtEL0la PeD?⊣la#;O-_yq}D[D X,95D' hB[,D5AL6(ϛ:BOs]"l^PfVK> 7q/ߦr2Hҍ9 xncFӮCpmZ7Z;겜+6iG& Y䦆̾pP @afěnm0 C{p/@V>!>fg#Hw65Κf(mr A+ jw8kՕ(?4"v8HW") =G/ӧu!^K Gw8!|e(ɇ6'Ew/Q22YYȌ`ڕ"!<}¬倢83Cr_:"ryFppD,GH,S4jvho[ഓx؈"ݓF8- N*Mͪ3NO"j3n8 2EOݹ^Ǯ%HzRzp0g ikT``\ŸN^Tq"!$"W6.`8X ,1DA'|'uT 3&[w[."/2l[D6XbQˉ22ɒbq28G:R(ۙE9m fm{k7kKlԆZ72Y (k'868I gH 0 oehH`xKFE8ƳfUUDƧTB84E;$9:*)p7cd5 aVFb<&^g>5FOOQ;5#*$zܯG8zd#6VCT*Аᣩ-%<):Inp:G>' pJpܽ`L3IDЧ1sꋋ b3MN4(Vny]”Nc2#v͝:-lHp-jtF ۦh}m X& V{$9$ARd]!vC0y !8řYaE ;e1LlNpy20Mn=66B 9J;# 7&. $17 ˛ɭj  i*j53 9<ɚF~+`d#]+%pHB5[!0y T ! Ipb`_H"^ ~Ұ IVe`81JEQ4&;u_k8 x4t?@zAFa+TNk(\冘㡑?ۘ~zI&ǩˑ͉EmZ&3BO1Hv;3D{PT5sX{ $p6df#mMCNTԴ@OC ji JLħĜvyFvC[SЀzBg/dƎF$7辟dN ;,W%`_ًK>N= U)Ļۖjǟ6$HS}DŒԉ} ˜]]ޡ wȡ`u|jL3p]5 ) 4aTHf qɠ=CVrXk\ ΧMQ2b5|!ՇodӡyƛUb `9l!/ٔkFdr|z0#`܉!pSdƨN<=.}GP1'> !JGV}"'P08='L (&=މwREiLT ZJV"q]I*PK3>_XtTBBC~b'vcD֜rk-;t8!&y@9>nȠkyyk94UR%&e#%\ 瀅@ո hkM Ep{F"I|vEaM!se3q8J_E@$RO3ġ^qy6mِN|ZƠ DiPH&:Knea\4>R9cg#gV}evp_7q4Cu䑐=UYˍ.z3@]<Dv Vul5rZFK0$ DB|q61!YQ6+RׅQptAJDձAQl$f4)@`Ie4B2"ÕY9Ujk 8,E?# g2=#=rNrU_,f?[\?"l0î!zA W,MkQ Hlޠ Y{``:|vD/|N鿐c+4FhOF6Be┸[MILT:Ja F]'X; c s!$ H#!0gGF߄*ߧ?08p;:JJsu?=# !y&aN oF5Rh9Ix*l~oHa~>z2(\#) ֣抹䔢h&[B"AABv"gd/Q3^W҉d*#KIu)1ptvLQpJNE[k,@\#C+UR!eޜU!BɇSE 噲Z3;%V) {#.L4)Fٔ4MϓE0޲TɎf$$ fTfc߫-hd0aSY8զ@1!xV{"Ȉ:ֵbլ.Nmc 1݃,;Îˊm6Pom8eY_^ve~k:#1&w!6&;]'>=73!qOՊyJŐvYvDJR1f#;6 Bб7C2 !Q4e`::Ш%>(x/.U@e"P)h3,O@$z>=cMk8@?,- {[$aGzE"z1Qxz/2C~g£zdˍ`,jI>z e<!«}"q Ne[}? 8j9:41.ϗn$$HD SB'D|4F*8v}OUDHT@4DD$LCgMo7!E~%PLB`֗+F6q#>#6Z9[K<(a#\)ܯM-e #" eA.0.\q;R: W9E`1c(l{ѾI9`0kqZ L5n^wsAxأ}Z0~R |<tM(&YDc4d,"7bNA2&eJ6c(Wroz>D%[y#9eDF909ӖEo ݴ(=@F$srjh8 LG,$fA*۱DFH\ %,D K08_(h6eG E N< l& bP4`p[8<3 U$RB9OIME"0%pՉ6K5C׶\\=x =jj&ZOr(`;zbx(Z.f扠>XЩ٠" A ))ZbbH#0d ={ڲy f3ښs4C"y;"x3h?/P)! \FPr"ti][QZ>~v>[ a`Й(PAyYJ< >ԾA)*WFoLV$ {9jB7C _G]5>UO9 x`AOOK }!D= U l{}V(U£,hdtkXtMm7l*Yȷq1%iȄI$!!).s:ۙWJ.4 N@M=gScM堦 DсE&R!I\)3 j-TN9Y9!ci%#TƓFhKpiSeDe .TQc$SDBF7\XkDrel0HA$0#h1&C1(d07"QCJeceY1.YRUb&80wm&1lv}|/_tCsԨ>Dd(j1i$f ͮNiWz}[@f6SCz4/gT]duI% nԄ)Ѐδ_ $EplkTt;o IHayi,, \F&L *ujH@8Oڇ Y,{aPhSz,ܥ9"l.C}r08B"DFSU-!L­ 䉐"d P@89#IkN@XY.2jTq' b$щ۹QnGᣣu4X:'P!枅ߎk LV T63.UY9T>$*HDAd81ih/ M:CN5qѣ?==nK!UtV Dl'cq#{)m۽&hVf\!1=ߏ^W`yf:E$C1YJ=LS"zafMLѨ ',. _ iDRJ j,Bp`ŀ-Ի>Ed$ 0$g2@e!(Ya ! .f9l@J1HZ)~Ǹ力 b#M)NZL;Ay]z&"CkZ* =sӡTO ՏWSWH8@?<(BtʼnaVY=f 9؆mQ 8zw`Aδ 1&@ Ԛ.W̞}p |cGheGX+,?`uM)iQjB,wnύHu83>"TD =EƄh}:@9ɱHO wƱB3~Q0B9<,x_wn~hKE CHuzi~OnQ/t8Ԕ}%Q냸@;P%*@P X@(PR.BPdڱ/J1Uh rCVְH$$^ aL؆La |izOF{axty|X#óX,졣_)&$]NtsoE\ wƥ3~>Y10!ۉX-e8?v;9 ;b68DtjFƠK_Q3t,61D2^ Dnj?1L鍆pG.0K=>uѪ0䌑I&B.Ο2N0x;A2mtH2;Y`", ȻHͪ!gq,((B,Y!02tDg>eVSTEc*rhlkB٭7 ydlp96@bH:FˤxEgMgqW,.>St($/Ag`wE0=lCoot"iT C%ZLP K!{p.DuM'l*&k?k{@FL܋EѨ,gw@#jb !({ b9=ݐfd1*TdM34G0)=&a1IU<=U~ZG<>"wTe*t/So,Y`: p}r7tQ$HT.,p/k pD=D9`N5𱄬2+2F'%},,=fSvQ "ֱ̣ 'g?{UW2~Pr -ar#Xw?ZplSP-#th> 0;],}xo&9Y19kb +@E8Œ xDhaiz8¤jU:<wW`ex׺`ϚۉD~0 -Ul{b/SwE*N"4gOsR83?fA9_uM)?ʎ2HV $jÌb8~5%0)Fq:ӣ Z|,CEF|L+\@y,t3B$X$C4AD`a`S5~wG)C 2$p!~?^8ZPuS 0(qYf&ELB{~[gx?9$߉5 & 7~EbN$,I{9V;%P!-I) v[@_ 0B@ $ a r`oFjL1"a(&R)"Wbq3Lwu;'t*I É`!*8y0@ Pzع `r@O/kC5Ʃ7xNN-qKc1^MKci!‚(S³T  $MfZ^/ɽÒ؁aȣ`:fF,h+I>fhe-1,4c%b5T w=`[65DQ#.6tt8hk|#XFm}Ik]wdz@LwFZ`Y$CA8'S\͋vۂe;$p(-Q$Kn.T52òg1*![)>/̌;wf䣅0"=|p7 zJ{=P#Bߠ S=hƠ"R $062<%"kԎ:*wkAHI8*4hFaU2HbRFba,$HrZb(?Vc㬮aՋ0cpʨ(Inuwy0+Yc,Tȅ'\2(| 鍃\$Jb$|t?'~gڶhe z P<4U ~GĪ;`~j3͢T%K s(%qxa"M𒵡n6%QZOAzT 0flB! A!"+{6~gѧAۄB.swҋk:d??g2%muH$tHwZL H,`tHwM& rB (*2zw 9l!b$Mu|Y)c(̞qV1rPhśަ-`Ō}zւ22"9Z\nn'MYX!VdxHl"q"я,mF( =,̅7EbݍdPuD鼉iY3 6hRU҂hҚr鼲d I)Q/@54w`qm#Ceu5 QmUǩҍ)R +#4JYW:fZHִ Y^4tK#.2Eij1.kNJJdT1$(EB\\COE7 J2#M8˕)HH :a,fXY&kmcT4\F8̸2d޴\$`7xYLvR2Jٗn0,1ȋu\P6ҹ=MsŴS*Sr80LAFMlO `*#eRQ?7rCtM.\=ݙň-mx3-?#~i6 N ^; F˓k~_n l~|:u!xuan}ZQoD~ǔ~jk1#0# \  FsAL>a?f3h SŤ6a+C8zϖ9#@eW(8^淯{u$1$>zeH~ʾԍn"4rwSթ< M]LZ*d1#!` P%dZk̞%}*˵?9RBR:OځAC uf`P1!͈esjJ9Ls%hx*ArJwd(hِZ)W!fXHFRX洓 PLRq͙Cf.ݶuʲ$i 4g儆UR07FUfe$R>: :P.VHIHкa0bi$dW-aJ% Db(HiRBbBX"2h"%2 hhD @ %($i lN.{xk]c7M5لR"5=R Ot;DwT}rB! K8r!zlC':e&1w@19" yT0T xiGG( JBB$bPY i* Y"$ZThEQ$Q Z hbI` ee&V`(iM"cf!,EJ`3"]}pu  F^m y>ٶjF$(RBBa`@p%*H!A "+v&m (OHui^r'0"!H']HG\C6p/^8y{h!$)o\ޤn{Z,)%K$;nWJ"pXs!,xyJyc!RKCe4QhuՄac#ilɐ)$'%9ɉ $0%qa3XReb<4cHbG8CZFTNYY ÿ5LCtԳfXML`6-da[̂ӆ0Q,RDMa[@)bC5Aob[MD,A4fkT:,֬Pʼnffe8Q'ZѭbFSۙ)['D69R70,@':j4(hŁB@:ǀ`Ùcx>XfWf(Epd11D1RRVRfsM t.!Ym(`!X,- bL| < ^ E `Eְb' `F% 63yDHgO y7(b7!ZE:bsp 9 giPn0N ]';]u!uJBodfVFv5$\d/Ώ 67ծ0޵w,J$rWpuh6MMncu}3ϊhV(ݽ 3j Sv!Y⾁NL?mgf#v=El ^@݃L zp^=89Hvw |AnJ\?*T|ZND*_*m$"G5ު"u%9x+SD:+N ņl7\pa-V48L:yצM7"yL魥v%2 W vSz O;229s\7~PnBM3/13,B!!xUS (~RH1Z~ !+RMH4LH ^<%a X0 UEaYJ5t R(*T2An 6"` @MD({yT~, S$$)V@'E4DG 9#L"P JED3B>Z Kt)RH55{iw[D|Gq0]{jꄁʿTbG$K1J>sD Uxa{b|HWEB!h7Yydx1A`:*$jDiZE&<>26`dJ-(z14=dMIEFi\h(>L)PN.l4A 8h PS"5TDnsx-DCT 4<5P(2 ?Tn*"`Ч24~"pPk@Ħ◾1A2A28>xcA!5fj3A}qf y!QD]vX7^!w.xPO_lMI'R wG?삐d^28"yzuj*&F :LS,CRՠ!"H/)0Y$M i< O8rp9$(3G0T7x)^nJT;~ 1 OwwK|~Ҥ#$_a6\ %LDVXģHD/.5G2(Ud 9]e4Px^ nr$0& yY.܁@,&:$ 9.aE2V1ԓBFcp qa5clm44$'SaCAhCE#c-ǐ:R!"nyѸ'%zp:a$21$*o*fq@+F+Cv+i pp66Vb(V,J-%UEJ|gq(:߬D~{PAIeB_tGeܰA<$e ;f#Js= M0K}CݜI50LZЏ铍TKH!݊=DAQ9~sIQfP@ 013 X ø< }wAMTV eBՒdGv(F_Lm|RfYO$:,NmՍ3,[(L\$Hh%2iSh`; 9rz((hs!42u|4! f Q28ѣ>}15~ ^~E\Ab.0 tt ۢt 7vD,~=TK0A}0n^EB6Au9HB9FTU?CURC<1O|V^ E%yUtJ/5W cf5IFaJ'OGң v^FN! b1@>"d>ℿR={6#Я|rPۭ ˭/䪪SlS۵gF}_`a)@-aٗ\l]0hT $kL~5z~uP*=Ă(䔆 DL O~`VEBl1Z.x aqGiCMT8ƨ\,ҋ(1.)Q nԆ5j2{x`zAMgǥ2QG5&0]9IRHMA,ar=ߝ =AJ`GhacAڇjTJC;PɊ수JZXŠ!Be\_5q 6+Gc1}n0O;28UJǁDhBޮQ!?};-P&Q)>'RjA |>j:CUoAOFIQ@T/R z=X$ODXܯ=0i "en$ksSnA2kXr)9Jt"`w28B [ܸ~V$$D,2fhpddLo 0& \"#0x(0W#uQǬEĀ/>edŞU5E]Aʽ uL9Tdq; *cNr m]fC0vpz2JQ0~qtdYV0c~@m ؒc2I{L;>9Dj9(Y.K؀;`m#Ž>9*)@\f(v(v0i7rEWh(Fªi$h[Pn0mCaBj L*$3IVLQq0Ơc55I!2BʨkBATkAPk953SYeDd!``NaPيaQkU\m"ZQ!0h#Pzܛx0LRQ#!2j 4ME3P#4YƲ4ڇ)j)8ěGYsc҈nQspϜ܉, uNH" i) .pPJWT+cŒI11ia +x!U ZbFrEN(vu1n30ʆmf#Z_D=熎U `u XҍzHoPͨpah4&BwF?YbHH1̀(q lP$`:X{w _qHa(oXI`:/dl=K {<Jif5<; ze Z[ՔU5'h0;H?pI$$QJfeHڄd{ PruAjl&6Υ iuEۆ`(:6K2b"%?O}PfC4I 2I(vpǦgL( ({' & M q!d6 ff8%m6Q 9W0p"YJ:m̑F-:*De Qj3CLbB.ЇpqZ&\ ql\I~}ԇLu k9bHe2G" Cba&>+z]y:ΨeuSE*)-I<{kaȚGF`|bk~^ױ@D.nc[Qjˀs0MՇOBmX;*e̹vt^kgx|"uMh]HCUHw fV }O綅OA+{"=p͢F2 AP\"'JkB<E NAX G#1g+5I@B8jx4?T?ŶTQ҃aOlG Gu>XGp?shĸb)bF+@dlm:Fqg2tg0 iԣRSYCㄯC2 +"yb IuD}Bv .1c:H$AB!5)xd=@@†zPkyrUڻ@7Q`P!Mi19tTGl@TjQWBcETC$C0S) u`CP&4LᩤCǞɧi H%FJ[x5f` 1F` qȦQ h`)BP Mˀ NM &UQK2R62B 1aGAσARECj_kx:&)(wGGOb 8[075>Wra>@*#i!: (X*Bb%b*HT*HaD۩w,qɃN&~;ђ5E 4Fpi0031`(,%11A"1)f*BA1=AҴtQi2ak7NGPpFNQߓ"0 `zdt:/D@hFT7ܰ_t;J*xP:dC/Z^P7G>[-!Ӈba8$O˛"{Alrfhk؍lJ t;fٻ,`tNSx4 ,b[( ( q89r9v yE(GBllvEJTsDr F43 !KQS^2^%<8s|Tfɩ$&$=cǾ}[$pvaAbZeEB)eo^r˰N:ÆpC!*7 Zp gx˯FB䇐Sgh߬b+Wi04]a:q ccg@PH,(d pOf]k\0\gy,8uH$ xc6K fs $fstT?-y6.iɦiDF(\Pçt OoDHȭ/[\ҋyܐ$l`)w'5!̈8j^%gr2 vXs;|:3 (Zq!YE(,8\bo1BxxHs2QT\ƐyE3[2Jc^FKY:S'I,lP Z"1\΀ɐtL{؍?ɔ4EiT"܊"T4E̓ٶ,1xĢC8zMWji\wI}+A")0"$2{/Bf-fѶǔ"Q^ P$,{1`U “!6yſ?%@<җ Fm_Tj?'4-ݵL |LL0Ă@rup2 ͪ_,o"p𭘙JnBE&.Xᮬɗ2^[% P#iĐ{C־O]Gzm<>D0/"(O^b gp0<8`K.SY& #ɉz'5zAƻ}&Ii$(iP`w͝9"2@И(߳]`p>VRDUq+E&87PTNyZ|UG#dKˋYEPh/Wzk~Lhz@"R3 K4{EA{X ASX%V<7tRB#7 뺥F,fN KiqO\Fq m+3qIj86&€z٠ɋ)6d 89Mp%D)P1Ay."ry>0= * >_rf PmֽRDpNꔶE^c$Qc4eMZ Gs``QVf$nUZzPj-X4dGzj{s5X&eg0J8 m^>#,昦FFlcrY#4h6l*Ot8e9!h!3lʲB(0XIlu!CR]fRbfOnnV6-!g4qސ湜H;)(S3l荲oxXCYcf50qx44Cz/%#adp#, hl#X҆iR6E!{kF0Jiw}0"*ٳO$LLLz`-1}d||8dL|G}f),M9ݥցTr0:ж4R!g Sߌu?+٫Cs$nOVw 15#l'1mPidOL@kxO:JC(QKH˴Jh$iޣlp(?Wsۣ:D{gqrvQ{@3<,HR];H$.Z<>y5Z6{M"dp ipBD%2yQkx0h1!uZ~dPU[B4?yWD WL3>G R03Nߥ@3jl["Kv):Bood됵`}={ ~#i dznٙIWo5yR7o w4pz**|c* I8GA&-c7pdf&p2am΍p ua#%cq &HwPxR(٘$fd@T,PQ)RIA5UA[ Ȫ," rTѣ" $e T(I@DB12 TñhhD("> 824H[Feb4hqƒ;e D\r"AVjZ٬FLh)XM 0dnZZdUK^fX`őMZb4NE 0& Aօ*4*?-4A΀ Rȅh_pRy{tDڈ'c=~6LGjCwV@#kG~::S I+r5gn/t˒hdœ,%?eK=pd"xql[*HWٚ5T-ak"Q.&`̀p!KN`z@tzb(}/s|outU6(C؉svTo8̕]HviktBIG$Z#JJF 3;a tw=vԃ&E9AxO%$=cD@#jU(mf\In8i0NH̗itj-u0 GcsO#Tї֣뫷DB8;7q!#S0d4YXf(灖2 R#1;ㅸ8+  Ɵ{!9aKVDN-Y\P:38ww iv1РA$X 'N URcɬs 4E|t$7&@9іlӺmqAˣ:݃H0qT*;k2VjNz =eo!A}c*Yio;,2HDiF]Yp<^0l6k˹(:!CGV;AD101 /BsXHlHX:MƝQ]E&YXٶ`ވCFE b`*14EgEd2Ayp"ajȁüÙGtX\N \`$&L&Lq@22'9bj:a1|ݪM.1ApD0ԉh`kG%#Ҧm1fh!S2TP(IULZ;сVikfzk/MU SK҅U)DKOqLkb#aZXD^ 4v"+9 ׇ:Qlx5>5pGNX8ʜ3F&4ҎlcCDzhz5\6*- -D;9]^Q:PtgQah"xk2.F\ffz)TŤ^㶱cIf C/Rn! p D"XG+YjkB.F0c5/yG5Stq&QBGH8$M8%PfjRf!7Spfi"q׼☘9RT!ݳ@$%1, S(nEb @Tt;G'J 5i"f!FX iZ"TNMIm#m8w2m0Ce֍qMB2DQ62XAѡHQ,RSlZ Qd 4Jq( 8AKpfZ` nF&@o䫤97m֊3mh9˩G(Xf1y̭ 8h= s!C0` !q I01$2&1bFAQHػM^]N|FV,\xLWp/Ɔu^ZwmE̋OoVFlg$zM;y23r 栠k!F ?]RPg{a)!EV'dC1$}X `&L!sIVEgM%F&h'Pg1-ZGDJiPP}jA5r)F&](PWM?ay4ٕkXdSI:wY嫱߅'m'Dv,, )yz (`i y'spZ_/҃J `XPE%簄&݅sTc,XUZZ2 PIIj)Za"lJ{ _d&WxP_`<=C*C˩>۫;9@ l`fE$Q(h & H"&Z$""(hVAI)4B% P P"F,r3(;F~sdGF㚜L8awt!9Tl"&$ǽ Kms\˲t8bpxpJt "KIj& V6؅ä:uVIю[9[ɇʼ67{xP `З llLϾľYb>ihg lhi:I R_IL܅`E`cdB!PK.`}fN{&𾊨;lE& SRWs<EDA||D τNF(RyFN$6$6/`+m.ц0 MkH@~Z(?$"x)# 5  O&zs{| +n#Z HCLb~+HT;0 ƌ (&r4(h(:u`F?דRQR$DALBJp%XAdLl0\ިHwև AH'ėQ3 UE!S! {_Qd=yMгBsI}(~OֆM0nx% JvT4&ھ?hlMz׳5$GhrI#6_it5mPi1KĒE@pU0{Z֨"Djb\O¨@@X#/ ~CPJIB[Uggt>5>b@h+"!?ل|d=0*"Gr>J39$~C3£DHP*n~H Q`܍(ˆf`ERG+l gC g6懕#D(w(OSX=j5v9="cN޹~V8ªlBmjqɞLD0C"'BHpc*+c<<'m U5p K?Ճ/c}w7cg.aq:^|YmJ}_Ǜ z"! >bo~cr8NdG_2vg#JfNCPeAv&-%ƏѲr\Iy ^tXJ +F"mI3&()ՁC26ϵ#Y̛999W(8'뇃6JQ`GɊυ<^b 0r)*`|ƂzW\y᠇HGiRs =EV8mӝl10:@7e`E]b JMJj CKǙ(J`C9DLa^M !%,T}&DXeDi0087 %`l}woi;cCx@osF0 *y>̌H,?/Gy1,=j Wʥ4~iC-+E(O zTP1s: 0yh`i氂Ȋ٥40w2N(4L4NL~KB]uG&B jdH` T߇B(kܜX/o8Xpa&rhU[;W9#o;iү/&>Zu74MF7-<Αp Z<&?PK;vYpج e4t319sydx0.k*WNGR $5L.OG%/jbBV޼K {---0fdB( 2] j[ Y [=uӷh5*uӯ|=3[6,ᬦ^gu>Cއ ]!HHwnG:08:S70i.Cۮ("IU! A)PJQn.P DgBF0d;%XCl0tmQcJhDнE !KTLE4$4(BLT0)BH(/F,#Aߏ66T#TԠ"H`!e\^l ̜A'_LQ|zP T#I J SQA `f Ӯ'>Eaa!