summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 81468 via svnmerge fromGeorg Brandl2010-05-221-3/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81468 | georg.brandl | 2010-05-22 13:43:25 +0200 (Sa, 22 Mai 2010) | 1 line #8635: document enumerate() start parameter in docstring. ........
* Merged revisions 81465-81466 via svnmerge fromGeorg Brandl2010-05-223-6/+32
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81465 | georg.brandl | 2010-05-22 13:29:19 +0200 (Sa, 22 Mai 2010) | 2 lines Issue #3924: Ignore cookies with invalid "version" field in cookielib. ........ r81466 | georg.brandl | 2010-05-22 13:31:16 +0200 (Sa, 22 Mai 2010) | 1 line Underscore the name of an internal utility function. ........
* Merged revisions 81463 via svnmerge fromGeorg Brandl2010-05-221-2/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81463 | georg.brandl | 2010-05-22 10:17:23 +0200 (Sa, 22 Mai 2010) | 1 line #8785: less confusing description of regex.find*. ........
* Merged revisions 81459 via svnmerge fromVictor Stinner2010-05-223-0/+28
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81459 | victor.stinner | 2010-05-22 04:11:07 +0200 (sam., 22 mai 2010) | 3 lines Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice after seek(0) ........
* Merged revisions 81454 via svnmerge fromVictor Stinner2010-05-213-1/+8
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81454 | victor.stinner | 2010-05-22 00:50:28 +0200 (sam., 22 mai 2010) | 3 lines Issue #5640: Fix Shift-JIS incremental encoder for error handlers different than strict ........
* Merged revisions 81450 via svnmerge fromGeorg Brandl2010-05-211-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81450 | georg.brandl | 2010-05-22 00:03:29 +0200 (Sa, 22 Mai 2010) | 1 line #8709: mention Windows support for os.devnull. ........
* Blocked revisions 81443 via svnmergeGeorg Brandl2010-05-210-0/+0
| | | | | | | | ........ r81443 | georg.brandl | 2010-05-21 23:48:57 +0200 (Fr, 21 Mai 2010) | 1 line typo ........
* Merged revisions 81440 via svnmerge fromGeorg Brandl2010-05-211-4/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81440 | georg.brandl | 2010-05-21 23:47:05 +0200 (Fr, 21 Mai 2010) | 1 line Correct info for Semaphore.acquire() semantics under OSX. ........
* Merged revisions 81432 via svnmerge fromBenjamin Peterson2010-05-213-0/+19
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81432 | benjamin.peterson | 2010-05-21 16:31:24 -0500 (Fri, 21 May 2010) | 1 line ensure the last line has a trailing newline #8782 ........
* Merged revisions 81431 via svnmerge fromGeorg Brandl2010-05-211-8/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81431 | georg.brandl | 2010-05-21 23:30:47 +0200 (Fr, 21 Mai 2010) | 1 line #8707: remove duplicate paragraph part. ........
* Merged revisions 81414 via svnmerge fromBenjamin Peterson2010-05-213-3/+54
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81414 | benjamin.peterson | 2010-05-21 15:51:45 -0500 (Fri, 21 May 2010) | 1 line return NotImplemented from Mapping when comparing to a non-mapping #8729 ........
* Merged revisions 81419 via svnmerge fromGeorg Brandl2010-05-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81419 | georg.brandl | 2010-05-21 22:58:12 +0200 (Fr, 21 Mai 2010) | 1 line Add missing parameter in SimpleXMLRPCServer signature. ........
* Merged revisions 81415 via svnmerge fromGeorg Brandl2010-05-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81415 | georg.brandl | 2010-05-21 22:52:46 +0200 (Fr, 21 Mai 2010) | 1 line typo ........
* Do not mention 2.7+ behavior in the 2.6 docs.Georg Brandl2010-05-211-5/+1
|
* update 2to3 docsBenjamin Peterson2010-05-211-5/+14
|
* typoGeorg Brandl2010-05-211-1/+1
|
* Merged revisions 81404 via svnmerge fromGeorg Brandl2010-05-211-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81404 | georg.brandl | 2010-05-21 22:24:45 +0200 (Fr, 21 Mai 2010) | 1 line #8783: replace link to now dead hash collision FAQ. ........
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-214-7/+50
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81398 | antoine.pitrou | 2010-05-21 19:12:38 +0200 (ven., 21 mai 2010) | 6 lines Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. ........
* Merged revisions 80793 via svnmerge fromMatthias Klose2010-05-213-1/+1
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80793 | barry.warsaw | 2010-05-05 18:15:09 +0200 (Mi, 05 Mai 2010) | 5 lines Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes Debian unhappy. The actual contents of the audio clip are unimportant, so replace it with something that we know is okay. Guido likes woodpeckers. ........
* Merged revisions 81385 via svnmerge fromBenjamin Peterson2010-05-201-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81385 | benjamin.peterson | 2010-05-20 17:23:37 -0500 (Thu, 20 May 2010) | 1 line fix extra 't' #8778 ........
* Unblocked and Merged revisions 70997 via svnmerge fromR. David Murray2010-05-201-0/+18
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70997 | r.david.murray | 2009-04-01 17:26:18 -0400 (Wed, 01 Apr 2009) | 3 lines Add tests checking the CSV module's ability to handle embedded newlines in quoted field values. ........
* Merged revisions 81380 via svnmerge fromBrett Cannon2010-05-203-1/+18
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81380 | brett.cannon | 2010-05-20 11:37:55 -0700 (Thu, 20 May 2010) | 8 lines Turned out that if you used explicit relative import syntax (e.g. from .os import sep) and it failed, import would still try the implicit relative import semantics of an absolute import (from os import sep). That's not right, so when level is negative, only do explicit relative import semantics. Fixes issue #7902. Thanks to Meador Inge for the patch. ........
* Blocked revisions 81377 via svnmergeVictor Stinner2010-05-200-0/+0
| | | | | | | | | | | | | | ........ r81377 | victor.stinner | 2010-05-20 13:29:45 +0200 (jeu., 20 mai 2010) | 8 lines libpython.py: fix support of non-BMP unicode characters Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121) ........
* Blocked revisions 81371 via svnmergeTarek Ziadé2010-05-190-0/+0
| | | | | | | | ........ r81371 | tarek.ziade | 2010-05-20 00:20:14 +0200 (Thu, 20 May 2010) | 1 line #8759: Fixed user paths in sysconfig for posix and os2 schemes ........
* Blocked revisions 81354 via svnmergeStefan Krah2010-05-190-0/+0
| | | | | | | | ........ r81354 | stefan.krah | 2010-05-19 17:59:40 +0200 (Wed, 19 May 2010) | 3 lines Fix typo. ........
* Merged revisions 81350 via svnmerge fromStefan Krah2010-05-191-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81350 | stefan.krah | 2010-05-19 17:46:39 +0200 (Wed, 19 May 2010) | 1 line Fix typos in docstrings. ........
* Merged revisions 79607-79608 via svnmerge fromGeorg Brandl2010-05-191-2/+15
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79607 | andrew.kuchling | 2010-04-02 19:48:23 +0200 (Fr, 02 Apr 2010) | 1 line #6647: document that catch_warnings is not thread-safe ........ r79608 | andrew.kuchling | 2010-04-02 19:54:26 +0200 (Fr, 02 Apr 2010) | 1 line #6647: add note to two examples ........
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78001,78003,78005,78007,78009-78010,78018-78020,78022,78028-78033,78036-78039,78042,78046,78048,78051,78055,78059,78081-78082,78085-78086,78088,78091,78093-78094,78097,78099,78102-78109,78112,78116,78119,78125,78130-78132,78136,78148,78150,78158,78166,78211,78216-78218,78227,78229,78232,78246,78249,78280,78287-78288,78296,78319,78329,78331-78332,78336,78338,78343,78345-78346,78348-78349,78351,78354,78359-78360,78364,78367,78372-78373,78377,78379,78384,78393,78403,78416-78417,78430,78468,78486,78508-78509,78528,78544,78566,78574,78576,78580,78582,78585-78594,78600-78601,78604,78606,78613-78614,78623,78634,78644,78652-78653,78656,78660-78662,78666-78667,78671,78673,78675,78678,78680,78682,78688,78690,78694,78701,78703-78704,78706,78710,78712-78713,78719-78721,78726,78728,78731-78732,78734-78736,78738,78743,78749,78751,78755,78757-78759,78761-78762,78764,78767,78769-78770,78774-78779,78787-78791,78794,78806,78810-78812,78814-78815,78819,78828,78830,78832-78833,78838-78839,78841-78842,78844,78846-78847,78853,78855,78886,78917,78919,78922,78926,78932,78934,78937,78939,78944,78949,78954,78966,78968-78972,78974,78982-78983,78985-78986,78996 via svnmerge ........ r78001 | michael.foord | 2010-02-05 22:45:12 +0100 (Fr, 05 Feb 2010) | 1 line Adding versionadded to test skipping section of unittest documentation. ........ r78003 | michael.foord | 2010-02-05 23:55:09 +0100 (Fr, 05 Feb 2010) | 1 line Improving docstrings in unittest.TestCase ........ r78005 | michael.foord | 2010-02-06 00:22:37 +0100 (Sa, 06 Feb 2010) | 1 line Correction to docstring correction. ........ r78007 | michael.foord | 2010-02-06 00:28:12 +0100 (Sa, 06 Feb 2010) | 1 line Minor doc change. ........ r78009 | vinay.sajip | 2010-02-06 00:43:11 +0100 (Sa, 06 Feb 2010) | 1 line test_logging: minor tweaks to timeouts, listening tests marked as skipped. ........ r78010 | michael.foord | 2010-02-06 01:22:26 +0100 (Sa, 06 Feb 2010) | 1 line unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. ........ r78018 | georg.brandl | 2010-02-06 11:08:21 +0100 (Sa, 06 Feb 2010) | 1 line #7864: make deprecation notices a bit clearer. ........ r78019 | georg.brandl | 2010-02-06 11:23:16 +0100 (Sa, 06 Feb 2010) | 1 line Review sysconfig docs. ........ r78020 | benjamin.peterson | 2010-02-06 17:37:32 +0100 (Sa, 06 Feb 2010) | 1 line bump version to 2.7a3 ........ r78022 | benjamin.peterson | 2010-02-06 19:26:27 +0100 (Sa, 06 Feb 2010) | 1 line post release updates ........ r78028 | benjamin.peterson | 2010-02-06 20:40:18 +0100 (Sa, 06 Feb 2010) | 1 line remove pointless error checking ........ r78029 | vinay.sajip | 2010-02-06 21:00:43 +0100 (Sa, 06 Feb 2010) | 1 line Issue #7857: Tentatively re-enabling one test to see effect on buildbots. ........ r78030 | benjamin.peterson | 2010-02-06 21:14:10 +0100 (Sa, 06 Feb 2010) | 1 line check type_getattro for correctness in a descriptor corner case ........ r78031 | vinay.sajip | 2010-02-06 21:28:36 +0100 (Sa, 06 Feb 2010) | 1 line Issue #7857: Gave server thread more time to get ready, and re-enabled a skipped test. ........ r78032 | georg.brandl | 2010-02-06 22:54:40 +0100 (Sa, 06 Feb 2010) | 1 line Remove unused imports from test_logging. ........ r78033 | benjamin.peterson | 2010-02-06 23:08:15 +0100 (Sa, 06 Feb 2010) | 1 line make waiting for the server to start robust ........ r78036 | georg.brandl | 2010-02-06 23:49:47 +0100 (Sa, 06 Feb 2010) | 1 line Remove unused import. ........ r78037 | georg.brandl | 2010-02-06 23:59:15 +0100 (Sa, 06 Feb 2010) | 1 line No need to assign the results of expressions used only for side effects. ........ r78038 | georg.brandl | 2010-02-07 00:02:29 +0100 (So, 07 Feb 2010) | 1 line Add a missing import. ........ r78039 | georg.brandl | 2010-02-07 00:06:24 +0100 (So, 07 Feb 2010) | 1 line Add missing imports. ........ r78042 | georg.brandl | 2010-02-07 00:12:12 +0100 (So, 07 Feb 2010) | 1 line Add missing import. ........ r78046 | georg.brandl | 2010-02-07 00:18:00 +0100 (So, 07 Feb 2010) | 1 line Fix various missing import/unbound name errors. ........ r78048 | georg.brandl | 2010-02-07 00:23:45 +0100 (So, 07 Feb 2010) | 1 line We heard you like test failures so we put unbound locals in your test so that you can fail while you fail. ........ r78051 | georg.brandl | 2010-02-07 00:53:52 +0100 (So, 07 Feb 2010) | 1 line Add missing import when running these tests standalone. ........ r78055 | vinay.sajip | 2010-02-07 02:37:08 +0100 (So, 07 Feb 2010) | 1 line Issue #7868: logging: added loggerClass attribute to Manager. ........ r78059 | georg.brandl | 2010-02-07 12:34:15 +0100 (So, 07 Feb 2010) | 1 line Use "regexp" consistently. ........ r78081 | vinay.sajip | 2010-02-07 13:56:54 +0100 (So, 07 Feb 2010) | 1 line Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. ........ r78082 | mark.dickinson | 2010-02-07 14:01:56 +0100 (So, 07 Feb 2010) | 1 line Add missing global declarations for 'overflowok'; remove 'overflowrequired', which is no longer needed. ........ r78085 | vinay.sajip | 2010-02-07 14:06:51 +0100 (So, 07 Feb 2010) | 1 line logging: Removed some more 1.5.2 support code. ........ r78086 | mark.dickinson | 2010-02-07 14:09:52 +0100 (So, 07 Feb 2010) | 1 line Actually raise on failure, instead of doing nothing. ........ r78088 | antoine.pitrou | 2010-02-07 17:56:23 +0100 (So, 07 Feb 2010) | 4 lines Issue #7870: Remove duplicate test methods. Reported by Georg Brandl. ........ r78091 | georg.brandl | 2010-02-07 18:02:22 +0100 (So, 07 Feb 2010) | 1 line Rename "exc_value" attribute on assertRaises context manager to "exception". ........ r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line Remove unused imports in test modules. ........ r78094 | michael.foord | 2010-02-07 19:44:12 +0100 (So, 07 Feb 2010) | 1 line assertRaises as context manager now allows you to access exception as documented ........ r78097 | ronald.oussoren | 2010-02-07 21:18:02 +0100 (So, 07 Feb 2010) | 2 lines Issue 6003: ZipFile.writestr "compression_type" argument ........ r78099 | mark.dickinson | 2010-02-07 21:31:10 +0100 (So, 07 Feb 2010) | 1 line Skip test_strtod entirely when correctly-rounded string->float isn't implemented ........ r78102 | andrew.kuchling | 2010-02-08 02:35:35 +0100 (Mo, 08 Feb 2010) | 1 line Move distutils into its own subsection; add various items ........ r78103 | vinay.sajip | 2010-02-08 07:50:14 +0100 (Mo, 08 Feb 2010) | 1 line Removed spurious print statement in test. ........ r78104 | andrew.kuchling | 2010-02-08 14:22:24 +0100 (Mo, 08 Feb 2010) | 1 line Add two items; move a subsection ........ r78105 | vinay.sajip | 2010-02-08 16:32:08 +0100 (Mo, 08 Feb 2010) | 1 line logging: skipped listening tests because they're not working reliably. ........ r78106 | vinay.sajip | 2010-02-08 17:05:50 +0100 (Mo, 08 Feb 2010) | 1 line Issue #7857: Another attempt to keep the buildbots happy. ........ r78107 | antoine.pitrou | 2010-02-08 21:25:47 +0100 (Mo, 08 Feb 2010) | 3 lines Clarify and correct description for ccbench and iobench. ........ r78108 | vinay.sajip | 2010-02-08 22:18:15 +0100 (Mo, 08 Feb 2010) | 1 line logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. ........ r78109 | ezio.melotti | 2010-02-08 22:52:08 +0100 (Mo, 08 Feb 2010) | 1 line Fix exc_value -> exception in docstring ........ r78112 | ezio.melotti | 2010-02-08 23:22:41 +0100 (Mo, 08 Feb 2010) | 1 line Fix typo ........ r78116 | michael.foord | 2010-02-08 23:41:16 +0100 (Mo, 08 Feb 2010) | 1 line Make assertMultiLineEqual the default for comparing unicode strings. ........ r78119 | michael.foord | 2010-02-09 00:15:22 +0100 (Di, 09 Feb 2010) | 1 line Doc fix for unittest. ........ r78125 | antoine.pitrou | 2010-02-09 18:08:05 +0100 (Di, 09 Feb 2010) | 7 lines Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") in XML processing instructions and comments. These raw characters are allowed by the XML specification, and are necessary when outputting e.g. PHP code in a processing instruction. Patch by Neil Muller. ........ r78130 | michael.foord | 2010-02-10 15:25:12 +0100 (Mi, 10 Feb 2010) | 1 line Issue 7893 and Issue 7588 ........ r78131 | michael.foord | 2010-02-10 15:31:30 +0100 (Mi, 10 Feb 2010) | 1 line Remove deprecation on assert_. It is used too frequently. ........ r78132 | michael.foord | 2010-02-10 16:50:58 +0100 (Mi, 10 Feb 2010) | 1 line Fix for unittest tests, to be merged to py3k ........ r78136 | ezio.melotti | 2010-02-10 22:40:33 +0100 (Mi, 10 Feb 2010) | 1 line #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch. ........ r78148 | ronald.oussoren | 2010-02-11 14:13:08 +0100 (Do, 11 Feb 2010) | 3 lines Add guard around the prototype for completion_matches to enable compilition with libedit on OSX 10.5 ........ r78150 | ronald.oussoren | 2010-02-11 14:19:34 +0100 (Do, 11 Feb 2010) | 3 lines Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal build (all other definition where correct). ........ r78158 | michael.foord | 2010-02-11 15:12:07 +0100 (Do, 11 Feb 2010) | 1 line Adding TextTestResult to unittest.__all__ ........ r78166 | mark.dickinson | 2010-02-12 22:16:38 +0100 (Fr, 12 Feb 2010) | 1 line Check that 'd' isn't allowed as an exponent specifier in inputs to the float function. ........ r78211 | ezio.melotti | 2010-02-17 00:58:49 +0100 (Mi, 17 Feb 2010) | 1 line #7941: fix error message ........ r78216 | andrew.kuchling | 2010-02-18 15:16:48 +0100 (Do, 18 Feb 2010) | 1 line Add various items ........ r78217 | mark.dickinson | 2010-02-18 15:27:02 +0100 (Do, 18 Feb 2010) | 5 lines Issue #7633: Context method in the decimal module (with the exception of the 'canonical' and 'is_canonical' methods) now consistently accept integer arguments wherever a Decimal instance is accepted. Thanks Juan José Conti for the patch. ........ r78218 | mark.dickinson | 2010-02-18 15:45:33 +0100 (Do, 18 Feb 2010) | 1 line Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero. ........ r78227 | michael.foord | 2010-02-18 21:30:09 +0100 (Do, 18 Feb 2010) | 1 line unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956 ........ r78229 | michael.foord | 2010-02-18 22:37:07 +0100 (Do, 18 Feb 2010) | 1 line Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956 ........ r78232 | fred.drake | 2010-02-19 06:24:30 +0100 (Fr, 19 Feb 2010) | 3 lines - apply patch from issue 7005 - add corresponding documentation ........ r78246 | vinay.sajip | 2010-02-20 00:53:17 +0100 (Sa, 20 Feb 2010) | 1 line logging: Documented warnings module integration. ........ r78249 | ezio.melotti | 2010-02-20 10:40:07 +0100 (Sa, 20 Feb 2010) | 1 line Remove e assertIs definitions and use correct assert* methods. ........ r78280 | mark.dickinson | 2010-02-21 13:57:35 +0100 (So, 21 Feb 2010) | 3 lines Issue #5211: Fix complex type to avoid implicit calls to complex.__coerce__. Thanks Meador Inge for the patch. ........ r78287 | mark.dickinson | 2010-02-21 15:42:27 +0100 (So, 21 Feb 2010) | 1 line Reduce number of random tests in test_strtod, to avoid hogging buildbot time. ........ r78288 | michael.foord | 2010-02-21 15:48:59 +0100 (So, 21 Feb 2010) | 1 line Silence UnicodeWarning in crazy unittest test. ........ r78296 | andrew.kuchling | 2010-02-22 03:08:45 +0100 (Mo, 22 Feb 2010) | 1 line Re-word ........ r78319 | ezio.melotti | 2010-02-22 17:30:58 +0100 (Mo, 22 Feb 2010) | 1 line #7482: clarify error message in case of division by zero of float and complex numbers. ........ r78329 | eric.smith | 2010-02-22 19:33:47 +0100 (Mo, 22 Feb 2010) | 1 line Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. ........ r78331 | andrew.kuchling | 2010-02-22 19:38:23 +0100 (Mo, 22 Feb 2010) | 1 line Fix comment typo ........ r78332 | andrew.kuchling | 2010-02-22 19:42:07 +0100 (Mo, 22 Feb 2010) | 2 lines #7627: MH.remove() would fail if the MH mailbox was locked; it would call _unlock_file() and pass it a closed file object. Noted by Rob Austein. ........ r78336 | jack.diederich | 2010-02-22 20:55:22 +0100 (Mo, 22 Feb 2010) | 1 line fixes issue #1522237, bad init check in _threading_local ........ r78338 | andrew.kuchling | 2010-02-22 22:04:02 +0100 (Mo, 22 Feb 2010) | 4 lines Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.) ........ r78343 | andrew.kuchling | 2010-02-22 23:48:41 +0100 (Mo, 22 Feb 2010) | 10 lines #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. Noted by Joseph Armbruster; patch by Jessica McKellar. The original code was 'for (;;) {...}', where ... ended with a 'return -2' statement and did not contain a 'break' or 'continue' statement. Therefore, the body of the loop is always executed once. Once upon a time there was a 'continue' in the loop, but it was removed in rev36346, committed by mwh on Wed Jul 7 17:44:12 2004. ........ r78345 | andrew.kuchling | 2010-02-23 00:10:52 +0100 (Di, 23 Feb 2010) | 1 line #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). ........ r78346 | andrew.kuchling | 2010-02-23 00:12:00 +0100 (Di, 23 Feb 2010) | 1 line #7706: add include guards where they're missing; required for Windows CE ........ r78348 | michael.foord | 2010-02-23 00:28:32 +0100 (Di, 23 Feb 2010) | 1 line Support for old TestResult object (unittest) with warnings when using unsupported features. ........ r78349 | eric.smith | 2010-02-23 01:11:16 +0100 (Di, 23 Feb 2010) | 1 line Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. ........ r78351 | r.david.murray | 2010-02-23 01:24:49 +0100 (Di, 23 Feb 2010) | 5 lines Issue 6292: for the moment at least, the test suite passes if run with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch. ........ r78354 | tarek.ziade | 2010-02-23 05:57:05 +0100 (Di, 23 Feb 2010) | 1 line removed debugging code ........ r78359 | tarek.ziade | 2010-02-23 06:16:41 +0100 (Di, 23 Feb 2010) | 1 line added make_archive (and secondary APIs) to shutil ........ r78360 | tarek.ziade | 2010-02-23 06:20:22 +0100 (Di, 23 Feb 2010) | 1 line added a note on shutil new APIs ........ r78364 | tarek.ziade | 2010-02-23 06:36:41 +0100 (Di, 23 Feb 2010) | 1 line completed the __all__ list and changed the module doctest ........ r78367 | tarek.ziade | 2010-02-23 06:53:05 +0100 (Di, 23 Feb 2010) | 1 line fixed #5801: removed spurious empty lines in wsgiref ........ r78372 | mark.dickinson | 2010-02-23 13:53:52 +0100 (Di, 23 Feb 2010) | 1 line Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format ........ r78373 | mark.dickinson | 2010-02-23 14:06:50 +0100 (Di, 23 Feb 2010) | 1 line Fix spacing nit. Thanks Eric Smith for the public humiliation. ........ r78377 | michael.foord | 2010-02-23 18:00:53 +0100 (Di, 23 Feb 2010) | 1 line unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. ........ r78379 | jack.diederich | 2010-02-23 20:34:06 +0100 (Di, 23 Feb 2010) | 1 line issue#6442 use in operator instead of has_key ........ r78384 | dirkjan.ochtman | 2010-02-23 22:09:52 +0100 (Di, 23 Feb 2010) | 4 lines Fix #1537721: add writeheader() method to csv.DictWriter. Reviewed by skip.montanaro and thomas.wouters. ........ r78393 | amaury.forgeotdarc | 2010-02-24 00:19:39 +0100 (Mi, 24 Feb 2010) | 2 lines #4852: Remove dead code in every thread implementation, unused for many years. ........ r78403 | r.david.murray | 2010-02-24 03:08:28 +0100 (Mi, 24 Feb 2010) | 3 lines The primary copy of lib2to3 is not trunk, so the lib2to3 change should not have been included in the -OO patch, back it out. ........ r78416 | dirkjan.ochtman | 2010-02-24 05:12:11 +0100 (Mi, 24 Feb 2010) | 1 line Issue #8004: add a serve target to the Doc Makefile. ........ r78417 | dirkjan.ochtman | 2010-02-24 05:49:00 +0100 (Mi, 24 Feb 2010) | 1 line Issue #7427: improve the representation of httplib.BadStatusLine exceptions. ........ r78430 | dirkjan.ochtman | 2010-02-24 18:06:31 +0100 (Mi, 24 Feb 2010) | 1 line Add some notes about Tools/scripts/serve.py. ........ r78468 | benjamin.peterson | 2010-02-27 01:11:42 +0100 (Sa, 27 Feb 2010) | 1 line run autoconf ........ r78486 | ezio.melotti | 2010-02-27 13:42:52 +0100 (Sa, 27 Feb 2010) | 1 line Add a test for normpath to test_macpath. ........ r78508 | florent.xicluna | 2010-02-27 20:20:50 +0100 (Sa, 27 Feb 2010) | 2 lines Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual. ........ r78509 | florent.xicluna | 2010-02-27 22:15:27 +0100 (Sa, 27 Feb 2010) | 2 lines Fix an oversight in r78508: p.wait() should be compared to 0 ........ r78528 | gregory.p.smith | 2010-03-01 03:01:47 +0100 (Mo, 01 Mär 2010) | 2 lines Adds the hashlib.algorithms attribute. See issue7418. ........ r78544 | gregory.p.smith | 2010-03-01 05:56:12 +0100 (Mo, 01 Mär 2010) | 2 lines Adds c_ssize_t to ctypes. issue 6729. ........ r78566 | barry.warsaw | 2010-03-01 22:46:51 +0100 (Mo, 01 Mär 2010) | 4 lines Manually copy patch for bug 7250 from the release26-maint branch. I suck because I did this in the wrong order and couldn't smack svnmerge into submission. ........ r78574 | benjamin.peterson | 2010-03-02 00:25:13 +0100 (Di, 02 Mär 2010) | 1 line remove CVS id ........ r78576 | steven.bethard | 2010-03-02 09:38:09 +0100 (Di, 02 Mär 2010) | 3 lines Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. ........ r78580 | andrew.kuchling | 2010-03-02 14:55:33 +0100 (Di, 02 Mär 2010) | 1 line Add an item ........ r78582 | florent.xicluna | 2010-03-02 17:00:00 +0100 (Di, 02 Mär 2010) | 2 lines Refactor test_dict using assertRaises. ........ r78585 | florent.xicluna | 2010-03-02 22:34:45 +0100 (Di, 02 Mär 2010) | 2 lines Tentatively enable test_pep277 on all platforms. ........ r78586 | benjamin.peterson | 2010-03-02 23:03:03 +0100 (Di, 02 Mär 2010) | 1 line remove coding cookie as mandated by PEP 8 ........ r78587 | benjamin.peterson | 2010-03-02 23:05:59 +0100 (Di, 02 Mär 2010) | 1 line set svn:eol-style ........ r78588 | benjamin.peterson | 2010-03-02 23:08:40 +0100 (Di, 02 Mär 2010) | 1 line remove another coding cookie ........ r78589 | georg.brandl | 2010-03-02 23:17:38 +0100 (Di, 02 Mär 2010) | 1 line Add some x-refs. ........ r78590 | benjamin.peterson | 2010-03-02 23:20:10 +0100 (Di, 02 Mär 2010) | 1 line enable running of argparse tests and fix two that failed in the new environment ........ r78591 | benjamin.peterson | 2010-03-02 23:23:33 +0100 (Di, 02 Mär 2010) | 1 line prevent warning filter adjustment from altering other tests ........ r78592 | benjamin.peterson | 2010-03-02 23:24:30 +0100 (Di, 02 Mär 2010) | 1 line use test_main() in __main__ section ........ r78593 | benjamin.peterson | 2010-03-02 23:26:25 +0100 (Di, 02 Mär 2010) | 1 line convert deprecated fail* methods to assert* variants ........ r78594 | florent.xicluna | 2010-03-02 23:34:11 +0100 (Di, 02 Mär 2010) | 2 lines Test test_pep277 is only relevant for Unicode-friendly filesystems. ........ r78600 | benjamin.peterson | 2010-03-02 23:58:01 +0100 (Di, 02 Mär 2010) | 1 line remove code to avoid BaseException.message bug ........ r78601 | benjamin.peterson | 2010-03-03 00:02:02 +0100 (Mi, 03 Mär 2010) | 1 line remove cross-version compatibility code ........ r78604 | benjamin.peterson | 2010-03-03 00:43:47 +0100 (Mi, 03 Mär 2010) | 1 line plug ref leaks ........ r78606 | florent.xicluna | 2010-03-03 00:56:38 +0100 (Mi, 03 Mär 2010) | 2 lines Fix wording. ........ r78613 | benjamin.peterson | 2010-03-03 02:55:09 +0100 (Mi, 03 Mär 2010) | 1 line edit for style ........ r78614 | benjamin.peterson | 2010-03-03 03:04:24 +0100 (Mi, 03 Mär 2010) | 1 line fix Sphinx warnings ........ r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Mi, 03 Mär 2010) | 3 lines Issue #7232: Add support for the context manager protocol to the TarFile class. ........ r78634 | benjamin.peterson | 2010-03-03 22:28:25 +0100 (Mi, 03 Mär 2010) | 1 line rephrase ........ r78644 | benjamin.peterson | 2010-03-04 03:07:55 +0100 (Do, 04 Mär 2010) | 1 line set svn:executable on all regen scripts ........ r78652 | florent.xicluna | 2010-03-04 16:57:20 +0100 (Do, 04 Mär 2010) | 2 lines Fix transient refleak in test_popen2. ........ r78653 | florent.xicluna | 2010-03-04 16:58:54 +0100 (Do, 04 Mär 2010) | 2 lines #7805: wait until all workers are started before collecting their PIDs ........ r78656 | r.david.murray | 2010-03-04 18:34:05 +0100 (Do, 04 Mär 2010) | 3 lines Fix documentation of email.Message.get_filename to match the fix applied in Issue 7082. ........ r78660 | dirkjan.ochtman | 2010-03-04 20:21:53 +0100 (Do, 04 Mär 2010) | 4 lines Try to fix buildbot breakage from r78384. Thanks bitdancer and briancurtin for the help. ........ r78661 | florent.xicluna | 2010-03-04 20:40:48 +0100 (Do, 04 Mär 2010) | 2 lines Cleanup. ........ r78662 | florent.xicluna | 2010-03-04 22:31:58 +0100 (Do, 04 Mär 2010) | 2 lines #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. ........ r78666 | tarek.ziade | 2010-03-05 01:16:02 +0100 (Fr, 05 Mär 2010) | 1 line reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged ........ r78667 | tarek.ziade | 2010-03-05 01:29:38 +0100 (Fr, 05 Mär 2010) | 1 line reverted the usage of compiler_obj in Python's setup.py ........ r78671 | florent.xicluna | 2010-03-05 01:47:40 +0100 (Fr, 05 Mär 2010) | 3 lines Workaround #3137: Retry SIGINT if it is not received the first time. test_send_signal should not hang anymore on various Linux distributions. ........ r78673 | florent.xicluna | 2010-03-05 02:05:55 +0100 (Fr, 05 Mär 2010) | 2 lines Let's use assertIsNone / assertIsNotNone. It's hype. ........ r78675 | florent.xicluna | 2010-03-05 02:12:14 +0100 (Fr, 05 Mär 2010) | 2 lines These line should not be there. ........ r78678 | benjamin.peterson | 2010-03-05 04:07:59 +0100 (Fr, 05 Mär 2010) | 1 line set svn:eol-style ........ r78680 | benjamin.peterson | 2010-03-05 04:15:07 +0100 (Fr, 05 Mär 2010) | 1 line set svn:eol-style on Lib files ........ r78682 | benjamin.peterson | 2010-03-05 04:20:06 +0100 (Fr, 05 Mär 2010) | 1 line remove the svn:executable property from files that don't have shebang lines ........ r78688 | gerhard.haering | 2010-03-05 10:12:37 +0100 (Fr, 05 Mär 2010) | 2 lines Merged code from pysqlite 2.6.0. ........ r78690 | mark.dickinson | 2010-03-05 15:36:20 +0100 (Fr, 05 Mär 2010) | 3 lines Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. Also clean up related tests in test_struct. The stacklevel fix should be backported to 2.6 once that branch is unfrozen. ........ r78694 | mark.dickinson | 2010-03-05 15:50:22 +0100 (Fr, 05 Mär 2010) | 1 line Remove the redundant #define: PY_STRUCT_FLOAT_COERCE ........ r78701 | florent.xicluna | 2010-03-05 20:31:21 +0100 (Fr, 05 Mär 2010) | 2 lines #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot). ........ r78703 | vinay.sajip | 2010-03-05 23:11:24 +0100 (Fr, 05 Mär 2010) | 1 line Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. ........ r78704 | florent.xicluna | 2010-03-06 01:16:57 +0100 (Sa, 06 Mär 2010) | 2 lines #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds. ........ r78706 | tarek.ziade | 2010-03-06 02:04:14 +0100 (Sa, 06 Mär 2010) | 1 line copied back the build_ext tests from 2.6 ........ r78710 | tarek.ziade | 2010-03-06 02:27:09 +0100 (Sa, 06 Mär 2010) | 1 line files used by win32 tests ........ r78712 | tarek.ziade | 2010-03-06 03:11:14 +0100 (Sa, 06 Mär 2010) | 1 line fixed various failures and environment alterations in distutils.test_build_ext ........ r78713 | tarek.ziade | 2010-03-06 03:17:28 +0100 (Sa, 06 Mär 2010) | 1 line search in the alternative location for VCExpress ........ r78719 | florent.xicluna | 2010-03-06 09:07:44 +0100 (Sa, 06 Mär 2010) | 3 lines Keep the test files in the ./build/ subdirectory, if Python is not installed. Remove two hacks which are no longer needed after #7712, because all __file__ attributes are absolute. ........ r78720 | florent.xicluna | 2010-03-06 10:11:55 +0100 (Sa, 06 Mär 2010) | 2 lines Print platform information to stdout, to help troubleshooting platform-specific failures. ........ r78721 | florent.xicluna | 2010-03-06 10:54:14 +0100 (Sa, 06 Mär 2010) | 2 lines #2777: Apply same recipe on win32, i.e. do not inherit file handles. ........ r78726 | florent.xicluna | 2010-03-06 15:38:09 +0100 (Sa, 06 Mär 2010) | 2 lines Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. ........ r78728 | vinay.sajip | 2010-03-06 16:12:08 +0100 (Sa, 06 Mär 2010) | 1 line Added schema version test in dictConfig. ........ r78731 | vinay.sajip | 2010-03-06 16:56:03 +0100 (Sa, 06 Mär 2010) | 1 line Added checks for tuples in dictConfig. ........ r78732 | florent.xicluna | 2010-03-06 18:24:36 +0100 (Sa, 06 Mär 2010) | 2 lines Do not print the header lines when running a single test. ........ r78734 | florent.xicluna | 2010-03-06 19:07:18 +0100 (Sa, 06 Mär 2010) | 2 lines Create test_genericpath.CommonTest and reuse it to test other path modules. ........ r78735 | florent.xicluna | 2010-03-06 19:52:52 +0100 (Sa, 06 Mär 2010) | 2 lines Minor tweaking of previous r78734, and add a NEWS entry. ........ r78736 | florent.xicluna | 2010-03-06 20:43:41 +0100 (Sa, 06 Mär 2010) | 2 lines Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release. ........ r78738 | benjamin.peterson | 2010-03-06 21:34:14 +0100 (Sa, 06 Mär 2010) | 1 line bump version to 2.7a4 ........ r78743 | benjamin.peterson | 2010-03-06 23:44:07 +0100 (Sa, 06 Mär 2010) | 1 line post release update ........ r78749 | benjamin.peterson | 2010-03-07 01:29:44 +0100 (So, 07 Mär 2010) | 1 line eliminate py3k warnings in argparse ........ r78751 | senthil.kumaran | 2010-03-07 05:09:30 +0100 (So, 07 Mär 2010) | 3 lines Reverting the change made in r78431. ........ r78755 | ronald.oussoren | 2010-03-07 10:04:06 +0100 (So, 07 Mär 2010) | 3 lines Fix for issue #7998: pythonw didn't work when --with-framework-name was specified ........ r78757 | florent.xicluna | 2010-03-07 13:14:25 +0100 (So, 07 Mär 2010) | 2 lines Fix some py3k warnings in the standard library. ........ r78758 | florent.xicluna | 2010-03-07 13:18:33 +0100 (So, 07 Mär 2010) | 4 lines Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are effectively raised. A new utility ``check_py3k_warnings`` deals with py3k warnings. ........ r78759 | florent.xicluna | 2010-03-07 13:21:36 +0100 (So, 07 Mär 2010) | 2 lines #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms. ........ r78761 | florent.xicluna | 2010-03-07 16:27:39 +0100 (So, 07 Mär 2010) | 4 lines Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms. Do not hide the KeyboardInterrupt on POSIX platforms. ........ r78762 | mark.dickinson | 2010-03-07 17:24:45 +0100 (So, 07 Mär 2010) | 8 lines Issue #1530559: When packing a non-integer with any integer conversion code using struct.pack, attempt to convert to an integer first using the argument's __int__ method (if present). Also raise a DeprecationWarning for any such usage of __int__. This fixes a regression from 2.6, where some (but not all) integer conversion codes already used __int__. ........ r78764 | mark.dickinson | 2010-03-07 18:10:19 +0100 (So, 07 Mär 2010) | 1 line Silence compiler warning. ........ r78767 | florent.xicluna | 2010-03-07 18:12:23 +0100 (So, 07 Mär 2010) | 2 lines #2777: Try hard to make Win7 buildbot happy... ........ r78769 | florent.xicluna | 2010-03-07 20:14:12 +0100 (So, 07 Mär 2010) | 2 lines Refresh the documentation for the test.test_support module. ........ r78770 | michael.foord | 2010-03-07 21:22:12 +0100 (So, 07 Mär 2010) | 1 line Fix for potentials errors in constructing unittest failure messages. Plus skipped test methods no longer run setUp and tearDown (Issue 8059) ........ r78774 | michael.foord | 2010-03-07 23:04:55 +0100 (So, 07 Mär 2010) | 1 line Addition of setUpClass and setUpModule shared fixtures to unittest. ........ r78775 | michael.foord | 2010-03-08 00:10:36 +0100 (Mo, 08 Mär 2010) | 1 line Fix accidental name rebinding in unittest py3k warning filtering. ........ r78776 | michael.foord | 2010-03-08 00:16:20 +0100 (Mo, 08 Mär 2010) | 1 line Remove accidental print statement from last commit. ........ r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (Mo, 08 Mär 2010) | 4 lines Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717. It should fix transient failures on test_multiprocessing. ........ r78778 | r.david.murray | 2010-03-08 03:04:06 +0100 (Mo, 08 Mär 2010) | 9 lines Issue #7143: get_payload used to strip any trailing newline from a base64 transfer-encoded payload *after* decoding it; it no longer does. email had a special method in utils, _bdecode, specifically to do this, so it must have served a purpose at some point, yet it is clearly wrong per RFC. Fixed with Barry's approval, but no backport. Email package minor version number is bumped, now version 4.0.1. Patch by Joaquin Cuenca Abela. ........ r78779 | benjamin.peterson | 2010-03-08 03:11:06 +0100 (Mo, 08 Mär 2010) | 1 line remove svn:executable from scripts without a shebang line ........ r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (Mo, 08 Mär 2010) | 2 lines Don't fail on a debug() statement, if the worker PID is (still) None. ........ r78788 | florent.xicluna | 2010-03-08 11:58:12 +0100 (Mo, 08 Mär 2010) | 2 lines Fix syntax: "rc != None" -> "rc is not None" ........ r78789 | florent.xicluna | 2010-03-08 11:59:33 +0100 (Mo, 08 Mär 2010) | 2 lines Replace the stderr logging with assertNotEqual(returncode, 0). ........ r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (Mo, 08 Mär 2010) | 2 lines On finalize, don't try to join not started process. ........ r78791 | andrew.kuchling | 2010-03-08 13:00:39 +0100 (Mo, 08 Mär 2010) | 1 line Add various items ........ r78794 | florent.xicluna | 2010-03-08 13:39:35 +0100 (Mo, 08 Mär 2010) | 2 lines Move some tests from test_macpath to test_genericpath.CommonTest ........ r78806 | benjamin.peterson | 2010-03-08 23:15:11 +0100 (Mo, 08 Mär 2010) | 1 line set svn:eol-style on various files ........ r78810 | raymond.hettinger | 2010-03-09 09:44:18 +0100 (Di, 09 Mär 2010) | 5 lines Improve the basic example. * Show both the decorator and regular form for assertRaises() * Use assertTrue() instead of assertIn() to teach useful minimal subset of the API ........ r78811 | raymond.hettinger | 2010-03-09 10:01:46 +0100 (Di, 09 Mär 2010) | 4 lines Add nicer docstrings to namedtuples(). Provides better tooltips and looks better in help(). ........ r78812 | raymond.hettinger | 2010-03-09 10:58:53 +0100 (Di, 09 Mär 2010) | 6 lines Have links in OrderedDicts be native Python lists instead of a custom class with __slots__. This simplifies the code a bit, reduces memory consumption, improves speed, and eliminates the need for weak reference proxies. ........ r78814 | raymond.hettinger | 2010-03-09 12:29:10 +0100 (Di, 09 Mär 2010) | 1 line Improve code clarity a bit. ........ r78815 | florent.xicluna | 2010-03-09 20:57:01 +0100 (Di, 09 Mär 2010) | 2 lines #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag. ........ r78819 | benjamin.peterson | 2010-03-09 22:46:54 +0100 (Di, 09 Mär 2010) | 1 line fix ugly configure output (follow up to #6943) ........ r78828 | florent.xicluna | 2010-03-11 00:58:42 +0100 (Do, 11 Mär 2010) | 2 lines Issue #7880: Fix sysconfig when the python executable is a symbolic link. ........ r78830 | florent.xicluna | 2010-03-11 01:56:59 +0100 (Do, 11 Mär 2010) | 3 lines Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory. It does not fix #7774. ........ r78832 | florent.xicluna | 2010-03-11 02:39:55 +0100 (Do, 11 Mär 2010) | 2 lines It is not optimal to test sys.stderr on a debug build. ........ r78833 | florent.xicluna | 2010-03-11 02:50:48 +0100 (Do, 11 Mär 2010) | 2 lines Revert r78830: realpath() should really be applied to sys.executable. ........ r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (Do, 11 Mär 2010) | 2 lines Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. ........ r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (Do, 11 Mär 2010) | 2 lines Fix repr of tree Element on windows. ........ r78841 | benjamin.peterson | 2010-03-11 22:50:45 +0100 (Do, 11 Mär 2010) | 1 line remove executable property from doc files ........ r78842 | benjamin.peterson | 2010-03-11 22:53:25 +0100 (Do, 11 Mär 2010) | 1 line use proper shebang lines ........ r78844 | benjamin.peterson | 2010-03-11 23:03:45 +0100 (Do, 11 Mär 2010) | 1 line revert r78842 cgi.py change ........ r78846 | benjamin.peterson | 2010-03-11 23:33:25 +0100 (Do, 11 Mär 2010) | 1 line normalize shebang lines to #!/usr/bin/env python ........ r78847 | benjamin.peterson | 2010-03-11 23:34:12 +0100 (Do, 11 Mär 2010) | 1 line remove shebang line from non-executable test ........ r78853 | vinay.sajip | 2010-03-12 07:01:21 +0100 (Fr, 12 Mär 2010) | 1 line Issue #8117: logging: Improved algorithm for computing initial rollover time. ........ r78855 | vinay.sajip | 2010-03-12 10:16:10 +0100 (Fr, 12 Mär 2010) | 1 line Issue #8117: Updated NEWS entry and added to logging documentation. ........ r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (Sa, 13 Mär 2010) | 2 lines Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. ........ r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (Sa, 13 Mär 2010) | 2 lines Move the xml test data to their own directory. ........ r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (Sa, 13 Mär 2010) | 2 lines Do not chdir when running test_xml_etree, and enhance the findfile helper. ........ r78922 | georg.brandl | 2010-03-13 14:41:58 +0100 (Sa, 13 Mär 2010) | 1 line Update for new download location. ........ r78926 | mark.dickinson | 2010-03-13 15:18:34 +0100 (Sa, 13 Mär 2010) | 1 line Fix incorrect error checks in structmember.c (backport of r78920 from py3k). ........ r78932 | martin.v.loewis | 2010-03-13 18:53:02 +0100 (Sa, 13 Mär 2010) | 2 lines Add 2.6 uuids. ........ r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (Sa, 13 Mär 2010) | 2 lines Update some parts of the xml.etree documentation. ........ r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (Sa, 13 Mär 2010) | 3 lines Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions. Update the function, class and method signatures, according to the new convention. ........ r78939 | antoine.pitrou | 2010-03-13 22:21:30 +0100 (Sa, 13 Mär 2010) | 5 lines Issue #7993: Add a test of IO packet processing bandwidth to ccbench. It measures the number of UDP packets processed per second depending on the number of background CPU-bound Python threads. ........ r78944 | florent.xicluna | 2010-03-14 02:22:09 +0100 (So, 14 Mär 2010) | 2 lines Minor documentation updates for xml.etree. ........ r78949 | georg.brandl | 2010-03-14 10:50:54 +0100 (So, 14 Mär 2010) | 1 line Format and rewrap 2.7 NEWS consistently. ........ r78954 | ezio.melotti | 2010-03-14 11:13:49 +0100 (So, 14 Mär 2010) | 1 line Add a link about the Public Review Issue #29 ........ r78966 | florent.xicluna | 2010-03-14 16:20:59 +0100 (So, 14 Mär 2010) | 2 lines Do not hardcode Expat version. It's possible to build Python with --with-system-expat option. ........ r78968 | matthias.klose | 2010-03-15 01:02:36 +0100 (Mo, 15 Mär 2010) | 226 lines - Issue #8142: Update libffi to the 3.0.9 release. -- Diese und die folgenden Zeilen werden ignoriert -- M Misc/NEWS A Modules/_ctypes/libffi/m4 A Modules/_ctypes/libffi/m4/ltsugar.m4 A Modules/_ctypes/libffi/m4/libtool.m4 A Modules/_ctypes/libffi/m4/ltversion.m4 A Modules/_ctypes/libffi/m4/lt~obsolete.m4 A Modules/_ctypes/libffi/m4/ltoptions.m4 A Modules/_ctypes/libffi/ChangeLog.libffi M Modules/_ctypes/libffi/configure M Modules/_ctypes/libffi/Makefile.in M Modules/_ctypes/libffi/fficonfig.h.in M Modules/_ctypes/libffi/src/arm/sysv.S M Modules/_ctypes/libffi/src/powerpc/ffitarget.h M Modules/_ctypes/libffi/src/powerpc/aix.S M Modules/_ctypes/libffi/src/powerpc/ffi.c M Modules/_ctypes/libffi/src/powerpc/sysv.S M Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c M Modules/_ctypes/libffi/src/powerpc/aix_closure.S A Modules/_ctypes/libffi/src/closures.c D Modules/_ctypes/libffi/src/darwin/ffitarget.h M Modules/_ctypes/libffi/src/sh64/ffi.c M Modules/_ctypes/libffi/src/sh64/sysv.S M Modules/_ctypes/libffi/src/x86/ffi64.c M Modules/_ctypes/libffi/src/x86/ffitarget.h M Modules/_ctypes/libffi/src/x86/win32.S M Modules/_ctypes/libffi/src/x86/darwin.S M Modules/_ctypes/libffi/src/x86/ffi.c M Modules/_ctypes/libffi/src/x86/sysv.S A Modules/_ctypes/libffi/src/x86/win64.S M Modules/_ctypes/libffi/src/x86/unix64.S A Modules/_ctypes/libffi/src/types.c A Modules/_ctypes/libffi/src/avr32 A Modules/_ctypes/libffi/src/avr32/ffitarget.h A Modules/_ctypes/libffi/src/avr32/ffi.c A Modules/_ctypes/libffi/src/avr32/sysv.S M Modules/_ctypes/libffi/src/frv/ffi.c M Modules/_ctypes/libffi/src/s390/sysv.S M Modules/_ctypes/libffi/src/pa/ffi.c A Modules/_ctypes/libffi/src/raw_api.c A Modules/_ctypes/libffi/src/java_raw_api.c A Modules/_ctypes/libffi/src/debug.c M Modules/_ctypes/libffi/src/sparc/ffi.c M Modules/_ctypes/libffi/src/sparc/v8.S M Modules/_ctypes/libffi/src/mips/ffitarget.h M Modules/_ctypes/libffi/src/mips/n32.S M Modules/_ctypes/libffi/src/mips/o32.S M Modules/_ctypes/libffi/src/mips/ffi.c A Modules/_ctypes/libffi/src/dlmalloc.c M Modules/_ctypes/libffi/src/sh/ffi.c M Modules/_ctypes/libffi/src/sh/sysv.S AM Modules/_ctypes/libffi/depcomp AM Modules/_ctypes/libffi/compile M Modules/_ctypes/libffi/config.guess AM Modules/_ctypes/libffi/ltmain.sh M Modules/_ctypes/libffi/config.sub AM Modules/_ctypes/libffi/mdate-sh M Modules/_ctypes/libffi/configure.ac A Modules/_ctypes/libffi/doc A Modules/_ctypes/libffi/doc/libffi.texi A Modules/_ctypes/libffi/doc/stamp-vti A Modules/_ctypes/libffi/doc/libffi.info A Modules/_ctypes/libffi/doc/version.texi A Modules/_ctypes/libffi/texinfo.tex A Modules/_ctypes/libffi/man A Modules/_ctypes/libffi/man/ffi_call.3 A Modules/_ctypes/libffi/man/Makefile.in A Modules/_ctypes/libffi/man/ffi.3 A Modules/_ctypes/libffi/man/Makefile.am A Modules/_ctypes/libffi/man/ffi_prep_cif.3 A Modules/_ctypes/libffi/ChangeLog.libgcj M Modules/_ctypes/libffi/LICENSE M Modules/_ctypes/libffi/include/ffi.h.in M Modules/_ctypes/libffi/include/Makefile.in M Modules/_ctypes/libffi/include/ffi_common.h M Modules/_ctypes/libffi/include/Makefile.am A Modules/_ctypes/libffi/libtool-version A Modules/_ctypes/libffi/ChangeLog A Modules/_ctypes/libffi/testsuite A Modules/_ctypes/libffi/testsuite/Makefile.in A Modules/_ctypes/libffi/testsuite/libffi.call A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushort.c A Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint16.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct1.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_uc.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct3.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct1.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct5.c A Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_abi.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct3.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_7_1_byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct5.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_double.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct7.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_sl.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct7.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct9.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_sint.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct9.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer.c A Modules/_ctypes/libffi/testsuite/libffi.call/many_win32.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte1.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshortchar.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_fl.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint64.c A Modules/_ctypes/libffi/testsuite/libffi.call/many.c A Modules/_ctypes/libffi/testsuite/libffi.call/strlen.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte2.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_ldl.c A Modules/_ctypes/libffi/testsuite/libffi.call/stret_large.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_schar.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_uchar.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte1.c A Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_typedef.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_19byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_float.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn1.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split.c A Modules/_ctypes/libffi/testsuite/libffi.call/problem1.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_fl1.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn3.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl2.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_sshort.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_fl3.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn5.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_double.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_2byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/promotion.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct.c A Modules/_ctypes/libffi/testsuite/libffi.call/float2.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct10.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_ll1.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_4byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/float4.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_6byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble.c A Modules/_ctypes/libffi/testsuite/libffi.call/huge_struct.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_8byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshort.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint32.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint16.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_double_va.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_sc.c A Modules/_ctypes/libffi/testsuite/libffi.call/float.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_float.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct2.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer_stack.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_5_1_byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct4.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct2.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_24byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct6.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct4.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_loc_fn0.c A Modules/_ctypes/libffi/testsuite/libffi.call/struct8.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct6.c A Modules/_ctypes/libffi/testsuite/libffi.call/testclosure.c A Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct8.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_64byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_ul.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_uint.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_dbls_struct.c A Modules/_ctypes/libffi/testsuite/libffi.call/strlen_win32.c A Modules/_ctypes/libffi/testsuite/libffi.call/pyobjc-tc.c A Modules/_ctypes/libffi/testsuite/libffi.call/stret_large2.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushortchar.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_schar.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_uchar.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint64.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_ulonglong.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_1_1byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_ll.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_3_1byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_12byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_4_1byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte1.c A Modules/_ctypes/libffi/testsuite/libffi.call/ffitest.h A Modules/_ctypes/libffi/testsuite/libffi.call/cls_6_1_byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_16byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_18byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn0.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte2.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble_va.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl1.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn2.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_stdcall.c A Modules/_ctypes/libffi/testsuite/libffi.call/return_fl2.c A Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium2.c A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn4.c A Modules/_ctypes/libffi/testsuite/libffi.call/negint.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_ushort.c A Modules/_ctypes/libffi/testsuite/libffi.call/call.exp A Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn6.c A Modules/_ctypes/libffi/testsuite/libffi.call/float1.c A Modules/_ctypes/libffi/testsuite/libffi.call/float3.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_5byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_7byte.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_pointer.c A Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint32.c A Modules/_ctypes/libffi/testsuite/config A Modules/_ctypes/libffi/testsuite/config/default.exp A Modules/_ctypes/libffi/testsuite/lib A Modules/_ctypes/libffi/testsuite/lib/target-libpath.exp A Modules/_ctypes/libffi/testsuite/lib/wrapper.exp A Modules/_ctypes/libffi/testsuite/lib/libffi-dg.exp A Modules/_ctypes/libffi/testsuite/Makefile.am A Modules/_ctypes/libffi/testsuite/libffi.special A Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc A Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest.cc A Modules/_ctypes/libffi/testsuite/libffi.special/special.exp A Modules/_ctypes/libffi/testsuite/libffi.special/ffitestcxx.h M Modules/_ctypes/libffi/README A Modules/_ctypes/libffi/libffi.pc.in M Modules/_ctypes/libffi/Makefile.am M Modules/_ctypes/libffi/missing A Modules/_ctypes/libffi/ChangeLog.v1 M Modules/_ctypes/libffi/aclocal.m4 M Modules/_ctypes/libffi.diff ........ r78969 | matthias.klose | 2010-03-15 01:36:18 +0100 (Mo, 15 Mär 2010) | 7 lines Backport from the libffi trunk: 2010-02-15 Matthias Klose <doko@ubuntu.com> * src/arm/sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. ........ r78970 | benjamin.peterson | 2010-03-15 03:58:24 +0100 (Mo, 15 Mär 2010) | 1 line this little exception dance is pointless ........ r78971 | benjamin.peterson | 2010-03-15 04:00:35 +0100 (Mo, 15 Mär 2010) | 1 line remove mac 9 code ........ r78972 | benjamin.peterson | 2010-03-15 04:02:37 +0100 (Mo, 15 Mär 2010) | 1 line clean up files correctly ........ r78974 | matthias.klose | 2010-03-15 13:46:18 +0100 (Mo, 15 Mär 2010) | 2 lines - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. ........ r78982 | florent.xicluna | 2010-03-15 15:00:58 +0100 (Mo, 15 Mär 2010) | 2 lines Remove py3k deprecation warnings from these Unicode tools. ........ r78983 | matthias.klose | 2010-03-15 18:44:12 +0100 (Mo, 15 Mär 2010) | 2 lines - Issue #8140: extend compileall to compile single files. Add -i option. ........ r78985 | matthias.klose | 2010-03-15 19:00:01 +0100 (Mo, 15 Mär 2010) | 2 lines - Fix typo in Lib/compileall.py(__all__). ........ r78986 | florent.xicluna | 2010-03-15 19:08:58 +0100 (Mo, 15 Mär 2010) | 3 lines Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache. Use this feature to fix test_normalization. ........ r78996 | martin.v.loewis | 2010-03-16 19:49:28 +0100 (Di, 16 Mär 2010) | 1 line Integrate merge.py into msi.py. ........
* Merged revisions 78717 via svnmerge fromGeorg Brandl2010-05-191-0/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78717 | benjamin.peterson | 2010-03-06 04:13:33 +0100 (Sa, 06 Mär 2010) | 1 line settscdump is definitely an implementation detail ........
* Merged revisions 78559,78561-78562 via svnmerge fromGeorg Brandl2010-05-193-21/+15
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78559 | andrew.kuchling | 2010-03-01 20:45:21 +0100 (Mo, 01 Mär 2010) | 1 line #7637: update discussion of minidom.unlink() and garbage collection ........ r78561 | andrew.kuchling | 2010-03-01 20:51:43 +0100 (Mo, 01 Mär 2010) | 1 line #7191: describe more details of wbits parameter ........ r78562 | andrew.kuchling | 2010-03-01 21:11:57 +0100 (Mo, 01 Mär 2010) | 1 line #7637: avoid repeated-concatenation antipattern in example ........
* Merged revisions 78463 via svnmerge fromGeorg Brandl2010-05-191-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78463 | andrew.kuchling | 2010-02-26 14:22:50 +0100 (Fr, 26 Feb 2010) | 1 line #7407: specify default maxsize value; patch by Floris Bruynooghe ........
* Merged revisions 78415 via svnmerge fromGeorg Brandl2010-05-191-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78415 | dirkjan.ochtman | 2010-02-24 05:00:52 +0100 (Mi, 24 Feb 2010) | 1 line Issue #7733: add explicit reference in asyncore docs. ........
* Merged revisions 78378 via svnmerge fromGeorg Brandl2010-05-191-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78378 | jack.diederich | 2010-02-23 18:23:30 +0100 (Di, 23 Feb 2010) | 1 line fixup markup error ........
* Merged revisions 78328 via svnmerge fromGeorg Brandl2010-05-191-5/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78328 | jack.diederich | 2010-02-22 19:17:16 +0100 (Mo, 22 Feb 2010) | 1 line fixes issue #7530, serve_forever() ........
* Merged revisions 78297,78308 via svnmerge fromGeorg Brandl2010-05-192-4/+10
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78297 | andrew.kuchling | 2010-02-22 03:29:10 +0100 (Mo, 22 Feb 2010) | 1 line #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. ........ r78308 | andrew.kuchling | 2010-02-22 16:13:17 +0100 (Mo, 22 Feb 2010) | 2 lines #6414: clarify description of processor endianness. Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'. ........
* Merged revisions 78206 via svnmerge fromGeorg Brandl2010-05-191-2/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78206 | r.david.murray | 2010-02-16 18:55:26 +0100 (Di, 16 Feb 2010) | 3 lines Make the references to Popen in the description of Call and check_call into links. ........
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77001,77030-77031,77037,77062,77066,77070-77071,77088,77096,77102,77104,77115-77116,77126-77127,77136,77139-77140,77160,77169,77178,77180,77185-77189,77212-77215,77218,77226-77227,77234,77241,77247,77249,77251-77252,77254,77257,77260,77262-77264,77275,77284,77286,77288,77290,77292-77293,77302,77310-77311,77313,77332,77337-77339,77362,77368-77369,77371,77374,77384,77386,77391,77400-77402,77410,77420-77423,77426,77428,77431,77438,77445,77448,77450-77451,77461,77463,77467,77469-77470,77472-77473,77475,77477-77478,77481-77484,77486,77490-77493,77497,77505,77510-77511,77513,77515,77519,77528,77530,77533,77548,77550,77566,77575,77578,77585,77588-77589,77599-77601,77607-77609,77614-77616,77663,77667,77672,77679,77691,77698,77704,77712-77715,77727,77739-77740,77749,77752,77755-77756,77759,77761,77763,77767,77771,77775,77784,77788-77789,77794,77796,77798,77806,77809,77811-77812,77815,77828,77841-77842,77850-77851,77866-77867,77871,77885,77889-77890,77902,77910-77914,77916,77919,77921-77922,77930,77936,77942,77944,77949,77952,77956-77957,77967,77969,77973,77979-77980,77983,77985-77986,77997,77999 via svnmerge ................ r77001 | brett.cannon | 2009-12-22 03:37:37 +0100 (Di, 22 Dez 2009) | 1 line Make a word plural. ................ r77030 | ronald.oussoren | 2009-12-24 14:30:42 +0100 (Do, 24 Dez 2009) | 5 lines An update to the script that's used to build the binary installer: don't install files in /usr/local by default. Users can still choose to install files into /usr/local, but by default we'll only install files in /Library/Framework/Python.framework and /Applications/Python X.Y/ ................ r77031 | ronald.oussoren | 2009-12-24 14:30:58 +0100 (Do, 24 Dez 2009) | 15 lines Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv. ................ r77037 | ronald.oussoren | 2009-12-24 15:50:35 +0100 (Do, 24 Dez 2009) | 2 lines Unittests and news items for the patch in r77026. ................ r77062 | mark.dickinson | 2009-12-27 15:55:57 +0100 (So, 27 Dez 2009) | 2 lines Issue #1811: Improve accuracy and consistency of true division for integers. ................ r77066 | mark.dickinson | 2009-12-27 17:16:02 +0100 (So, 27 Dez 2009) | 1 line Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64). ................ r77070 | amaury.forgeotdarc | 2009-12-27 21:06:44 +0100 (So, 27 Dez 2009) | 2 lines Fix a typo in comment ................ r77071 | mark.dickinson | 2009-12-27 22:31:50 +0100 (So, 27 Dez 2009) | 1 line Use a more idiomatic check in check_truediv. ................ r77088 | georg.brandl | 2009-12-28 09:34:58 +0100 (Mo, 28 Dez 2009) | 1 line #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. ................ r77096 | benjamin.peterson | 2009-12-28 21:51:17 +0100 (Mo, 28 Dez 2009) | 1 line document new fix_callable behavior ................ r77102 | benjamin.peterson | 2009-12-29 00:50:41 +0100 (Di, 29 Dez 2009) | 50 lines Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76871 | benjamin.peterson | 2009-12-17 20:49:21 -0600 (Thu, 17 Dec 2009) | 1 line handle unencodable diffs gracefully #5093 ........ r76872 | benjamin.peterson | 2009-12-17 20:51:37 -0600 (Thu, 17 Dec 2009) | 1 line fix emacs header ........ r77093 | benjamin.peterson | 2009-12-28 14:43:32 -0600 (Mon, 28 Dec 2009) | 7 lines replace callable(x) with isinstance(x, collections.Callable) #7006 This is a more accurate translation than hasattr(x, '__call__') which failed in the case that somebody had put __call__ in the instance dictionary. Patch mostly by Joe Amenta. ........ r77094 | benjamin.peterson | 2009-12-28 14:45:13 -0600 (Mon, 28 Dec 2009) | 2 lines deuglify imports ........ r77095 | benjamin.peterson | 2009-12-28 14:49:23 -0600 (Mon, 28 Dec 2009) | 1 line remove unused flag ........ r77097 | benjamin.peterson | 2009-12-28 16:12:13 -0600 (Mon, 28 Dec 2009) | 2 lines clean up imports and whitespace ........ r77098 | benjamin.peterson | 2009-12-28 16:43:35 -0600 (Mon, 28 Dec 2009) | 1 line *** empty log message *** ........ r77099 | benjamin.peterson | 2009-12-28 16:45:10 -0600 (Mon, 28 Dec 2009) | 1 line revert unintended change ........ r77100 | benjamin.peterson | 2009-12-28 16:53:21 -0600 (Mon, 28 Dec 2009) | 1 line revert unintended changes ........ r77101 | benjamin.peterson | 2009-12-28 17:46:02 -0600 (Mon, 28 Dec 2009) | 1 line normalize whitespace ........ ................ r77104 | benjamin.peterson | 2009-12-29 01:09:33 +0100 (Di, 29 Dez 2009) | 1 line enable test_main.py ................ r77115 | andrew.kuchling | 2009-12-29 21:10:16 +0100 (Di, 29 Dez 2009) | 1 line Various additions ................ r77116 | mark.dickinson | 2009-12-29 21:51:24 +0100 (Di, 29 Dez 2009) | 6 lines Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, due to a defect in the platform's implementation of expm1. Since the issue is of low severity, and appears to be fixed in OS X 10.5 and 10.6, it doesn't seem worth working around, so I'm just weakening the relevant test so that it passes on 10.4. ................ r77126 | amaury.forgeotdarc | 2009-12-30 00:06:17 +0100 (Mi, 30 Dez 2009) | 2 lines #7579: Add docstrings to the msvcrt module ................ r77127 | andrew.kuchling | 2009-12-30 00:41:04 +0100 (Mi, 30 Dez 2009) | 1 line Add various items ................ r77136 | ezio.melotti | 2009-12-30 07:14:51 +0100 (Mi, 30 Dez 2009) | 1 line #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. ................ r77139 | mark.dickinson | 2009-12-30 13:12:23 +0100 (Mi, 30 Dez 2009) | 3 lines Issue #7534: Fix handling of nans, infinities, and negative zero in ** operator, on IEEE 754 platforms. Thanks Marcos Donolo for original patch. ................ r77140 | mark.dickinson | 2009-12-30 13:22:49 +0100 (Mi, 30 Dez 2009) | 1 line Add Marcos Donolo for work on issue 7534 patch. ................ r77160 | benjamin.peterson | 2009-12-30 20:44:23 +0100 (Mi, 30 Dez 2009) | 9 lines Merged revisions 77158 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77158 | benjamin.peterson | 2009-12-30 13:41:03 -0600 (Wed, 30 Dec 2009) | 1 line clean up logging's global state after the test finishes ........ ................ r77169 | benjamin.peterson | 2009-12-31 04:17:18 +0100 (Do, 31 Dez 2009) | 2 lines add a --with-system-expat option to build pyexpat against the system's lib #7609 ................ r77178 | ezio.melotti | 2009-12-31 14:00:43 +0100 (Do, 31 Dez 2009) | 1 line cleanup and refactoring ................ r77180 | ezio.melotti | 2009-12-31 14:27:41 +0100 (Do, 31 Dez 2009) | 1 line indentation and further alignment with py3k ................ r77185 | andrew.kuchling | 2009-12-31 17:17:05 +0100 (Do, 31 Dez 2009) | 1 line Add some items ................ r77186 | benjamin.peterson | 2009-12-31 17:28:24 +0100 (Do, 31 Dez 2009) | 1 line update expat comment ................ r77187 | andrew.kuchling | 2009-12-31 17:38:53 +0100 (Do, 31 Dez 2009) | 1 line Add various items ................ r77188 | benjamin.peterson | 2009-12-31 17:49:37 +0100 (Do, 31 Dez 2009) | 1 line add another advancement ................ r77189 | mark.dickinson | 2009-12-31 21:48:04 +0100 (Do, 31 Dez 2009) | 1 line Add missing quotes. ................ r77212 | benjamin.peterson | 2010-01-01 16:16:29 +0100 (Fr, 01 Jan 2010) | 1 line use pkg-config to find the libffi headers when --with-system-ffi is used #6943 ................ r77213 | benjamin.peterson | 2010-01-01 16:18:38 +0100 (Fr, 01 Jan 2010) | 1 line add note ................ r77214 | benjamin.peterson | 2010-01-01 16:20:06 +0100 (Fr, 01 Jan 2010) | 1 line fix indentation ................ r77215 | benjamin.peterson | 2010-01-01 16:21:13 +0100 (Fr, 01 Jan 2010) | 1 line allow --with-dbmliborder to specify that no dbm modules will be built #6491 ................ r77218 | mark.dickinson | 2010-01-01 18:27:30 +0100 (Fr, 01 Jan 2010) | 5 lines Issue #5080: turn the DeprecationWarning from float arguments passed to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning. ................ r77226 | martin.v.loewis | 2010-01-02 10:25:21 +0100 (Sa, 02 Jan 2010) | 2 lines Update Windows build to sqlite 3.6.21. ................ r77227 | martin.v.loewis | 2010-01-02 10:53:18 +0100 (Sa, 02 Jan 2010) | 1 line Make script work with 2.5. ................ r77234 | mark.dickinson | 2010-01-02 15:45:40 +0100 (Sa, 02 Jan 2010) | 7 lines Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble (the latter renamed to _PyLong_Frexp) now use the same core code. The exponent produced by _PyLong_Frexp now has type Py_ssize_t instead of the previously used int, and no longer needs scaling by PyLong_SHIFT. This frees the math module from having to know anything about the PyLong implementation. This closes issue #5576. ................ r77241 | antoine.pitrou | 2010-01-02 22:12:58 +0100 (Sa, 02 Jan 2010) | 4 lines Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, `rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna. ................ r77247 | antoine.pitrou | 2010-01-02 22:47:10 +0100 (Sa, 02 Jan 2010) | 5 lines Add tests for issue #7458: str.rfind() would crash when called with an invalid start value. The offending code itself was removed as part of #7462. This patch by Victor Stinner. ................ r77249 | antoine.pitrou | 2010-01-02 22:53:44 +0100 (Sa, 02 Jan 2010) | 3 lines Remove silly conditional. ................ r77251 | gregory.p.smith | 2010-01-02 23:25:29 +0100 (Sa, 02 Jan 2010) | 6 lines Always compile the all versions of the hashlib algorithm modules when Python was compiled with Py_DEBUG defined. Otherwise the builtins are not compiled by default for many developers due to OpenSSL being present, making it easier for bugs to slip by. A future commit will add test code compare the behaviors of all implementations when they are all available. ................ r77252 | gregory.p.smith | 2010-01-02 23:28:48 +0100 (Sa, 02 Jan 2010) | 5 lines Issue #3745: Undo the requirement for new buffer API only objects to be passed to hashlib functions in python 2.x. The module now uses the 's*' for argument parsing which auto encodes unicode objects to the system default encoding for us. ................ r77254 | gregory.p.smith | 2010-01-02 23:42:50 +0100 (Sa, 02 Jan 2010) | 2 lines mention the r77252 change ................ r77257 | gregory.p.smith | 2010-01-03 01:19:04 +0100 (So, 03 Jan 2010) | 8 lines Import all implementations of the hash algorithms (OpenSSL & builtin) and run the test suite across all that are available. Warns about extension modules that could not be imported when python was compiled with Py_DEBUG. That warning could be made fatal but I didn't want to do that initially as I suspect non setup.py based build processes (windows, any others?) won't compile them all conditionally based on the Py_DEBUG setting today. ................ r77260 | gregory.p.smith | 2010-01-03 01:43:02 +0100 (So, 03 Jan 2010) | 2 lines make setup.py similar to py3k's when reporting on _hashlib as missing or not. ................ r77262 | andrew.kuchling | 2010-01-03 02:15:21 +0100 (So, 03 Jan 2010) | 1 line Add a few items ................ r77263 | gregory.p.smith | 2010-01-03 02:29:44 +0100 (So, 03 Jan 2010) | 4 lines Adds an optional source_address parameter to socket.create_connection(). For use by issue3972. ................ r77264 | gregory.p.smith | 2010-01-03 03:06:07 +0100 (So, 03 Jan 2010) | 5 lines issue3972: HTTPConnection and HTTPSConnection now support a source_address parameter. Also cleans up an annotation in the socket documentation. ................ r77275 | mark.dickinson | 2010-01-03 13:03:03 +0100 (So, 03 Jan 2010) | 1 line Make use of PyLong_AsLongAndOverflow in math_ldexp. ................ r77284 | gregory.p.smith | 2010-01-03 15:56:28 +0100 (So, 03 Jan 2010) | 2 lines remove an obsolete file that should've gone with r77252 ................ r77286 | gregory.p.smith | 2010-01-03 16:05:52 +0100 (So, 03 Jan 2010) | 2 lines Fix testSourceAddress to not test the host, it wasn't passing on some platforms. ................ r77288 | antoine.pitrou | 2010-01-03 23:29:56 +0100 (So, 03 Jan 2010) | 5 lines Issue #7471: Improve the performance of GzipFile's buffering mechanism, and make it implement the `io.BufferedIOBase` ABC to allow for further speedups by wrapping it in an `io.BufferedReader`. Patch by Nir Aides. ................ r77290 | antoine.pitrou | 2010-01-03 23:38:50 +0100 (So, 03 Jan 2010) | 3 lines Credit Nir Aides for r77288 ................ r77292 | benjamin.peterson | 2010-01-04 01:43:01 +0100 (Mo, 04 Jan 2010) | 1 line do correct lookup of the __complex__ method ................ r77293 | benjamin.peterson | 2010-01-04 02:00:47 +0100 (Mo, 04 Jan 2010) | 1 line factor out __complex__ lookup code to fix another case ................ r77302 | mark.dickinson | 2010-01-04 22:32:02 +0100 (Mo, 04 Jan 2010) | 1 line Fix typo in comment. ................ r77310 | antoine.pitrou | 2010-01-05 00:22:44 +0100 (Di, 05 Jan 2010) | 4 lines Issue #7092: Fix the DeprecationWarnings emitted by the standard library when using the -3 flag. Patch by Florent Xicluna. ................ r77311 | antoine.pitrou | 2010-01-05 00:28:16 +0100 (Di, 05 Jan 2010) | 3 lines Kill a couple of "<>" ................ r77313 | benjamin.peterson | 2010-01-05 01:04:19 +0100 (Di, 05 Jan 2010) | 1 line add a test about hashing array.array ................ r77332 | georg.brandl | 2010-01-06 19:02:16 +0100 (Mi, 06 Jan 2010) | 7 lines #5991: let completion for the "help" command include help topics. This also simplifies the Cmd.get_names() method implementation; it was written at a time where dir() didn't consider base class attributes. ................ r77337 | r.david.murray | 2010-01-07 04:09:08 +0100 (Do, 07 Jan 2010) | 3 lines Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose information if a failure happens. ................ r77338 | r.david.murray | 2010-01-07 05:04:28 +0100 (Do, 07 Jan 2010) | 2 lines Fix inadvertent checkin of debug line. ................ r77339 | mark.dickinson | 2010-01-07 10:28:29 +0100 (Do, 07 Jan 2010) | 1 line Eric Smith was missing fro m the issue 7117 whatsnew attribution. ................ r77362 | mark.dickinson | 2010-01-08 17:53:56 +0100 (Fr, 08 Jan 2010) | 1 line Backport some float repr tests that were missed in issue 7117. ................ r77368 | senthil.kumaran | 2010-01-08 19:41:40 +0100 (Fr, 08 Jan 2010) | 1 line Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox ................ r77369 | senthil.kumaran | 2010-01-08 20:04:16 +0100 (Fr, 08 Jan 2010) | 4 lines Reverting the Revision: 77368. I committed Flox's big patch for tests by mistake. ( It may come in for sure tough) ................ r77371 | senthil.kumaran | 2010-01-08 20:20:25 +0100 (Fr, 08 Jan 2010) | 3 lines Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration ................ r77374 | antoine.pitrou | 2010-01-08 20:39:04 +0100 (Fr, 08 Jan 2010) | 4 lines Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by Florent Xicluna). ................ r77384 | benjamin.peterson | 2010-01-09 17:34:06 +0100 (Sa, 09 Jan 2010) | 1 line bump version to 2.7a2 ................ r77386 | benjamin.peterson | 2010-01-09 18:30:31 +0100 (Sa, 09 Jan 2010) | 1 line post release version adjustment ................ r77391 | mark.dickinson | 2010-01-09 19:50:50 +0100 (Sa, 09 Jan 2010) | 3 lines Issue #7532: Add additional slicing test cases for new- and old-style classes. Patch by Florent Xicluna. ................ r77400 | alexandre.vassalotti | 2010-01-10 00:35:54 +0100 (So, 10 Jan 2010) | 2 lines Issue #2335: Backport set literals syntax from Python 3.x. ................ r77401 | brett.cannon | 2010-01-10 03:48:50 +0100 (So, 10 Jan 2010) | 3 lines Update the version # of Python-ast.c based on the backport of set literals from r77400. ................ r77402 | brett.cannon | 2010-01-10 03:56:19 +0100 (So, 10 Jan 2010) | 12 lines DeprecationWarning is now silent by default. This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue. ................ r77410 | mark.dickinson | 2010-01-10 14:06:31 +0100 (So, 10 Jan 2010) | 1 line Remove unused BCinfo fields and an unused macro. ................ r77420 | benjamin.peterson | 2010-01-10 21:42:03 +0100 (So, 10 Jan 2010) | 1 line fix test_popen when the path to python has spaces #7671 ................ r77421 | mark.dickinson | 2010-01-11 18:15:13 +0100 (Mo, 11 Jan 2010) | 1 line Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define. ................ r77422 | alexandre.vassalotti | 2010-01-11 23:36:12 +0100 (Mo, 11 Jan 2010) | 2 lines Issue #2333: Backport set and dict comprehensions syntax. ................ r77423 | alexandre.vassalotti | 2010-01-11 23:46:43 +0100 (Mo, 11 Jan 2010) | 2 lines Update version information for AST changes in r77422. ................ r77426 | alexandre.vassalotti | 2010-01-12 00:13:49 +0100 (Di, 12 Jan 2010) | 2 lines Add missing NEWS entry for r77422. ................ r77428 | alexandre.vassalotti | 2010-01-12 00:17:10 +0100 (Di, 12 Jan 2010) | 2 lines Issue #1967: Backport dictionary views. ................ r77431 | tarek.ziade | 2010-01-12 00:41:32 +0100 (Di, 12 Jan 2010) | 1 line module cleanup ................ r77438 | alexandre.vassalotti | 2010-01-12 02:34:43 +0100 (Di, 12 Jan 2010) | 2 lines Fixed repr of dictionary views. ................ r77445 | alexandre.vassalotti | 2010-01-12 19:25:33 +0100 (Di, 12 Jan 2010) | 2 lines Added documentation for dictionary views fixer. ................ r77448 | antoine.pitrou | 2010-01-12 23:02:10 +0100 (Di, 12 Jan 2010) | 3 lines Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. ................ r77450 | mark.dickinson | 2010-01-12 23:23:56 +0100 (Di, 12 Jan 2010) | 4 lines Issue #7632: Fix a problem with _Py_dg_strtod that could lead to crashes in debug builds, for certain long numeric strings corresponding to subnormal values. ................ r77451 | mark.dickinson | 2010-01-12 23:55:51 +0100 (Di, 12 Jan 2010) | 2 lines Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. ................ r77461 | antoine.pitrou | 2010-01-13 08:55:48 +0100 (Mi, 13 Jan 2010) | 5 lines Issue #7622: Improve the split(), rsplit(), splitlines() and replace() methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna. ................ r77463 | antoine.pitrou | 2010-01-13 09:55:20 +0100 (Mi, 13 Jan 2010) | 3 lines Fix Windows build (re r77461) ................ r77467 | antoine.pitrou | 2010-01-13 12:57:42 +0100 (Mi, 13 Jan 2010) | 3 lines Use `with` ................ r77469 | antoine.pitrou | 2010-01-13 14:43:37 +0100 (Mi, 13 Jan 2010) | 3 lines Test commit to try to diagnose failures of the IA-64 buildbot ................ r77470 | antoine.pitrou | 2010-01-13 15:01:26 +0100 (Mi, 13 Jan 2010) | 3 lines Sanitize bloom filter macros ................ r77472 | antoine.pitrou | 2010-01-13 15:32:10 +0100 (Mi, 13 Jan 2010) | 5 lines Issue #2846: Add support for gzip.GzipFile reading zero-padded files. Patch by Brian Curtin. ................ r77473 | antoine.pitrou | 2010-01-13 15:32:51 +0100 (Mi, 13 Jan 2010) | 3 lines Add ACKS entry for r77472. ................ r77475 | antoine.pitrou | 2010-01-13 16:02:13 +0100 (Mi, 13 Jan 2010) | 4 lines Issue #7625: Add more tests that bytearray methods return new objects, even if identical. Patch by Florent Xicluna (again). ................ r77477 | mark.dickinson | 2010-01-13 19:21:53 +0100 (Mi, 13 Jan 2010) | 1 line Add comments explaining the role of the bigcomp function in dtoa.c. ................ r77478 | mark.dickinson | 2010-01-13 20:02:37 +0100 (Mi, 13 Jan 2010) | 1 line Clarify that sulp expects a nonnegative input, but that +0.0 is fine. ................ r77481 | mark.dickinson | 2010-01-13 21:55:03 +0100 (Mi, 13 Jan 2010) | 1 line Simplify and annotate the bigcomp function, removing unused special cases. ................ r77482 | mark.dickinson | 2010-01-13 23:15:53 +0100 (Mi, 13 Jan 2010) | 1 line Fix buggy comparison: LHS of comparison was being treated as unsigned. ................ r77483 | mark.dickinson | 2010-01-13 23:20:10 +0100 (Mi, 13 Jan 2010) | 1 line More dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1. ................ r77484 | skip.montanaro | 2010-01-14 02:12:34 +0100 (Do, 14 Jan 2010) | 4 lines Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done partially before. Also add a comment describing how this might have to work with different versions of the interpreter. ................ r77486 | benjamin.peterson | 2010-01-14 03:40:10 +0100 (Do, 14 Jan 2010) | 1 line use more robust quoting ................ r77490 | mark.dickinson | 2010-01-14 14:02:36 +0100 (Do, 14 Jan 2010) | 1 line Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed. ................ r77491 | mark.dickinson | 2010-01-14 14:14:49 +0100 (Do, 14 Jan 2010) | 1 line Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding. Tests to follow. ................ r77492 | mark.dickinson | 2010-01-14 15:40:20 +0100 (Do, 14 Jan 2010) | 1 line Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.) ................ r77493 | mark.dickinson | 2010-01-14 16:22:33 +0100 (Do, 14 Jan 2010) | 1 line Issue #7632: add tests for bugs fixed so far. ................ r77497 | antoine.pitrou | 2010-01-14 17:27:09 +0100 (Do, 14 Jan 2010) | 5 lines Issue #7703: Add support for the new buffer API to functions of the binascii module. Backported from py3k by Florent Xicluna, with some additional tests. ................ r77505 | brett.cannon | 2010-01-14 21:00:28 +0100 (Do, 14 Jan 2010) | 7 lines The silencing of DeprecationWarning was not taking -3 into consideration. Since Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help. ................ r77510 | brett.cannon | 2010-01-15 02:31:45 +0100 (Fr, 15 Jan 2010) | 1 line Remove C++/C99-style comments. ................ r77511 | benjamin.peterson | 2010-01-15 03:26:07 +0100 (Fr, 15 Jan 2010) | 1 line try to fix for windows ................ r77513 | vinay.sajip | 2010-01-16 00:27:05 +0100 (Sa, 16 Jan 2010) | 1 line Fixed issue-number mistake in NEWS update. ................ r77515 | sean.reifschneider | 2010-01-16 05:27:58 +0100 (Sa, 16 Jan 2010) | 1 line issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements. ................ r77519 | mark.dickinson | 2010-01-16 11:44:00 +0100 (Sa, 16 Jan 2010) | 5 lines Issue #7632: Fix a serious wrong output bug for string -> float conversion. Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing. ................ r77528 | antoine.pitrou | 2010-01-16 18:45:56 +0100 (Sa, 16 Jan 2010) | 4 lines Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk nor in py3k). Patch by Florent Xicluna as well as additional tests. ................ r77530 | mark.dickinson | 2010-01-16 18:57:49 +0100 (Sa, 16 Jan 2010) | 3 lines Issue #7632: Fix one more case of incorrect rounding for str -> float conversion (see bug 5 in the issue tracker). ................ r77533 | mark.dickinson | 2010-01-16 19:06:17 +0100 (Sa, 16 Jan 2010) | 1 line Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421. ................ r77548 | ezio.melotti | 2010-01-16 20:36:42 +0100 (Sa, 16 Jan 2010) | 1 line remove wrong markup ................ r77550 | mark.dickinson | 2010-01-16 21:33:02 +0100 (Sa, 16 Jan 2010) | 1 line Add better error reporting for MemoryErrors caused by str->float conversions. ................ r77566 | mark.dickinson | 2010-01-17 12:10:03 +0100 (So, 17 Jan 2010) | 1 line Increase number of strtod tests slightly, to make it more likely that a memory leak is detected. ................ r77575 | ronald.oussoren | 2010-01-17 13:38:11 +0100 (So, 17 Jan 2010) | 3 lines Add text to Mac/README to warn about non-universal libraries when building a universal Python. Based on issue7679. ................ r77578 | mark.dickinson | 2010-01-17 14:37:57 +0100 (So, 17 Jan 2010) | 2 lines Issue #7632: Fix a memory leak in _Py_dg_strtod. ................ r77585 | ronald.oussoren | 2010-01-17 17:25:57 +0100 (So, 17 Jan 2010) | 12 lines - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on MacOSX. - Make configure look for util.h as well as libutil.h. The former is the header file that on OSX contains the defition of openpty. (Needed to compile for OSX 10.4 on OSX 10.6) - Use the correct definition of CC to compile the pythonw executable ................ r77588 | ronald.oussoren | 2010-01-17 20:32:00 +0100 (So, 17 Jan 2010) | 2 lines Explicitly use /usr/bin/arch on OSX, fixes issue 7715 ................ r77589 | mark.dickinson | 2010-01-17 21:57:56 +0100 (So, 17 Jan 2010) | 7 lines Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the private memory allocation scheme in dtoa.c, along with a piece of code that caches powers of 5 for future use. This makes it easier to detect dtoa.c memory leaks with Valgrind or similar tools. Patch by Stefan Krah. ................ r77599 | antoine.pitrou | 2010-01-18 22:04:00 +0100 (Mo, 18 Jan 2010) | 3 lines Add iobench to the Tools directory (see December python-dev discussion) ................ r77600 | antoine.pitrou | 2010-01-18 22:10:31 +0100 (Mo, 18 Jan 2010) | 3 lines Add ccbench to the Tools directory ................ r77601 | antoine.pitrou | 2010-01-18 22:15:21 +0100 (Mo, 18 Jan 2010) | 3 lines Add a NEWS entry for r77599 and r77600. ................ r77607 | gregory.p.smith | 2010-01-19 09:01:00 +0100 (Di, 19 Jan 2010) | 6 lines Add a pydebug mode only debug print to help debug the errors in http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly. ................ r77608 | gregory.p.smith | 2010-01-19 09:19:03 +0100 (Di, 19 Jan 2010) | 6 lines Do not compile stubs for the sha2 series hashes in the openssl hashlib module when the openssl version is too old to support them. That leads both compiled code bloat and to unittests attempting to test implementations that don't exist for comparison purposes on such platforms. ................ r77609 | gregory.p.smith | 2010-01-19 09:25:26 +0100 (Di, 19 Jan 2010) | 2 lines Revert debugprint code in r77607. ................ r77614 | mark.dickinson | 2010-01-20 18:36:31 +0100 (Mi, 20 Jan 2010) | 5 lines Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct. ................ r77615 | mark.dickinson | 2010-01-20 19:02:41 +0100 (Mi, 20 Jan 2010) | 1 line Don't try to put a value into a NULL pointer. ................ r77616 | mark.dickinson | 2010-01-20 22:23:25 +0100 (Mi, 20 Jan 2010) | 1 line Additional explanatory comments for _Py_dg_strtod. ................ r77663 | mark.dickinson | 2010-01-21 18:02:53 +0100 (Do, 21 Jan 2010) | 1 line Additional testcases for strtod. ................ r77667 | mark.dickinson | 2010-01-21 19:32:27 +0100 (Do, 21 Jan 2010) | 1 line Add two more test_strtod test values. ................ r77672 | mark.dickinson | 2010-01-21 20:58:41 +0100 (Do, 21 Jan 2010) | 1 line Use // for floor division. ................ r77679 | matthias.klose | 2010-01-22 01:34:48 +0100 (Fr, 22 Jan 2010) | 2 lines - Mention CVE-2009-3720 for change in r74429. ................ r77691 | mark.dickinson | 2010-01-22 17:18:09 +0100 (Fr, 22 Jan 2010) | 1 line Correct typo in comment. ................ r77698 | mark.dickinson | 2010-01-22 18:04:07 +0100 (Fr, 22 Jan 2010) | 3 lines Issue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug in issue 7743). ................ r77704 | tarek.ziade | 2010-01-23 10:23:15 +0100 (Sa, 23 Jan 2010) | 1 line taking sysconfig out of distutils ................ r77712 | tarek.ziade | 2010-01-23 18:52:57 +0100 (Sa, 23 Jan 2010) | 1 line fixed the 64bits tests for get_platform() - mac osx ................ r77713 | mark.dickinson | 2010-01-23 21:48:56 +0100 (Sa, 23 Jan 2010) | 3 lines Issue #7743: Add checks for zero inputs to the lshift and mult functions; this fixes the first bug described in issue #7743. ................ r77714 | mark.dickinson | 2010-01-23 22:25:53 +0100 (Sa, 23 Jan 2010) | 1 line dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. ................ r77715 | ezio.melotti | 2010-01-24 00:04:36 +0100 (So, 24 Jan 2010) | 1 line use assert[Not]In where appropriate ................ r77727 | ezio.melotti | 2010-01-24 17:58:36 +0100 (So, 24 Jan 2010) | 1 line use assert[Not]IsInstance where appropriate ................ r77739 | benjamin.peterson | 2010-01-25 04:52:52 +0100 (Mo, 25 Jan 2010) | 1 line mention from_float() in error message ................ r77740 | benjamin.peterson | 2010-01-25 04:58:21 +0100 (Mo, 25 Jan 2010) | 1 line compare types with is not == ................ r77749 | ezio.melotti | 2010-01-25 13:37:02 +0100 (Mo, 25 Jan 2010) | 1 line Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 ................ r77752 | tarek.ziade | 2010-01-26 00:19:56 +0100 (Di, 26 Jan 2010) | 1 line switched the call order so this call works without suffering from issue #7774 ................ r77755 | ezio.melotti | 2010-01-26 16:57:21 +0100 (Di, 26 Jan 2010) | 1 line #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. ................ r77756 | tarek.ziade | 2010-01-26 18:20:37 +0100 (Di, 26 Jan 2010) | 1 line fixed bdist_msi imports and added a test module for distutils.command.bdist_msi ................ r77759 | tarek.ziade | 2010-01-26 22:21:54 +0100 (Di, 26 Jan 2010) | 1 line reintroduced the names in Distutils for APIs that were relocated ................ r77761 | tarek.ziade | 2010-01-26 23:46:15 +0100 (Di, 26 Jan 2010) | 1 line added local get_platform/set_platform APIs in distutils.sysconfig ................ r77763 | eric.smith | 2010-01-27 01:28:29 +0100 (Mi, 27 Jan 2010) | 1 line Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. ................ r77767 | eric.smith | 2010-01-27 01:55:16 +0100 (Mi, 27 Jan 2010) | 1 line Fix type on getwindowsversion documentation. Thanks Taggnostr. ................ r77771 | eric.smith | 2010-01-27 01:58:43 +0100 (Mi, 27 Jan 2010) | 1 line Removed unneeded test. ................ r77775 | eric.smith | 2010-01-27 02:21:15 +0100 (Mi, 27 Jan 2010) | 1 line Switch to test_support.get_attribute. ................ r77784 | eric.smith | 2010-01-27 03:06:25 +0100 (Mi, 27 Jan 2010) | 1 line Added named (but not numbered) attributes to sys.getwindowsversion() test. ................ r77788 | benjamin.peterson | 2010-01-27 03:15:28 +0100 (Mi, 27 Jan 2010) | 1 line for UserDict to be compatible with abcs, it must subclass object ................ r77789 | benjamin.peterson | 2010-01-27 03:16:42 +0100 (Mi, 27 Jan 2010) | 1 line raise a clear TypeError when trying to register a non-class ................ r77794 | jesse.noller | 2010-01-27 04:05:57 +0100 (Mi, 27 Jan 2010) | 1 line Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool ................ r77796 | ezio.melotti | 2010-01-27 21:25:11 +0100 (Mi, 27 Jan 2010) | 1 line #7765: typos ................ r77798 | antoine.pitrou | 2010-01-27 21:59:50 +0100 (Mi, 27 Jan 2010) | 8 lines Issue #7610: Reworked implementation of the internal :class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides. ................ r77806 | benjamin.peterson | 2010-01-28 02:24:46 +0100 (Do, 28 Jan 2010) | 1 line add compat note ................ r77809 | ezio.melotti | 2010-01-28 02:41:30 +0100 (Do, 28 Jan 2010) | 1 line avoid to use zlib when the compress type is not ZIP_DEFLATED ................ r77811 | benjamin.peterson | 2010-01-28 03:15:02 +0100 (Do, 28 Jan 2010) | 1 line an -> a ................ r77812 | benjamin.peterson | 2010-01-28 03:18:25 +0100 (Do, 28 Jan 2010) | 1 line avoid a py3k warning from __hash__ ................ r77815 | r.david.murray | 2010-01-28 22:16:33 +0100 (Do, 28 Jan 2010) | 3 lines Change error report when the object passed to suite.addTest is not callable to include the repr of the invalid object. ................ r77828 | r.david.murray | 2010-01-29 20:35:39 +0100 (Fr, 29 Jan 2010) | 2 lines Fix typo in assertSequenceEqual docstring. ................ r77841 | ezio.melotti | 2010-01-30 08:22:54 +0100 (Sa, 30 Jan 2010) | 1 line #7092: silence py3k warnings for deprecated modules ................ r77842 | mark.dickinson | 2010-01-30 11:08:33 +0100 (Sa, 30 Jan 2010) | 4 lines Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen. ................ r77850 | ezio.melotti | 2010-01-30 14:08:54 +0100 (Sa, 30 Jan 2010) | 1 line Relocate a couple of stars and remove redundant backticks ................ r77851 | ezio.melotti | 2010-01-30 14:27:05 +0100 (Sa, 30 Jan 2010) | 1 line Use the correct markup for args ................ r77866 | benjamin.peterson | 2010-01-31 00:26:05 +0100 (So, 31 Jan 2010) | 1 line move test outside WITH_THREAD section ................ r77867 | benjamin.peterson | 2010-01-31 00:28:38 +0100 (So, 31 Jan 2010) | 1 line be robust against test being run over and over (such as -R) ................ r77871 | ezio.melotti | 2010-01-31 12:46:54 +0100 (So, 31 Jan 2010) | 1 line #7092: silence more -3 and -Wd warnings ................ r77885 | benjamin.peterson | 2010-01-31 19:02:35 +0100 (So, 31 Jan 2010) | 1 line fix windows buildbot ................ r77889 | michael.foord | 2010-01-31 20:59:26 +0100 (So, 31 Jan 2010) | 1 line Minor modification to unittest documentation. ................ r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (So, 31 Jan 2010) | 7 lines - Issue #6939: Fix file I/O objects in the `io` module to keep the original file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. ................ r77902 | andrew.kuchling | 2010-02-01 03:04:26 +0100 (Mo, 01 Feb 2010) | 1 line Add various items ................ r77910 | ezio.melotti | 2010-02-02 09:37:35 +0100 (Di, 02 Feb 2010) | 1 line #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. ................ r77911 | ezio.melotti | 2010-02-02 16:12:42 +0100 (Di, 02 Feb 2010) | 1 line Silence a couple of -3 warnings ................ r77912 | ezio.melotti | 2010-02-02 16:57:45 +0100 (Di, 02 Feb 2010) | 1 line Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. ................ r77913 | ezio.melotti | 2010-02-02 18:34:37 +0100 (Di, 02 Feb 2010) | 1 line #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. ................ r77914 | tarek.ziade | 2010-02-02 23:27:58 +0100 (Di, 02 Feb 2010) | 1 line first version of the sysconfig module documentation ................ r77916 | antoine.pitrou | 2010-02-02 23:36:17 +0100 (Di, 02 Feb 2010) | 4 lines Issue #7385: Fix a crash in `MemoryView_FromObject` when `PyObject_GetBuffer` fails. Patch by Florent Xicluna. ................ r77919 | tarek.ziade | 2010-02-02 23:50:23 +0100 (Di, 02 Feb 2010) | 1 line module reorganization + missing doctests ................ r77921 | tarek.ziade | 2010-02-02 23:54:28 +0100 (Di, 02 Feb 2010) | 1 line sysconfig.get_scheme_names now returns a sorted tuple ................ r77922 | tarek.ziade | 2010-02-02 23:55:00 +0100 (Di, 02 Feb 2010) | 1 line fixed a typo on distutils.sysconfig. thanks arfever ................ r77930 | tarek.ziade | 2010-02-03 00:39:40 +0100 (Mi, 03 Feb 2010) | 1 line added a note in the whatsnew file for sysconfig ................ r77936 | andrew.kuchling | 2010-02-03 03:19:14 +0100 (Mi, 03 Feb 2010) | 1 line Add various items ................ r77942 | ezio.melotti | 2010-02-03 06:37:26 +0100 (Mi, 03 Feb 2010) | 1 line #7092: Silence more py3k warnings. Patch by Florent Xicluna. ................ r77944 | eric.smith | 2010-02-03 15:17:50 +0100 (Mi, 03 Feb 2010) | 1 line Corrected list of attributes exposed by sys.getwindowsversion. ................ r77949 | tarek.ziade | 2010-02-03 16:38:12 +0100 (Mi, 03 Feb 2010) | 1 line leaving global attributes for backward compat ................ r77952 | mark.dickinson | 2010-02-03 17:50:14 +0100 (Mi, 03 Feb 2010) | 1 line Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942). ................ r77956 | brett.cannon | 2010-02-03 23:11:54 +0100 (Mi, 03 Feb 2010) | 1 line Update a docstring to suggest using importlib.import_module instead of calling __import__ directly. ................ r77957 | brett.cannon | 2010-02-03 23:13:44 +0100 (Mi, 03 Feb 2010) | 1 line Fix a typo in a docstring introduced in r77956. ................ r77967 | vinay.sajip | 2010-02-04 19:48:53 +0100 (Do, 04 Feb 2010) | 1 line Logging: Implemented PEP 391. ................ r77969 | vinay.sajip | 2010-02-04 21:18:28 +0100 (Do, 04 Feb 2010) | 1 line Removed spurious print statement. ................ r77973 | vinay.sajip | 2010-02-04 21:23:45 +0100 (Do, 04 Feb 2010) | 1 line Issue #7851: logging: clarification on logging configuration files. ................ r77979 | vinay.sajip | 2010-02-04 22:40:56 +0100 (Do, 04 Feb 2010) | 1 line Added unit test for cfg:// resolution. ................ r77980 | benjamin.peterson | 2010-02-05 02:53:27 +0100 (Fr, 05 Feb 2010) | 1 line add a test for #7853; the exception must be normalized for with ................ r77983 | benjamin.peterson | 2010-02-05 03:12:14 +0100 (Fr, 05 Feb 2010) | 9 lines normalize exceptions passed to the __exit__ method #7853 In Python 2.x, exceptions in finally blocks are not normalized. Since with statements are implemented using finally blocks, ceval.c had to be tweaked to distinguish between with finally blocks and normal ones. A test for the finalization of generators containing with statements was also added. ................ r77985 | vinay.sajip | 2010-02-05 15:52:05 +0100 (Fr, 05 Feb 2010) | 1 line Issue #7857: test_logging: listener test now uses find_unused_port(). ................ r77986 | vinay.sajip | 2010-02-05 16:40:20 +0100 (Fr, 05 Feb 2010) | 1 line Issue #7857: test_logging: listener tests disabled for now. ................ r77997 | michael.foord | 2010-02-05 21:52:14 +0100 (Fr, 05 Feb 2010) | 1 line Closes issue 7030. ................ r77999 | michael.foord | 2010-02-05 22:07:38 +0100 (Fr, 05 Feb 2010) | 1 line Example of using assertRaises as a context manager in the unittest documentation. ................
* Merged revisions 77886 via svnmerge fromGeorg Brandl2010-05-192-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77886 | benjamin.peterson | 2010-01-31 19:09:34 +0100 (So, 31 Jan 2010) | 1 line move distutils.rst to different toc ........
* Merged revisions 77741 via svnmerge fromGeorg Brandl2010-05-191-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77741 | facundo.batista | 2010-01-25 07:15:01 +0100 (Mo, 25 Jan 2010) | 3 lines Added a note about Event.is_set() syntax being new to 2.6 ........
* Merged revisions 77603 via svnmerge fromGeorg Brandl2010-05-191-11/+10
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77603 | benjamin.peterson | 2010-01-19 00:07:56 +0100 (Di, 19 Jan 2010) | 8 lines data descriptors do not override the class dictionary if __get__ is not defined Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion. ........
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 76001,76003,76007,76016,76025,76028-76029,76034,76047,76051-76054,76057-76058,76062,76064,76066-76067,76108,76126,76129,76132,76139-76141,76154,76162,76176,76194,76196,76199,76230-76231,76243,76249,76260,76286,76300,76306,76308-76309,76321-76322,76333,76337,76358,76362,76367,76373,76379-76380,76382,76392,76399,76411,76428-76429,76431-76432,76434,76438,76443,76465,76472,76483,76487,76489,76495,76498,76502,76507-76509,76517,76522,76529,76531,76534-76535,76546,76548,76550-76551,76556,76558,76561,76568,76571,76583,76588,76591,76600,76602-76603,76605,76623,76625,76628,76632,76636,76640,76642,76644,76648,76655,76668,76672-76674,76676,76679,76689-76692,76697,76701-76702,76704,76708,76712,76716,76718,76720,76733,76736-76737,76740,76746,76750,76754-76755,76763,76780,76791,76805,76807,76813,76822,76824,76826,76831,76849,76851,76856,76861,76865,76869,76878,76898,76912,76916,76930,76934-76935,76948,76956,76963,76967-76968,76973,76978,76982,76984,76989,76996,76998 via svnmerge ................ r76001 | antoine.pitrou | 2009-11-01 00:19:52 +0100 (So, 01 Nov 2009) | 3 lines Use richer assertions in test_mailbox (for better failure messages). ................ r76003 | antoine.pitrou | 2009-11-01 01:30:13 +0100 (So, 01 Nov 2009) | 6 lines Hopefully fix the buildbot problems on test_mailbox, by computing the maildir toc cache refresh date before actually refreshing the cache. (see #6896) ................ r76007 | antoine.pitrou | 2009-11-01 12:58:22 +0100 (So, 01 Nov 2009) | 3 lines Buffered I/O: optimize lock taking in the common non-contended case. ................ r76016 | gregory.p.smith | 2009-11-01 19:33:55 +0100 (So, 01 Nov 2009) | 2 lines news entry for r76000 ................ r76025 | raymond.hettinger | 2009-11-01 21:45:16 +0100 (So, 01 Nov 2009) | 1 line Fix exception handling in itertools.izip_longest(). ................ r76028 | gregory.p.smith | 2009-11-01 22:02:52 +0100 (So, 01 Nov 2009) | 2 lines issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs. ................ r76029 | gregory.p.smith | 2009-11-01 22:03:38 +0100 (So, 01 Nov 2009) | 2 lines configure generated from r76028 ................ r76034 | antoine.pitrou | 2009-11-01 22:29:33 +0100 (So, 01 Nov 2009) | 3 lines This should finally fix #6896. Let's watch the buildbots. ................ r76047 | antoine.pitrou | 2009-11-02 00:54:20 +0100 (Mo, 02 Nov 2009) | 3 lines Fix and improve some assertions in test_site ................ r76051 | gregory.p.smith | 2009-11-02 02:38:35 +0100 (Mo, 02 Nov 2009) | 2 lines build using r76050 ................ r76052 | gregory.p.smith | 2009-11-02 03:02:38 +0100 (Mo, 02 Nov 2009) | 5 lines see issue1006238, this merges in the following patch to ease cross compiling the printf %zd check. http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.5-cross-printf.patch?rev=1.1&view=markup ................ r76053 | gregory.p.smith | 2009-11-02 03:03:16 +0100 (Mo, 02 Nov 2009) | 2 lines regenerated from r76052 ................ r76054 | antoine.pitrou | 2009-11-02 12:34:27 +0100 (Mo, 02 Nov 2009) | 3 lines Since r76034 was successful, add a NEWS entry for it. ................ r76057 | benjamin.peterson | 2009-11-02 16:06:45 +0100 (Mo, 02 Nov 2009) | 1 line prevent a rather unlikely segfault ................ r76058 | benjamin.peterson | 2009-11-02 17:14:19 +0100 (Mo, 02 Nov 2009) | 1 line grant list.index() a more informative error message #7252 ................ r76062 | benjamin.peterson | 2009-11-02 19:12:12 +0100 (Mo, 02 Nov 2009) | 70 lines Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r74359 | benjamin.peterson | 2009-08-12 17:23:13 -0500 (Wed, 12 Aug 2009) | 1 line don't pass the deprecated print_function option ........ r75081 | benjamin.peterson | 2009-09-26 22:02:57 -0500 (Sat, 26 Sep 2009) | 1 line let 2to3 work with extended iterable unpacking ........ r75088 | benjamin.peterson | 2009-09-27 11:25:21 -0500 (Sun, 27 Sep 2009) | 1 line look on the type only for __call__ ........ r75213 | benjamin.peterson | 2009-10-03 10:09:46 -0500 (Sat, 03 Oct 2009) | 5 lines revert 75212; it's not correct People can use isinstance(x, collections.Callable) if they expect objects with __call__ in their instance dictionaries. ........ r75278 | benjamin.peterson | 2009-10-07 16:25:56 -0500 (Wed, 07 Oct 2009) | 4 lines fix whitespace problems with fix_idioms #3563 Patch by Joe Amenta. ........ r75303 | benjamin.peterson | 2009-10-09 16:59:11 -0500 (Fri, 09 Oct 2009) | 1 line port latin-1 and utf-8 cookie improvements ........ r75427 | benjamin.peterson | 2009-10-14 20:35:57 -0500 (Wed, 14 Oct 2009) | 1 line force floor division ........ r75428 | benjamin.peterson | 2009-10-14 20:39:21 -0500 (Wed, 14 Oct 2009) | 1 line silence -3 warnings about __hash__ ........ r75734 | benjamin.peterson | 2009-10-26 16:25:53 -0500 (Mon, 26 Oct 2009) | 2 lines warn on map(None, ...) with more than 2 arguments #7203 ........ r75735 | benjamin.peterson | 2009-10-26 16:28:25 -0500 (Mon, 26 Oct 2009) | 1 line remove unused result ........ r75736 | benjamin.peterson | 2009-10-26 16:29:02 -0500 (Mon, 26 Oct 2009) | 1 line using get() here is a bit pointless ........ r75865 | benjamin.peterson | 2009-10-27 15:49:00 -0500 (Tue, 27 Oct 2009) | 1 line explain reason for warning ........ r76059 | benjamin.peterson | 2009-11-02 11:43:47 -0600 (Mon, 02 Nov 2009) | 1 line tuples are no longer used for children ........ r76060 | benjamin.peterson | 2009-11-02 11:55:40 -0600 (Mon, 02 Nov 2009) | 1 line revert r76059; apparently some fixers rely on Leaf no () for children ........ r76061 | benjamin.peterson | 2009-11-02 12:06:17 -0600 (Mon, 02 Nov 2009) | 1 line make fix_tuple_params keep the tree valid #7253 ........ ................ r76064 | benjamin.peterson | 2009-11-02 19:16:36 +0100 (Mo, 02 Nov 2009) | 1 line add space ................ r76066 | benjamin.peterson | 2009-11-02 19:22:53 +0100 (Mo, 02 Nov 2009) | 9 lines Merged revisions 76065 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76065 | benjamin.peterson | 2009-11-02 12:21:25 -0600 (Mon, 02 Nov 2009) | 1 line don't print stuff in tests ........ ................ r76067 | benjamin.peterson | 2009-11-02 19:24:57 +0100 (Mo, 02 Nov 2009) | 1 line enable test_parser in lib2to3 ................ r76108 | antoine.pitrou | 2009-11-04 20:25:14 +0100 (Mi, 04 Nov 2009) | 6 lines Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent objects on 64-bit systems. Patch by Michael Broghton. I will revert this checkin if it causes problems on our BSD buildbots. ................ r76126 | benjamin.peterson | 2009-11-05 22:29:56 +0100 (Do, 05 Nov 2009) | 9 lines Merged revisions 76125 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76125 | benjamin.peterson | 2009-11-05 15:26:55 -0600 (Thu, 05 Nov 2009) | 1 line handle newline issues better for comparing files ........ ................ r76129 | benjamin.peterson | 2009-11-06 00:20:06 +0100 (Fr, 06 Nov 2009) | 13 lines Merged revisions 76127-76128 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76127 | benjamin.peterson | 2009-11-05 17:04:58 -0600 (Thu, 05 Nov 2009) | 1 line set svn:eol-style ........ r76128 | benjamin.peterson | 2009-11-05 17:07:46 -0600 (Thu, 05 Nov 2009) | 1 line skip this test on windows to avoid newline horrors ........ ................ r76132 | benjamin.peterson | 2009-11-06 00:54:42 +0100 (Fr, 06 Nov 2009) | 9 lines Merged revisions 76131 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76131 | benjamin.peterson | 2009-11-05 17:53:21 -0600 (Thu, 05 Nov 2009) | 1 line import sys ........ ................ r76139 | benjamin.peterson | 2009-11-07 02:04:38 +0100 (Sa, 07 Nov 2009) | 1 line spelling ................ r76140 | nick.coghlan | 2009-11-07 09:13:55 +0100 (Sa, 07 Nov 2009) | 1 line Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package ................ r76141 | nick.coghlan | 2009-11-07 09:15:01 +0100 (Sa, 07 Nov 2009) | 1 line Some minor cleanups to private runpy code and docstrings ................ r76154 | brett.cannon | 2009-11-08 22:35:28 +0100 (So, 08 Nov 2009) | 4 lines Properly detect whether a C file is using tabs or spaces for Vim. Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff. ................ r76162 | benjamin.peterson | 2009-11-09 05:10:53 +0100 (Mo, 09 Nov 2009) | 1 line discuss how to use -p ................ r76176 | mark.dickinson | 2009-11-09 18:03:34 +0100 (Mo, 09 Nov 2009) | 7 lines Issue #7251: Break out round tests for large values into a separate test function, and skip that test on Linux/alpha systems with a broken system round function. This should turn the Debian/alpha buildbot green. ................ r76194 | raymond.hettinger | 2009-11-10 20:35:55 +0100 (Di, 10 Nov 2009) | 3 lines Show example of how to make a sorted dictionary ................ r76196 | antoine.pitrou | 2009-11-10 21:49:30 +0100 (Di, 10 Nov 2009) | 8 lines Issue #7197: Allow unittest.TextTestRunner objects to be pickled and unpickled. This fixes crashes under Windows when trying to run test_multiprocessing in verbose mode. Additionally, Test_TextTestRunner hadn't been enabled in test_unittest. ................ r76199 | antoine.pitrou | 2009-11-10 22:39:25 +0100 (Di, 10 Nov 2009) | 3 lines Backport micro-fix from the py3k svnmerge ................ r76230 | benjamin.peterson | 2009-11-13 00:39:44 +0100 (Fr, 13 Nov 2009) | 2 lines fix several compile() issues by translating newlines in the tokenizer ................ r76231 | benjamin.peterson | 2009-11-13 00:42:23 +0100 (Fr, 13 Nov 2009) | 1 line this main is much more useful ................ r76243 | benjamin.peterson | 2009-11-13 23:17:17 +0100 (Fr, 13 Nov 2009) | 1 line never mind about eval mode in this case ................ r76249 | benjamin.peterson | 2009-11-13 23:56:00 +0100 (Fr, 13 Nov 2009) | 1 line revert r76243; I was right, actually :) ................ r76260 | r.david.murray | 2009-11-14 16:18:22 +0100 (Sa, 14 Nov 2009) | 5 lines Issue #7312 (new feature): Add a -F flag to run the selected tests in a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou. ................ r76286 | nick.coghlan | 2009-11-15 08:30:34 +0100 (So, 15 Nov 2009) | 1 line Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. ................ r76300 | mark.dickinson | 2009-11-15 14:12:43 +0100 (So, 15 Nov 2009) | 3 lines Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. Many thanks Stefan Krah for help and OpenSolaris testing. ................ r76306 | antoine.pitrou | 2009-11-15 15:10:48 +0100 (So, 15 Nov 2009) | 4 lines Issue #4969: The mimetypes module now reads the MIME database from the registry under Windows. Patch by Gabriel Genellina. ................ r76308 | mark.dickinson | 2009-11-15 17:18:58 +0100 (So, 15 Nov 2009) | 3 lines Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, PyFormat_FromStringV and PyErr_Format. ................ r76309 | antoine.pitrou | 2009-11-15 18:22:09 +0100 (So, 15 Nov 2009) | 4 lines Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using TLS or SSL. Patch by Giampaolo Rodola'. ................ r76321 | nick.coghlan | 2009-11-16 04:55:51 +0100 (Mo, 16 Nov 2009) | 1 line Account for another cache when hunting ref leaks ................ r76322 | nick.coghlan | 2009-11-16 04:57:32 +0100 (Mo, 16 Nov 2009) | 1 line Allow for backslashes in file paths passed to the regex engine ................ r76333 | mark.dickinson | 2009-11-16 20:17:16 +0100 (Mo, 16 Nov 2009) | 1 line Silence another MSVC warning about unary minus. ................ r76337 | philip.jenvey | 2009-11-17 03:42:26 +0100 (Di, 17 Nov 2009) | 2 lines #1757126: fix typo with the cyrillic_asian alias ................ r76358 | tarek.ziade | 2009-11-18 09:46:56 +0100 (Mi, 18 Nov 2009) | 1 line #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install ................ r76362 | nick.coghlan | 2009-11-18 12:27:53 +0100 (Mi, 18 Nov 2009) | 1 line Correctly escape arbitrary error message text in the runpy unit tests ................ r76367 | georg.brandl | 2009-11-18 19:52:35 +0100 (Mi, 18 Nov 2009) | 1 line Make separate section for deprecations in 2.7 whatsnew. ................ r76373 | mark.dickinson | 2009-11-18 20:33:35 +0100 (Mi, 18 Nov 2009) | 5 lines Issue #7117, continued: Change round implementation to use the correctly-rounded string <-> float conversions; this makes sure that the result of the round operation is correctly rounded, and hence displays nicely using the new float repr. ................ r76379 | mark.dickinson | 2009-11-18 21:14:57 +0100 (Mi, 18 Nov 2009) | 1 line Enable short float repr! ................ r76380 | antoine.pitrou | 2009-11-18 21:20:46 +0100 (Mi, 18 Nov 2009) | 3 lines Mention Giampolo R's new FTP TLS support in the what's new file ................ r76382 | raymond.hettinger | 2009-11-18 21:28:22 +0100 (Mi, 18 Nov 2009) | 1 line Issue 7263: Fix set.intersection() docstring. ................ r76392 | raymond.hettinger | 2009-11-19 02:22:04 +0100 (Do, 19 Nov 2009) | 1 line Fix docstrings for itertools combinatoric functions. ................ r76399 | tarek.ziade | 2009-11-19 06:33:16 +0100 (Do, 19 Nov 2009) | 1 line dragfullwindows can have value 2 ................ r76411 | mark.dickinson | 2009-11-19 19:41:49 +0100 (Do, 19 Nov 2009) | 1 line Misc/NEWS entries for issue 7117. ................ r76428 | benjamin.peterson | 2009-11-20 03:15:50 +0100 (Fr, 20 Nov 2009) | 1 line turn goto into do while loop ................ r76429 | benjamin.peterson | 2009-11-20 03:56:43 +0100 (Fr, 20 Nov 2009) | 2 lines avoid doing an uneeded import in a function ................ r76431 | mark.dickinson | 2009-11-20 20:27:43 +0100 (Fr, 20 Nov 2009) | 1 line Regenerate configure with GNU autoconf 2.61. ................ r76432 | mark.dickinson | 2009-11-20 20:30:22 +0100 (Fr, 20 Nov 2009) | 5 lines Issue #7272: Add configure test to detect whether sem_open works properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing. ................ r76434 | jesse.noller | 2009-11-21 15:06:24 +0100 (Sa, 21 Nov 2009) | 1 line revert unintended change to multiprocessing/queues.py ................ r76438 | jesse.noller | 2009-11-21 15:38:23 +0100 (Sa, 21 Nov 2009) | 1 line issue6615: Additional test for logging support in multiprocessing ................ r76443 | lars.gustaebel | 2009-11-22 19:30:53 +0100 (So, 22 Nov 2009) | 24 lines Issue #6123: Fix opening empty archives and files. (Note that an empty archive is not the same as an empty file. An empty archive contains no members and is correctly terminated with an EOF block full of zeros. An empty file contains no data at all.) The problem was that although tarfile was able to create empty archives, it failed to open them raising a ReadError. On the other hand, tarfile opened empty files without error in most read modes and presented them as empty archives. (However, some modes still raised errors: "r|gz" raised ReadError, but "r:gz" worked, "r:bz2" even raised EOFError.) In order to get a more fine-grained control over the various internal error conditions I now split up the HeaderError exception into a number of meaningful sub-exceptions. This makes it easier in the TarFile.next() method to react to the different conditions in the correct way. The visible change in its behaviour now is that tarfile will open empty archives correctly and raise ReadError consistently for empty files. ................ r76465 | mark.dickinson | 2009-11-23 19:46:41 +0100 (Mo, 23 Nov 2009) | 4 lines Remove restriction on precision when formatting floats. This is the first step towards removing the %f -> %g switch (see issues 7117, 5859). ................ r76472 | mark.dickinson | 2009-11-23 21:54:09 +0100 (Mo, 23 Nov 2009) | 4 lines Issue #7117, continued: Remove substitution of %g-style formatting for %f-style formatting, which used to occur at high precision. Float formatting should now be consistent between 2.7 and 3.1. ................ r76483 | mark.dickinson | 2009-11-24 11:54:58 +0100 (Di, 24 Nov 2009) | 2 lines round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this. ................ r76487 | jesse.noller | 2009-11-24 15:17:29 +0100 (Di, 24 Nov 2009) | 1 line comment out test added in r76438, which caused refleaks ................ r76489 | mark.dickinson | 2009-11-24 15:27:02 +0100 (Di, 24 Nov 2009) | 1 line Fix some documentation examples involving the repr of a float. ................ r76495 | mark.dickinson | 2009-11-24 16:12:20 +0100 (Di, 24 Nov 2009) | 2 lines Issue #7117: Update float formatting testcases to match those in py3k. ................ r76498 | vinay.sajip | 2009-11-24 16:53:25 +0100 (Di, 24 Nov 2009) | 1 line Made logging classes new-style and added name property to handlers. ................ r76502 | mark.dickinson | 2009-11-24 21:51:48 +0100 (Di, 24 Nov 2009) | 3 lines Issue #7228: Fix format mismatch when printing something of type off_t. (Should silence some compiler warnings.) ................ r76507 | vinay.sajip | 2009-11-25 10:03:30 +0100 (Mi, 25 Nov 2009) | 1 line Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch. ................ r76508 | vinay.sajip | 2009-11-25 10:22:47 +0100 (Mi, 25 Nov 2009) | 1 line logging: made _handlers a WeakValueDictionary. ................ r76509 | vinay.sajip | 2009-11-25 15:12:03 +0100 (Mi, 25 Nov 2009) | 1 line logging: Issue 6615: Changed handler prepend to append. ................ r76517 | benjamin.peterson | 2009-11-25 19:16:46 +0100 (Mi, 25 Nov 2009) | 29 lines Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line undeprecate the -p option; it's useful for converting python3 sources ........ r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line simplify condition ........ r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line fix handling of a utf-8 bom #7313 ........ r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line remove pdb turd ........ r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line #7375 fix nested transformations in fix_urllib ........ r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line use generator expressions in any() ........ ................ r76522 | barry.warsaw | 2009-11-25 19:38:32 +0100 (Mi, 25 Nov 2009) | 2 lines Add mktime_tz to __all__. It's documented as being available in email.utils. ................ r76529 | antoine.pitrou | 2009-11-25 23:59:36 +0100 (Mi, 25 Nov 2009) | 4 lines Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning the total number of seconds in the duration. Patch by Brian Quinlan. ................ r76531 | antoine.pitrou | 2009-11-26 00:03:22 +0100 (Do, 26 Nov 2009) | 3 lines Forgot to add a `versionadded` tag ................ r76534 | martin.v.loewis | 2009-11-26 09:42:05 +0100 (Do, 26 Nov 2009) | 2 lines Fix typo. ................ r76535 | antoine.pitrou | 2009-11-26 13:36:30 +0100 (Do, 26 Nov 2009) | 3 lines When open_urlresource() fails, HTTPException is another possible error ................ r76546 | antoine.pitrou | 2009-11-27 14:18:34 +0100 (Fr, 27 Nov 2009) | 7 lines Issue #6845: Add restart support for binary upload in ftplib. The `storbinary()` method of FTP and FTP_TLS objects gains an optional `rest` argument. Patch by Pablo Mouzo. (note: the patch also adds a test for the rest argument in retrbinary()) ................ r76548 | antoine.pitrou | 2009-11-27 14:24:29 +0100 (Fr, 27 Nov 2009) | 3 lines Add ACKS entry for Pablo Mouzo ................ r76550 | martin.v.loewis | 2009-11-27 14:56:01 +0100 (Fr, 27 Nov 2009) | 2 lines Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. ................ r76551 | vinay.sajip | 2009-11-27 15:03:36 +0100 (Fr, 27 Nov 2009) | 1 line Issue #7403: Fixed possible race condition in lock creation. ................ r76556 | gregory.p.smith | 2009-11-27 18:51:12 +0100 (Fr, 27 Nov 2009) | 2 lines fix typo ................ r76558 | mark.dickinson | 2009-11-28 11:44:20 +0100 (Sa, 28 Nov 2009) | 4 lines Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead. ................ r76561 | mark.dickinson | 2009-11-28 13:30:36 +0100 (Sa, 28 Nov 2009) | 5 lines Include ieeefp.h (when available) in pyport.h instead of individually in Objects/floatobject.c and Objects/complexobject.c. This should silence compiler warnings about implicit declaration of the 'finite' function on Solaris. ................ r76568 | mark.dickinson | 2009-11-28 14:13:13 +0100 (Sa, 28 Nov 2009) | 1 line Multiprocessing configure checks don't need LIBM ................ r76571 | antoine.pitrou | 2009-11-28 16:55:58 +0100 (Sa, 28 Nov 2009) | 3 lines Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. ................ r76583 | eric.smith | 2009-11-29 18:40:57 +0100 (So, 29 Nov 2009) | 1 line Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. ................ r76588 | tarek.ziade | 2009-11-29 23:20:30 +0100 (So, 29 Nov 2009) | 1 line Fixed #7408: dropped group ownership checking because it relies on os-specific rules ................ r76591 | benjamin.peterson | 2009-11-29 23:26:26 +0100 (So, 29 Nov 2009) | 4 lines now that deepcopy can handle instance methods, this hack can be removed #7409 Thanks Robert Collins ................ r76600 | raymond.hettinger | 2009-11-30 20:44:40 +0100 (Mo, 30 Nov 2009) | 3 lines Issue 7410: deepcopy of itertools.count resets the count ................ r76602 | raymond.hettinger | 2009-11-30 22:13:52 +0100 (Mo, 30 Nov 2009) | 1 line Handle step values other than one. ................ r76603 | raymond.hettinger | 2009-11-30 22:14:25 +0100 (Mo, 30 Nov 2009) | 1 line Update project file for new file: dtoa.c ................ r76605 | mark.dickinson | 2009-11-30 22:51:30 +0100 (Mo, 30 Nov 2009) | 2 lines Add dtoa.c and dtoa.h to the relevant project files. ................ r76623 | ronald.oussoren | 2009-12-01 16:54:01 +0100 (Di, 01 Dez 2009) | 9 lines Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a multi-architecture build (in particular when the architectures don't share a common pointer size). Fixed the same issue for SIZEOF_PTHREAD_T. (No update to the NEWS file because this is a bugfix for an as yet unreleased feature) ................ r76625 | amaury.forgeotdarc | 2009-12-01 22:51:04 +0100 (Di, 01 Dez 2009) | 3 lines #7419: Fix a crash on Windows in locale.setlocale() when the category is outside the allowed range. ................ r76628 | andrew.kuchling | 2009-12-02 15:27:11 +0100 (Mi, 02 Dez 2009) | 1 line Markup fixes ................ r76632 | eric.smith | 2009-12-02 18:43:06 +0100 (Mi, 02 Dez 2009) | 1 line Issue #4482: Add tests for special float value formatting. ................ r76636 | antoine.pitrou | 2009-12-02 21:37:54 +0100 (Mi, 02 Dez 2009) | 5 lines Issue #7333: The `posix` module gains an `initgroups()` function providing access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone. ................ r76640 | philip.jenvey | 2009-12-03 03:25:54 +0100 (Do, 03 Dez 2009) | 2 lines #7177: clarify the potential PIPE deadlock warnings ................ r76642 | philip.jenvey | 2009-12-03 03:40:13 +0100 (Do, 03 Dez 2009) | 1 line actually close files ................ r76644 | benjamin.peterson | 2009-12-03 03:52:39 +0100 (Do, 03 Dez 2009) | 4 lines disable pymalloc tricks with the --with-valgrind option #2422 Patch from James Henstridge. ................ r76648 | mark.dickinson | 2009-12-03 13:08:56 +0100 (Do, 03 Dez 2009) | 3 lines Issue #6985: number of range() items should be constrained to lie in a Py_ssize_t, not an int. ................ r76655 | martin.v.loewis | 2009-12-03 22:01:16 +0100 (Do, 03 Dez 2009) | 2 lines Add Christoph Gohlke, for the issue 4120 work. ................ r76668 | mark.dickinson | 2009-12-04 12:30:16 +0100 (Fr, 04 Dez 2009) | 1 line Add missing issue number in Misc/NEWS entry. ................ r76672 | benjamin.peterson | 2009-12-05 18:45:40 +0100 (Sa, 05 Dez 2009) | 1 line regenerate pydoc_topics ................ r76673 | benjamin.peterson | 2009-12-05 18:46:33 +0100 (Sa, 05 Dez 2009) | 2 lines move RPM spec for 2.7 ................ r76674 | benjamin.peterson | 2009-12-05 18:47:56 +0100 (Sa, 05 Dez 2009) | 1 line bump version to 2.7a1 ................ r76676 | benjamin.peterson | 2009-12-05 19:40:02 +0100 (Sa, 05 Dez 2009) | 1 line post release version bump ................ r76679 | benjamin.peterson | 2009-12-05 19:48:13 +0100 (Sa, 05 Dez 2009) | 1 line fix date ................ r76689 | benjamin.peterson | 2009-12-06 18:37:48 +0100 (So, 06 Dez 2009) | 1 line rewrite translate_newlines for clarity ................ r76690 | vinay.sajip | 2009-12-06 18:57:11 +0100 (So, 06 Dez 2009) | 1 line logging: Added optional 'secure' parameter to SMTPHandler. ................ r76691 | vinay.sajip | 2009-12-06 19:05:04 +0100 (So, 06 Dez 2009) | 1 line logging: Improved support for SMTP over TLS. ................ r76692 | martin.v.loewis | 2009-12-06 19:27:29 +0100 (So, 06 Dez 2009) | 2 lines Add UUIDs for 2.7. Drop UUIDs for 2.4. ................ r76697 | benjamin.peterson | 2009-12-06 22:24:30 +0100 (So, 06 Dez 2009) | 2 lines fix test_parser from tokenizer tweak ................ r76701 | andrew.kuchling | 2009-12-08 03:37:05 +0100 (Di, 08 Dez 2009) | 1 line Typo fix; grammar fix ................ r76702 | tarek.ziade | 2009-12-08 09:56:49 +0100 (Di, 08 Dez 2009) | 1 line Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files ................ r76704 | tarek.ziade | 2009-12-08 10:39:51 +0100 (Di, 08 Dez 2009) | 1 line removed the usage of rfc822 in favor of email.message.Message ................ r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (Di, 08 Dez 2009) | 4 lines Issue #6986: Fix crash in the JSON C accelerator when called with the wrong parameter types. Patch by Victor Stinner. ................ r76712 | ronald.oussoren | 2009-12-08 17:32:52 +0100 (Di, 08 Dez 2009) | 4 lines Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on an i386 based machine, but should only be active when compiling the x86 part of the universal binary. ................ r76716 | antoine.pitrou | 2009-12-08 20:25:51 +0100 (Di, 08 Dez 2009) | 4 lines Fix the transient refleaks in test_zipimport_support. Diagnosis and original patch by Florent Xicluna (flox). ................ r76718 | antoine.pitrou | 2009-12-08 20:35:12 +0100 (Di, 08 Dez 2009) | 3 lines Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. ................ r76720 | antoine.pitrou | 2009-12-08 20:46:38 +0100 (Di, 08 Dez 2009) | 3 lines Make test_pipes a little bit more robust. ................ r76733 | benjamin.peterson | 2009-12-10 04:37:59 +0100 (Do, 10 Dez 2009) | 1 line substitute PyDict_Check() for PyObject_IsInstance ................ r76736 | raymond.hettinger | 2009-12-10 07:00:33 +0100 (Do, 10 Dez 2009) | 1 line Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) ................ r76737 | raymond.hettinger | 2009-12-10 07:42:54 +0100 (Do, 10 Dez 2009) | 1 line Add a reverse() method to collections.deque(). ................ r76740 | mark.dickinson | 2009-12-10 11:36:32 +0100 (Do, 10 Dez 2009) | 8 lines Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost equivalent[*] check that doesn't produce compiler warnings about a 'x < 0' check on an unsigned type. [*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller unsigned or signed integer type. ................ r76746 | tarek.ziade | 2009-12-10 16:29:03 +0100 (Do, 10 Dez 2009) | 1 line added test coverage for distutils.dep_util, and cleaned up the module ................ r76750 | tarek.ziade | 2009-12-10 20:29:53 +0100 (Do, 10 Dez 2009) | 1 line using an existing file to avoid dealing with a sleep to test file ages ................ r76754 | vinay.sajip | 2009-12-11 10:16:01 +0100 (Fr, 11 Dez 2009) | 1 line Issue #7470: logging: fix bug in Unicode encoding fallback. ................ r76755 | mark.dickinson | 2009-12-11 18:29:33 +0100 (Fr, 11 Dez 2009) | 2 lines Issue #3366: Add lgamma function to math module. ................ r76763 | antoine.pitrou | 2009-12-12 20:13:08 +0100 (Sa, 12 Dez 2009) | 7 lines Issue #7466: segmentation fault when the garbage collector is called in the middle of populating a tuple. Patch by Florent Xicluna. (note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1) ................ r76780 | lars.gustaebel | 2009-12-13 12:32:27 +0100 (So, 13 Dez 2009) | 21 lines Issue #7357: No longer suppress fatal extraction errors by default. TarFile's errorlevel argument controls how errors are handled that occur during extraction. There are three possible levels 0, 1 and 2. If errorlevel is set to 1 or 2 fatal errors (e.g. a full filesystem) are raised as exceptions. If it is set to 0, which is the default value, extraction errors are suppressed, and error messages are written to the debug log instead. But, if the debug log is not activated, which is the default as well, all these errors go unnoticed. The original intention was to imitate GNU tar which tries to extract as many members as possible instead of stopping on the first error. It turns out that this is no good default behaviour for a tar library. This patch simply changes the default value for the errorlevel argument from 0 to 1, so that fatal extraction errors are raised as EnvironmentError exceptions. ................ r76791 | antoine.pitrou | 2009-12-13 17:18:14 +0100 (So, 13 Dez 2009) | 5 lines Add NEWS entry as per RDM's suggestion (the bug was actually present in 2.7 alpha 1) ................ r76805 | benjamin.peterson | 2009-12-13 20:19:07 +0100 (So, 13 Dez 2009) | 7 lines accept None as the same as having passed no argument in file types #7349 This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods. ................ r76807 | benjamin.peterson | 2009-12-13 20:27:02 +0100 (So, 13 Dez 2009) | 1 line remove unused variable ................ r76813 | mark.dickinson | 2009-12-13 22:06:06 +0100 (So, 13 Dez 2009) | 3 lines Issue #7492: Autoconf tests were leaving semaphore files behind. Add sem_unlink calls to delete those semaphore files. ................ r76822 | benjamin.peterson | 2009-12-13 22:21:43 +0100 (So, 13 Dez 2009) | 1 line initialize to NULL ................ r76824 | benjamin.peterson | 2009-12-13 22:27:53 +0100 (So, 13 Dez 2009) | 1 line add a test of loading the datetime capi ................ r76826 | tarek.ziade | 2009-12-14 00:24:13 +0100 (Mo, 14 Dez 2009) | 1 line reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow ................ r76831 | r.david.murray | 2009-12-14 17:28:26 +0100 (Mo, 14 Dez 2009) | 6 lines Issue #1680159: unicode coercion during an 'in' operation was masking any errors that might occur during coercion of the left operand and turning them into a TypeError with a message text that was confusing in the given context. This patch lets any errors through, as was already done during coercion of the right hand side. ................ r76849 | tarek.ziade | 2009-12-15 07:29:19 +0100 (Di, 15 Dez 2009) | 1 line cleaned up the module (PEP 8 + old fashion test removal) ................ r76851 | benjamin.peterson | 2009-12-16 04:28:52 +0100 (Mi, 16 Dez 2009) | 1 line remove lib2to3 resource ................ r76856 | r.david.murray | 2009-12-16 12:49:46 +0100 (Mi, 16 Dez 2009) | 2 lines Issue #7396: fix -s, which was broken by the -j enhancement. ................ r76861 | mark.dickinson | 2009-12-16 21:13:40 +0100 (Mi, 16 Dez 2009) | 3 lines Issue #3366: Add expm1 function to math module. Thanks Eric Smith for testing on Windows. ................ r76865 | mark.dickinson | 2009-12-17 09:33:56 +0100 (Do, 17 Dez 2009) | 1 line Add _math.h to math module dependencies in setup.py. ................ r76869 | vinay.sajip | 2009-12-17 15:52:00 +0100 (Do, 17 Dez 2009) | 1 line Issue #7529: logging: Minor correction to documentation. ................ r76878 | mark.dickinson | 2009-12-19 12:07:23 +0100 (Sa, 19 Dez 2009) | 3 lines Issue #3366: Add error function and complementary error function to math module. ................ r76898 | antoine.pitrou | 2009-12-19 22:06:36 +0100 (Sa, 19 Dez 2009) | 3 lines Remove superfetatory paragraph (left there by mistake). ................ r76912 | senthil.kumaran | 2009-12-20 08:29:31 +0100 (So, 20 Dez 2009) | 3 lines Document the headers parameter for set_tunnel. ................ r76916 | mark.dickinson | 2009-12-20 14:58:18 +0100 (So, 20 Dez 2009) | 3 lines math.factorial depends on PyLong_AsLong correctly converting floats; rewrite it to do the conversion explicitly instead. See issue #7550. ................ r76930 | mark.dickinson | 2009-12-20 16:57:56 +0100 (So, 20 Dez 2009) | 1 line Add missing tests for PyArg_Parse* with format 'h' ................ r76934 | r.david.murray | 2009-12-20 17:24:46 +0100 (So, 20 Dez 2009) | 2 lines Fix comment typo. ................ r76935 | r.david.murray | 2009-12-20 17:46:06 +0100 (So, 20 Dez 2009) | 10 lines Issue #7376: When called with no arguments doctest was running a self-test. Because of a change to the way tracebacks are printed, this self-test was failing. The test is run (and passes) during normal regression testing. So instead of running the failing self-test this patch makes doctest emit a usage message. This is better behavior anyway since passing in arguments is the real reason to run doctest as a command. Bug discovery and initial patch by Florent Xicluna. ................ r76948 | mark.dickinson | 2009-12-20 21:34:44 +0100 (So, 20 Dez 2009) | 3 lines Issue #7554: Various fixups in test_cmath.py: remove code duplication, use new-style formatting. Thanks Florent Xicluna for the patch. ................ r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mo, 21 Dez 2009) | 1 line massive import cleaning in Distutils ................ r76963 | mark.dickinson | 2009-12-21 12:21:25 +0100 (Mo, 21 Dez 2009) | 3 lines Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. Thanks Case Van Horsen for the patch. ................ r76967 | mark.dickinson | 2009-12-21 12:31:54 +0100 (Mo, 21 Dez 2009) | 1 line Fix reference counts for test_long_and_overflow. ................ r76968 | mark.dickinson | 2009-12-21 13:15:48 +0100 (Mo, 21 Dez 2009) | 1 line Additional edge-case tests for test_long_and_overflow. ................ r76973 | r.david.murray | 2009-12-21 13:45:41 +0100 (Mo, 21 Dez 2009) | 2 lines Remove a leftover from a previous iteration of the issue 7376 patch. ................ r76978 | mark.dickinson | 2009-12-21 16:22:00 +0100 (Mo, 21 Dez 2009) | 3 lines Issue #7518: Move substitute definitions of C99 math functions from pymath.c to Modules/_math.c. ................ r76982 | mark.dickinson | 2009-12-21 16:40:33 +0100 (Mo, 21 Dez 2009) | 2 lines Inverse hyperbolic trigonometric functions should call m_log1p, not log1p. ................ r76984 | mark.dickinson | 2009-12-21 17:29:21 +0100 (Mo, 21 Dez 2009) | 3 lines Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna for bug report and patch. ................ r76989 | martin.v.loewis | 2009-12-21 20:25:56 +0100 (Mo, 21 Dez 2009) | 1 line Drop 2.4 compatibility. ................ r76996 | tarek.ziade | 2009-12-22 00:31:55 +0100 (Di, 22 Dez 2009) | 1 line backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing ................ r76998 | tarek.ziade | 2009-12-22 00:37:44 +0100 (Di, 22 Dez 2009) | 1 line added a note about #7556 in Misc/NEWS ................
* Merged revisions 76430 via svnmerge fromGeorg Brandl2010-05-191-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76430 | r.david.murray | 2009-11-20 14:29:43 +0100 (Fr, 20 Nov 2009) | 2 lines Issue 7363: fix indentation in socketserver udpserver example. ........
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75003,75011,75020,75054,75076,75084,75091,75095,75098,75102-75104,75106,75110,75117,75139,75141,75157,75164-75166,75171,75175,75180-75181,75192,75196,75209,75223,75230,75255,75258,75264,75267-75268,75272-75273,75292-75293,75300,75304-75305,75310,75313,75315,75318,75321-75322,75325,75327,75329,75337,75339,75342,75344,75346,75348,75350-75351,75354,75356,75358,75370-75372,75391,75396,75400,75405,75407-75413,75415,75417,75419-75421,75423-75424,75429-75434,75436-75438,75445-75446,75450,75453-75454,75456-75458,75461-75463,75465-75468,75470,75481,75485-75486,75489,75499,75501,75503,75506,75510,75529,75532,75551,75586,75589,75591,75620,75640,75650-75651,75653-75655,75657-75660,75664,75666,75672,75675,75697,75711,75714,75717-75718,75720,75722,75728,75730-75731,75739,75742-75743,75745,75824,75826,75838,75842,75844,75846,75849,75851,75855,75860,75866-75868,75871,75874,75879,75883,75893,75901,75905,75909,75913,75929,75935,75939,75954,75956-75958,75960,75962-75963,75967,75969,75971,75974,75979,75991,75995,75999 via svnmerge ........ r75003 | mark.dickinson | 2009-09-21 18:16:44 +0200 (Mo, 21 Sep 2009) | 1 line Silence MSVC compiler warnings. ........ r75011 | brett.cannon | 2009-09-22 02:29:48 +0200 (Di, 22 Sep 2009) | 10 lines When range checking was added to time.strftime() a check was placed on tm_isdst to make sure it fell within [-1, 1] just in case someone implementing strftime() in libc was stupid enough to assume this. Turns out, though, some OSs (e.g. zOS) are stupid enough to use values outside of this range for time structs created by the system itself. So instead of throwing a ValueError, tm_isdst is now normalized before being passed to strftime(). Fixes issue #6823. Thanks Robert Shapiro for diagnosing the problem and contributing an initial patch. ........ r75020 | brett.cannon | 2009-09-22 21:13:27 +0200 (Di, 22 Sep 2009) | 1 line Fix whitespace. ........ r75054 | kristjan.jonsson | 2009-09-25 17:19:51 +0200 (Fr, 25 Sep 2009) | 2 lines http://bugs.python.org/issue6971 Adding the SIO_KEEPALIVE_VALS command to socket.ioctl on windows ........ r75076 | vinay.sajip | 2009-09-26 16:53:32 +0200 (Sa, 26 Sep 2009) | 1 line Tidied up name of parameter in StreamHandler ........ r75084 | mark.dickinson | 2009-09-27 18:05:21 +0200 (So, 27 Sep 2009) | 3 lines Issue #6713: Improve decimal int -> string conversions. Thanks Gawain Bolton for the suggestion and original patches. ........ r75091 | mark.dickinson | 2009-09-27 18:39:28 +0200 (So, 27 Sep 2009) | 1 line Eliminate unnecessary get_wrapped_(u)long defines in struct module. ........ r75095 | michael.foord | 2009-09-27 21:15:41 +0200 (So, 27 Sep 2009) | 1 line Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. ........ r75098 | michael.foord | 2009-09-27 22:08:23 +0200 (So, 27 Sep 2009) | 1 line Documentation improvement for load_tests protocol in unittest. Issue 6515. ........ r75102 | skip.montanaro | 2009-09-28 04:12:27 +0200 (Mo, 28 Sep 2009) | 3 lines Patch from Thomas Barr so that csv.Sniffer will set doublequote property. Closes issue 6606. ........ r75103 | kristjan.jonsson | 2009-09-28 15:08:48 +0200 (Mo, 28 Sep 2009) | 2 lines http://bugs.python.org/issue6836 A memory block allocated with one API was being handed over to an object that used another API to release it. ........ r75104 | kristjan.jonsson | 2009-09-28 15:12:38 +0200 (Mo, 28 Sep 2009) | 2 lines http://bugs.python.org/issue6836 The debug memory api now keeps track of which external API (PyMem_* or PyObject_*) was used to allocate each block and treats any API violation as an error. Added separate _PyMem_DebugMalloc functions for the Py_Mem API instead of having it use the _PyObject_DebugMalloc functions. ........ r75106 | kristjan.jonsson | 2009-09-28 17:56:25 +0200 (Mo, 28 Sep 2009) | 2 lines http://bugs.python.org/issue6836 A missing 'const' wasn't detected by Visual Studio. ........ r75110 | mark.dickinson | 2009-09-28 18:52:40 +0200 (Mo, 28 Sep 2009) | 9 lines Style/consistency/nano-optimization nit: replace occurrences of (high_bits << PyLong_SHIFT) + low_bits with (high_bits << PyLong_SHIFT) | low_bits in Objects/longobject.c. Motivation: - shouldn't unnecessarily mix bit ops with arithmetic ops (style) - this pattern should be spelt the same way thoughout (consistency) - it's very very very slightly faster: no need to worry about carries to the high digit (nano-optimization). ........ r75117 | mark.dickinson | 2009-09-28 20:54:55 +0200 (Mo, 28 Sep 2009) | 3 lines Issue #3366: Add gamma function to math module. (lgamma, erf and erfc to follow). ........ r75139 | raymond.hettinger | 2009-09-29 20:53:24 +0200 (Di, 29 Sep 2009) | 3 lines Issue 7008: Better document str.title and show how to work around the apostrophe problem. ........ r75141 | mark.dickinson | 2009-09-29 21:01:06 +0200 (Di, 29 Sep 2009) | 3 lines Issue #7019: Unmarshalling of bad long data could produce unnormalized PyLongs. Raise ValueError instead. ........ r75157 | mark.dickinson | 2009-09-30 18:58:01 +0200 (Mi, 30 Sep 2009) | 1 line Fix buggy accuracy test ........ r75164 | senthil.kumaran | 2009-10-01 03:07:03 +0200 (Do, 01 Okt 2009) | 3 lines Fix for issue7026 test_urllib: unsetting missing 'env' variable. ........ r75165 | senthil.kumaran | 2009-10-01 03:19:18 +0200 (Do, 01 Okt 2009) | 3 lines using dict.unset(k) instead of del dict[k]. consistent with release26-maint ........ r75166 | senthil.kumaran | 2009-10-01 03:50:13 +0200 (Do, 01 Okt 2009) | 3 lines That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. ........ r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (Do, 01 Okt 2009) | 4 lines Sync the 2.x `io` docs with py3k, with a small note as to the distinction between bytes streams and text streams. ........ r75175 | georg.brandl | 2009-10-01 22:11:14 +0200 (Do, 01 Okt 2009) | 1 line Fix some weird whitespace and two other overlong lines. ........ r75180 | georg.brandl | 2009-10-01 22:59:31 +0200 (Do, 01 Okt 2009) | 1 line #7031: Add TestCase.assertIsInstance and negated method. ........ r75181 | georg.brandl | 2009-10-01 23:02:39 +0200 (Do, 01 Okt 2009) | 1 line Add NEWS entry for r75180. ........ r75192 | tarek.ziade | 2009-10-03 01:49:48 +0200 (Sa, 03 Okt 2009) | 1 line #6516 added owner/group support for tarfiles in Distutils ........ r75196 | tarek.ziade | 2009-10-03 02:07:35 +0200 (Sa, 03 Okt 2009) | 1 line removing the last remaning apply() calls ........ r75209 | tarek.ziade | 2009-10-03 16:52:33 +0200 (Sa, 03 Okt 2009) | 1 line now uses the right exception type ........ r75223 | benjamin.peterson | 2009-10-03 22:23:24 +0200 (Sa, 03 Okt 2009) | 1 line #7050 fix a SystemError when using tuple unpacking and augmented assignment ........ r75230 | benjamin.peterson | 2009-10-04 15:38:38 +0200 (So, 04 Okt 2009) | 1 line test logging ........ r75255 | r.david.murray | 2009-10-05 19:03:09 +0200 (Mo, 05 Okt 2009) | 3 lines Issue #7058: Added save/restore for argv and os.environ to runtest_inner in regrtest, with warnings if the called test modifies them. ........ r75258 | amaury.forgeotdarc | 2009-10-05 22:18:05 +0200 (Mo, 05 Okt 2009) | 2 lines Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. ........ r75264 | andrew.kuchling | 2009-10-06 00:30:22 +0200 (Di, 06 Okt 2009) | 1 line Add various items ........ r75267 | andrew.kuchling | 2009-10-06 00:42:56 +0200 (Di, 06 Okt 2009) | 1 line Backport r73983: Document the thousands separator. ........ r75268 | andrew.kuchling | 2009-10-06 00:45:39 +0200 (Di, 06 Okt 2009) | 1 line Remove two notes ........ r75272 | amaury.forgeotdarc | 2009-10-06 21:56:32 +0200 (Di, 06 Okt 2009) | 5 lines #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values. ........ r75273 | amaury.forgeotdarc | 2009-10-06 22:02:09 +0200 (Di, 06 Okt 2009) | 2 lines Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. ........ r75292 | benjamin.peterson | 2009-10-09 05:11:36 +0200 (Fr, 09 Okt 2009) | 1 line death to old CVS keyword ........ r75293 | kristjan.jonsson | 2009-10-09 16:32:19 +0200 (Fr, 09 Okt 2009) | 2 lines http://bugs.python.org/issue7029 a non-default timer wasn't actually used by the individual Tests. ........ r75300 | benjamin.peterson | 2009-10-09 23:48:14 +0200 (Fr, 09 Okt 2009) | 1 line fix some coding style ........ r75304 | benjamin.peterson | 2009-10-10 00:05:45 +0200 (Sa, 10 Okt 2009) | 1 line replace callable() ........ r75305 | benjamin.peterson | 2009-10-10 00:15:50 +0200 (Sa, 10 Okt 2009) | 1 line replace has_key with 'in' operator ........ r75310 | vinay.sajip | 2009-10-10 22:32:36 +0200 (Sa, 10 Okt 2009) | 1 line Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. ........ r75313 | georg.brandl | 2009-10-10 23:07:35 +0200 (Sa, 10 Okt 2009) | 1 line Bring old demo up-to-date. ........ r75315 | georg.brandl | 2009-10-10 23:10:05 +0200 (Sa, 10 Okt 2009) | 1 line Remove unneeded "L" suffixes. ........ r75318 | benjamin.peterson | 2009-10-10 23:15:58 +0200 (Sa, 10 Okt 2009) | 1 line remove script which uses long gone module ........ r75321 | georg.brandl | 2009-10-10 23:43:21 +0200 (Sa, 10 Okt 2009) | 1 line Remove outdated comment and fix a few style issues. ........ r75322 | georg.brandl | 2009-10-10 23:47:31 +0200 (Sa, 10 Okt 2009) | 1 line Show use of range() step argument nicely. ........ r75325 | georg.brandl | 2009-10-10 23:55:11 +0200 (Sa, 10 Okt 2009) | 1 line Modernize factorisation demo (mostly augassign.) ........ r75327 | georg.brandl | 2009-10-11 00:03:43 +0200 (So, 11 Okt 2009) | 1 line Style fixes. ........ r75329 | georg.brandl | 2009-10-11 00:26:45 +0200 (So, 11 Okt 2009) | 1 line Modernize all around (dont ask me how useful that script is nowadays...) ........ r75337 | georg.brandl | 2009-10-11 10:18:44 +0200 (So, 11 Okt 2009) | 1 line Update morse script, avoid globals, use iterators. ........ r75339 | georg.brandl | 2009-10-11 10:39:16 +0200 (So, 11 Okt 2009) | 1 line Update markov demo. ........ r75342 | georg.brandl | 2009-10-11 10:45:03 +0200 (So, 11 Okt 2009) | 1 line Remove useless script "mkrcs" and update README. ........ r75344 | georg.brandl | 2009-10-11 10:48:28 +0200 (So, 11 Okt 2009) | 1 line Update primes script. ........ r75346 | mark.dickinson | 2009-10-11 11:35:57 +0200 (So, 11 Okt 2009) | 1 line Fix 'primes 0 1' ........ r75348 | mark.dickinson | 2009-10-11 12:01:17 +0200 (So, 11 Okt 2009) | 1 line Set missing executable property on scripts ........ r75350 | georg.brandl | 2009-10-11 14:00:18 +0200 (So, 11 Okt 2009) | 1 line Use getopt in script.py demo. ........ r75351 | georg.brandl | 2009-10-11 14:03:01 +0200 (So, 11 Okt 2009) | 1 line Fix variable. ........ r75354 | georg.brandl | 2009-10-11 16:23:49 +0200 (So, 11 Okt 2009) | 1 line Update lpwatch script. ........ r75356 | georg.brandl | 2009-10-11 16:49:37 +0200 (So, 11 Okt 2009) | 1 line Remove ftpstats script, the daemon whose log files it reads is long gone. ........ r75358 | georg.brandl | 2009-10-11 17:06:44 +0200 (So, 11 Okt 2009) | 1 line Overhaul of Demo/xml. ........ r75370 | georg.brandl | 2009-10-11 23:10:07 +0200 (So, 11 Okt 2009) | 1 line Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. ........ r75371 | georg.brandl | 2009-10-11 23:14:37 +0200 (So, 11 Okt 2009) | 1 line Add find_recursionlimit.py to README. ........ r75372 | georg.brandl | 2009-10-11 23:17:14 +0200 (So, 11 Okt 2009) | 1 line Update Misc/README. ........ r75391 | andrew.kuchling | 2009-10-13 17:49:33 +0200 (Di, 13 Okt 2009) | 1 line Link to PEP ........ r75396 | amaury.forgeotdarc | 2009-10-13 23:29:34 +0200 (Di, 13 Okt 2009) | 3 lines #7112: Fix compilation warning in unicodetype_db.h makeunicodedata now generates double literals ........ r75400 | r.david.murray | 2009-10-14 15:58:07 +0200 (Mi, 14 Okt 2009) | 6 lines Enhanced Issue 7058 patch, which will not be backported. Refactors the code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new section in the summary for tests that modify the environment (thanks to Ezio Melotti for that suggestion). ........ r75405 | neil.schemenauer | 2009-10-14 19:17:14 +0200 (Mi, 14 Okt 2009) | 4 lines Issue #1754094: Improve the stack depth calculation in the compiler. There should be no other effect than a small decrease in memory use. Patch by Christopher Tur Lesniewski-Laas. ........ r75407 | antoine.pitrou | 2009-10-14 19:30:52 +0200 (Mi, 14 Okt 2009) | 3 lines Fix py3k warnings in the aifc module ........ r75408 | antoine.pitrou | 2009-10-14 19:34:31 +0200 (Mi, 14 Okt 2009) | 3 lines Fix a test_atexit failure when run with -3 ........ r75409 | antoine.pitrou | 2009-10-14 20:01:33 +0200 (Mi, 14 Okt 2009) | 3 lines Fix py3k warnings in bsddb ........ r75410 | antoine.pitrou | 2009-10-14 20:09:45 +0200 (Mi, 14 Okt 2009) | 3 lines Silence a py3k warning claiming to affect Lib/calendar.py ........ r75411 | antoine.pitrou | 2009-10-14 20:12:54 +0200 (Mi, 14 Okt 2009) | 3 lines Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn) ........ r75412 | antoine.pitrou | 2009-10-14 20:27:32 +0200 (Mi, 14 Okt 2009) | 3 lines Fix py3k warnings in the socket module ........ r75413 | antoine.pitrou | 2009-10-14 20:31:05 +0200 (Mi, 14 Okt 2009) | 3 lines Fix a py3k warning in the sndhdr module (found with test_email) ........ r75415 | antoine.pitrou | 2009-10-14 20:39:46 +0200 (Mi, 14 Okt 2009) | 3 lines Silence some py3k warnings claiming to affect _pyio ........ r75417 | antoine.pitrou | 2009-10-14 20:47:13 +0200 (Mi, 14 Okt 2009) | 3 lines Fix failures in test_profilehooks when run with -3 ........ r75419 | antoine.pitrou | 2009-10-14 20:56:11 +0200 (Mi, 14 Okt 2009) | 3 lines Silence py3k warning claiming to affect the random module ........ r75420 | antoine.pitrou | 2009-10-14 21:04:48 +0200 (Mi, 14 Okt 2009) | 3 lines Fix py3k warnings in httplib ........ r75421 | antoine.pitrou | 2009-10-14 21:09:48 +0200 (Mi, 14 Okt 2009) | 3 lines Fix py3k warnings in the uuid module ........ r75423 | neil.schemenauer | 2009-10-14 21:23:53 +0200 (Mi, 14 Okt 2009) | 2 lines Add support to the ihooks module for relative imports. ........ r75424 | neil.schemenauer | 2009-10-14 21:33:31 +0200 (Mi, 14 Okt 2009) | 4 lines Make cPickle.Unpickler.noload() handle dict subclasses. noload() is an obscure, undocumentated feature so no test was added. Closes issue #1101399. ........ r75429 | benjamin.peterson | 2009-10-15 03:47:28 +0200 (Do, 15 Okt 2009) | 1 line pep8ify if blocks ........ r75430 | benjamin.peterson | 2009-10-15 03:49:37 +0200 (Do, 15 Okt 2009) | 1 line use floor division and add a test that exercises the tabsize codepath ........ r75431 | benjamin.peterson | 2009-10-15 03:56:25 +0200 (Do, 15 Okt 2009) | 1 line change test to what I intended ........ r75432 | benjamin.peterson | 2009-10-15 05:05:39 +0200 (Do, 15 Okt 2009) | 1 line some cleanups ........ r75433 | benjamin.peterson | 2009-10-15 05:06:55 +0200 (Do, 15 Okt 2009) | 1 line make inspect.isabstract() always return a boolean; add a test for it, too #7069 ........ r75434 | mark.dickinson | 2009-10-15 17:18:55 +0200 (Do, 15 Okt 2009) | 1 line Fix missing semicolon ........ r75436 | benjamin.peterson | 2009-10-15 17:39:15 +0200 (Do, 15 Okt 2009) | 1 line don't need to mess up sys.path ........ r75437 | benjamin.peterson | 2009-10-15 17:44:46 +0200 (Do, 15 Okt 2009) | 1 line only clear a module's __dict__ if the module is the only one with a reference to it #7140 ........ r75438 | mark.dickinson | 2009-10-15 17:53:58 +0200 (Do, 15 Okt 2009) | 1 line Issue #7142: Fix uses of unicode in memoryview objects ........ r75445 | vinay.sajip | 2009-10-16 16:06:44 +0200 (Fr, 16 Okt 2009) | 1 line Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. ........ r75446 | eric.smith | 2009-10-16 16:26:36 +0200 (Fr, 16 Okt 2009) | 1 line Removed usage of unsafe PyFloat_AsString. ........ r75450 | tarek.ziade | 2009-10-17 01:04:16 +0200 (Sa, 17 Okt 2009) | 1 line this test requires zlib support ........ r75453 | nick.coghlan | 2009-10-17 08:33:05 +0200 (Sa, 17 Okt 2009) | 1 line Correctly restore sys.stdout in test_descr ........ r75454 | mark.dickinson | 2009-10-17 09:06:37 +0200 (Sa, 17 Okt 2009) | 1 line test_math ulp computation was wrong on big-endian systems ........ r75456 | nick.coghlan | 2009-10-17 09:30:40 +0200 (Sa, 17 Okt 2009) | 1 line Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. ........ r75457 | nick.coghlan | 2009-10-17 09:34:27 +0200 (Sa, 17 Okt 2009) | 1 line Formatting tweak so that before and after values are vertically aligned ........ r75458 | nick.coghlan | 2009-10-17 10:21:21 +0200 (Sa, 17 Okt 2009) | 1 line Check and revert expected sys.path alterations ........ r75461 | nick.coghlan | 2009-10-17 16:40:54 +0200 (Sa, 17 Okt 2009) | 1 line Restore original sys.path when running TTK tests ........ r75462 | nick.coghlan | 2009-10-17 17:09:41 +0200 (Sa, 17 Okt 2009) | 1 line Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) ........ r75463 | nick.coghlan | 2009-10-17 17:23:08 +0200 (Sa, 17 Okt 2009) | 1 line Revert changes made to environment in test_httpservers ........ r75465 | nick.coghlan | 2009-10-17 17:45:52 +0200 (Sa, 17 Okt 2009) | 1 line Move restoration of the os.environ object into the context manager where it belongs ........ r75466 | nick.coghlan | 2009-10-17 17:48:16 +0200 (Sa, 17 Okt 2009) | 1 line Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) ........ r75467 | nick.coghlan | 2009-10-17 17:57:42 +0200 (Sa, 17 Okt 2009) | 1 line Avoid replacing existing modules and sys.path in import tests ........ r75468 | nick.coghlan | 2009-10-17 18:19:51 +0200 (Sa, 17 Okt 2009) | 1 line Don't replace sys.path in test_site ........ r75470 | mark.dickinson | 2009-10-17 23:46:32 +0200 (Sa, 17 Okt 2009) | 1 line Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum ........ r75481 | nick.coghlan | 2009-10-18 07:38:48 +0200 (So, 18 Okt 2009) | 1 line Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... ........ r75485 | tarek.ziade | 2009-10-18 11:28:26 +0200 (So, 18 Okt 2009) | 1 line Changed distutils tests to avoid environment alteration ........ r75486 | nick.coghlan | 2009-10-18 12:29:10 +0200 (So, 18 Okt 2009) | 1 line Silence a deprecation warning by using the appropriate replacement construct ........ r75489 | nick.coghlan | 2009-10-18 12:56:21 +0200 (So, 18 Okt 2009) | 1 line Restore sys.path in test_tk ........ r75499 | antoine.pitrou | 2009-10-18 20:22:04 +0200 (So, 18 Okt 2009) | 3 lines Add a test for same-thread asynchronous exceptions (see #1779233). ........ r75501 | antoine.pitrou | 2009-10-18 20:37:11 +0200 (So, 18 Okt 2009) | 3 lines Add a comment about unreachable code, and fix a typo ........ r75503 | r.david.murray | 2009-10-18 23:12:37 +0200 (So, 18 Okt 2009) | 11 lines Issue #7151: regrtest would generate a JSON failure if there was output to stderr during the test run and it happened to get emitted after the worker thread emitted the result JSON. Now we capture stdout and stderr separately, which avoids that problem. It also means that _all_ stderr output is after all stdout output when we print the test results, but that seems acceptable, since output ordering is not guaranteed anyway. The patch also moves the emit of the test name into the output block generated after the test completes. Otherwise test names and test output/errors were mixed in the terminal display, making it difficult to determine which test generated the output. ........ r75506 | eric.smith | 2009-10-19 02:34:12 +0200 (Mo, 19 Okt 2009) | 7 lines Removed calls to PyFloat_AsReprString. This is in anticipation of possibly implementing issue 7117 (short float repr). This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and PyFloat_AsStringEx, which are unsafe. Also, switch to defines for error values to bring this code more in line with the py3k branch. ........ r75510 | eric.smith | 2009-10-19 16:38:14 +0200 (Mo, 19 Okt 2009) | 1 line Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. ........ r75529 | antoine.pitrou | 2009-10-19 19:59:07 +0200 (Mo, 19 Okt 2009) | 5 lines Issue #7133: SSL objects now support the new buffer API. This fixes the test_ssl failure. ........ r75532 | antoine.pitrou | 2009-10-19 20:20:21 +0200 (Mo, 19 Okt 2009) | 3 lines NEWS entry for r75531. ........ r75551 | benjamin.peterson | 2009-10-20 05:14:10 +0200 (Di, 20 Okt 2009) | 1 line use property api ........ r75586 | vinay.sajip | 2009-10-21 22:22:14 +0200 (Mi, 21 Okt 2009) | 1 line Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. ........ r75589 | benjamin.peterson | 2009-10-22 04:26:47 +0200 (Do, 22 Okt 2009) | 1 line whitespace ........ r75591 | benjamin.peterson | 2009-10-22 04:50:38 +0200 (Do, 22 Okt 2009) | 4 lines rewrite for style, clarify, and comments Also, use the hasattr() like scheme of allowing BaseException exceptions through. ........ r75620 | eric.smith | 2009-10-22 22:13:14 +0200 (Do, 22 Okt 2009) | 1 line Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think). ........ r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines Improve some docstrings in the 'warnings' module. ........ r75650 | antoine.pitrou | 2009-10-24 13:59:41 +0200 (Sa, 24 Okt 2009) | 3 lines Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO ........ r75651 | mark.dickinson | 2009-10-24 14:13:30 +0200 (Sa, 24 Okt 2009) | 7 lines Issue #7117: Prepare for backport of py3k float repr. Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile. ........ r75653 | mark.dickinson | 2009-10-24 14:17:24 +0200 (Sa, 24 Okt 2009) | 1 line Temporary define to avoid build failure ........ r75654 | antoine.pitrou | 2009-10-24 14:23:18 +0200 (Sa, 24 Okt 2009) | 3 lines Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. ........ r75655 | antoine.pitrou | 2009-10-24 14:28:22 +0200 (Sa, 24 Okt 2009) | 3 lines Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords ........ r75657 | antoine.pitrou | 2009-10-24 14:41:27 +0200 (Sa, 24 Okt 2009) | 3 lines Fix compilation error in debug mode. ........ r75658 | mark.dickinson | 2009-10-24 15:28:38 +0200 (Sa, 24 Okt 2009) | 8 lines Issue #7117 (backport py3k float repr) continued: - add double endianness detection to configure script - add configure-time check to see whether we can use inline assembly to get and set x87 control word in configure script - add functions to get and set x87 control word in Python/pymath.c - add pyport.h logic to determine whether it's safe to use the short float repr or not ........ r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sa, 24 Okt 2009) | 1 line #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd ........ r75660 | mark.dickinson | 2009-10-24 15:31:41 +0200 (Sa, 24 Okt 2009) | 1 line Remove temporary define from r75653 ........ r75664 | mark.dickinson | 2009-10-24 15:44:16 +0200 (Sa, 24 Okt 2009) | 1 line Configure check for double rounding should take BASECFLAGS into account ........ r75666 | mark.dickinson | 2009-10-24 16:01:08 +0200 (Sa, 24 Okt 2009) | 4 lines Issue #7117 (backport py3k float repr) continued: Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise). ........ r75672 | mark.dickinson | 2009-10-24 17:54:35 +0200 (Sa, 24 Okt 2009) | 4 lines Issue #7117: temporarily disable the short float repr while the pieces are being assembled. To re-enable, define the preprocessor symbol PY_SHORT_FLOAT_REPR ........ r75675 | eric.smith | 2009-10-24 21:50:44 +0200 (Sa, 24 Okt 2009) | 1 line Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file. ........ r75697 | mark.dickinson | 2009-10-25 21:39:06 +0100 (So, 25 Okt 2009) | 3 lines Issue #1087418: Small performance boost for bitwise operations on longs. Initial patch by Gregory Smith; some tweaks added. ........ r75711 | mark.dickinson | 2009-10-26 12:59:30 +0100 (Mo, 26 Okt 2009) | 1 line Skip readline tests if readline module is not available. ........ r75714 | mark.dickinson | 2009-10-26 15:18:44 +0100 (Mo, 26 Okt 2009) | 1 line Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum ........ r75717 | eric.smith | 2009-10-26 15:48:55 +0100 (Mo, 26 Okt 2009) | 1 line Start to remove _PyOS_double_to_string, as mentioned in issue 7117. ........ r75718 | eric.smith | 2009-10-26 16:06:39 +0100 (Mo, 26 Okt 2009) | 1 line Continue removing _PyOS_double_to_string, as mentioned in issue 7117. ........ r75720 | mark.dickinson | 2009-10-26 16:39:50 +0100 (Mo, 26 Okt 2009) | 3 lines Issue #7117 (backport py3k float repr) continued: Backport pystrtod.c from py3k. ........ r75722 | eric.smith | 2009-10-26 18:46:17 +0100 (Mo, 26 Okt 2009) | 1 line Finished removing _PyOS_double_to_string, as mentioned in issue 7117. ........ r75728 | mark.dickinson | 2009-10-26 20:59:23 +0100 (Mo, 26 Okt 2009) | 3 lines Use correct conversion specifier and length modifier when printing an integer of type off_t. Also, don't assume that long long is available. ........ r75730 | mark.dickinson | 2009-10-26 22:09:09 +0100 (Mo, 26 Okt 2009) | 2 lines Issue #7117: Backport missing pystrtod.h declarations from py3k. ........ r75731 | mark.dickinson | 2009-10-26 22:11:20 +0100 (Mo, 26 Okt 2009) | 4 lines Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in floatobject.c. Also, remove limitation on length of unicode inputs to float(). ........ r75739 | mark.dickinson | 2009-10-26 23:28:14 +0100 (Mo, 26 Okt 2009) | 5 lines Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in complexobject.c. Also remove length restriction on unicode inputs to the complex constructor. ........ r75742 | benjamin.peterson | 2009-10-26 23:51:16 +0100 (Mo, 26 Okt 2009) | 1 line use 'is' instead of id() ........ r75743 | eric.smith | 2009-10-27 12:32:11 +0100 (Di, 27 Okt 2009) | 1 line Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr. ........ r75745 | eric.smith | 2009-10-27 13:12:44 +0100 (Di, 27 Okt 2009) | 1 line Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr. ........ r75824 | eric.smith | 2009-10-27 19:33:14 +0100 (Di, 27 Okt 2009) | 1 line Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117. ........ r75826 | antoine.pitrou | 2009-10-27 19:36:47 +0100 (Di, 27 Okt 2009) | 3 lines Suppress transient refleaks in test_asyncore ........ r75838 | antoine.pitrou | 2009-10-27 19:50:52 +0100 (Di, 27 Okt 2009) | 3 lines (Hopefully) suppress transient refleaks in test_httpservers. ........ r75842 | antoine.pitrou | 2009-10-27 20:23:56 +0100 (Di, 27 Okt 2009) | 3 lines Fix transient refleak in test_sys. ........ r75844 | antoine.pitrou | 2009-10-27 20:36:44 +0100 (Di, 27 Okt 2009) | 3 lines Suppress transient refleaks in test_file2k. ........ r75846 | eric.smith | 2009-10-27 20:42:57 +0100 (Di, 27 Okt 2009) | 1 line Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k. ........ r75849 | antoine.pitrou | 2009-10-27 20:47:30 +0100 (Di, 27 Okt 2009) | 3 lines Suppress transient refleaks in test_smtplib. ........ r75851 | antoine.pitrou | 2009-10-27 21:02:23 +0100 (Di, 27 Okt 2009) | 3 lines Suppress transient refleaks in test_threading. ........ r75855 | antoine.pitrou | 2009-10-27 21:14:04 +0100 (Di, 27 Okt 2009) | 3 lines Fix transient refleaks in test_urllib2_localnet. ........ r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (Di, 27 Okt 2009) | 3 lines Try to fix transient refleaks in test_distutils. ........ r75866 | georg.brandl | 2009-10-27 21:52:02 +0100 (Di, 27 Okt 2009) | 1 line Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. ........ r75867 | georg.brandl | 2009-10-27 21:55:44 +0100 (Di, 27 Okt 2009) | 1 line Reformat the regrtest command-line option help and group the options into sections. ........ r75868 | benjamin.peterson | 2009-10-27 21:59:18 +0100 (Di, 27 Okt 2009) | 1 line test expect base classes ........ r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Di, 27 Okt 2009) | 1 line Issue #7218: Fix test_site for win32 ........ r75874 | antoine.pitrou | 2009-10-27 22:27:24 +0100 (Di, 27 Okt 2009) | 4 lines Reduce the probability of refleaks in test_socketserver. Not completely suppressed though, see issue #7222. ........ r75879 | mark.dickinson | 2009-10-27 22:48:20 +0100 (Di, 27 Okt 2009) | 3 lines Silence gcc warnings when trying to print an off_t using "lld", on platforms where off_t has type long (e.g., 64-bit Linux). ........ r75883 | mark.dickinson | 2009-10-27 23:09:33 +0100 (Di, 27 Okt 2009) | 1 line Test long inputs to float ........ r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Mi, 28 Okt 2009) | 1 line Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils ........ r75901 | tarek.ziade | 2009-10-28 07:45:18 +0100 (Mi, 28 Okt 2009) | 1 line removed spurious spaces ........ r75905 | mark.dickinson | 2009-10-28 08:23:49 +0100 (Mi, 28 Okt 2009) | 1 line Replace long long with PY_LONG_LONG ........ r75909 | mark.dickinson | 2009-10-28 08:47:32 +0100 (Mi, 28 Okt 2009) | 1 line Fix format specifier for MSVC ........ r75913 | eric.smith | 2009-10-28 09:44:37 +0100 (Mi, 28 Okt 2009) | 1 line Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod. ........ r75929 | vinay.sajip | 2009-10-29 00:28:16 +0100 (Do, 29 Okt 2009) | 1 line Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. ........ r75935 | lars.gustaebel | 2009-10-29 10:15:00 +0100 (Do, 29 Okt 2009) | 3 lines Issue #4750: Store the basename of the original filename in the gzip FNAME header as required by RFC 1952. ........ r75939 | mark.dickinson | 2009-10-29 10:46:04 +0100 (Do, 29 Okt 2009) | 5 lines Roll back ill-considered attempts to fix printf specifier mismatch for off_t. The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228. ........ r75954 | georg.brandl | 2009-10-29 21:53:00 +0100 (Do, 29 Okt 2009) | 1 line Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. ........ r75956 | georg.brandl | 2009-10-29 22:16:34 +0100 (Do, 29 Okt 2009) | 1 line I do not think the "railroad" program mentioned is still available. ........ r75957 | georg.brandl | 2009-10-29 22:44:56 +0100 (Do, 29 Okt 2009) | 1 line Fix constant name. ........ r75958 | antoine.pitrou | 2009-10-30 18:07:08 +0100 (Fr, 30 Okt 2009) | 7 lines Issue #7222: Make thread "reaping" more reliable so that reference leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count(). ........ r75960 | antoine.pitrou | 2009-10-30 18:33:28 +0100 (Fr, 30 Okt 2009) | 3 lines Fix transient refleaks in test_docxmlrpc. ........ r75962 | antoine.pitrou | 2009-10-30 18:55:21 +0100 (Fr, 30 Okt 2009) | 3 lines Try to fix transient refleaks in test_asynchat. ........ r75963 | antoine.pitrou | 2009-10-30 18:56:00 +0100 (Fr, 30 Okt 2009) | 3 lines Try to fix transient refleaks in test_xmlrpc. ........ r75967 | antoine.pitrou | 2009-10-30 22:41:22 +0100 (Fr, 30 Okt 2009) | 3 lines Try to fix transient refleaks in test_pydoc. ........ r75969 | antoine.pitrou | 2009-10-30 23:19:09 +0100 (Fr, 30 Okt 2009) | 5 lines Remove official documentation entry for thread._count() and make the docstring more descriptive instead. ........ r75971 | benjamin.peterson | 2009-10-31 04:56:15 +0100 (Sa, 31 Okt 2009) | 1 line add some checks for evaluation order with parenthesis #7210 ........ r75974 | mark.dickinson | 2009-10-31 10:28:12 +0100 (Sa, 31 Okt 2009) | 1 line Move a Misc/NEWS entry to right section. ........ r75979 | mark.dickinson | 2009-10-31 10:42:39 +0100 (Sa, 31 Okt 2009) | 1 line Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. ........ r75991 | mark.dickinson | 2009-10-31 13:47:47 +0100 (Sa, 31 Okt 2009) | 1 line Set retval on PyOS_string_to_double failure. ........ r75995 | eric.smith | 2009-10-31 18:07:17 +0100 (Sa, 31 Okt 2009) | 1 line Improved test for a deprecation warning. ........ r75999 | gregory.p.smith | 2009-10-31 22:23:39 +0100 (Sa, 31 Okt 2009) | 2 lines Define TCSASOFT if the flag exists. ........
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74000-74002,74005-74007,74011,74014,74019,74023-74024,74028-74029,74031-74033,74038-74039,74044,74048,74051,74067,74069,74072,74080,74083,74089,74095,74098,74100,74114,74117,74119,74123,74134,74139,74147,74150,74152,74163,74173,74187,74197,74201,74216,74219,74240,74243,74265,74269,74277,74300,74312,74321,74323,74336,74355,74365,74426,74446-74449,74463-74464,74471-74472,74477,74479,74490,74493,74495,74501,74503,74507-74511,74513,74517,74519,74522-74524,74526,74537,74542-74543,74556,74558,74569-74571,74581,74604,74625,74635-74637,74640,74644,74650,74667,74699,74702,74715,74721,74723,74733-74734,74750,74754,74780,74783,74785-74786,74811-74812,74843,74849,74853,74860,74886,74901,74908,74912-74913,74925,74929,74936-74937,74954-74955,74970,74988,74992,74994,74997 via svnmerge ................ r74000 | amaury.forgeotdarc | 2009-07-13 22:01:11 +0200 (Mo, 13 Jul 2009) | 4 lines #1616979: Add the cp720 (Arabic DOS) encoding. Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script. ................ r74001 | amaury.forgeotdarc | 2009-07-13 22:03:21 +0200 (Mo, 13 Jul 2009) | 2 lines NEWS entry for r74000. ................ r74002 | marc-andre.lemburg | 2009-07-13 22:23:49 +0200 (Mo, 13 Jul 2009) | 6 lines Use a new global DEV_NULL instead of hard-coding /dev/null into the system command helper functions. See #6479 for some motivation. ................ r74005 | marc-andre.lemburg | 2009-07-13 23:28:33 +0200 (Mo, 13 Jul 2009) | 6 lines Use a different VER command output parser to address the localization issues mentioned in #3410. Prepare for Windows 7 (still commented out). ................ r74006 | amaury.forgeotdarc | 2009-07-14 01:11:54 +0200 (Di, 14 Jul 2009) | 2 lines Document the newly added codec ................ r74007 | michael.foord | 2009-07-14 19:58:12 +0200 (Di, 14 Jul 2009) | 1 line Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. ................ r74011 | ezio.melotti | 2009-07-15 19:07:04 +0200 (Mi, 15 Jul 2009) | 1 line methods' names pep8ification ................ r74014 | alexandre.vassalotti | 2009-07-15 20:19:47 +0200 (Mi, 15 Jul 2009) | 3 lines Issue #2389: Pickle array objects using a list representation for portability across different machine architectures and compatibility with Python 3.x. ................ r74019 | amaury.forgeotdarc | 2009-07-15 23:29:27 +0200 (Mi, 15 Jul 2009) | 2 lines #6076 Add a title to the IDLE Preferences window. ................ r74023 | jesse.noller | 2009-07-16 16:23:04 +0200 (Do, 16 Jul 2009) | 1 line Issue 6433: multiprocessing.pool.map hangs on empty list ................ r74024 | tarek.ziade | 2009-07-16 17:35:45 +0200 (Do, 16 Jul 2009) | 1 line #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) ................ r74028 | georg.brandl | 2009-07-16 21:24:48 +0200 (Do, 16 Jul 2009) | 1 line #6482: simplify "except: raise" to "finally:". ................ r74029 | georg.brandl | 2009-07-16 23:47:51 +0200 (Do, 16 Jul 2009) | 1 line Revert r74028. ................ r74031 | alexandre.vassalotti | 2009-07-17 06:24:45 +0200 (Fr, 17 Jul 2009) | 2 lines Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. ................ r74032 | alexandre.vassalotti | 2009-07-17 06:59:05 +0200 (Fr, 17 Jul 2009) | 4 lines Rename the useless AC_INCLUDES_DEFAULT and protect the includes. This is mostly an aesthetic change. ................ r74033 | alexandre.vassalotti | 2009-07-17 07:26:39 +0200 (Fr, 17 Jul 2009) | 8 lines Cache the results of all runtime checks. This will be helpful to people who want to compile Python with a cross-compiler. Now you can upload the configure script on your host machine, run it with caching enabled, and download the cached results on your build machine. ................ r74038 | alexandre.vassalotti | 2009-07-17 08:10:06 +0200 (Fr, 17 Jul 2009) | 3 lines Double-quote the test cases for chflags() and lchflags() to ensure they don't get mangled. ................ r74039 | alexandre.vassalotti | 2009-07-17 08:17:33 +0200 (Fr, 17 Jul 2009) | 2 lines Clean up the test case for broken poll(). ................ r74044 | alexandre.vassalotti | 2009-07-17 08:33:51 +0200 (Fr, 17 Jul 2009) | 3 lines Double-quote the test case for %zd printf() format support to avoid mangling the array declarations in it. ................ r74048 | alexandre.vassalotti | 2009-07-17 09:46:46 +0200 (Fr, 17 Jul 2009) | 2 lines Regenerate configure script. ................ r74051 | alexandre.vassalotti | 2009-07-17 09:54:23 +0200 (Fr, 17 Jul 2009) | 2 lines Initialize variables in PyCurses_getsyx() to avoid compiler warnings. ................ r74067 | alexandre.vassalotti | 2009-07-18 01:09:02 +0200 (Sa, 18 Jul 2009) | 2 lines Revert r74048. ................ r74069 | alexandre.vassalotti | 2009-07-18 01:17:48 +0200 (Sa, 18 Jul 2009) | 2 lines Regenerate configure script using autoconf 2.61. ................ r74072 | alexandre.vassalotti | 2009-07-18 02:31:06 +0200 (Sa, 18 Jul 2009) | 5 lines Add a check to ensure the correct autoconf version is used for generating the configure script. Original idea by Martin von Löwis. ................ r74080 | mark.dickinson | 2009-07-18 17:18:18 +0200 (Sa, 18 Jul 2009) | 3 lines Issue #6431: Fix Fraction comparisons with unknown types, and with float infinities and nans. Backport of r74078 from py3k. ................ r74083 | mark.dickinson | 2009-07-18 18:01:57 +0200 (Sa, 18 Jul 2009) | 1 line Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work ................ r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines Fix for issue5102, timeout value propages between redirects, proxy, digest and auth handlers. Fixed tests to reflect the same. ................ r74095 | benjamin.peterson | 2009-07-19 22:18:21 +0200 (So, 19 Jul 2009) | 1 line split unittest.py into a package ................ r74098 | kristjan.jonsson | 2009-07-20 00:14:00 +0200 (Mo, 20 Jul 2009) | 2 lines http://bugs.python.org/issue6499 zlib/gzip may not be present for all builds. Make xmlrpclib gracefully not supporg gzip encoding in this case ................ r74100 | kristjan.jonsson | 2009-07-20 00:35:44 +0200 (Mo, 20 Jul 2009) | 2 lines http://bugs.python.org/issue6499 gzip.GzipFile may not exist as a parent class ................ r74114 | benjamin.peterson | 2009-07-20 17:33:09 +0200 (Mo, 20 Jul 2009) | 110 lines Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-73969,73972-73974,73977,73981,73984,74065,74113 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r73771 | benjamin.peterson | 2009-07-02 10:56:55 -0500 (Thu, 02 Jul 2009) | 1 line force the imports fixer to be run after the import one #6400 ........ r73811 | benjamin.peterson | 2009-07-03 09:03:14 -0500 (Fri, 03 Jul 2009) | 1 line check for sep, not pathsep when looking for a subpackage #6408 ........ r73840 | benjamin.peterson | 2009-07-04 09:52:28 -0500 (Sat, 04 Jul 2009) | 1 line don't print diffs by default; it's annoying ........ r73842 | benjamin.peterson | 2009-07-04 09:58:46 -0500 (Sat, 04 Jul 2009) | 1 line complain when not showing diffs or writing ........ r73848 | alexandre.vassalotti | 2009-07-04 23:38:19 -0500 (Sat, 04 Jul 2009) | 2 lines Fix test_refactor_stdin to handle print_output() method with 4 arguments. ........ r73849 | alexandre.vassalotti | 2009-07-04 23:43:18 -0500 (Sat, 04 Jul 2009) | 5 lines Issue 2370: Add fixer for the removal of operator.isCallable() and operator.sequenceIncludes(). Patch contributed by Jeff Balogh (and updated by me). ........ r73861 | benjamin.peterson | 2009-07-05 09:15:53 -0500 (Sun, 05 Jul 2009) | 1 line cleanup and use unicode where appropiate ........ r73957 | benjamin.peterson | 2009-07-11 15:49:56 -0500 (Sat, 11 Jul 2009) | 1 line fix calls to str() with unicode() ........ r73958 | benjamin.peterson | 2009-07-11 15:51:51 -0500 (Sat, 11 Jul 2009) | 1 line more str() -> unicode() ........ r73959 | benjamin.peterson | 2009-07-11 16:40:08 -0500 (Sat, 11 Jul 2009) | 1 line add tests for refactor_dir() ........ r73960 | benjamin.peterson | 2009-07-11 16:44:32 -0500 (Sat, 11 Jul 2009) | 1 line don't parse files just because they end with 'py' (no dot) ........ r73964 | benjamin.peterson | 2009-07-11 17:30:15 -0500 (Sat, 11 Jul 2009) | 1 line simplify ........ r73965 | benjamin.peterson | 2009-07-11 17:31:30 -0500 (Sat, 11 Jul 2009) | 1 line remove usage of get_prefix() ........ r73966 | benjamin.peterson | 2009-07-11 17:33:35 -0500 (Sat, 11 Jul 2009) | 1 line revert unintended change in 73965 ........ r73967 | benjamin.peterson | 2009-07-11 17:34:44 -0500 (Sat, 11 Jul 2009) | 1 line avoid expensive checks and assume the node did change ........ r73968 | benjamin.peterson | 2009-07-11 20:46:46 -0500 (Sat, 11 Jul 2009) | 1 line use a regular dict for the heads to avoid adding lists in the loop ........ r73969 | benjamin.peterson | 2009-07-11 20:50:43 -0500 (Sat, 11 Jul 2009) | 1 line prefix headnode functions with '_' ........ r73972 | benjamin.peterson | 2009-07-11 21:25:45 -0500 (Sat, 11 Jul 2009) | 1 line try to make the head node dict as sparse as possible ........ r73973 | benjamin.peterson | 2009-07-11 21:59:49 -0500 (Sat, 11 Jul 2009) | 1 line a better idea; add an option to *not* print diffs ........ r73974 | benjamin.peterson | 2009-07-11 22:00:29 -0500 (Sat, 11 Jul 2009) | 1 line add space ........ r73977 | benjamin.peterson | 2009-07-12 10:16:07 -0500 (Sun, 12 Jul 2009) | 1 line update get_headnode_dict tests for recent changes ........ r73981 | benjamin.peterson | 2009-07-12 12:06:39 -0500 (Sun, 12 Jul 2009) | 4 lines detect when "from __future__ import print_function" is given Deprecate the 'print_function' option and the -p flag ........ r73984 | benjamin.peterson | 2009-07-12 16:16:37 -0500 (Sun, 12 Jul 2009) | 1 line add tests for Call; thanks Joe Amenta ........ r74065 | benjamin.peterson | 2009-07-17 12:52:49 -0500 (Fri, 17 Jul 2009) | 1 line pathname2url and url2pathname are in urllib.request not urllib.parse #6496 ........ r74113 | benjamin.peterson | 2009-07-20 08:56:57 -0500 (Mon, 20 Jul 2009) | 1 line fix deprecation warnings in tests ........ ................ r74117 | benjamin.peterson | 2009-07-20 19:24:30 +0200 (Mo, 20 Jul 2009) | 9 lines Merged revisions 74116 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r74116 | benjamin.peterson | 2009-07-20 12:22:35 -0500 (Mon, 20 Jul 2009) | 1 line placate windows ........ ................ r74119 | benjamin.peterson | 2009-07-20 22:28:08 +0200 (Mo, 20 Jul 2009) | 2 lines the Slice in x[::] has to have step as None to help the interpreter ................ r74123 | benjamin.peterson | 2009-07-20 23:09:45 +0200 (Mo, 20 Jul 2009) | 13 lines Merged revisions 74121-74122 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r74121 | benjamin.peterson | 2009-07-20 15:40:59 -0500 (Mon, 20 Jul 2009) | 1 line try to make warning tests more robust ........ r74122 | benjamin.peterson | 2009-07-20 15:44:14 -0500 (Mon, 20 Jul 2009) | 1 line platform compat ........ ................ r74134 | thomas.heller | 2009-07-21 08:27:14 +0200 (Di, 21 Jul 2009) | 3 lines Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. ................ r74139 | benjamin.peterson | 2009-07-21 16:08:40 +0200 (Di, 21 Jul 2009) | 1 line must use _PyThreadState_Current so it isn't checked for NULL #6530 ................ r74147 | thomas.heller | 2009-07-21 21:04:02 +0200 (Di, 21 Jul 2009) | 1 line Revert rev 74134, as it does not completely fixx issue #6493. ................ r74150 | benjamin.peterson | 2009-07-22 01:13:14 +0200 (Mi, 22 Jul 2009) | 1 line install unittest as a package ................ r74152 | benjamin.peterson | 2009-07-22 02:03:43 +0200 (Mi, 22 Jul 2009) | 1 line simplify ................ r74163 | tarek.ziade | 2009-07-22 10:55:19 +0200 (Mi, 22 Jul 2009) | 1 line Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O ................ r74173 | benjamin.peterson | 2009-07-22 18:34:37 +0200 (Mi, 22 Jul 2009) | 1 line revert r74152 ................ r74187 | benjamin.peterson | 2009-07-23 16:19:08 +0200 (Do, 23 Jul 2009) | 1 line use bools for autoraise ................ r74197 | benjamin.peterson | 2009-07-25 04:03:48 +0200 (Sa, 25 Jul 2009) | 1 line clarify ................ r74201 | amaury.forgeotdarc | 2009-07-25 18:22:06 +0200 (Sa, 25 Jul 2009) | 2 lines Better name a variable: 'buf' seems to imply a mutable buffer. ................ r74216 | michael.foord | 2009-07-26 23:12:14 +0200 (So, 26 Jul 2009) | 1 line Issue 6581. Michael Foord ................ r74219 | eric.smith | 2009-07-27 03:58:25 +0200 (Mo, 27 Jul 2009) | 1 line Sync trunk and py3k versions of string formatting. Will manually merge into py3k. ................ r74240 | mark.dickinson | 2009-07-28 22:35:03 +0200 (Di, 28 Jul 2009) | 4 lines Issue #6561: '\d' regular expression should not match characters of category [No]; only those of category [Nd]. (Backport of r74237 from py3k.) ................ r74243 | amaury.forgeotdarc | 2009-07-28 22:47:55 +0200 (Di, 28 Jul 2009) | 2 lines "Fix" for the refleak report: the ABC classes are now in the _pyio module ................ r74265 | mark.dickinson | 2009-07-30 12:00:10 +0200 (Do, 30 Jul 2009) | 1 line Documentation fix for change introduced in r71832 ................ r74269 | eric.smith | 2009-07-30 15:39:44 +0200 (Do, 30 Jul 2009) | 1 line Issue 6330: Fix --enable-unicode=ucs4. ................ r74277 | sean.reifschneider | 2009-08-02 01:54:55 +0200 (So, 02 Aug 2009) | 3 lines - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with NUL: Bogus TypeError detail string. ................ r74300 | raymond.hettinger | 2009-08-04 21:08:05 +0200 (Di, 04 Aug 2009) | 1 line Issue 6637: defaultdict.copy() failed with an empty factory. ................ r74312 | mark.dickinson | 2009-08-04 23:56:04 +0200 (Di, 04 Aug 2009) | 4 lines Issue #6620: Slightly safer code for _grouping_intervals in the locale module. Fixes a 'possible use before assignment' warning from pylint. Thanks Vincent Legoll. ................ r74321 | guilherme.polo | 2009-08-05 18:51:41 +0200 (Mi, 05 Aug 2009) | 1 line Easier reference to find (at least while svn continues being used). ................ r74323 | guilherme.polo | 2009-08-06 01:48:26 +0200 (Do, 06 Aug 2009) | 1 line Typo. ................ r74336 | antoine.pitrou | 2009-08-06 22:18:29 +0200 (Do, 06 Aug 2009) | 8 lines Issue #6629: Fix a data corruption issue in the new `io` package, which could occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or "wb+" mode) after having buffered a certain amount of data for reading. This bug was not present in the pure Python implementation. Yes, this is a serious issue. ................ r74355 | gregory.p.smith | 2009-08-12 19:02:37 +0200 (Mi, 12 Aug 2009) | 2 lines comment typo fix ................ r74365 | georg.brandl | 2009-08-13 09:48:05 +0200 (Do, 13 Aug 2009) | 1 line #6679: Remove mention that sub supports no flags. ................ r74426 | gregory.p.smith | 2009-08-13 20:54:50 +0200 (Do, 13 Aug 2009) | 4 lines Fix issue1628205: Socket file objects returned by socket.socket.makefile() now properly handles EINTR within the read, readline, write & flush methods. The socket.sendall() method now properly handles interrupted system calls. ................ r74446 | guilherme.polo | 2009-08-14 15:53:41 +0200 (Fr, 14 Aug 2009) | 1 line Issue #3344: Replace itertools.count by enumerate. ................ r74447 | guilherme.polo | 2009-08-14 16:03:07 +0200 (Fr, 14 Aug 2009) | 1 line Issue #3926: Fix the usage of the new showwarnings and formatwarning. ................ r74448 | guilherme.polo | 2009-08-14 16:36:45 +0200 (Fr, 14 Aug 2009) | 3 lines Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview* and yview* methods. ................ r74449 | guilherme.polo | 2009-08-14 16:43:43 +0200 (Fr, 14 Aug 2009) | 1 line Clarifying Entry.selection_present's docstring. ................ r74463 | gregory.p.smith | 2009-08-16 00:39:03 +0200 (So, 16 Aug 2009) | 6 lines Force the http connection to close after any request returned when buffering=True as our buffered data is not known to the HTTPConnection and may contain data needed by a future request if the connection were left open. See http://bugs.python.org/issue2576 and http://bugs.python.org/issue4879. ................ r74464 | benjamin.peterson | 2009-08-16 00:59:21 +0200 (So, 16 Aug 2009) | 4 lines better col_offsets for "for" statements with tuple unpacking #6704 Patch from Frank Wierzbicki. ................ r74471 | guilherme.polo | 2009-08-16 16:34:26 +0200 (So, 16 Aug 2009) | 1 line Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. ................ r74472 | guilherme.polo | 2009-08-16 16:38:57 +0200 (So, 16 Aug 2009) | 1 line Wrong place for issue #6244. ................ r74477 | frank.wierzbicki | 2009-08-16 22:22:51 +0200 (So, 16 Aug 2009) | 2 lines Add test of file.write(array) extracted from Jython. ................ r74479 | gregory.p.smith | 2009-08-16 23:54:45 +0200 (So, 16 Aug 2009) | 2 lines Clean up the C library import code (based on suggestions in issue6281). ................ r74490 | benjamin.peterson | 2009-08-17 15:39:41 +0200 (Mo, 17 Aug 2009) | 1 line typos ................ r74493 | tarek.ziade | 2009-08-17 23:28:34 +0200 (Mo, 17 Aug 2009) | 1 line fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore ................ r74495 | tarek.ziade | 2009-08-17 23:48:22 +0200 (Mo, 17 Aug 2009) | 1 line module cleanup ................ r74501 | tarek.ziade | 2009-08-18 10:16:33 +0200 (Di, 18 Aug 2009) | 1 line added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed ................ r74503 | tarek.ziade | 2009-08-18 10:21:49 +0200 (Di, 18 Aug 2009) | 1 line fixed typo ................ r74507 | guilherme.polo | 2009-08-18 15:23:08 +0200 (Di, 18 Aug 2009) | 1 line Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. ................ r74508 | guilherme.polo | 2009-08-18 15:29:20 +0200 (Di, 18 Aug 2009) | 1 line Issue #1250469: Fix the return value of Tix.PanedWindow.panes. ................ r74509 | guilherme.polo | 2009-08-18 15:33:30 +0200 (Di, 18 Aug 2009) | 1 line Mark the "radio" option of Tix.CheckList as static. ................ r74510 | guilherme.polo | 2009-08-18 16:23:00 +0200 (Di, 18 Aug 2009) | 1 line Issue #1522587: New constants and methods for the Tix.Grid widget. ................ r74511 | guilherme.polo | 2009-08-18 16:34:44 +0200 (Di, 18 Aug 2009) | 1 line Fixes for Tix.Grid from issue #1522587. ................ r74513 | skip.montanaro | 2009-08-18 16:37:52 +0200 (Di, 18 Aug 2009) | 1 line missing module ref (issue6723) ................ r74517 | guilherme.polo | 2009-08-18 16:46:57 +0200 (Di, 18 Aug 2009) | 1 line Issue #1356969: Add missing info methods in Tix.HList. ................ r74519 | guilherme.polo | 2009-08-18 18:39:36 +0200 (Di, 18 Aug 2009) | 1 line Added missing static option for OptionMenu. Issue #5961. ................ r74522 | gregory.p.smith | 2009-08-19 07:33:48 +0200 (Mi, 19 Aug 2009) | 8 lines Revert the changes from r74463, they were causing test_xmlrpc to fail. We do not need to force a close when using socket buffering on a httplib.HTTPRequest as the library does not support streaming requests so there should never been extra data beyond the end of the current request to have left over in the requests socket buffer. see http://bugs.python.org/issue6724 ................ r74523 | gregory.p.smith | 2009-08-20 11:38:43 +0200 (Do, 20 Aug 2009) | 2 lines comment typo fix ................ r74524 | gregory.p.smith | 2009-08-20 11:39:38 +0200 (Do, 20 Aug 2009) | 2 lines Add weakref support to the thread.lock type. ................ r74526 | tarek.ziade | 2009-08-20 23:23:13 +0200 (Do, 20 Aug 2009) | 1 line #6693: New functions in site.py to get user/global site packages paths. ................ r74537 | tarek.ziade | 2009-08-21 16:28:38 +0200 (Fr, 21 Aug 2009) | 1 line fixed misplaced Issue line ................ r74542 | georg.brandl | 2009-08-23 23:28:56 +0200 (So, 23 Aug 2009) | 1 line Restore alphabetic order. ................ r74543 | kristjan.jonsson | 2009-08-24 13:39:31 +0200 (Mo, 24 Aug 2009) | 2 lines issue 6769 fix a mistake in instantiatiating the HTTPSConnection class. ................ r74556 | kristjan.jonsson | 2009-08-28 00:20:21 +0200 (Fr, 28 Aug 2009) | 2 lines issue 6275 Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits. ................ r74558 | kristjan.jonsson | 2009-08-28 01:13:18 +0200 (Fr, 28 Aug 2009) | 2 lines Issue 6654 Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests. ................ r74569 | benjamin.peterson | 2009-08-28 18:48:03 +0200 (Fr, 28 Aug 2009) | 1 line restricted environments are no more ................ r74570 | benjamin.peterson | 2009-08-28 18:49:56 +0200 (Fr, 28 Aug 2009) | 1 line remove more code for restricted execution ................ r74571 | lars.gustaebel | 2009-08-28 21:23:44 +0200 (Fr, 28 Aug 2009) | 7 lines Issue #6054: Do not normalize stored pathnames. No longer use tarfile.normpath() on pathnames. Store pathnames unchanged, i.e. do not remove "./", "../" and "//" occurrences. However, still convert absolute to relative paths. ................ r74581 | amaury.forgeotdarc | 2009-08-29 20:14:40 +0200 (Sa, 29 Aug 2009) | 3 lines #6750: TextIOWrapped could duplicate output when several threads write to it. this affect text files opened with io.open(), and the print() function of py3k ................ r74604 | mark.dickinson | 2009-08-31 16:46:07 +0200 (Mo, 31 Aug 2009) | 1 line Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. ................ r74625 | benjamin.peterson | 2009-09-02 00:27:57 +0200 (Mi, 02 Sep 2009) | 1 line remove the check that classmethod's argument is a callable ................ r74635 | armin.rigo | 2009-09-03 21:40:07 +0200 (Do, 03 Sep 2009) | 2 lines Found the next crasher by thinking about this logic in PyPy. ................ r74636 | armin.rigo | 2009-09-03 21:42:03 +0200 (Do, 03 Sep 2009) | 3 lines Does not terminate: consume all memory without responding to Ctrl-C. I am not too sure why, but you can surely find out by gdb'ing a bit... ................ r74637 | armin.rigo | 2009-09-03 21:45:27 +0200 (Do, 03 Sep 2009) | 4 lines Sorry, sorry! Ignore my previous two commits. I mixed up the version of python with which I tried running the crashers. They don't crash the current HEAD. ................ r74640 | brett.cannon | 2009-09-03 23:25:21 +0200 (Do, 03 Sep 2009) | 7 lines test_platform fails on OS X Snow Leopard because the UNIX command to get the canonical version, sw_vers, leaves off trailing zeros in the version number (e.g. 10.6 instead of 10.6.0). Test now compensates by tacking on extra zeros for the test comparison. Fixes issue #6806. ................ r74644 | georg.brandl | 2009-09-04 09:55:14 +0200 (Fr, 04 Sep 2009) | 1 line #5047: remove Monterey support from configure. ................ r74650 | georg.brandl | 2009-09-04 13:19:34 +0200 (Fr, 04 Sep 2009) | 1 line #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. ................ r74667 | mark.dickinson | 2009-09-05 12:27:00 +0200 (Sa, 05 Sep 2009) | 2 lines Add configure-time checks for gamma and error functions. ................ r74699 | benjamin.peterson | 2009-09-07 00:43:39 +0200 (Mo, 07 Sep 2009) | 1 line PyObject_GetIter can set an error for its self just fine ................ r74702 | benjamin.peterson | 2009-09-07 15:02:15 +0200 (Mo, 07 Sep 2009) | 1 line revert r74699 since it loses useful error information ................ r74715 | ronald.oussoren | 2009-09-08 09:17:10 +0200 (Di, 08 Sep 2009) | 5 lines This is an update to r74701. How hard can it be to get a configure test right. This patch has already been backported as part of the backport of r74701, which is how I found this problem. ................ r74721 | thomas.heller | 2009-09-08 21:24:36 +0200 (Di, 08 Sep 2009) | 1 line Make ctypes compile again with older Python versions. ................ r74723 | mark.dickinson | 2009-09-08 22:20:19 +0200 (Di, 08 Sep 2009) | 3 lines Issue #6857: Fix Decimal formatting to be consistent with existing float formatting: both are now right-aligned by default. ................ r74733 | benjamin.peterson | 2009-09-09 13:40:54 +0200 (Mi, 09 Sep 2009) | 1 line tabbify ................ r74734 | benjamin.peterson | 2009-09-09 13:42:57 +0200 (Mi, 09 Sep 2009) | 1 line revert unintended changes ................ r74750 | lars.gustaebel | 2009-09-12 12:28:15 +0200 (Sa, 12 Sep 2009) | 9 lines Issue #6856: Add a filter keyword argument to TarFile.add(). The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible. ................ r74754 | ezio.melotti | 2009-09-12 16:43:43 +0200 (Sa, 12 Sep 2009) | 1 line #6026 - fix tests that failed without zlib ................ r74780 | michael.foord | 2009-09-13 18:40:02 +0200 (So, 13 Sep 2009) | 1 line Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. ................ r74783 | michael.foord | 2009-09-13 19:28:35 +0200 (So, 13 Sep 2009) | 1 line unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. ................ r74785 | michael.foord | 2009-09-13 21:07:03 +0200 (So, 13 Sep 2009) | 1 line Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. ................ r74786 | michael.foord | 2009-09-13 21:08:18 +0200 (So, 13 Sep 2009) | 1 line Remove an extraneous space in unittest documentation. ................ r74811 | georg.brandl | 2009-09-15 22:26:59 +0200 (Di, 15 Sep 2009) | 1 line Add Armin Ronacher. ................ r74812 | ronald.oussoren | 2009-09-15 23:24:07 +0200 (Di, 15 Sep 2009) | 3 lines Update distutils.util tests after my changes to --with-universal-archs ................ r74843 | mark.dickinson | 2009-09-16 22:26:31 +0200 (Mi, 16 Sep 2009) | 4 lines Remove outdated include; this include was breaking OS X builds using non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h won't compile under non-Apple gcc). ................ r74849 | thomas.wouters | 2009-09-16 22:36:34 +0200 (Mi, 16 Sep 2009) | 4 lines Add news entry for r74841. ................ r74853 | mark.dickinson | 2009-09-17 00:10:56 +0200 (Do, 17 Sep 2009) | 5 lines Issue #6713: Improve performance of str(n) and repr(n) for integers n (up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format. (Backport of r74851 from py3k.) ................ r74860 | benjamin.peterson | 2009-09-17 04:46:54 +0200 (Do, 17 Sep 2009) | 1 line kill bare except ................ r74886 | benjamin.peterson | 2009-09-17 23:33:46 +0200 (Do, 17 Sep 2009) | 1 line use macros ................ r74901 | georg.brandl | 2009-09-18 11:14:52 +0200 (Fr, 18 Sep 2009) | 1 line #6905: use better exception messages in inspect when the argument is of the wrong type. ................ r74908 | georg.brandl | 2009-09-18 15:57:11 +0200 (Fr, 18 Sep 2009) | 1 line Use str.format() to fix beginner's mistake with %-style string formatting. ................ r74912 | georg.brandl | 2009-09-18 18:19:56 +0200 (Fr, 18 Sep 2009) | 1 line Optimize optimization and fix method name in docstring. ................ r74913 | mark.dickinson | 2009-09-18 20:35:42 +0200 (Fr, 18 Sep 2009) | 2 lines Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string optimizations. ................ r74925 | mark.dickinson | 2009-09-18 23:01:50 +0200 (Fr, 18 Sep 2009) | 2 lines Use skipUnless to skip math module tests on non-IEEE 754 platforms. ................ r74929 | benjamin.peterson | 2009-09-18 23:14:55 +0200 (Fr, 18 Sep 2009) | 1 line add keyword arguments support to str/unicode encode and decode #6300 ................ r74936 | benjamin.peterson | 2009-09-18 23:46:21 +0200 (Fr, 18 Sep 2009) | 1 line backport keyword argument support for bytearray.decode ................ r74937 | benjamin.peterson | 2009-09-18 23:47:27 +0200 (Fr, 18 Sep 2009) | 1 line typo ................ r74954 | georg.brandl | 2009-09-19 15:13:56 +0200 (Sa, 19 Sep 2009) | 1 line Add Doug. ................ r74955 | georg.brandl | 2009-09-19 15:20:49 +0200 (Sa, 19 Sep 2009) | 1 line Add Mark Summerfield. ................ r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (So, 20 Sep 2009) | 7 lines Issue 6877: this patch makes it possible to link the readline extension to the libedit emulation of the readline API on OSX 10.5 or later. This also adds a minimal testsuite for readline to check that the history manipuation functions have the same interface with both C libraries. ................ r74988 | tarek.ziade | 2009-09-21 14:19:07 +0200 (Mo, 21 Sep 2009) | 1 line improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) ................ r74992 | tarek.ziade | 2009-09-21 15:23:35 +0200 (Mo, 21 Sep 2009) | 1 line improving distutils coverage ................ r74994 | tarek.ziade | 2009-09-21 15:41:08 +0200 (Mo, 21 Sep 2009) | 1 line #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. ................ r74997 | tarek.ziade | 2009-09-21 15:49:57 +0200 (Mo, 21 Sep 2009) | 1 line forgot to commit a file in previous commit (r74994, issue #6954) ................
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73001-73002,73004,73006,73008,73027,73029,73031,73049,73060,73068,73071-73074,73076,73083,73109,73121,73135,73147,73151,73166,73170,73174,73182,73184,73190,73196-73197,73201,73212,73238,73240,73243,73247,73250,73252,73270,73272,73275,73278-73282,73303,73308,73312,73314,73317-73318,73321,73324-73326,73328,73331,73334-73336,73340,73345,73350,73353-73354,73361-73363,73367,73370,73372,73376,73382,73393-73398,73400-73402,73404-73405,73409,73415,73417-73423,73432-73433,73435-73436,73439,73445,73447-73448,73457,73460-73461,73465,73471-73472,73480,73485-73486,73488-73490,73495-73496,73499,73501-73502,73509,73513-73514,73518-73519,73532,73534,73536-73537,73540,73546,73563-73564,73603,73605-73606,73614-73615,73627,73638,73660,73665,73675,73679,73686,73688,73697,73701,73710,73712,73714,73717,73720,73725,73744,73750,73756-73757,73762,73767,73773,73781,73786,73801,73814-73815,73818-73819,73821-73822,73825-73827,73834,73839,73841,73846-73847,73854,73858,73863-73864,73871,73877,73884,73888,73891,73895,73901,73916,73925-73926,73930-73933,73944,73962-73963,73985-73986,73988-73991,73994-73995,73998,74000 via svnmerge ................ r73001 | raymond.hettinger | 2009-05-29 03:36:26 +0200 (Fr, 29 Mai 2009) | 1 line Issue 5150: Add rstrip() option to IDLE's format menu. ................ r73002 | raymond.hettinger | 2009-05-29 03:46:48 +0200 (Fr, 29 Mai 2009) | 3 lines Deprecate contextlib.nested(). The with-statement now provides this functionality directly. ................ r73004 | jeffrey.yasskin | 2009-05-29 05:44:31 +0200 (Fr, 29 Mai 2009) | 5 lines Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without. There's still a batch of non-prototype warnings in Xlib.h that I don't know how to fix. ................ r73006 | raymond.hettinger | 2009-05-29 06:58:52 +0200 (Fr, 29 Mai 2009) | 1 line Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. ................ r73008 | tarek.ziade | 2009-05-29 10:08:07 +0200 (Fr, 29 Mai 2009) | 1 line Fixed #6131: test_modulefinder leaked when run after test_distutils ................ r73027 | michael.foord | 2009-05-29 22:33:46 +0200 (Fr, 29 Mai 2009) | 1 line Add test discovery to unittest. Issue 6001. ................ r73029 | raymond.hettinger | 2009-05-29 23:20:41 +0200 (Fr, 29 Mai 2009) | 1 line Move the basic examples section back to the beginning. ................ r73031 | benjamin.peterson | 2009-05-29 23:48:19 +0200 (Fr, 29 Mai 2009) | 1 line add with statements ................ r73049 | georg.brandl | 2009-05-30 12:45:40 +0200 (Sa, 30 Mai 2009) | 1 line Rewrap a few long lines. ................ r73060 | gregory.p.smith | 2009-05-30 21:58:11 +0200 (Sa, 30 Mai 2009) | 2 lines Add more examples to the ipaddr documentation. ................ r73068 | antoine.pitrou | 2009-05-30 23:45:40 +0200 (Sa, 30 Mai 2009) | 3 lines Update ACKS ................ r73071 | georg.brandl | 2009-05-31 16:15:25 +0200 (So, 31 Mai 2009) | 1 line Fix markup. ................ r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (So, 31 Mai 2009) | 4 lines Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running regression tests in parallel, shortening the total runtime. ................ r73073 | benjamin.peterson | 2009-05-31 16:43:00 +0200 (So, 31 Mai 2009) | 1 line remove function import ................ r73074 | benjamin.peterson | 2009-05-31 17:00:27 +0200 (So, 31 Mai 2009) | 1 line __enter__ and __exit__ must be on the class ................ r73076 | antoine.pitrou | 2009-05-31 20:05:51 +0200 (So, 31 Mai 2009) | 4 lines Uninitialized file type would lead to __exit__ lookup failure when site.py tries to read *.pth files on interpreter startup. ................ r73083 | guilherme.polo | 2009-05-31 23:31:21 +0200 (So, 31 Mai 2009) | 1 line Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). ................ r73109 | gregory.p.smith | 2009-06-01 19:40:41 +0200 (Mo, 01 Jun 2009) | 6 lines Sync up __version__ number with the version of the ipaddr-py project this library came from that it matches. Remove the former apache license text now that its been contributed to PSF to avoid confusion. ................ r73121 | tarek.ziade | 2009-06-02 00:22:13 +0200 (Di, 02 Jun 2009) | 1 line improved distutils.dist test coverage, pep-8 compliancy ................ r73135 | gregory.p.smith | 2009-06-02 07:25:34 +0200 (Di, 02 Jun 2009) | 3 lines Fixes issue6169: it was possible for two ipaddr network addresses to compare as both < and > than eachother. ................ r73147 | tarek.ziade | 2009-06-02 17:58:43 +0200 (Di, 02 Jun 2009) | 1 line improved distutils.spawn test coverage + cleaned it up ................ r73151 | michael.foord | 2009-06-02 20:08:27 +0200 (Di, 02 Jun 2009) | 1 line Restore default testRunner argument in unittest.main to None. Issue 6177 ................ r73166 | tarek.ziade | 2009-06-03 12:26:26 +0200 (Mi, 03 Jun 2009) | 1 line added some tests for distutils.extension + code cleanup ................ r73170 | tarek.ziade | 2009-06-03 13:12:08 +0200 (Mi, 03 Jun 2009) | 1 line more cleanup and test coverage for distutils.extension ................ r73174 | tarek.ziade | 2009-06-03 13:20:44 +0200 (Mi, 03 Jun 2009) | 1 line assertion message was dropped ................ r73182 | josiah.carlson | 2009-06-03 21:46:21 +0200 (Mi, 03 Jun 2009) | 4 lines This fixes bug 5798 on OS X. This should also fix disconnect behavior cross-platform. ................ r73184 | josiah.carlson | 2009-06-03 21:51:52 +0200 (Mi, 03 Jun 2009) | 2 lines Fix for line wrap ugly. ................ r73190 | georg.brandl | 2009-06-04 01:23:45 +0200 (Do, 04 Jun 2009) | 2 lines Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. ................ r73196 | benjamin.peterson | 2009-06-04 03:40:29 +0200 (Do, 04 Jun 2009) | 1 line use the offical api ................ r73197 | tarek.ziade | 2009-06-04 09:31:52 +0200 (Do, 04 Jun 2009) | 1 line improved test coverage for distutils.command.install and cleaned it up ................ r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. ................ r73212 | georg.brandl | 2009-06-04 12:10:41 +0200 (Do, 04 Jun 2009) | 1 line Better name for "Ctor". ................ r73238 | hirokazu.yamamoto | 2009-06-05 07:15:58 +0200 (Fr, 05 Jun 2009) | 1 line Fix test__locale on windows (Backport of r72365) ................ r73240 | eric.smith | 2009-06-05 14:33:26 +0200 (Fr, 05 Jun 2009) | 1 line Removed tests so that test_float pass on Windows. See issue 6198. ................ r73243 | tarek.ziade | 2009-06-05 15:37:29 +0200 (Fr, 05 Jun 2009) | 1 line reverting r72823 : Python trunk has to use latin-1 encoding ................ r73247 | michael.foord | 2009-06-05 16:14:34 +0200 (Fr, 05 Jun 2009) | 1 line Fix unittest discovery tests for Windows. Issue 6199 ................ r73250 | benjamin.peterson | 2009-06-05 21:09:28 +0200 (Fr, 05 Jun 2009) | 1 line only test for named pipe when os.stat doesn't raise #6209 ................ r73252 | georg.brandl | 2009-06-06 07:54:34 +0200 (Sa, 06 Jun 2009) | 1 line #6206: fix test__locale. ................ r73270 | benjamin.peterson | 2009-06-07 18:24:48 +0200 (So, 07 Jun 2009) | 1 line backport r73268 ................ r73272 | kristjan.jonsson | 2009-06-07 18:43:23 +0200 (So, 07 Jun 2009) | 2 lines http://bugs.python.org/issue6192 Add a feature to disable the Nagle algorithm on sockets in TCPServer ................ r73275 | georg.brandl | 2009-06-07 22:37:52 +0200 (So, 07 Jun 2009) | 1 line Add Ezio. ................ r73278 | benjamin.peterson | 2009-06-08 00:33:11 +0200 (Mo, 08 Jun 2009) | 1 line inherit from object ................ r73279 | benjamin.peterson | 2009-06-08 00:35:00 +0200 (Mo, 08 Jun 2009) | 1 line always inherit from an appropiate base class ................ r73280 | benjamin.peterson | 2009-06-08 00:54:35 +0200 (Mo, 08 Jun 2009) | 1 line use booleans for flags ................ r73281 | benjamin.peterson | 2009-06-08 00:55:36 +0200 (Mo, 08 Jun 2009) | 1 line remove has_key ................ r73282 | benjamin.peterson | 2009-06-08 01:12:44 +0200 (Mo, 08 Jun 2009) | 1 line backport r73273 ................ r73303 | ronald.oussoren | 2009-06-08 22:54:59 +0200 (Mo, 08 Jun 2009) | 11 lines This checkin adds a symlink to the lib directory of a framework install of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version). ................ r73308 | benjamin.peterson | 2009-06-09 00:18:32 +0200 (Di, 09 Jun 2009) | 1 line remove useless assertion ................ r73312 | benjamin.peterson | 2009-06-09 01:44:13 +0200 (Di, 09 Jun 2009) | 1 line remove error checks already done in set_context() ................ r73314 | eric.smith | 2009-06-09 14:38:08 +0200 (Di, 09 Jun 2009) | 1 line Restored a test that was erroneously removed. See issue 6198. ................ r73317 | benjamin.peterson | 2009-06-09 19:24:26 +0200 (Di, 09 Jun 2009) | 1 line make ast.c depend on the grammar ................ r73318 | benjamin.peterson | 2009-06-09 19:29:51 +0200 (Di, 09 Jun 2009) | 1 line explain why keyword names are not just NAME ................ r73321 | benjamin.peterson | 2009-06-09 23:13:43 +0200 (Di, 09 Jun 2009) | 1 line update symbol.py from with statement changes ................ r73324 | amaury.forgeotdarc | 2009-06-10 00:53:16 +0200 (Mi, 10 Jun 2009) | 2 lines Avoid invoking the parser/compiler just to test the presence of a function. ................ r73325 | amaury.forgeotdarc | 2009-06-10 01:08:13 +0200 (Mi, 10 Jun 2009) | 8 lines #6201: Fix test_winreg on Windows: since the introduction of the SETUP_WITH opcode, __enter__ and __exit__ methods must belong to the type, and are not retrieved at the instance level (__dict__ or __getattr__). Add a note in whatsnew about this incompatibility; old style classes are not affected. ................ r73326 | amaury.forgeotdarc | 2009-06-10 01:18:50 +0200 (Mi, 10 Jun 2009) | 2 lines Both kind of types are concerned. ................ r73328 | amaury.forgeotdarc | 2009-06-10 01:37:11 +0200 (Mi, 10 Jun 2009) | 3 lines Missing import in test_curses, uncovered by some buildbots. (There are still a few test files that don't use the standard layout) ................ r73331 | benjamin.peterson | 2009-06-10 15:45:31 +0200 (Mi, 10 Jun 2009) | 1 line fix spelling ................ r73334 | raymond.hettinger | 2009-06-10 18:15:02 +0200 (Mi, 10 Jun 2009) | 1 line Issue 6256: Fix stacklevel in warning message. ................ r73335 | raymond.hettinger | 2009-06-10 18:15:40 +0200 (Mi, 10 Jun 2009) | 1 line Fix signed/unsigned compiler warning. ................ r73336 | tarek.ziade | 2009-06-10 20:49:50 +0200 (Mi, 10 Jun 2009) | 1 line Distutils: started code cleanup and test coverage for cygwinccompiler ................ r73340 | amaury.forgeotdarc | 2009-06-10 22:30:19 +0200 (Mi, 10 Jun 2009) | 2 lines Fix a typo spotted by Nick Coghlan. ................ r73345 | tarek.ziade | 2009-06-11 10:43:26 +0200 (Do, 11 Jun 2009) | 1 line removed the last string.split() call ................ r73350 | vinay.sajip | 2009-06-11 11:23:41 +0200 (Do, 11 Jun 2009) | 1 line Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. ................ r73353 | vinay.sajip | 2009-06-11 11:53:35 +0200 (Do, 11 Jun 2009) | 1 line Issue #5262: Improved fix. ................ r73354 | tarek.ziade | 2009-06-11 11:55:09 +0200 (Do, 11 Jun 2009) | 1 line pep8-fied cygwinccompiler module ................ r73361 | benjamin.peterson | 2009-06-11 18:25:52 +0200 (Do, 11 Jun 2009) | 1 line remove duplicate check ................ r73362 | benjamin.peterson | 2009-06-11 19:49:38 +0200 (Do, 11 Jun 2009) | 1 line revert r73361 ................ r73363 | benjamin.peterson | 2009-06-11 19:51:17 +0200 (Do, 11 Jun 2009) | 1 line use multi-with syntax ................ r73367 | raymond.hettinger | 2009-06-12 00:04:00 +0200 (Fr, 12 Jun 2009) | 1 line Add example of how to do key lookups with bisect(). ................ r73370 | benjamin.peterson | 2009-06-12 00:06:46 +0200 (Fr, 12 Jun 2009) | 105 lines Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r72523 | benjamin.peterson | 2009-05-09 14:42:26 -0500 (Sat, 09 May 2009) | 1 line remove parenthesis ........ r72950 | benjamin.peterson | 2009-05-26 18:19:45 -0500 (Tue, 26 May 2009) | 1 line remove unused imports ........ r72951 | benjamin.peterson | 2009-05-26 18:27:00 -0500 (Tue, 26 May 2009) | 1 line this is no longer executable ........ r72994 | benjamin.peterson | 2009-05-28 15:32:54 -0500 (Thu, 28 May 2009) | 1 line fix test_all_fixers on Windows #6134 ........ r73003 | benjamin.peterson | 2009-05-28 21:57:28 -0500 (Thu, 28 May 2009) | 4 lines make 2to3 test utilities easier to use with other applications (3to2) Patch by Joe Amenta ........ r73033 | benjamin.peterson | 2009-05-29 16:58:32 -0500 (Fri, 29 May 2009) | 1 line update grammar for multi with statement ........ r73036 | benjamin.peterson | 2009-05-29 17:33:20 -0500 (Fri, 29 May 2009) | 1 line simplify fix_unicode ........ r73037 | benjamin.peterson | 2009-05-29 17:53:03 -0500 (Fri, 29 May 2009) | 1 line add custom error for pattern syntax errors ........ r73038 | benjamin.peterson | 2009-05-29 17:55:00 -0500 (Fri, 29 May 2009) | 1 line complain if details are attached to a token ........ r73039 | benjamin.peterson | 2009-05-29 18:00:28 -0500 (Fri, 29 May 2009) | 1 line add a test for whitespace ........ r73040 | benjamin.peterson | 2009-05-29 18:01:17 -0500 (Fri, 29 May 2009) | 1 line a fix for emacs highlighting ........ r73091 | benjamin.peterson | 2009-05-31 20:55:25 -0500 (Sun, 31 May 2009) | 1 line deprecate set_prefix() and get_prefix() in favor of a prefix property ........ r73092 | benjamin.peterson | 2009-05-31 21:00:51 -0500 (Sun, 31 May 2009) | 1 line change hideous java naming scheme ........ r73093 | benjamin.peterson | 2009-05-31 21:01:39 -0500 (Sun, 31 May 2009) | 1 line remove dated comment ........ r73096 | benjamin.peterson | 2009-05-31 21:40:53 -0500 (Sun, 31 May 2009) | 1 line group tests ........ r73179 | benjamin.peterson | 2009-06-03 13:09:53 -0500 (Wed, 03 Jun 2009) | 1 line handle the case where there's multiple trailers #6185 ........ r73180 | benjamin.peterson | 2009-06-03 13:18:05 -0500 (Wed, 03 Jun 2009) | 1 line scrap __main__ section ........ r73181 | benjamin.peterson | 2009-06-03 13:24:48 -0500 (Wed, 03 Jun 2009) | 1 line remove shebang lines and __main__ sections ........ r73192 | benjamin.peterson | 2009-06-03 19:16:30 -0500 (Wed, 03 Jun 2009) | 4 lines actually test something here Thanks to Joe Amenta for noticing.y ........ r73231 | benjamin.peterson | 2009-06-04 13:38:50 -0500 (Thu, 04 Jun 2009) | 1 line remove unused variable ........ r73244 | benjamin.peterson | 2009-06-05 08:39:25 -0500 (Fri, 05 Jun 2009) | 1 line allow fixers to give different options in setUp ........ r73255 | benjamin.peterson | 2009-06-06 11:23:46 -0500 (Sat, 06 Jun 2009) | 1 line fix the except fixer on one line suites #6222 ........ r73256 | benjamin.peterson | 2009-06-06 11:27:40 -0500 (Sat, 06 Jun 2009) | 1 line test one-line else and finally clauses ........ r73365 | benjamin.peterson | 2009-06-11 17:01:32 -0500 (Thu, 11 Jun 2009) | 1 line normalize whitespace ........ ................ r73372 | raymond.hettinger | 2009-06-12 00:08:10 +0200 (Fr, 12 Jun 2009) | 1 line Move comment to correct line. ................ r73376 | benjamin.peterson | 2009-06-12 00:29:23 +0200 (Fr, 12 Jun 2009) | 1 line remove check for case handled in sub-function ................ r73382 | raymond.hettinger | 2009-06-12 01:14:53 +0200 (Fr, 12 Jun 2009) | 1 line Issue 6261: Clarify behavior of random.uniform(). ................ r73393 | alexandre.vassalotti | 2009-06-12 20:56:57 +0200 (Fr, 12 Jun 2009) | 2 lines Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini. ................ r73394 | antoine.pitrou | 2009-06-12 22:14:08 +0200 (Fr, 12 Jun 2009) | 3 lines Issue #6215: backport the 3.1 io lib ................ r73395 | antoine.pitrou | 2009-06-12 22:36:25 +0200 (Fr, 12 Jun 2009) | 4 lines Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py ................ r73396 | antoine.pitrou | 2009-06-12 22:41:52 +0200 (Fr, 12 Jun 2009) | 4 lines Try to restore the old test_file and test_univnewlines as new, different files (with the right revisions this time, hopefully) ................ r73397 | antoine.pitrou | 2009-06-12 22:54:21 +0200 (Fr, 12 Jun 2009) | 3 lines Re-enable testing of builtin open() in test_bufio in test_largefile ................ r73398 | alexandre.vassalotti | 2009-06-12 22:57:12 +0200 (Fr, 12 Jun 2009) | 3 lines Add const qualifier to PyErr_SetFromErrnoWithFilename and to PyErr_SetFromErrnoWithUnicodeFilename. ................ r73400 | alexandre.vassalotti | 2009-06-12 23:43:47 +0200 (Fr, 12 Jun 2009) | 2 lines Delete outdated make file for building the parser with MSVC 6. ................ r73401 | alexandre.vassalotti | 2009-06-12 23:52:14 +0200 (Fr, 12 Jun 2009) | 2 lines Make pickling of OrderedDict instances more efficient. ................ r73402 | alexandre.vassalotti | 2009-06-13 01:03:35 +0200 (Sa, 13 Jun 2009) | 6 lines Revert r73401 per Raymond Hettinger's request. The rational is the change might cause imcompatiblity problems with PyYAML. In addition, Raymond wants to kept the different versions of collections synchronized across Python versions. ................ r73404 | benjamin.peterson | 2009-06-13 03:40:00 +0200 (Sa, 13 Jun 2009) | 1 line keep the slice.step field as NULL if no step expression is given ................ r73405 | benjamin.peterson | 2009-06-13 05:46:30 +0200 (Sa, 13 Jun 2009) | 1 line prevent import statements from assigning to None ................ r73409 | benjamin.peterson | 2009-06-13 15:06:21 +0200 (Sa, 13 Jun 2009) | 1 line allow importing from a module named None if it has an 'as' clause ................ r73415 | benjamin.peterson | 2009-06-13 16:25:08 +0200 (Sa, 13 Jun 2009) | 1 line use 'rc' for release candidates for consistency ................ r73417 | benjamin.peterson | 2009-06-13 17:42:23 +0200 (Sa, 13 Jun 2009) | 1 line special case release candidates ................ r73418 | benjamin.peterson | 2009-06-13 17:48:04 +0200 (Sa, 13 Jun 2009) | 1 line handle different rc format ................ r73419 | benjamin.peterson | 2009-06-13 18:19:19 +0200 (Sa, 13 Jun 2009) | 1 line set Print.values to NULL if there are no values ................ r73420 | benjamin.peterson | 2009-06-13 19:08:53 +0200 (Sa, 13 Jun 2009) | 1 line give a better error message when deleting () ................ r73421 | benjamin.peterson | 2009-06-13 22:23:33 +0200 (Sa, 13 Jun 2009) | 1 line when no module is given in a 'from' relative import, make ImportFrom.module NULL ................ r73422 | benjamin.peterson | 2009-06-13 22:30:48 +0200 (Sa, 13 Jun 2009) | 1 line update ast version ................ r73423 | hirokazu.yamamoto | 2009-06-14 05:05:54 +0200 (So, 14 Jun 2009) | 1 line Updated MSVC files to follow r73394. ................ r73432 | amaury.forgeotdarc | 2009-06-14 23:20:40 +0200 (So, 14 Jun 2009) | 3 lines #6227: Because of a wrong indentation, the test was not testing what it should. Ensure that the snippet in doctest_aliases actually contains aliases. ................ r73433 | benjamin.peterson | 2009-06-15 00:36:48 +0200 (Mo, 15 Jun 2009) | 1 line backport r73430 ................ r73435 | tarek.ziade | 2009-06-16 01:04:29 +0200 (Di, 16 Jun 2009) | 1 line code cleanup ................ r73436 | tarek.ziade | 2009-06-16 01:30:13 +0200 (Di, 16 Jun 2009) | 1 line Issue #6286: distutils upload command now uses urllib2 ................ r73439 | benjamin.peterson | 2009-06-16 02:29:31 +0200 (Di, 16 Jun 2009) | 1 line don't mask encoding errors when decoding a string #6289 ................ r73445 | tarek.ziade | 2009-06-16 10:31:01 +0200 (Di, 16 Jun 2009) | 1 line starting distutils.ccompiler test coverage and cleanup ................ r73447 | georg.brandl | 2009-06-16 19:41:33 +0200 (Di, 16 Jun 2009) | 1 line Add tabularcolumns directive for tables with bullet lists in them. ................ r73448 | georg.brandl | 2009-06-16 19:43:44 +0200 (Di, 16 Jun 2009) | 1 line Remove unused macro. ................ r73457 | benjamin.peterson | 2009-06-17 01:13:09 +0200 (Mi, 17 Jun 2009) | 1 line add underscores ................ r73460 | benjamin.peterson | 2009-06-17 05:23:04 +0200 (Mi, 17 Jun 2009) | 1 line remove unused 'encoding' member from the compiler struct ................ r73461 | hirokazu.yamamoto | 2009-06-17 09:05:33 +0200 (Mi, 17 Jun 2009) | 1 line Issue #6215: Fixed to use self.open() instead of open() or io.open(). ................ r73465 | nick.coghlan | 2009-06-17 14:12:15 +0200 (Mi, 17 Jun 2009) | 1 line Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided ................ r73471 | georg.brandl | 2009-06-19 00:24:26 +0200 (Fr, 19 Jun 2009) | 1 line #6276: Remove usage of nested() in favor of new with statement with multiple managers. ................ r73472 | amaury.forgeotdarc | 2009-06-19 00:32:50 +0200 (Fr, 19 Jun 2009) | 5 lines #6189: The subprocess.py module should be kept compatible with python 2.2 (On windows, you still have to change one line to use pywin32 instead of the _subprocess helper module) ................ r73480 | facundo.batista | 2009-06-19 20:02:28 +0200 (Fr, 19 Jun 2009) | 3 lines Issue #6274. Fixed a potential FD leak in subprocess.py. ................ r73485 | benjamin.peterson | 2009-06-20 00:07:47 +0200 (Sa, 20 Jun 2009) | 1 line remove duplicate test ................ r73486 | benjamin.peterson | 2009-06-20 00:09:17 +0200 (Sa, 20 Jun 2009) | 1 line add missing assertion #6313 ................ r73488 | benjamin.peterson | 2009-06-20 00:16:28 +0200 (Sa, 20 Jun 2009) | 1 line show that this one isn't used ................ r73489 | benjamin.peterson | 2009-06-20 00:21:12 +0200 (Sa, 20 Jun 2009) | 1 line use closures ................ r73490 | tarek.ziade | 2009-06-20 15:57:20 +0200 (Sa, 20 Jun 2009) | 1 line Fixed #6164 AIX specific linker argument in Distutils unixcompiler ................ r73495 | guilherme.polo | 2009-06-21 19:22:50 +0200 (So, 21 Jun 2009) | 4 lines Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of test_ttkguionly. ................ r73496 | vinay.sajip | 2009-06-21 19:37:27 +0200 (So, 21 Jun 2009) | 1 line Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. ................ r73499 | steven.bethard | 2009-06-21 23:03:41 +0200 (So, 21 Jun 2009) | 1 line Fix memory bug in bdist_msi. (Commit okayed in issue6319.) ................ r73501 | benjamin.peterson | 2009-06-22 01:01:07 +0200 (Mo, 22 Jun 2009) | 1 line don't need to add the name 'lambda' as assigned ................ r73502 | benjamin.peterson | 2009-06-22 01:03:36 +0200 (Mo, 22 Jun 2009) | 1 line remove tmpname support since it's no longer used ................ r73509 | amaury.forgeotdarc | 2009-06-22 21:33:48 +0200 (Mo, 22 Jun 2009) | 2 lines #4490 Fix sample code run by "python -m xml.sax.xmlreader" ................ r73513 | benjamin.peterson | 2009-06-23 03:18:57 +0200 (Di, 23 Jun 2009) | 1 line fix grammar ................ r73514 | benjamin.peterson | 2009-06-23 05:01:56 +0200 (Di, 23 Jun 2009) | 1 line remove some unused symtable constants ................ r73518 | nick.coghlan | 2009-06-23 12:19:30 +0200 (Di, 23 Jun 2009) | 1 line Issue 6288: Update contextlib.nested() docstring to reflect new documentation ................ r73519 | nick.coghlan | 2009-06-23 12:51:02 +0200 (Di, 23 Jun 2009) | 1 line Remove markup from docstring ................ r73532 | raymond.hettinger | 2009-06-23 22:59:43 +0200 (Di, 23 Jun 2009) | 3 lines Issue 6329: Fix iteration for memoryviews. ................ r73534 | amaury.forgeotdarc | 2009-06-23 23:09:09 +0200 (Di, 23 Jun 2009) | 2 lines Remove the ipaddr module per discussion on python-dev ................ r73536 | raymond.hettinger | 2009-06-23 23:32:28 +0200 (Di, 23 Jun 2009) | 1 line Issue 6305: Clarify error message for large arguments to itertools.islice(). ................ r73537 | amaury.forgeotdarc | 2009-06-23 23:53:46 +0200 (Di, 23 Jun 2009) | 3 lines Remove last remnants of the ipaddr package. The changes in mcast.py come from the first version of the patch for issue5379. ................ r73540 | raymond.hettinger | 2009-06-24 00:20:04 +0200 (Mi, 24 Jun 2009) | 1 line Add procedural note. ................ r73546 | kristjan.jonsson | 2009-06-24 11:17:04 +0200 (Mi, 24 Jun 2009) | 2 lines http://bugs.python.org/issue6192 Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate. ................ r73563 | amaury.forgeotdarc | 2009-06-25 23:29:32 +0200 (Do, 25 Jun 2009) | 2 lines Fix a compilation warning on Windows ................ r73564 | amaury.forgeotdarc | 2009-06-26 00:29:29 +0200 (Fr, 26 Jun 2009) | 6 lines #2016 Fix a crash in function call when the **kwargs dictionary is mutated during the function call setup. This even gives a slight speedup, probably because tuple allocation is faster than PyMem_NEW. ................ r73603 | hirokazu.yamamoto | 2009-06-28 12:23:00 +0200 (So, 28 Jun 2009) | 1 line Issue #4856: Remove checks for win NT. ................ r73605 | georg.brandl | 2009-06-28 14:10:18 +0200 (So, 28 Jun 2009) | 1 line Remove stray pychecker directive. ................ r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines Fix types in logic to compute help file name. ................ r73614 | benjamin.peterson | 2009-06-28 18:08:02 +0200 (So, 28 Jun 2009) | 1 line add two generic macros for peeking and setting in the stack ................ r73615 | benjamin.peterson | 2009-06-28 18:14:07 +0200 (So, 28 Jun 2009) | 1 line use stack macros ................ r73627 | benjamin.peterson | 2009-06-28 21:27:55 +0200 (So, 28 Jun 2009) | 1 line return locals and cells in get_locals() not bound globals, though ................ r73638 | kristjan.jonsson | 2009-06-28 23:04:17 +0200 (So, 28 Jun 2009) | 2 lines http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc ................ r73660 | mark.dickinson | 2009-06-29 00:37:13 +0200 (Mo, 29 Jun 2009) | 1 line Remove unused stdint.h includes ................ r73665 | alexandre.vassalotti | 2009-06-29 03:01:51 +0200 (Mo, 29 Jun 2009) | 2 lines Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). ................ r73675 | hirokazu.yamamoto | 2009-06-29 13:27:03 +0200 (Mo, 29 Jun 2009) | 3 lines Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] won't fail with ERROR_CALL_NOT_IMPLEMENTED on win NT. Reviewed by Amaury Forgeot d'Arc. ................ r73679 | antoine.pitrou | 2009-06-29 16:14:56 +0200 (Mo, 29 Jun 2009) | 3 lines Backport fix for buglet from py3k ................ r73686 | hirokazu.yamamoto | 2009-06-29 17:52:21 +0200 (Mo, 29 Jun 2009) | 1 line Issue #6368: Fixed unused variable warning on Unix. ................ r73688 | tarek.ziade | 2009-06-29 18:13:39 +0200 (Mo, 29 Jun 2009) | 1 line Fixed 6365: wrong inplace location for build_ext if the extension had dots ................ r73697 | raymond.hettinger | 2009-06-29 21:10:29 +0200 (Mo, 29 Jun 2009) | 1 line Issue 6370: Performance issue with collections.Counter(). ................ r73701 | mark.dickinson | 2009-06-30 17:32:30 +0200 (Di, 30 Jun 2009) | 3 lines Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build failure on HP-UX 11.00. ................ r73710 | benjamin.peterson | 2009-07-01 00:14:33 +0200 (Mi, 01 Jul 2009) | 1 line provide a dummy __exit__ on windows ................ r73712 | ezio.melotti | 2009-07-01 00:51:06 +0200 (Mi, 01 Jul 2009) | 1 line Fixed defaultTestCase -> defaultTestResult ................ r73714 | benjamin.peterson | 2009-07-01 00:57:08 +0200 (Mi, 01 Jul 2009) | 1 line convert usage of fail* to assert* ................ r73717 | benjamin.peterson | 2009-07-01 01:30:12 +0200 (Mi, 01 Jul 2009) | 1 line use assert* methods in test_unittest ................ r73720 | benjamin.peterson | 2009-07-01 02:36:41 +0200 (Mi, 01 Jul 2009) | 4 lines fix a few cases where automated fail -> assert translation messed up Thanks Joe Amenta ................ r73725 | benjamin.peterson | 2009-07-01 02:49:09 +0200 (Mi, 01 Jul 2009) | 21 lines Merged revisions 73379,73388,73507,73722 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line use a real conditional expresion ........ r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line fix typo in last fix ........ r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line remove svn:executable property ........ r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line replace fail* with assert* ........ ................ r73744 | benjamin.peterson | 2009-07-01 15:34:35 +0200 (Mi, 01 Jul 2009) | 1 line proxy the __exit__ call ................ r73750 | benjamin.peterson | 2009-07-02 01:45:19 +0200 (Do, 02 Jul 2009) | 1 line small optimization: avoid popping the current block until we have to ................ r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Do, 02 Jul 2009) | 1 line raising bdist_dumb test coverage ................ r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Do, 02 Jul 2009) | 1 line cleaned up the bdist_dumb module ................ r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Do, 02 Jul 2009) | 1 line pep8-fied and cleaned up distutils.util ................ r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Do, 02 Jul 2009) | 1 line multiprocessing doesn't compile in Solaris because a typo ................ r73773 | benjamin.peterson | 2009-07-02 18:51:56 +0200 (Do, 02 Jul 2009) | 1 line remove this test; a module level warning is enough ................ r73781 | benjamin.peterson | 2009-07-02 23:38:36 +0200 (Do, 02 Jul 2009) | 1 line test that compile() accepts the future flag ................ r73786 | benjamin.peterson | 2009-07-03 00:56:16 +0200 (Fr, 03 Jul 2009) | 1 line condense with assertRaises ................ r73801 | tarek.ziade | 2009-07-03 11:01:07 +0200 (Fr, 03 Jul 2009) | 1 line cleaned up distutils.command.build_py ................ r73814 | tarek.ziade | 2009-07-03 21:01:12 +0200 (Fr, 03 Jul 2009) | 1 line basic tests to raise distutils.file_util coverage ................ r73815 | tarek.ziade | 2009-07-03 21:14:49 +0200 (Fr, 03 Jul 2009) | 1 line cleaned distutils.file_util ................ r73818 | gregory.p.smith | 2009-07-03 22:48:31 +0200 (Fr, 03 Jul 2009) | 2 lines Adds the select.PIPE_BUF attribute to expose the system constant. ................ r73819 | kristjan.jonsson | 2009-07-04 01:07:07 +0200 (Sa, 04 Jul 2009) | 2 lines http://bugs.python.org/issue6381 some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer. ................ r73821 | kristjan.jonsson | 2009-07-04 01:26:02 +0200 (Sa, 04 Jul 2009) | 2 lines http://bugs.python.org/issue6267 Incorrect exception handling for xmlrp client retry ................ r73822 | kristjan.jonsson | 2009-07-04 01:29:50 +0200 (Sa, 04 Jul 2009) | 2 lines http://bugs.python.org/issue6267 Incorrect exception handling for xmlrpc client retry ................ r73825 | gregory.p.smith | 2009-07-04 03:49:29 +0200 (Sa, 04 Jul 2009) | 9 lines Use select.poll() in subprocess, when available, rather than select() so that it does not fail when file descriptors are large. Fixes issue3392. Patch largely contributed by Frank Chu (fpmc) with some improvements by me. See http://bugs.python.org/issue3392. Candidate for backporting to release26-maint as it is a bug fix and changes no public API. ................ r73826 | gregory.p.smith | 2009-07-04 03:55:11 +0200 (Sa, 04 Jul 2009) | 2 lines news entry for r73825 ................ r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sa, 04 Jul 2009) | 1 line Fixed #6413: fixed log level in distutils.dist.announce ................ r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sa, 04 Jul 2009) | 1 line using print statements when used for user interaction ................ r73839 | gregory.p.smith | 2009-07-04 10:42:10 +0200 (Sa, 04 Jul 2009) | 3 lines Merge r73838 from py3k branch. Use the nondeprecated unittest method names. ................ r73841 | ezio.melotti | 2009-07-04 16:58:27 +0200 (Sa, 04 Jul 2009) | 1 line if zlib -> skipUnless(zlib) and minor cleanups ................ r73846 | alexandre.vassalotti | 2009-07-05 06:22:40 +0200 (So, 05 Jul 2009) | 6 lines Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and operator.sequenceIncludes. Patch contributed by Jeff Balogh (and updated slightly by me). ................ r73847 | alexandre.vassalotti | 2009-07-05 06:25:46 +0200 (So, 05 Jul 2009) | 2 lines Fix bad variable name in r73846. ................ r73854 | alexandre.vassalotti | 2009-07-05 08:33:41 +0200 (So, 05 Jul 2009) | 2 lines Backport test cases added in r73852. ................ r73858 | mark.dickinson | 2009-07-05 12:01:24 +0200 (So, 05 Jul 2009) | 3 lines Issues #1530559, #1741130: Fix various inconsistencies in struct.pack integer packing, and reenable some previously broken tests. ................ r73863 | kristjan.jonsson | 2009-07-05 22:56:57 +0200 (So, 05 Jul 2009) | 2 lines http://bugs.python.org/issue6382 close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server. The parent must merely close the socket handle. ................ r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mo, 06 Jul 2009) | 1 line Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) ................ r73871 | alexandre.vassalotti | 2009-07-07 04:17:30 +0200 (Di, 07 Jul 2009) | 7 lines Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. Without this change, test_unicode.UnicodeTest.test_codecs_utf7 crashes in debug mode. What happens is the unicode string u'\U000abcde' with a length of 1 encodes to the string '+2m/c3g-' of length 8. Since only 5 bytes is reserved in the buffer, a buffer overrun occurs. ................ r73877 | kristjan.jonsson | 2009-07-07 11:01:34 +0200 (Di, 07 Jul 2009) | 2 lines http://bugs.python.org/issue6382 added the shutdown_request() which can perform shutdown before calling close. This is needed for the ForkingMixIn because different close semantics are required for child and parent process. shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request(). Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work. ................ r73884 | mark.dickinson | 2009-07-07 13:08:23 +0200 (Di, 07 Jul 2009) | 1 line Add skipping to struct test that only applies when overflow masking is in effect ................ r73888 | mark.dickinson | 2009-07-07 16:15:45 +0200 (Di, 07 Jul 2009) | 3 lines Expand test coverage for struct.pack with native integer packing; reorganize the test_struct module to remove duplicated code and tests. ................ r73891 | mark.dickinson | 2009-07-07 17:08:28 +0200 (Di, 07 Jul 2009) | 3 lines Issue #1523: Remove deprecated overflow masking in struct module, and make sure that out-of-range values consistently raise struct.error. ................ r73895 | tarek.ziade | 2009-07-09 00:40:51 +0200 (Do, 09 Jul 2009) | 1 line Sets the compiler attribute to keep the old behavior for third-party packages. ................ r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Do, 09 Jul 2009) | 1 line PendingDeprecationWarning -> DeprecationWarning in build_ext ................ r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (Fr, 10 Jul 2009) | 5 lines #6416: Fix compilation of the select module on Windows, as well as test_subprocess: PIPE_BUF is not defined on Windows, and probably has no meaning there. Anyway the subprocess module uses another way to perform non-blocking reads (with a thread) ................ r73925 | tarek.ziade | 2009-07-10 11:57:15 +0200 (Fr, 10 Jul 2009) | 1 line Added test coverage for distutils.command.build ................ r73926 | tarek.ziade | 2009-07-10 12:00:21 +0200 (Fr, 10 Jul 2009) | 1 line cleaned up distutils.command.build ................ r73930 | amaury.forgeotdarc | 2009-07-10 18:47:42 +0200 (Fr, 10 Jul 2009) | 2 lines #6447: typo in subprocess docstring ................ r73931 | ezio.melotti | 2009-07-10 22:25:56 +0200 (Fr, 10 Jul 2009) | 1 line more cleanups and if zlib -> skipUnless(zlib) ................ r73932 | kristjan.jonsson | 2009-07-11 10:44:43 +0200 (Sa, 11 Jul 2009) | 3 lines http://bugs.python.org/issue6460 Need to be careful with thread switching when testing the xmlrpc server. The server thread may not have updated stats when the client thread tests them. ................ r73933 | amaury.forgeotdarc | 2009-07-11 11:09:59 +0200 (Sa, 11 Jul 2009) | 3 lines Add basic tests for the return value of os.popen().close(). According to #6358, python 3.0 has a different implementation that behaves differently. ................ r73944 | tarek.ziade | 2009-07-11 12:48:31 +0200 (Sa, 11 Jul 2009) | 1 line cleaned up distutils.build_ext module ................ r73962 | benjamin.peterson | 2009-07-12 00:15:13 +0200 (So, 12 Jul 2009) | 1 line put downloaded test support files in Lib/test/data instead of the cwd ................ r73963 | benjamin.peterson | 2009-07-12 00:25:24 +0200 (So, 12 Jul 2009) | 1 line ignore things in Lib/test/data/ ................ r73985 | benjamin.peterson | 2009-07-12 23:18:55 +0200 (So, 12 Jul 2009) | 1 line add Joe ................ r73986 | kristjan.jonsson | 2009-07-13 00:42:08 +0200 (Mo, 13 Jul 2009) | 2 lines http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy ................ r73988 | benjamin.peterson | 2009-07-13 01:40:33 +0200 (Mo, 13 Jul 2009) | 1 line fix Tarek's name ................ r73989 | benjamin.peterson | 2009-07-13 01:44:43 +0200 (Mo, 13 Jul 2009) | 1 line change encoding to utf-8 ................ r73990 | benjamin.peterson | 2009-07-13 01:49:23 +0200 (Mo, 13 Jul 2009) | 1 line fix another name ................ r73991 | benjamin.peterson | 2009-07-13 01:56:18 +0200 (Mo, 13 Jul 2009) | 1 line change encoding to utf-8 ................ r73994 | benjamin.peterson | 2009-07-13 02:03:20 +0200 (Mo, 13 Jul 2009) | 1 line fix umlaut ................ r73995 | vinay.sajip | 2009-07-13 13:21:05 +0200 (Mo, 13 Jul 2009) | 1 line Issue #6314: logging: Extra checks on the "level" argument in more places. ................ r73998 | amaury.forgeotdarc | 2009-07-13 21:14:17 +0200 (Mo, 13 Jul 2009) | 3 lines Set svn:eol-style=CRLF on all Visual Studio solution files. This should allow direct compilation from a downloaded source tar ball. ................ r74000 | amaury.forgeotdarc | 2009-07-13 22:01:11 +0200 (Mo, 13 Jul 2009) | 4 lines #1616979: Add the cp720 (Arabic DOS) encoding. Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script. ................
* Blocked revisions ↵Georg Brandl2010-05-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72004,72040,72052,72054,72056,72094,72107,72111,72114-72115,72117,72119,72126-72127,72131,72133-72135,72137,72155,72167,72173,72178,72183-72184,72189,72191,72197-72200,72202,72210,72213,72219,72223,72225-72226,72237,72241,72246,72250,72253,72257,72267,72269,72273,72283-72284,72303,72306,72314,72322,72324,72326,72328,72335,72343,72348,72361,72368,72377,72382,72388,72392,72404,72406,72443,72445,72451,72454,72461,72464,72468-72469,72474,72476,72487-72489,72494-72495,72497,72500,72506,72508-72510,72512,72516-72518,72525-72526,72535,72539,72543,72547,72551,72560,72570-72571,72582-72583,72605,72616,72618,72624,72630,72654-72655,72658,72669,72671,72681,72686,72689-72690,72692-72694,72696,72698-72699,72721,72727,72730,72736,72746,72764,72768,72774,72776-72777,72786,72789,72791,72796,72799,72805,72812-72813,72817,72823,72833,72879-72880,72890-72891,72898,72900,72903,72905,72907,72909,72912,72920-72921,72923-72924,72940,72956-72958,72972-72973,72979,72981,72986 via svnmerge ................ r72004 | vinay.sajip | 2009-04-27 13:44:27 +0000 (Mo, 27 Apr 2009) | 1 line Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. ................ r72040 | eric.smith | 2009-04-27 19:04:37 +0000 (Mo, 27 Apr 2009) | 1 line Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. ................ r72052 | raymond.hettinger | 2009-04-27 21:12:27 +0000 (Mo, 27 Apr 2009) | 1 line Update spec version number. ................ r72054 | antoine.pitrou | 2009-04-27 21:53:26 +0000 (Mo, 27 Apr 2009) | 5 lines Issue #1734234: Massively speedup `unicodedata.normalize()` when the string is already in normalized form, by performing a quick check beforehand. Original patch by Rauli Ruohonen. ................ r72056 | eric.smith | 2009-04-28 07:33:09 +0000 (Di, 28 Apr 2009) | 1 line Silence warning on Windows. ................ r72094 | tarek.ziade | 2009-04-29 08:03:46 +0000 (Mi, 29 Apr 2009) | 1 line Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore ................ r72107 | matthias.klose | 2009-04-29 17:18:19 +0000 (Mi, 29 Apr 2009) | 3 lines - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify the order that backends for the dbm extension are checked. ................ r72111 | matthias.klose | 2009-04-29 19:52:49 +0000 (Mi, 29 Apr 2009) | 3 lines - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify the order that backends for the dbm extension are checked. ................ r72114 | matthias.klose | 2009-04-29 20:09:50 +0000 (Mi, 29 Apr 2009) | 2 lines - configure.in: Don't error, when no --with-dbmliborder option is present ................ r72115 | r.david.murray | 2009-04-29 20:15:18 +0000 (Mi, 29 Apr 2009) | 2 lines More aifc tests. ................ r72117 | benjamin.peterson | 2009-04-29 20:36:25 +0000 (Mi, 29 Apr 2009) | 1 line run autoconf ................ r72119 | mark.dickinson | 2009-04-29 20:41:00 +0000 (Mi, 29 Apr 2009) | 3 lines Issue #5864: format(1234.5, '.4') gives misleading result (Backport of r72109 from py3k.) ................ r72126 | mark.dickinson | 2009-04-29 21:56:53 +0000 (Mi, 29 Apr 2009) | 2 lines Remove format_float and use _PyOS_double_to_string instead. ................ r72127 | mark.dickinson | 2009-04-29 21:57:15 +0000 (Mi, 29 Apr 2009) | 2 lines Backport some of the float formatting tests from py3k. ................ r72131 | benjamin.peterson | 2009-04-29 22:43:35 +0000 (Mi, 29 Apr 2009) | 1 line fix test_shutil on ZFS #5676 ................ r72133 | benjamin.peterson | 2009-04-29 22:44:15 +0000 (Mi, 29 Apr 2009) | 1 line make sure mode is removable while cleaning up test droppings ................ r72134 | benjamin.peterson | 2009-04-30 00:06:33 +0000 (Do, 30 Apr 2009) | 1 line make sure to close file ................ r72135 | benjamin.peterson | 2009-04-30 00:23:11 +0000 (Do, 30 Apr 2009) | 1 line prevent ref cycles by removing bound method on close() ................ r72137 | eric.smith | 2009-04-30 00:58:58 +0000 (Do, 30 Apr 2009) | 1 line Issue #1588: Add complex.__format__. ................ r72155 | senthil.kumaran | 2009-05-01 05:59:52 +0000 (Fr, 01 Mai 2009) | 4 lines Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the "<local>" macro as the only entry, this function bypasses any host name that does not contain a period. ................ r72167 | walter.doerwald | 2009-05-01 17:35:37 +0000 (Fr, 01 Mai 2009) | 5 lines Make test.test_support.EnvironmentVarGuard behave like a dictionary. All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. ................ r72173 | gregory.p.smith | 2009-05-01 19:59:52 +0000 (Fr, 01 Mai 2009) | 5 lines Adds the ipaddr module to the standard library. Issue #3959. Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon. ................ r72178 | antoine.pitrou | 2009-05-01 20:55:35 +0000 (Fr, 01 Mai 2009) | 4 lines Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an error when a named pipe is encountered, rather than blocking infinitely. ................ r72183 | georg.brandl | 2009-05-01 21:28:35 +0000 (Fr, 01 Mai 2009) | 2 lines Review ipaddr docs and add them in the TOC under "Internet protocols". ................ r72184 | georg.brandl | 2009-05-01 21:30:25 +0000 (Fr, 01 Mai 2009) | 1 line Fix directive name. ................ r72189 | eric.smith | 2009-05-02 09:58:09 +0000 (Sa, 02 Mai 2009) | 1 line Keep py3k and trunk code in sync. ................ r72191 | michael.foord | 2009-05-02 11:43:06 +0000 (Sa, 02 Mai 2009) | 9 lines Adds an exit parameter to unittest.main(). If False main no longer calls sys.exit. Closes issue 3379. Michael Foord ................ r72197 | benjamin.peterson | 2009-05-02 16:24:37 +0000 (Sa, 02 Mai 2009) | 1 line don't let sys.argv be used in the tests ................ r72198 | andrew.kuchling | 2009-05-02 17:12:15 +0000 (Sa, 02 Mai 2009) | 1 line Add items ................ r72199 | benjamin.peterson | 2009-05-02 17:33:01 +0000 (Sa, 02 Mai 2009) | 1 line remove py3k compat code ................ r72200 | benjamin.peterson | 2009-05-02 17:35:39 +0000 (Sa, 02 Mai 2009) | 1 line revert unrelated change ................ r72202 | mark.dickinson | 2009-05-02 17:55:01 +0000 (Sa, 02 Mai 2009) | 3 lines Remove unnecessary use of context for long getters. (Related to issue #5880). ................ r72210 | gregory.p.smith | 2009-05-02 18:58:21 +0000 (Sa, 02 Mai 2009) | 2 lines Convert test method names to PEP8 style. ................ r72213 | andrew.kuchling | 2009-05-02 19:17:28 +0000 (Sa, 02 Mai 2009) | 3 lines #1607951: Make mailbox.Maildir re-read the directories less frequently. This is done by recording the current time -1sec, and not re-reading unless the directory mod. times are >= the recorded time. ................ r72219 | michael.foord | 2009-05-02 20:15:05 +0000 (Sa, 02 Mai 2009) | 8 lines Add addCleanup and doCleanups to unittest.TestCase. Closes issue 5679. Michael Foord ................ r72223 | antoine.pitrou | 2009-05-02 21:13:23 +0000 (Sa, 02 Mai 2009) | 5 lines Isue #5084: unpickling now interns the attribute names of pickled objects, saving memory and avoiding growth in size of subsequent pickles. Proposal and original patch by Jake McGuire. ................ r72225 | michael.foord | 2009-05-02 22:43:34 +0000 (Sa, 02 Mai 2009) | 1 line ................ r72226 | kurt.kaiser | 2009-05-03 01:03:44 +0000 (So, 03 Mai 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ................ r72237 | gregory.p.smith | 2009-05-03 18:42:15 +0000 (So, 03 Mai 2009) | 3 lines Issue 5379 - applies patch supplied by philipp hagemeister to fix many problems with the ancient mcast.py demo code. ................ r72241 | gregory.p.smith | 2009-05-03 19:37:05 +0000 (So, 03 Mai 2009) | 3 lines Optimization: move RFC defined network constant construction out of the is_*() methods and into module private instances. ................ r72246 | gregory.p.smith | 2009-05-03 20:27:25 +0000 (So, 03 Mai 2009) | 2 lines docstring update. ................ r72250 | mark.dickinson | 2009-05-03 20:39:06 +0000 (So, 03 Mai 2009) | 2 lines Remove unnecessary uses of context in PyGetSetDef. See issue #5880. ................ r72253 | mark.dickinson | 2009-05-03 20:59:48 +0000 (So, 03 Mai 2009) | 2 lines Eliminate some locale-dependent calls to isspace and tolower. ................ r72257 | mark.dickinson | 2009-05-03 22:33:34 +0000 (So, 03 Mai 2009) | 2 lines Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. ................ r72267 | gregory.p.smith | 2009-05-04 00:16:49 +0000 (Mo, 04 Mai 2009) | 3 lines Issue #4751: For hashlib algorithms provided by OpenSSL, the Python GIL is now released during computation on data lengths >= 2048 bytes. ................ r72269 | gregory.p.smith | 2009-05-04 00:48:41 +0000 (Mo, 04 Mai 2009) | 2 lines cleanup applied patch to match style that is already in py3k branch. ................ r72273 | hirokazu.yamamoto | 2009-05-04 05:28:39 +0000 (Mo, 04 Mai 2009) | 1 line Issue #5913: os.listdir() should fail for empty path on windows. ................ r72283 | antoine.pitrou | 2009-05-04 18:32:32 +0000 (Mo, 04 Mai 2009) | 4 lines Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. Patch by Nick Barnes and Victor Stinner. ................ r72284 | antoine.pitrou | 2009-05-04 18:32:50 +0000 (Mo, 04 Mai 2009) | 3 lines Add Nick Barnes to ACKS. ................ r72303 | benjamin.peterson | 2009-05-05 00:55:24 +0000 (Di, 05 Mai 2009) | 1 line using sys._getframe(x), where x > 0 doesnt' work on IronPython ................ r72306 | steven.bethard | 2009-05-05 01:31:22 +0000 (Di, 05 Mai 2009) | 1 line Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) ................ r72314 | georg.brandl | 2009-05-05 07:48:12 +0000 (Di, 05 Mai 2009) | 1 line #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. ................ r72322 | georg.brandl | 2009-05-05 08:54:11 +0000 (Di, 05 Mai 2009) | 1 line #5142: add module skipping feature to pdb. ................ r72324 | georg.brandl | 2009-05-05 09:06:02 +0000 (Di, 05 Mai 2009) | 1 line Fix overlong lines. ................ r72326 | georg.brandl | 2009-05-05 09:19:43 +0000 (Di, 05 Mai 2009) | 1 line #5929: fix signedness warning. ................ r72328 | georg.brandl | 2009-05-05 09:20:52 +0000 (Di, 05 Mai 2009) | 1 line Remove unused variable. ................ r72335 | martin.v.loewis | 2009-05-05 16:10:16 +0000 (Di, 05 Mai 2009) | 2 lines Issue #5847: Remove -n switch on "Edit with IDLE" menu item. ................ r72343 | senthil.kumaran | 2009-05-05 17:34:42 +0000 (Di, 05 Mai 2009) | 1 line Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now. ................ r72348 | eric.smith | 2009-05-05 18:26:08 +0000 (Di, 05 Mai 2009) | 1 line Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. ................ r72361 | martin.v.loewis | 2009-05-05 22:13:01 +0000 (Di, 05 Mai 2009) | 2 lines Issue #5721: don't package Lib/test/README anymore. ................ r72368 | benjamin.peterson | 2009-05-05 23:13:58 +0000 (Di, 05 Mai 2009) | 53 lines Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line use variable ........ r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line rewrap ........ r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line test for specific node type ........ r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines Added mapping for the ttk module. ........ r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line fix handling of as imports #5279 ........ r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line make Base.get_next_sibling() and Base.get_prev_sibling() properties ........ r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line normalize docstrings in pytree according to PEP 11 ........ r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line use a set ........ r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line map urllib.urlopen to urllib.request.open #5637 ........ r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line add very alpha support to 2to3 for running concurrently with multiprocessing ........ r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line fix when multiprocessing is not available or used ........ r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed ........ ................ r72377 | tarek.ziade | 2009-05-06 07:17:52 +0000 (Mi, 06 Mai 2009) | 1 line Added a test and cleaned check_library_list to be ready to fix #5940 ................ r72382 | tarek.ziade | 2009-05-06 07:41:53 +0000 (Mi, 06 Mai 2009) | 1 line pep8-fied build_clib module : it is now similar to the one in 3.x ................ r72388 | tarek.ziade | 2009-05-06 08:05:47 +0000 (Mi, 06 Mai 2009) | 1 line more build_clib cleanup + test coverage ................ r72392 | tarek.ziade | 2009-05-06 08:11:00 +0000 (Mi, 06 Mai 2009) | 1 line removed string.split usage ................ r72404 | walter.doerwald | 2009-05-06 14:28:24 +0000 (Mi, 06 Mai 2009) | 3 lines Issue 3739: The unicode-internal encoder now reports the number of *characters* consumed like any other encoder (instead of the number of bytes). ................ r72406 | walter.doerwald | 2009-05-06 14:32:35 +0000 (Mi, 06 Mai 2009) | 2 lines Add NEWS entry about issue #3739. ................ r72443 | tarek.ziade | 2009-05-07 21:13:02 +0000 (Do, 07 Mai 2009) | 1 line removed remaining spaces ................ r72445 | tarek.ziade | 2009-05-07 21:20:34 +0000 (Do, 07 Mai 2009) | 1 line Fixed #5941: added ARFLAGS for the archiver command. ................ r72451 | tarek.ziade | 2009-05-07 22:19:27 +0000 (Do, 07 Mai 2009) | 1 line run autoconf (step forgotten in r72445) ................ r72454 | tarek.ziade | 2009-05-07 23:01:56 +0000 (Do, 07 Mai 2009) | 1 line fixed AR/ARFLAGS values in test_sysconfig ................ r72461 | benjamin.peterson | 2009-05-08 03:06:00 +0000 (Fr, 08 Mai 2009) | 1 line add _PyObject_LookupSpecial to handle fetching special method lookup ................ r72464 | benjamin.peterson | 2009-05-08 03:29:26 +0000 (Fr, 08 Mai 2009) | 1 line this is now a bound method ................ r72468 | jeroen.ruigrok | 2009-05-08 13:07:39 +0000 (Fr, 08 Mai 2009) | 2 lines Add ISO-8859-16. ................ r72469 | jeroen.ruigrok | 2009-05-08 14:11:23 +0000 (Fr, 08 Mai 2009) | 2 lines Update the Windows locale mapping with the ones introduced with Vista. ................ r72474 | benjamin.peterson | 2009-05-08 17:59:29 +0000 (Fr, 08 Mai 2009) | 1 line fix this test ................ r72476 | thomas.heller | 2009-05-08 20:09:40 +0000 (Fr, 08 Mai 2009) | 4 lines Add a file that contains diffs between offical libffi files and the files in this repository. Should make it easier to merge new libffi versions. ................ r72487 | jeffrey.yasskin | 2009-05-08 21:51:06 +0000 (Fr, 08 Mai 2009) | 7 lines PyCode_NewEmpty: Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New are trying to build an empty code object, usually to put it in a dummy frame object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify just the filename, function name, and first line number, instead of also requiring lots of code internals. ................ r72488 | jeffrey.yasskin | 2009-05-08 22:23:21 +0000 (Fr, 08 Mai 2009) | 13 lines Issue 5954, PyFrame_GetLineNumber: Most uses of PyCode_Addr2Line (http://www.google.com/codesearch?q=PyCode_Addr2Line) are just trying to get the line number of a specified frame, but there's no way to do that directly. Forcing people to go through the code object makes them know more about the guts of the interpreter than they should need. The remaining uses of PyCode_Addr2Line seem to be getting the line from a traceback (for example, http://www.google.com/codesearch/p?hl=en#u_9_nDrchrw/pygame-1.7.1release/src/base.c&q=PyCode_Addr2Line), which is replaced by the tb_lineno field. So we may be able to deprecate PyCode_Addr2Line entirely for external use. ................ r72489 | gregory.p.smith | 2009-05-08 23:16:47 +0000 (Fr, 08 Mai 2009) | 3 lines Fix an off by one error on negative indexs to __getitem__ http://code.google.com/p/ipaddr-py/issues/detail?id=15 ................ r72494 | benjamin.peterson | 2009-05-09 01:01:14 +0000 (Sa, 09 Mai 2009) | 21 lines Merged revisions 72491-72493 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r72491 | benjamin.peterson | 2009-05-08 19:33:27 -0500 (Fri, 08 May 2009) | 7 lines make 2to3 use unicode internally on 2.x This started out as a fix for #2660, but became this large refactoring when I realized the dire state this was in. 2to3 now uses tokenize.detect_encoding to decode the files correctly into unicode. ........ r72492 | benjamin.peterson | 2009-05-08 19:35:38 -0500 (Fri, 08 May 2009) | 1 line remove compat code ........ r72493 | benjamin.peterson | 2009-05-08 19:54:15 -0500 (Fri, 08 May 2009) | 1 line add a test for \r\n newlines ........ ................ r72495 | benjamin.peterson | 2009-05-09 02:07:04 +0000 (Sa, 09 Mai 2009) | 1 line lookup __reversed__ correctly as a special method ................ r72497 | tarek.ziade | 2009-05-09 08:28:53 +0000 (Sa, 09 Mai 2009) | 1 line Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used ................ r72500 | tarek.ziade | 2009-05-09 10:06:00 +0000 (Sa, 09 Mai 2009) | 1 line #5976: fixed distutils test_check_environ ................ r72506 | vinay.sajip | 2009-05-09 12:07:17 +0000 (Sa, 09 Mai 2009) | 1 line Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. ................ r72508 | benjamin.peterson | 2009-05-09 16:36:39 +0000 (Sa, 09 Mai 2009) | 1 line convert some more special methods to use _PyObject_LookupSpecial ................ r72509 | benjamin.peterson | 2009-05-09 16:51:51 +0000 (Sa, 09 Mai 2009) | 1 line ignore classic classes ................ r72510 | benjamin.peterson | 2009-05-09 17:13:10 +0000 (Sa, 09 Mai 2009) | 1 line can't handle classic classes here ................ r72512 | benjamin.peterson | 2009-05-09 17:23:03 +0000 (Sa, 09 Mai 2009) | 1 line *sigh* deal with instances correctly ................ r72516 | benjamin.peterson | 2009-05-09 19:03:05 +0000 (Sa, 09 Mai 2009) | 1 line ignore AttributeErrors for classic classes ................ r72517 | benjamin.peterson | 2009-05-09 19:17:59 +0000 (Sa, 09 Mai 2009) | 1 line don't ignore exceptions from _PyObject_LengthHint ................ r72518 | benjamin.peterson | 2009-05-09 19:18:36 +0000 (Sa, 09 Mai 2009) | 1 line clear error state properly ................ r72525 | benjamin.peterson | 2009-05-10 01:38:02 +0000 (So, 10 Mai 2009) | 1 line close file explicitly ................ r72526 | benjamin.peterson | 2009-05-10 02:29:00 +0000 (So, 10 Mai 2009) | 1 line make sure files are closed using the with statement ................ r72535 | tarek.ziade | 2009-05-10 11:42:46 +0000 (So, 10 Mai 2009) | 1 line Added tests form install_lib and pep8-fied the module ................ r72539 | tarek.ziade | 2009-05-10 11:59:30 +0000 (So, 10 Mai 2009) | 1 line refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard ................ r72543 | tarek.ziade | 2009-05-10 12:17:30 +0000 (So, 10 Mai 2009) | 1 line now using EnvironGuard everywhere ................ r72547 | tarek.ziade | 2009-05-10 12:36:48 +0000 (So, 10 Mai 2009) | 1 line fixed test for all platforms ................ r72551 | benjamin.peterson | 2009-05-10 14:16:47 +0000 (So, 10 Mai 2009) | 1 line use isinstance ................ r72560 | tarek.ziade | 2009-05-11 08:45:17 +0000 (Mo, 11 Mai 2009) | 1 line distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers ................ r72570 | michael.foord | 2009-05-11 17:59:43 +0000 (Mo, 11 Mai 2009) | 7 lines Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes from the command line. Closes issue 5995. Michael Foord ................ r72571 | michael.foord | 2009-05-11 18:01:45 +0000 (Mo, 11 Mai 2009) | 1 line Add missing # to NEWS ................ r72582 | michael.foord | 2009-05-12 10:46:23 +0000 (Di, 12 Mai 2009) | 1 line Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael ................ r72583 | michael.foord | 2009-05-12 10:49:13 +0000 (Di, 12 Mai 2009) | 1 line Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord ................ r72605 | r.david.murray | 2009-05-13 17:14:11 +0000 (Mi, 13 Mai 2009) | 3 lines Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' file is a binary. Patch by Brodie Rao, test by Daniel Diniz. ................ r72616 | benjamin.peterson | 2009-05-14 00:33:10 +0000 (Do, 14 Mai 2009) | 1 line importlib.import_module is better these days ................ r72618 | tarek.ziade | 2009-05-14 12:40:59 +0000 (Do, 14 Mai 2009) | 1 line more test coverage for distutils sdist command ................ r72624 | tarek.ziade | 2009-05-14 14:56:14 +0000 (Do, 14 Mai 2009) | 1 line pep8-fied distutils.command.sdist + more tests ................ r72630 | r.david.murray | 2009-05-14 16:12:57 +0000 (Do, 14 Mai 2009) | 3 lines Fix test failure on Windows, and add skip check if even unicodedata turns out not to be an external module on some other platform. ................ r72654 | benjamin.peterson | 2009-05-14 22:37:49 +0000 (Do, 14 Mai 2009) | 1 line prevent refleaks from threads ................ r72655 | benjamin.peterson | 2009-05-14 22:40:34 +0000 (Do, 14 Mai 2009) | 1 line a useful decorator for cleaning up threads ................ r72658 | collin.winter | 2009-05-14 23:26:30 +0000 (Do, 14 Mai 2009) | 1 line Issue 6024: make regrtest.py promote refleaks to test failures. ................ r72669 | antoine.pitrou | 2009-05-15 16:54:52 +0000 (Fr, 15 Mai 2009) | 3 lines Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. ................ r72671 | antoine.pitrou | 2009-05-15 17:27:30 +0000 (Fr, 15 Mai 2009) | 3 lines Fix bootstrapping by removing uses of the copy module in distutils ................ r72681 | tarek.ziade | 2009-05-16 16:37:06 +0000 (Sa, 16 Mai 2009) | 1 line #6041: sdist and register now use the check command. No more duplicate code for metadata checking ................ r72686 | tarek.ziade | 2009-05-16 18:29:40 +0000 (Sa, 16 Mai 2009) | 1 line pep8-fied distutils.dist module ................ r72689 | benjamin.peterson | 2009-05-16 18:44:34 +0000 (Sa, 16 Mai 2009) | 1 line use skipTest() ................ r72690 | benjamin.peterson | 2009-05-16 21:44:25 +0000 (Sa, 16 Mai 2009) | 1 line properly lookup __instancecheck__ and __subclasscheck__ ................ r72692 | benjamin.peterson | 2009-05-16 22:30:48 +0000 (Sa, 16 Mai 2009) | 1 line deal with old-style classes in issubclass and isinstance ................ r72693 | benjamin.peterson | 2009-05-16 22:40:56 +0000 (Sa, 16 Mai 2009) | 1 line completely ignore old-style stuff for type checking overloading ................ r72694 | benjamin.peterson | 2009-05-16 22:46:11 +0000 (Sa, 16 Mai 2009) | 1 line update ................ r72696 | benjamin.peterson | 2009-05-16 23:34:19 +0000 (Sa, 16 Mai 2009) | 1 line typo ................ r72698 | hirokazu.yamamoto | 2009-05-17 02:52:09 +0000 (So, 17 Mai 2009) | 1 line Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. ................ r72699 | hirokazu.yamamoto | 2009-05-17 02:58:36 +0000 (So, 17 Mai 2009) | 1 line Added NEWS for r72698. ................ r72721 | tarek.ziade | 2009-05-17 10:44:12 +0000 (So, 17 Mai 2009) | 1 line removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage ................ r72727 | tarek.ziade | 2009-05-17 11:11:57 +0000 (So, 17 Mai 2009) | 1 line removed sys.platform == 'mac' usage in distutils.dir_util ................ r72730 | tarek.ziade | 2009-05-17 11:22:36 +0000 (So, 17 Mai 2009) | 1 line pep8-fied distutils.dir_util ................ r72736 | tarek.ziade | 2009-05-17 12:04:57 +0000 (So, 17 Mai 2009) | 1 line pep8-fied distutils.archive_util + added minimum test coverage ................ r72746 | tarek.ziade | 2009-05-17 14:59:05 +0000 (So, 17 Mai 2009) | 1 line fixed the test name ................ r72764 | tarek.ziade | 2009-05-18 08:20:55 +0000 (Mo, 18 Mai 2009) | 1 line working with relative paths to avoid tar warnings on absolute paths ................ r72768 | tarek.ziade | 2009-05-18 12:21:26 +0000 (Mo, 18 Mai 2009) | 1 line Fixed #6053 - win32 fixes for distutils tests ................ r72774 | raymond.hettinger | 2009-05-18 15:51:59 +0000 (Mo, 18 Mai 2009) | 1 line Issue 6037: MutableSequence.__iadd__ should return self. ................ r72776 | jeffrey.yasskin | 2009-05-18 21:14:54 +0000 (Mo, 18 Mai 2009) | 6 lines While I was modifying test_trace, it threw an exception when I accidentally made it try to set the line number from the trace callback for a 'call' event. This patch makes the error message a little more helpful in that case, and makes it a little less likely that a future editor will make the same mistake in test_trace. ................ r72777 | collin.winter | 2009-05-18 21:35:40 +0000 (Mo, 18 Mai 2009) | 1 line Issue 6032: fix refleaks in test_urllib2_localnet. ................ r72786 | raymond.hettinger | 2009-05-19 17:43:59 +0000 (Di, 19 Mai 2009) | 1 line Note that ordered dictionaries work with reversed(). ................ r72789 | ronald.oussoren | 2009-05-19 19:29:24 +0000 (Di, 19 Mai 2009) | 2 lines Remove some traces of 'MacPython' ................ r72791 | ronald.oussoren | 2009-05-19 20:12:17 +0000 (Di, 19 Mai 2009) | 2 lines Remove some old MacPython files that are no longer relevant. ................ r72796 | jeffrey.yasskin | 2009-05-20 17:57:57 +0000 (Mi, 20 Mai 2009) | 3 lines Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of a code object. ................ r72799 | georg.brandl | 2009-05-20 18:24:08 +0000 (Mi, 20 Mai 2009) | 1 line Update bug tracker URL. ................ r72805 | mark.dickinson | 2009-05-20 18:43:07 +0000 (Mi, 20 Mai 2009) | 1 line Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. ................ r72812 | michael.foord | 2009-05-21 22:57:02 +0000 (Do, 21 Mai 2009) | 1 line Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in TestCase subclasses. Issue 6072. ................ r72813 | raymond.hettinger | 2009-05-22 01:06:44 +0000 (Fr, 22 Mai 2009) | 1 line Fix-up moving average example. ................ r72817 | philip.jenvey | 2009-05-22 05:35:32 +0000 (Fr, 22 Mai 2009) | 4 lines don't use subprocess.call with PIPEs as the child can fill the pipe buf and deadlock. add a warning to subprocess docs about this, similar to Popen.wait's. refs http://bugs.jython.org/issue1351 ................ r72823 | tarek.ziade | 2009-05-22 09:42:43 +0000 (Fr, 22 Mai 2009) | 1 line fixed encoding ................ r72833 | georg.brandl | 2009-05-22 17:00:17 +0000 (Fr, 22 Mai 2009) | 1 line #6078: _warnings is a builtin module and has no standard init_warnings function. ................ r72879 | jeffrey.yasskin | 2009-05-23 23:23:01 +0000 (Sa, 23 Mai 2009) | 14 lines Issue #6042: lnotab-based tracing is very complicated and isn't documented very well. There were at least 3 comment blocks purporting to document co_lnotab, and none did a very good job. This patch unifies them into Objects/lnotab_notes.txt which tries to completely capture the current state of affairs. I also discovered that we've attached 2 layers of patches to the basic tracing scheme. The first layer avoids jumping to instructions that don't start a line, to avoid problems in if statements and while loops. The second layer discovered that jumps backward do need to trace at instructions that don't start a line, so it added extra lnotab entries for 'while' and 'for' loops, and added a special case for backward jumps within the same line. I replaced these patches by just treating forward and backward jumps differently. ................ r72880 | senthil.kumaran | 2009-05-24 09:14:50 +0000 (So, 24 Mai 2009) | 3 lines Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. ................ r72890 | gregory.p.smith | 2009-05-24 18:00:13 +0000 (So, 24 Mai 2009) | 2 lines add a versionadded tag for set_tunnel ................ r72891 | martin.v.loewis | 2009-05-24 19:10:52 +0000 (So, 24 Mai 2009) | 5 lines Issue #6065: Do not try to build a version-independent installer if the package has extension modules. Also add NEWS entry for #5311. ................ r72898 | antoine.pitrou | 2009-05-24 20:23:57 +0000 (So, 24 Mai 2009) | 6 lines Issue #3585: Add pkg-config support. It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy. ................ r72900 | antoine.pitrou | 2009-05-24 20:46:06 +0000 (So, 24 Mai 2009) | 3 lines Add Misc/python.pc to the list of ignored files ................ r72903 | benjamin.peterson | 2009-05-24 23:13:32 +0000 (So, 24 Mai 2009) | 1 line stop using Py_FindMethod ................ r72905 | benjamin.peterson | 2009-05-25 00:48:58 +0000 (Mo, 25 Mai 2009) | 4 lines make class skipping decorators the same as skipping every test of the class This removes ClassTestSuite and a good bit of hacks. ................ r72907 | benjamin.peterson | 2009-05-25 02:40:21 +0000 (Mo, 25 Mai 2009) | 1 line handle errors from _PyObject_LookupSpecial when __get__ fails ................ r72909 | collin.winter | 2009-05-25 04:34:39 +0000 (Mo, 25 Mai 2009) | 2 lines Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle. ................ r72912 | benjamin.peterson | 2009-05-25 13:13:44 +0000 (Mo, 25 Mai 2009) | 5 lines add a SETUP_WITH opcode It speeds up the with statement and correctly looks up the special methods involved. ................ r72920 | benjamin.peterson | 2009-05-25 20:12:57 +0000 (Mo, 25 Mai 2009) | 1 line take into account the fact that SETUP_WITH pushes a finally block ................ r72921 | benjamin.peterson | 2009-05-25 20:13:36 +0000 (Mo, 25 Mai 2009) | 1 line fix error handling ................ r72923 | michael.foord | 2009-05-25 20:36:56 +0000 (Mo, 25 Mai 2009) | 1 line Make assertSequenceEqual error messages less cryptic, particularly for nested sequences. ................ r72924 | georg.brandl | 2009-05-25 21:02:56 +0000 (Mo, 25 Mai 2009) | 6 lines Allow multiple context managers in one with statement, as proposed in http://codereview.appspot.com/53094 and accepted by Guido. The construct is transformed into multiple With AST nodes so that there should be no problems with the semantics. ................ r72940 | benjamin.peterson | 2009-05-26 12:49:59 +0000 (Di, 26 Mai 2009) | 1 line teach the peepholer about SETUP_WITH ................ r72956 | raymond.hettinger | 2009-05-27 02:24:45 +0000 (Mi, 27 Mai 2009) | 3 lines Fix field name conflicts for named tuples. ................ r72957 | benjamin.peterson | 2009-05-27 02:43:46 +0000 (Mi, 27 Mai 2009) | 1 line correctly handle descrs with __missing__ ................ r72958 | benjamin.peterson | 2009-05-27 03:08:44 +0000 (Mi, 27 Mai 2009) | 1 line plug ref leak ................ r72972 | philip.jenvey | 2009-05-28 03:10:59 +0000 (Do, 28 Mai 2009) | 2 lines explicitly close the file, merged from py3k ................ r72973 | philip.jenvey | 2009-05-28 03:12:16 +0000 (Do, 28 Mai 2009) | 2 lines further hint to where the open docs really are ................ r72979 | philip.jenvey | 2009-05-28 05:58:44 +0000 (Do, 28 Mai 2009) | 2 lines explicitly close files ................ r72981 | tarek.ziade | 2009-05-28 12:53:54 +0000 (Do, 28 Mai 2009) | 1 line Fixed #6048: Distutils uses the tarfile module instead of the tar command now ................ r72986 | tarek.ziade | 2009-05-28 13:55:51 +0000 (Do, 28 Mai 2009) | 1 line using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms ................
* Merged revisions 72787 via svnmerge fromGeorg Brandl2010-05-191-1/+1
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72787 | ronald.oussoren | 2009-05-19 19:06:38 +0000 (Di, 19 Mai 2009) | 8 lines This patch ensures that the pydoc_data package gets installed. This is needed to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if') ........
* Merged revisions 72645 via svnmerge fromGeorg Brandl2010-05-192-2/+4
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72645 | antoine.pitrou | 2009-05-14 21:48:09 +0000 (Do, 14 Mai 2009) | 6 lines Issue #5918: Fix a crash in the parser module. Patch by Amaury. ........
* Blocked revisions ↵Georg Brandl2010-05-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 71004,71006,71009,71014,71019,71022-71024,71029,71031-71033,71036,71041,71043,71059,71070,71073,71075,71078,71082,71101,71119,71126-71127,71175,71206,71208,71210,71221,71229,71237,71253,71255,71263,71266,71271,71286,71291,71295,71300,71302-71303,71361,71365,71367,71370,71377,71385,71389,71392,71395-71396,71405-71406,71408,71414,71419,71430,71435,71448,71462,71465,71473,71478,71485,71492,71494,71498,71503,71507,71509,71513,71523,71528,71533,71539,71560,71569,71585,71589,71657,71662,71674,71696,71710,71715,71719,71721,71729,71740,71750,71766,71771-71772,71776,71780,71785,71788,71794,71796,71799,71802,71808,71824,71827,71832,71837-71838,71842,71853,71869,71878,71904,71906,71938,71955,71960-71961,71963,71969,71976 via svnmerge ........ r71004 | benjamin.peterson | 2009-04-01 23:15:49 +0000 (Mi, 01 Apr 2009) | 1 line remove double underscores ........ r71006 | georg.brandl | 2009-04-01 23:32:17 +0000 (Mi, 01 Apr 2009) | 1 line Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user. ........ r71009 | jesse.noller | 2009-04-02 00:03:28 +0000 (Do, 02 Apr 2009) | 1 line issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help ........ r71014 | benjamin.peterson | 2009-04-02 01:03:17 +0000 (Do, 02 Apr 2009) | 1 line handle SEEK_ constants in test_io ........ r71019 | georg.brandl | 2009-04-02 02:00:01 +0000 (Do, 02 Apr 2009) | 1 line Fix test_doctest, missed two assignments to curframe. ........ r71022 | jesse.noller | 2009-04-02 02:32:55 +0000 (Do, 02 Apr 2009) | 1 line Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis ........ r71023 | kurt.kaiser | 2009-04-02 02:44:54 +0000 (Do, 02 Apr 2009) | 3 lines Remove port spec from run.py and fix bug where subprocess fails to extract port from command line when warnings are present. ........ r71024 | georg.brandl | 2009-04-02 02:47:44 +0000 (Do, 02 Apr 2009) | 4 lines In PyErr_GivenExceptionMatches, temporarily bump the recursion limit, so that in the most common case PyObject_IsSubclass will not raise a recursion error we have to ignore anyway. ........ r71029 | senthil.kumaran | 2009-04-02 03:00:34 +0000 (Do, 02 Apr 2009) | 3 lines Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel. ........ r71031 | brett.cannon | 2009-04-02 03:17:39 +0000 (Do, 02 Apr 2009) | 6 lines PyImport_AppendInittab() took a char * as a first argument even though that string was stored beyond the life of the call. Changed the signature to be const char * to help make this point. Closes issue #1419652. ........ r71032 | michael.foord | 2009-04-02 03:20:38 +0000 (Do, 02 Apr 2009) | 13 lines Better exception messages for unittest assert methods. - unittest.assertNotEqual() now uses the inequality operator (!=) instead of the equality operator. - Default assertTrue and assertFalse messages are now useful. - TestCase has a longMessage attribute. This defaults to False, but if set to True useful error messages are shown in addition to explicit messages passed to assert methods. Issue #5663 ........ r71033 | brett.cannon | 2009-04-02 03:34:53 +0000 (Do, 02 Apr 2009) | 3 lines Fix two issues introduced by issue #71031 by changing the signature of PyImport_AppendInittab() to take a const char *. ........ r71036 | jesse.noller | 2009-04-02 04:22:09 +0000 (Do, 02 Apr 2009) | 1 line Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES ........ r71041 | jesse.noller | 2009-04-02 05:17:26 +0000 (Do, 02 Apr 2009) | 1 line Add custom initializer argument to multiprocess.Manager*, courtesy of lekma ........ r71043 | michael.foord | 2009-04-02 05:51:54 +0000 (Do, 02 Apr 2009) | 7 lines Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable. This allows for the deep copying of TestCase instances. Issue 5660 ........ r71059 | mark.dickinson | 2009-04-02 18:39:37 +0000 (Do, 02 Apr 2009) | 2 lines sys.long_info attributes should be ints, not longs ........ r71070 | antoine.pitrou | 2009-04-02 21:18:34 +0000 (Do, 02 Apr 2009) | 3 lines Issue #2396: backport the memoryview object. ........ r71073 | raymond.hettinger | 2009-04-02 22:25:40 +0000 (Do, 02 Apr 2009) | 4 lines Have namedtuple's field renamer assign names that are consistent with the corresponding tuple index. ........ r71075 | raymond.hettinger | 2009-04-02 22:34:17 +0000 (Do, 02 Apr 2009) | 1 line Update docs for namedtuple's renaming change. ........ r71078 | raymond.hettinger | 2009-04-03 02:43:54 +0000 (Fr, 03 Apr 2009) | 4 lines Localize the function lookup in timeit. ........ r71082 | hirokazu.yamamoto | 2009-04-03 03:54:08 +0000 (Fr, 03 Apr 2009) | 1 line Fixed compile error on windows. ........ r71101 | andrew.kuchling | 2009-04-03 21:43:00 +0000 (Fr, 03 Apr 2009) | 1 line Add some items ........ r71119 | raymond.hettinger | 2009-04-04 05:37:47 +0000 (Sa, 04 Apr 2009) | 1 line Add helpful link. ........ r71126 | kurt.kaiser | 2009-04-04 07:03:48 +0000 (Sa, 04 Apr 2009) | 5 lines Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble. ........ r71127 | raymond.hettinger | 2009-04-04 08:46:58 +0000 (Sa, 04 Apr 2009) | 1 line Replace the localized min/max calls with normal if/else ........ r71175 | hirokazu.yamamoto | 2009-04-04 17:20:05 +0000 (Sa, 04 Apr 2009) | 1 line No behavior change. ........ r71206 | benjamin.peterson | 2009-04-05 01:04:38 +0000 (So, 05 Apr 2009) | 1 line compare types with is ........ r71208 | michael.foord | 2009-04-05 01:15:01 +0000 (So, 05 Apr 2009) | 4 lines Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. Issue #5693 ........ r71210 | guilherme.polo | 2009-04-05 02:11:19 +0000 (So, 05 Apr 2009) | 1 line Include tkinter.h only after including tk.h (or the equivalent for another platform). ........ r71221 | vinay.sajip | 2009-04-05 11:06:24 +0000 (So, 05 Apr 2009) | 1 line Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. ........ r71229 | matthias.klose | 2009-04-05 12:43:08 +0000 (So, 05 Apr 2009) | 3 lines - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. (avoiding brown paper typo this time) ........ r71237 | georg.brandl | 2009-04-05 14:24:52 +0000 (So, 05 Apr 2009) | 1 line #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. ........ r71253 | tarek.ziade | 2009-04-05 18:31:24 +0000 (So, 05 Apr 2009) | 1 line Fixed 5694: removed spurious test output in Distutils ........ r71255 | georg.brandl | 2009-04-05 18:34:58 +0000 (So, 05 Apr 2009) | 1 line #602893: add indicator for current line in cgitb that doesnt rely on styling alone. ........ r71263 | michael.foord | 2009-04-05 19:19:28 +0000 (So, 05 Apr 2009) | 4 lines Adding assertIs and assertIsNot methods to unittest.TestCase Issue #2578 ........ r71266 | georg.brandl | 2009-04-05 20:23:13 +0000 (So, 05 Apr 2009) | 1 line Normalize issue referencing style. ........ r71271 | matthias.klose | 2009-04-05 21:19:13 +0000 (So, 05 Apr 2009) | 3 lines Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' to avoid compiler warnings. ........ r71286 | tarek.ziade | 2009-04-05 22:04:38 +0000 (So, 05 Apr 2009) | 1 line added a simplest test to distutils.spawn._nt_quote_args ........ r71291 | tarek.ziade | 2009-04-05 22:51:09 +0000 (So, 05 Apr 2009) | 1 line Fixed #5095: msi missing from Distutils bdist formats ........ r71295 | tarek.ziade | 2009-04-05 23:03:10 +0000 (So, 05 Apr 2009) | 1 line pep8-fied method names ........ r71300 | gregory.p.smith | 2009-04-05 23:48:26 +0000 (So, 05 Apr 2009) | 2 lines news entry for r71299. ........ r71302 | jack.diederich | 2009-04-06 02:08:44 +0000 (Mo, 06 Apr 2009) | 1 line test the telnetlib.Telnet interface more thoroughly ........ r71303 | gregory.p.smith | 2009-04-06 06:33:26 +0000 (Mo, 06 Apr 2009) | 3 lines - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are now collapsed within the url properly before looking in cgi_directories. ........ r71361 | benjamin.peterson | 2009-04-07 15:15:04 +0000 (Di, 07 Apr 2009) | 1 line fix syntax tests after formatting change ........ r71365 | benjamin.peterson | 2009-04-07 15:52:05 +0000 (Di, 07 Apr 2009) | 1 line fix since difference formating of SyntaxErrors ........ r71367 | benjamin.peterson | 2009-04-07 16:03:04 +0000 (Di, 07 Apr 2009) | 1 line revert unrelated change to test_telnetlib ........ r71370 | vinay.sajip | 2009-04-07 17:18:24 +0000 (Di, 07 Apr 2009) | 1 line Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch. ........ r71377 | jack.diederich | 2009-04-07 20:22:59 +0000 (Di, 07 Apr 2009) | 1 line eliminate more race conditions in telnetlib tests ........ r71385 | jack.diederich | 2009-04-07 23:56:57 +0000 (Di, 07 Apr 2009) | 4 lines - Make timing assertions very generous (a la test_timeout.py) - Break the gc cycle in negotiation tests - test the different guarantees of read_lazy and read_very_lazy ........ r71389 | raymond.hettinger | 2009-04-08 05:39:38 +0000 (Mi, 08 Apr 2009) | 1 line Add docstrings. ........ r71392 | raymond.hettinger | 2009-04-08 08:26:55 +0000 (Mi, 08 Apr 2009) | 1 line Minor factoring. ........ r71395 | benjamin.peterson | 2009-04-08 13:27:29 +0000 (Mi, 08 Apr 2009) | 1 line these must be installed to correctly run tests ........ r71396 | benjamin.peterson | 2009-04-08 13:29:41 +0000 (Mi, 08 Apr 2009) | 1 line fix syntax ........ r71405 | andrew.kuchling | 2009-04-09 11:22:47 +0000 (Do, 09 Apr 2009) | 1 line Add items ........ r71406 | andrew.kuchling | 2009-04-09 11:23:36 +0000 (Do, 09 Apr 2009) | 1 line Typo fixes ........ r71408 | collin.winter | 2009-04-09 16:46:46 +0000 (Do, 09 Apr 2009) | 11 lines Issue 5665: add more pickling tests. - Add tests for the module-level load() and dump() functions. - Add tests for cPickle's internal data structures, stressing workloads with many gets/puts. - Add tests for the Pickler and Unpickler classes, in particular the memo attribute. - test_xpickle is extended to test backwards compatibility with Python 2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker process. This is guarded with a regrtest -u xpickle resource. ........ r71414 | r.david.murray | 2009-04-09 21:54:50 +0000 (Do, 09 Apr 2009) | 3 lines Issue #2170: refactored xml.dom.minidom.normalize, increasing both its clarity and its speed. ........ r71419 | raymond.hettinger | 2009-04-09 22:31:51 +0000 (Do, 09 Apr 2009) | 1 line Add note on using keyword arguments with OrderedDict. ........ r71430 | raymond.hettinger | 2009-04-10 04:25:45 +0000 (Fr, 10 Apr 2009) | 1 line Clarify the table entries for combinatorics. ........ r71435 | raymond.hettinger | 2009-04-10 06:38:39 +0000 (Fr, 10 Apr 2009) | 1 line Fix the count of datatypes. ........ r71448 | raymond.hettinger | 2009-04-10 13:16:50 +0000 (Fr, 10 Apr 2009) | 1 line Add examples. ........ r71462 | chris.withers | 2009-04-11 11:22:19 +0000 (Sa, 11 Apr 2009) | 2 lines remove unpleasant exec ........ r71465 | nick.coghlan | 2009-04-11 13:31:31 +0000 (Sa, 11 Apr 2009) | 1 line Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks ........ r71473 | tarek.ziade | 2009-04-11 14:55:07 +0000 (Sa, 11 Apr 2009) | 1 line #5732: added the check command into Distutils ........ r71478 | tarek.ziade | 2009-04-11 15:14:17 +0000 (Sa, 11 Apr 2009) | 1 line testing a full check case ........ r71485 | andrew.kuchling | 2009-04-11 16:12:23 +0000 (Sa, 11 Apr 2009) | 1 line Add various items ........ r71492 | georg.brandl | 2009-04-11 18:19:27 +0000 (Sa, 11 Apr 2009) | 1 line Take credit for a patch of mine. ........ r71494 | benjamin.peterson | 2009-04-11 19:31:00 +0000 (Sa, 11 Apr 2009) | 1 line ignore py3_test_grammar when compiling the library ........ r71498 | benjamin.peterson | 2009-04-11 20:27:15 +0000 (Sa, 11 Apr 2009) | 1 line fix markup ........ r71503 | eric.smith | 2009-04-12 02:57:29 +0000 (So, 12 Apr 2009) | 1 line Take credit for my patch for issue 5237. ........ r71507 | georg.brandl | 2009-04-12 12:08:12 +0000 (So, 12 Apr 2009) | 1 line #5704: let python -3 imply -t as well. ........ r71509 | tarek.ziade | 2009-04-12 14:53:51 +0000 (So, 12 Apr 2009) | 1 line removed the print statements and added a test ........ r71513 | tarek.ziade | 2009-04-12 15:03:50 +0000 (So, 12 Apr 2009) | 1 line pep8-fied the module before adding tests ........ r71523 | tarek.ziade | 2009-04-12 16:31:24 +0000 (So, 12 Apr 2009) | 1 line added a simple test for search_cpp ........ r71528 | tarek.ziade | 2009-04-12 16:45:32 +0000 (So, 12 Apr 2009) | 1 line added a test for finalize_options ........ r71533 | tarek.ziade | 2009-04-12 17:02:08 +0000 (So, 12 Apr 2009) | 1 line removed string usage and added a test for _clean ........ r71539 | benjamin.peterson | 2009-04-12 20:24:56 +0000 (So, 12 Apr 2009) | 1 line remove useless import ........ r71560 | tarek.ziade | 2009-04-13 12:34:01 +0000 (Mo, 13 Apr 2009) | 1 line Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. ........ r71569 | tarek.ziade | 2009-04-13 12:42:26 +0000 (Mo, 13 Apr 2009) | 1 line deactivate test_search_cpp under win32 ........ r71585 | tarek.ziade | 2009-04-13 20:03:44 +0000 (Mo, 13 Apr 2009) | 1 line improved test coverage for distutils.cmd ........ r71589 | tarek.ziade | 2009-04-13 20:14:54 +0000 (Mo, 13 Apr 2009) | 1 line pep8-fied ........ r71657 | vinay.sajip | 2009-04-16 19:07:37 +0000 (Do, 16 Apr 2009) | 1 line Issue #5768: Change to Unicode output logic and test case for same. ........ r71662 | vinay.sajip | 2009-04-16 19:15:49 +0000 (Do, 16 Apr 2009) | 1 line Issue #5768: Change to Unicode output logic and test case for same. ........ r71674 | tarek.ziade | 2009-04-17 14:29:56 +0000 (Fr, 17 Apr 2009) | 1 line DistutilsSetupError was not raised when one single warning occured ........ r71696 | georg.brandl | 2009-04-18 08:26:21 +0000 (Sa, 18 Apr 2009) | 1 line "not subscriptable" should be a bit more understandable than "unsubscriptable". ........ r71710 | mark.dickinson | 2009-04-18 14:41:37 +0000 (Sa, 18 Apr 2009) | 2 lines Backport r71704 (add configure check for C99 round function) to trunk. ........ r71715 | mark.dickinson | 2009-04-18 14:59:42 +0000 (Sa, 18 Apr 2009) | 2 lines Issue #1869: Fix a couple of minor round() issues. ........ r71719 | benjamin.peterson | 2009-04-18 15:31:34 +0000 (Sa, 18 Apr 2009) | 1 line rename internal bytes_ functions to bytearray ........ r71721 | benjamin.peterson | 2009-04-18 19:26:19 +0000 (Sa, 18 Apr 2009) | 1 line fix a few nits in unittest.py #5771 ........ r71729 | benjamin.peterson | 2009-04-18 21:03:10 +0000 (Sa, 18 Apr 2009) | 1 line move test to a more appropiate one ........ r71740 | benjamin.peterson | 2009-04-19 03:02:54 +0000 (So, 19 Apr 2009) | 1 line fix typo ........ r71750 | mark.dickinson | 2009-04-19 17:10:47 +0000 (So, 19 Apr 2009) | 3 lines Automatic conversion of floats to integers for struct.pack integer codes is deprecated. Use an explicit int() instead. ........ r71766 | tarek.ziade | 2009-04-20 14:29:42 +0000 (Mo, 20 Apr 2009) | 1 line adding a NEWS note for #5795 (previously checked via the buildbot) ........ r71771 | raymond.hettinger | 2009-04-20 18:23:57 +0000 (Mo, 20 Apr 2009) | 1 line Fix typo ........ r71772 | mark.dickinson | 2009-04-20 21:13:33 +0000 (Mo, 20 Apr 2009) | 5 lines Issue #3166: Make long -> float (and int -> float) conversions correctly rounded, using round-half-to-even. This ensures that the value of float(n) doesn't depend on whether we're using 15-bit digits or 30-bit digits for Python longs. ........ r71776 | mark.dickinson | 2009-04-20 21:41:04 +0000 (Mo, 20 Apr 2009) | 2 lines Nit: integer division should use //, not / ........ r71780 | senthil.kumaran | 2009-04-21 03:24:19 +0000 (Di, 21 Apr 2009) | 3 lines Fix for the Issue918368 - urllib doesn't correct server returned urls ........ r71785 | r.david.murray | 2009-04-21 13:06:04 +0000 (Di, 21 Apr 2009) | 4 lines Restore skips of posix and pty tests on Windows by calling the test_support.import_module on the appropriate modules before any other imports. ........ r71788 | eric.smith | 2009-04-22 00:47:00 +0000 (Mi, 22 Apr 2009) | 1 line Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. ........ r71794 | vinay.sajip | 2009-04-22 12:10:47 +0000 (Mi, 22 Apr 2009) | 2 lines Issue #5170: Fixed regression caused when fixing #5768. ........ r71796 | eric.smith | 2009-04-22 13:29:05 +0000 (Mi, 22 Apr 2009) | 20 lines Backport of some of the work in r71665 to trunk. This reworks much of int, long, and float __format__(), and it keeps their implementation in sync with py3k. Also added PyOS_double_to_string. This is the "fallback" version that's also available in trunk, and should be kept in sync with that code. I'll add an issue to document PyOS_double_to_string in the C API. There are many internal cleanups. Externally visible changes include: - Implement PEP 378, Format Specifier for Thousands Separator, for floats, ints, and longs. - Issue #5515: 'n' formatting for ints, longs, and floats handles leading zero formatting poorly. - Issue #5772: For float.__format__, don't add a trailing ".0" if we're using no type code and we have an exponent. ........ r71799 | nick.coghlan | 2009-04-22 15:26:04 +0000 (Mi, 22 Apr 2009) | 1 line Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) ........ r71802 | eric.smith | 2009-04-22 16:20:47 +0000 (Mi, 22 Apr 2009) | 1 line Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. ........ r71808 | mark.dickinson | 2009-04-22 18:15:25 +0000 (Mi, 22 Apr 2009) | 2 lines Issue #5812: make Fraction('1e-6') valid. Backport of r71806. ........ r71824 | mark.dickinson | 2009-04-24 12:46:53 +0000 (Fr, 24 Apr 2009) | 7 lines Issue #5816: - simplify parsing and printing of complex numbers - make complex(repr(z)) round-tripping work for complex numbers involving nans, infs, or negative zeros - don't accept some of the stranger complex strings that were previously allowed---e.g., complex('1..1j') ........ r71827 | mark.dickinson | 2009-04-24 13:14:07 +0000 (Fr, 24 Apr 2009) | 2 lines Fix missing 'return NULL' ........ r71832 | mark.dickinson | 2009-04-24 13:56:07 +0000 (Fr, 24 Apr 2009) | 3 lines Issue #5812: The two-argument form of the Fraction constructor now accepts arbitrary Rational instances. ........ r71837 | mark.dickinson | 2009-04-24 16:34:14 +0000 (Fr, 24 Apr 2009) | 4 lines Issue #5593: Use more robust test for double-rounding in test_fsum. While we're at it, use new unittest.skipUnless decorator to implement skipping for that test. ........ r71838 | mark.dickinson | 2009-04-24 16:37:22 +0000 (Fr, 24 Apr 2009) | 2 lines Remove unnecessary double negative ........ r71842 | thomas.heller | 2009-04-24 18:10:46 +0000 (Fr, 24 Apr 2009) | 3 lines Issue #5161: wrong paths for ctypes cleanup when Python is built in a directory other than the source directory. ........ r71853 | thomas.heller | 2009-04-24 20:31:47 +0000 (Fr, 24 Apr 2009) | 3 lines Issue #3102: All global symbols that the _ctypes extension defines are now prefixed with 'Py' or '_ctypes'. ........ r71869 | mark.dickinson | 2009-04-25 09:47:00 +0000 (Sa, 25 Apr 2009) | 2 lines Fix typo in complex parsing code; expand tests. ........ r71878 | tarek.ziade | 2009-04-25 12:38:08 +0000 (Sa, 25 Apr 2009) | 1 line Issue #4951: Fixed failure in test_httpservers ........ r71904 | georg.brandl | 2009-04-25 15:11:29 +0000 (Sa, 25 Apr 2009) | 1 line #5841: add deprecation py3k warning and notice in the docs for commands module. ........ r71906 | thomas.heller | 2009-04-25 16:37:18 +0000 (Sa, 25 Apr 2009) | 1 line Issue #5078: Avoid redundant call to FormatError() ........ r71938 | eric.smith | 2009-04-25 21:40:15 +0000 (Sa, 25 Apr 2009) | 5 lines Issue #5835, deprecate PyOS_ascii_formatd. If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great. Will port to py3k with a different strategy. ........ r71955 | georg.brandl | 2009-04-26 06:01:04 +0000 (So, 26 Apr 2009) | 1 line Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. ........ r71960 | georg.brandl | 2009-04-26 09:56:44 +0000 (So, 26 Apr 2009) | 1 line Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. ........ r71961 | georg.brandl | 2009-04-26 09:57:29 +0000 (So, 26 Apr 2009) | 2 lines Update pydoc topics. ........ r71963 | mark.dickinson | 2009-04-26 14:00:08 +0000 (So, 26 Apr 2009) | 2 lines Reset errno before both calls to PyOS_ascii_strtod, not just one. ........ r71969 | mark.dickinson | 2009-04-26 16:04:05 +0000 (So, 26 Apr 2009) | 3 lines Backport r71967 changes from py3k to trunk. (Internal plumbing changes for float parsing.) ........ r71976 | mark.dickinson | 2009-04-26 19:54:55 +0000 (So, 26 Apr 2009) | 2 lines Fix typo in function name ........
* Blocked revisions ↵Georg Brandl2010-05-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70000,70003,70007,70011,70016-70017,70022-70023,70025-70026,70049,70071,70081,70090,70094,70119-70123,70126,70131-70132,70136,70145,70149,70153,70166,70178,70188,70212,70223,70235,70261,70267,70271,70273,70275,70281,70286,70293,70295-70296,70298,70300,70305,70308,70319,70342,70364,70378,70385-70387,70389-70390,70392-70393,70395,70397,70400,70405-70406,70418,70439,70443-70444,70454,70466,70468,70470-70473,70475,70477,70479,70485,70489,70533,70538,70542,70544,70546,70550,70552-70555,70558,70561-70564,70568-70571,70574,70578,70588-70589,70598-70599,70601,70605,70611-70621,70623-70624,70626-70627,70641,70647,70651-70652,70668-70669,70671-70672,70674,70691,70698,70700-70703,70706,70711-70712,70716,70734-70735,70747,70757,70770-70772,70775,70777-70779,70788,70807,70821,70837,70844,70856,70864,70869,70872,70874,70876-70878,70883,70885-70886,70888-70892,70894,70901,70903,70910,70918,70920,70922,70930-70931,70936,70939,70951,70956,70958,70965,70968-70969,70975,70979-70981,70986,70992-70995,70997 via svnmerge ........ r70000 | benjamin.peterson | 2009-02-26 19:07:18 +0000 (Do, 26 Feb 2009) | 1 line remove deprecated symtable.Symbol methods ........ r70003 | tarek.ziade | 2009-02-26 23:44:00 +0000 (Do, 26 Feb 2009) | 1 line removed unused import ........ r70007 | tarek.ziade | 2009-02-27 02:14:35 +0000 (Fr, 27 Feb 2009) | 1 line more info on long_description ........ r70011 | brett.cannon | 2009-02-27 03:38:28 +0000 (Fr, 27 Feb 2009) | 5 lines Fix a bug where code was trying to index an int. Left over from the situation from using str.rpartition to str.rindex. Closes Issue5213. ........ r70016 | raymond.hettinger | 2009-02-27 08:09:47 +0000 (Fr, 27 Feb 2009) | 1 line Give mapping views a usable repr. ........ r70017 | tarek.ziade | 2009-02-27 12:53:34 +0000 (Fr, 27 Feb 2009) | 1 line Issue #5052: make Distutils compatible with 2.3 again. ........ r70022 | georg.brandl | 2009-02-27 16:23:18 +0000 (Fr, 27 Feb 2009) | 1 line #5361: fix typo. ........ r70023 | georg.brandl | 2009-02-27 16:39:26 +0000 (Fr, 27 Feb 2009) | 1 line #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. ........ r70025 | georg.brandl | 2009-02-27 16:52:55 +0000 (Fr, 27 Feb 2009) | 1 line #5344: fix punctuation. ........ r70026 | georg.brandl | 2009-02-27 16:59:03 +0000 (Fr, 27 Feb 2009) | 1 line #5365: add quick look conversion table for different time representations. ........ r70049 | tarek.ziade | 2009-02-28 10:08:02 +0000 (Sa, 28 Feb 2009) | 1 line Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command ........ r70071 | jeffrey.yasskin | 2009-02-28 19:03:21 +0000 (Sa, 28 Feb 2009) | 5 lines Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with POP_JUMP_IF_{TRUE,FALSE} and JUMP_IF_{TRUE,FALSE}_OR_POP. This avoids executing a POP_TOP on each conditional and sometimes allows the peephole optimizer to skip a JUMP_ABSOLUTE entirely. It speeds up list comprehensions significantly. ........ r70081 | raymond.hettinger | 2009-03-01 02:04:32 +0000 (So, 01 Mär 2009) | 1 line Fix docs for ConfigParser. ........ r70090 | gregory.p.smith | 2009-03-02 05:13:57 +0000 (Mo, 02 Mär 2009) | 3 lines Adds an optional flags argument to re.split, re.sub and re.subn to be consistent with the other re module functions. ........ r70094 | tarek.ziade | 2009-03-02 05:38:44 +0000 (Mo, 02 Mär 2009) | 1 line removing the force-optimized option as discussed in #1533164 ........ r70119 | kristjan.jonsson | 2009-03-03 03:20:42 +0000 (Di, 03 Mär 2009) | 1 line Fix SHA_new and MD5_new, that would crash if not given initial data ........ r70120 | raymond.hettinger | 2009-03-03 04:45:34 +0000 (Di, 03 Mär 2009) | 1 line Backport PEP 372: OrderedDict() ........ r70121 | raymond.hettinger | 2009-03-03 04:51:24 +0000 (Di, 03 Mär 2009) | 3 lines Backport 70106: Add OrderedDict support to collections.namedtuple(). ........ r70122 | raymond.hettinger | 2009-03-03 05:00:37 +0000 (Di, 03 Mär 2009) | 3 lines Backport 70111: Let configparser use ordered dicts by default. ........ r70123 | raymond.hettinger | 2009-03-03 05:11:56 +0000 (Di, 03 Mär 2009) | 1 line Fix markup. ........ r70126 | raymond.hettinger | 2009-03-03 07:12:09 +0000 (Di, 03 Mär 2009) | 1 line Beef-up tests. ........ r70131 | raymond.hettinger | 2009-03-03 20:53:51 +0000 (Di, 03 Mär 2009) | 1 line Make the underlying data structure more private. ........ r70132 | raymond.hettinger | 2009-03-03 21:13:51 +0000 (Di, 03 Mär 2009) | 1 line Minor simplification. ........ r70136 | hirokazu.yamamoto | 2009-03-03 22:05:57 +0000 (Di, 03 Mär 2009) | 1 line Fixed memory leak. ........ r70145 | benjamin.peterson | 2009-03-03 22:51:57 +0000 (Di, 03 Mär 2009) | 1 line making the writing more formal ........ r70149 | raymond.hettinger | 2009-03-03 22:59:25 +0000 (Di, 03 Mär 2009) | 5 lines Backport 70140, 70141, 70143, and 70144. Adds tests, switches from list to deque, fixes __reduce__ which was unnecessarily copying __keys. ........ r70153 | brett.cannon | 2009-03-04 01:00:53 +0000 (Mi, 04 Mär 2009) | 4 lines Fix some more bugs caused by the backport from 3.x for importlib. Do a more exact copy of the final 3.x code to resolve bugs and add appropriate tests. ........ r70166 | georg.brandl | 2009-03-04 18:24:41 +0000 (Mi, 04 Mär 2009) | 2 lines Remove obsolete stuff from string module docs. ........ r70178 | ronald.oussoren | 2009-03-04 22:49:36 +0000 (Mi, 04 Mär 2009) | 2 lines Fix for issue #1113328. ........ r70188 | hirokazu.yamamoto | 2009-03-05 09:34:14 +0000 (Do, 05 Mär 2009) | 1 line Fixed memory leak on failure. ........ r70212 | tarek.ziade | 2009-03-07 00:32:45 +0000 (Sa, 07 Mär 2009) | 1 line Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler ........ r70223 | guilherme.polo | 2009-03-07 02:14:38 +0000 (Sa, 07 Mär 2009) | 4 lines Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after it is has been populated and properly configured in order to prevent window flashing. ........ r70235 | benjamin.peterson | 2009-03-08 00:21:17 +0000 (So, 08 Mär 2009) | 1 line fix funky indentation ........ r70261 | raymond.hettinger | 2009-03-09 11:31:39 +0000 (Mo, 09 Mär 2009) | 1 line Issue 5443: Fix typo. ........ r70267 | raymond.hettinger | 2009-03-09 11:57:29 +0000 (Mo, 09 Mär 2009) | 1 line Add consume() recipe to itertools docs. ........ r70271 | raymond.hettinger | 2009-03-09 12:56:23 +0000 (Mo, 09 Mär 2009) | 1 line Add cross-reference to the collections docs. ........ r70273 | georg.brandl | 2009-03-09 14:25:07 +0000 (Mo, 09 Mär 2009) | 2 lines #5458: add a note when we started to raise RuntimeErrors. ........ r70275 | georg.brandl | 2009-03-09 16:35:48 +0000 (Mo, 09 Mär 2009) | 2 lines Add missing space. ........ r70281 | benjamin.peterson | 2009-03-09 20:38:56 +0000 (Mo, 09 Mär 2009) | 1 line gzip and bz2 are context managers ........ r70286 | raymond.hettinger | 2009-03-10 00:06:05 +0000 (Di, 10 Mär 2009) | 1 line Fix markup. ........ r70293 | raymond.hettinger | 2009-03-10 04:49:21 +0000 (Di, 10 Mär 2009) | 1 line Add a version tag to the decimal module. ........ r70295 | raymond.hettinger | 2009-03-10 08:16:05 +0000 (Di, 10 Mär 2009) | 1 line Update the decimal FAQ for the from_float() classmethod and improve the recipe for remove_exponent() to make it cut and pasteable. ........ r70296 | raymond.hettinger | 2009-03-10 09:31:48 +0000 (Di, 10 Mär 2009) | 1 line Small optimization for corner case where maxlen==0. ........ r70298 | raymond.hettinger | 2009-03-10 12:50:59 +0000 (Di, 10 Mär 2009) | 1 line For collections.deque() objects, expose the maxlen parameter as a read-only attribute. ........ r70300 | raymond.hettinger | 2009-03-10 13:04:30 +0000 (Di, 10 Mär 2009) | 1 line Fix typo. ........ r70305 | brett.cannon | 2009-03-11 04:51:06 +0000 (Mi, 11 Mär 2009) | 5 lines Require implementations for warnings.showwarning() support the 'line' argument. Was a DeprecationWarning for not supporting it since Python 2.6. Closes issue #3652. ........ r70308 | tarek.ziade | 2009-03-11 12:48:04 +0000 (Mi, 11 Mär 2009) | 1 line Issue #5472: Fixed distutils.test_util tear down ........ r70319 | raymond.hettinger | 2009-03-12 00:31:58 +0000 (Do, 12 Mär 2009) | 1 line Issue 5477: Fix buglet in the itertools documentation. ........ r70342 | georg.brandl | 2009-03-13 19:03:58 +0000 (Fr, 13 Mär 2009) | 1 line #5486: typos. ........ r70364 | eric.smith | 2009-03-14 11:57:26 +0000 (Sa, 14 Mär 2009) | 17 lines Issue 5237, Allow auto-numbered replacement fields in str.format() strings. For simple uses for str.format(), this makes the typing easier. Hopfully this will help in the adoption of str.format(). For example: 'The {} is {}'.format('sky', 'blue') You can mix and matcth auto-numbering and named replacement fields: 'The {} is {color}'.format('sky', color='blue') But you can't mix and match auto-numbering and specified numbering: 'The {0} is {}'.format('sky', 'blue') ValueError: cannot switch from manual field specification to automatic field numbering Will port to 3.1. ........ r70378 | nick.coghlan | 2009-03-15 03:24:46 +0000 (So, 15 Mär 2009) | 1 line Make marshalling errors a little more informative as to what went wrong ........ r70385 | benjamin.peterson | 2009-03-15 14:38:55 +0000 (So, 15 Mär 2009) | 1 line fix tuple.index() error message #5495 ........ r70386 | georg.brandl | 2009-03-15 21:32:06 +0000 (So, 15 Mär 2009) | 1 line #5496: fix docstring of lookup(). ........ r70387 | georg.brandl | 2009-03-15 21:37:16 +0000 (So, 15 Mär 2009) | 1 line #5493: clarify __nonzero__ docs. ........ r70389 | georg.brandl | 2009-03-15 21:43:38 +0000 (So, 15 Mär 2009) | 1 line Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int. ........ r70390 | georg.brandl | 2009-03-15 21:44:43 +0000 (So, 15 Mär 2009) | 1 line #5491: clarify nested() semantics. ........ r70392 | georg.brandl | 2009-03-15 21:46:00 +0000 (So, 15 Mär 2009) | 1 line #5488: add missing struct member. ........ r70393 | georg.brandl | 2009-03-15 21:47:42 +0000 (So, 15 Mär 2009) | 1 line #5478: fix copy-paste oversight in function signature. ........ r70395 | georg.brandl | 2009-03-15 21:51:48 +0000 (So, 15 Mär 2009) | 1 line #5276: document IDLESTARTUP and .Idle.py. ........ r70397 | georg.brandl | 2009-03-15 21:53:56 +0000 (So, 15 Mär 2009) | 1 line #5469: add with statement to list of name-binding constructs. ........ r70400 | georg.brandl | 2009-03-15 21:59:37 +0000 (So, 15 Mär 2009) | 3 lines Fix markup in re docs and give a mail address in regex howto, so that the recommendation to send suggestions to the author can be followed. ........ r70405 | georg.brandl | 2009-03-15 22:11:07 +0000 (So, 15 Mär 2009) | 7 lines Move the previously local import of threading to module level. This is cleaner and avoids lockups in obscure cases where a Queue is instantiated while the import lock is already held by another thread. OKed by Tim Peters. ........ r70406 | hirokazu.yamamoto | 2009-03-15 22:43:14 +0000 (So, 15 Mär 2009) | 1 line Added skip for old MSVC. ........ r70418 | georg.brandl | 2009-03-16 19:42:03 +0000 (Mo, 16 Mär 2009) | 1 line Add token markup. ........ r70439 | mark.dickinson | 2009-03-17 23:03:46 +0000 (Di, 17 Mär 2009) | 3 lines Issue #2110: Add support for thousands separator and 'n' format specifier to Decimal __format__ method. ........ r70443 | bob.ippolito | 2009-03-17 23:19:00 +0000 (Di, 17 Mär 2009) | 1 line merge json library with simplejson 2.0.9 (issue 4136) ........ r70444 | mark.dickinson | 2009-03-18 08:22:51 +0000 (Mi, 18 Mär 2009) | 3 lines Fix bug in _insert_thousands_sep: too much zero padding could be added for 'n' formats with non-repeating thousands-separator. ........ r70454 | mark.dickinson | 2009-03-18 16:07:26 +0000 (Mi, 18 Mär 2009) | 9 lines Issue 4474: On platforms with sizeof(wchar_t) == 4 and sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts each character outside the BMP to the appropriate surrogate pair. Thanks Victor Stinner for the patch. (backport of r70452 from py3k to trunk) ........ r70466 | raymond.hettinger | 2009-03-18 22:13:20 +0000 (Mi, 18 Mär 2009) | 1 line Use mixin methods where possible. (2.7 only -- these don't all exist in 3.0) ........ r70468 | benjamin.peterson | 2009-03-19 03:04:31 +0000 (Do, 19 Mär 2009) | 1 line close files after comparing them ........ r70470 | raymond.hettinger | 2009-03-19 15:21:10 +0000 (Do, 19 Mär 2009) | 6 lines Improve implementation with better underlying data structure for O(1) deletions. Big-Oh performance now the same as regular dictionaries. Uses a doubly-linked list instead of a list/seq to track insertion order. ........ r70471 | raymond.hettinger | 2009-03-19 19:19:03 +0000 (Do, 19 Mär 2009) | 3 lines Issue 5381: Add object_pairs_hook to the json module. ........ r70472 | raymond.hettinger | 2009-03-19 19:24:43 +0000 (Do, 19 Mär 2009) | 1 line Silence a compiler warning. ........ r70473 | raymond.hettinger | 2009-03-19 19:59:58 +0000 (Do, 19 Mär 2009) | 6 lines * Add clearer comment to initialization code. * Add optional argument to popitem() -- modeled after Anthon van der Neut's C version. * Fix method markup in docs. ........ r70475 | raymond.hettinger | 2009-03-19 23:12:41 +0000 (Do, 19 Mär 2009) | 6 lines * Add implementation notes. * Re-order methods so that those touching the underlying data structure come first and the derived methods come last. ........ r70477 | raymond.hettinger | 2009-03-19 23:22:25 +0000 (Do, 19 Mär 2009) | 1 line Fix typo ........ r70479 | mark.dickinson | 2009-03-20 15:51:55 +0000 (Fr, 20 Mär 2009) | 3 lines Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. Backport of r70459. ........ r70485 | raymond.hettinger | 2009-03-20 18:25:49 +0000 (Fr, 20 Mär 2009) | 1 line Add MutableSet example. ........ r70489 | mark.dickinson | 2009-03-20 23:16:14 +0000 (Fr, 20 Mär 2009) | 4 lines Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid for all signed integer types T, not just those for which "unsigned T" is legal. ........ r70533 | raymond.hettinger | 2009-03-23 00:08:09 +0000 (Mo, 23 Mär 2009) | 6 lines Add more comments. Improve variable names. Make links clearer by using a Link object instead of a list. Use proxy links to avoid circular references. ........ r70538 | raymond.hettinger | 2009-03-23 04:42:18 +0000 (Mo, 23 Mär 2009) | 1 line Move initialization of root link to __init__. ........ r70542 | mark.dickinson | 2009-03-23 18:25:13 +0000 (Mo, 23 Mär 2009) | 14 lines Issue #5512: speed up the long division algorithm for Python longs. The basic algorithm remains the same; the most significant speedups come from the following three changes: (1) normalize by shifting instead of multiplying and dividing (2) the old algorithm usually did an unnecessary extra iteration of the outer loop; remove this. As a special case, this means that long divisions with a single-digit result run twice as fast as before. (3) make inner loop much tighter. Various benchmarks show speedups of between 50% and 150% for long integer divisions and modulo operations. ........ r70544 | raymond.hettinger | 2009-03-23 18:26:59 +0000 (Mo, 23 Mär 2009) | 1 line Make imported name private and wrap long-line. ........ r70546 | antoine.pitrou | 2009-03-23 18:41:45 +0000 (Mo, 23 Mär 2009) | 9 lines Issue #4688: Add a heuristic so that tuples and dicts containing only untrackable objects are not tracked by the garbage collector. This can reduce the size of collections and therefore the garbage collection overhead on long-running programs, depending on their particular use of datatypes. (trivia: this makes the "binary_trees" benchmark from the Computer Language Shootout 40% faster) ........ r70550 | antoine.pitrou | 2009-03-23 19:17:00 +0000 (Mo, 23 Mär 2009) | 3 lines The tracking statistics were actually too pessimistic ........ r70552 | benjamin.peterson | 2009-03-23 20:47:59 +0000 (Mo, 23 Mär 2009) | 1 line fix very old names for exception terms #5543 ........ r70553 | benjamin.peterson | 2009-03-23 21:23:30 +0000 (Mo, 23 Mär 2009) | 1 line revert r70552; wrong fix ........ r70554 | benjamin.peterson | 2009-03-23 21:25:15 +0000 (Mo, 23 Mär 2009) | 1 line complain when there's no last exception ........ r70555 | benjamin.peterson | 2009-03-23 21:50:21 +0000 (Mo, 23 Mär 2009) | 4 lines implement test skipping and expected failures patch by myself #1034053 ........ r70558 | benjamin.peterson | 2009-03-23 22:29:45 +0000 (Mo, 23 Mär 2009) | 4 lines comply with the evilJavaNamingScheme for attribute names It seems my love of PEP 8 overrode the need for consistentcy ........ r70561 | benjamin.peterson | 2009-03-23 23:10:14 +0000 (Mo, 23 Mär 2009) | 1 line refactor unittest docs ........ r70562 | benjamin.peterson | 2009-03-23 23:13:36 +0000 (Mo, 23 Mär 2009) | 1 line forgot to document that setUp can be skipped (silly me...) ........ r70563 | benjamin.peterson | 2009-03-23 23:19:03 +0000 (Mo, 23 Mär 2009) | 1 line update from CVS ........ r70564 | raymond.hettinger | 2009-03-24 00:17:11 +0000 (Di, 24 Mär 2009) | 1 line Add links to related resources. ........ r70568 | benjamin.peterson | 2009-03-24 00:35:20 +0000 (Di, 24 Mär 2009) | 1 line some cleanup and modernization ........ r70569 | benjamin.peterson | 2009-03-24 00:36:16 +0000 (Di, 24 Mär 2009) | 1 line remove special metadata ........ r70570 | benjamin.peterson | 2009-03-24 00:37:12 +0000 (Di, 24 Mär 2009) | 1 line update docstring ........ r70571 | benjamin.peterson | 2009-03-24 00:39:24 +0000 (Di, 24 Mär 2009) | 1 line add new skipping things to __all__ ........ r70574 | benjamin.peterson | 2009-03-24 01:11:37 +0000 (Di, 24 Mär 2009) | 1 line fix typo ........ r70578 | benjamin.peterson | 2009-03-24 03:24:56 +0000 (Di, 24 Mär 2009) | 1 line this is better written using assertRaises ........ r70588 | benjamin.peterson | 2009-03-24 22:56:32 +0000 (Di, 24 Mär 2009) | 1 line fix newline issue in test summary ........ r70589 | benjamin.peterson | 2009-03-24 23:07:07 +0000 (Di, 24 Mär 2009) | 1 line another style nit ........ r70598 | benjamin.peterson | 2009-03-25 21:24:04 +0000 (Mi, 25 Mär 2009) | 1 line add shorthands for expected failures and unexpected success ........ r70599 | benjamin.peterson | 2009-03-25 21:42:51 +0000 (Mi, 25 Mär 2009) | 1 line this can be slightly less ugly ........ r70601 | raymond.hettinger | 2009-03-25 22:41:32 +0000 (Mi, 25 Mär 2009) | 1 line Separate initialization from clearing. ........ r70605 | benjamin.peterson | 2009-03-26 16:32:23 +0000 (Do, 26 Mär 2009) | 1 line remove uneeded function ........ r70611 | benjamin.peterson | 2009-03-26 18:35:37 +0000 (Do, 26 Mär 2009) | 1 line add much better tests for python version information parsing ........ r70612 | benjamin.peterson | 2009-03-26 18:55:48 +0000 (Do, 26 Mär 2009) | 1 line more and more implementations now support sys.subversion ........ r70613 | benjamin.peterson | 2009-03-26 18:58:30 +0000 (Do, 26 Mär 2009) | 1 line roll old test in with new one ........ r70614 | benjamin.peterson | 2009-03-26 19:09:21 +0000 (Do, 26 Mär 2009) | 1 line add support for PyPy ........ r70615 | benjamin.peterson | 2009-03-26 19:58:18 +0000 (Do, 26 Mär 2009) | 5 lines add some useful utilities for skipping tests with unittest's new skipping ability most significantly apply a modified portion of the patch from #4242 with patches for skipping implementation details ........ r70616 | benjamin.peterson | 2009-03-26 20:05:50 +0000 (Do, 26 Mär 2009) | 1 line rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 ........ r70617 | benjamin.peterson | 2009-03-26 20:17:27 +0000 (Do, 26 Mär 2009) | 1 line apply the second part of #4242's patch; classify all the implementation details in test_descr ........ r70618 | benjamin.peterson | 2009-03-26 20:48:25 +0000 (Do, 26 Mär 2009) | 1 line remove test_support.TestSkipped and just use unittest.SkipTest ........ r70619 | benjamin.peterson | 2009-03-26 20:49:40 +0000 (Do, 26 Mär 2009) | 1 line fix naming ........ r70620 | benjamin.peterson | 2009-03-26 21:10:30 +0000 (Do, 26 Mär 2009) | 1 line fix incorrect auto-translation of TestSkipped -> unittest.SkipTest ........ r70621 | benjamin.peterson | 2009-03-26 21:11:16 +0000 (Do, 26 Mär 2009) | 1 line must pass argument to get expected behavior ;) ........ r70623 | benjamin.peterson | 2009-03-26 21:30:10 +0000 (Do, 26 Mär 2009) | 1 line add missing import ........ r70624 | benjamin.peterson | 2009-03-26 21:30:54 +0000 (Do, 26 Mär 2009) | 1 line ** is required here ........ r70626 | benjamin.peterson | 2009-03-26 21:40:29 +0000 (Do, 26 Mär 2009) | 1 line update email tests to use SkipTest ........ r70627 | benjamin.peterson | 2009-03-26 21:44:43 +0000 (Do, 26 Mär 2009) | 1 line fix another name ........ r70641 | guilherme.polo | 2009-03-27 21:43:08 +0000 (Fr, 27 Mär 2009) | 3 lines Adjusted _tkinter to compile without warnings when WITH_THREAD is not defined (part of issue #5035) ........ r70647 | antoine.pitrou | 2009-03-28 19:10:13 +0000 (Sa, 28 Mär 2009) | 3 lines Publicize the GC untracking optimization ........ r70651 | guilherme.polo | 2009-03-28 19:17:16 +0000 (Sa, 28 Mär 2009) | 1 line Typo fix ........ r70652 | antoine.pitrou | 2009-03-28 19:17:54 +0000 (Sa, 28 Mär 2009) | 3 lines Fix a typo and be more specific ........ r70668 | benjamin.peterson | 2009-03-29 03:16:57 +0000 (So, 29 Mär 2009) | 1 line a more realistic example ........ r70669 | benjamin.peterson | 2009-03-29 03:31:40 +0000 (So, 29 Mär 2009) | 1 line stop the versionchanged directive from hiding the docs ........ r70671 | benjamin.peterson | 2009-03-29 03:39:58 +0000 (So, 29 Mär 2009) | 1 line fix consistency ........ r70672 | collin.winter | 2009-03-29 03:44:19 +0000 (So, 29 Mär 2009) | 4 lines Add the ability to control the random seed used by regrtest.py -r. This adds a --randseed option, and makes regrtest.py -r indicate what random seed it's using so that that value can later be fed back to --randseed. This option is useful for tracking down test order-related issues found by make buildbottest, for example. ........ r70674 | guilherme.polo | 2009-03-29 10:19:05 +0000 (So, 29 Mär 2009) | 1 line Typo fix. ........ r70691 | raymond.hettinger | 2009-03-29 18:51:11 +0000 (So, 29 Mär 2009) | 1 line Make life easier for non-CPython implementations. ........ r70698 | benjamin.peterson | 2009-03-29 21:31:05 +0000 (So, 29 Mär 2009) | 1 line thanks to guido's bytecode verifier, this is fixed ........ r70700 | benjamin.peterson | 2009-03-29 21:50:14 +0000 (So, 29 Mär 2009) | 1 line use the awesome new status iterator ........ r70701 | benjamin.peterson | 2009-03-29 22:27:26 +0000 (So, 29 Mär 2009) | 1 line add missing import ........ r70702 | bob.ippolito | 2009-03-29 22:33:58 +0000 (So, 29 Mär 2009) | 1 line Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container ........ r70703 | benjamin.peterson | 2009-03-30 02:14:21 +0000 (Mo, 30 Mär 2009) | 1 line fix import ........ r70706 | benjamin.peterson | 2009-03-30 14:42:23 +0000 (Mo, 30 Mär 2009) | 1 line add missing import ........ r70711 | r.david.murray | 2009-03-30 15:14:01 +0000 (Mo, 30 Mär 2009) | 2 lines Convert import try/except to use test_support.import_module(). ........ r70712 | benjamin.peterson | 2009-03-30 15:15:38 +0000 (Mo, 30 Mär 2009) | 1 line don't rely on the order dict repr #5605 ........ r70716 | r.david.murray | 2009-03-30 15:30:34 +0000 (Mo, 30 Mär 2009) | 2 lines Revert incorrect change. ........ r70734 | r.david.murray | 2009-03-30 19:04:00 +0000 (Mo, 30 Mär 2009) | 7 lines Add import_function method to test.test_support, and modify a number of tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on. ........ r70735 | ronald.oussoren | 2009-03-30 19:22:56 +0000 (Mo, 30 Mär 2009) | 3 lines Remove usage of the deprecated '-cString' and '+stringWithCString:' API's in PythonLauncher, replacing them with the correct counterparts. ........ r70747 | r.david.murray | 2009-03-30 20:04:06 +0000 (Mo, 30 Mär 2009) | 3 lines Remove references to test_socket_ssl which was deleted in trunk in r64392 and py3k in r59038. ........ r70757 | senthil.kumaran | 2009-03-30 21:51:50 +0000 (Mo, 30 Mär 2009) | 3 lines Fix for bugs: Issue4675 and Issue4962. ........ r70770 | andrew.kuchling | 2009-03-30 22:30:20 +0000 (Mo, 30 Mär 2009) | 1 line Add several items and placeholders ........ r70771 | andrew.kuchling | 2009-03-30 22:31:11 +0000 (Mo, 30 Mär 2009) | 1 line Many edits ........ r70772 | barry.warsaw | 2009-03-30 22:42:17 +0000 (Mo, 30 Mär 2009) | 5 lines A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), though with some changes by me. This patch should not be back ported or forward ported. It's a bit too risky for 2.6 and 3.x does things fairly differently. ........ r70775 | r.david.murray | 2009-03-30 23:05:48 +0000 (Mo, 30 Mär 2009) | 4 lines Change more tests to use import_module for the modules that should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring. ........ r70777 | andrew.kuchling | 2009-03-30 23:09:46 +0000 (Mo, 30 Mär 2009) | 1 line Add more items ........ r70778 | ronald.oussoren | 2009-03-30 23:10:35 +0000 (Mo, 30 Mär 2009) | 4 lines Fix issue #4865: add /Library/Python/2.7/site-packages to sys.path on OSX, to make it easier to share (some) installed packages between the system install and a user install. ........ r70779 | r.david.murray | 2009-03-30 23:10:37 +0000 (Mo, 30 Mär 2009) | 3 lines Actually suppress warnings in test_at_least_import_untested_modules inside the catch_warnings context manager. ........ r70788 | andrew.kuchling | 2009-03-31 01:21:01 +0000 (Di, 31 Mär 2009) | 1 line Add various items ........ r70807 | jeremy.hylton | 2009-03-31 13:31:00 +0000 (Di, 31 Mär 2009) | 2 lines Update quicktest to match Python 3 branch ........ r70821 | jeremy.hylton | 2009-03-31 15:04:15 +0000 (Di, 31 Mär 2009) | 2 lines Add check for PyDict_Update() error. ........ r70837 | gregory.p.smith | 2009-03-31 16:54:10 +0000 (Di, 31 Mär 2009) | 9 lines The unittest.TestCase.assertEqual() now displays the differences in lists, tuples, dicts and sets on failure. Many new handy type and comparison specific assert* methods have been added that fail with error messages actually useful for debugging. Contributed in by Google and completed with help from mfoord and GvR at PyCon 2009 sprints. Discussion lives in http://bugs.python.org/issue2578. ........ r70844 | raymond.hettinger | 2009-03-31 17:47:06 +0000 (Di, 31 Mär 2009) | 1 line Per the language summit, the optional fastpath imports should use from-import-star. ........ r70856 | r.david.murray | 2009-03-31 18:32:17 +0000 (Di, 31 Mär 2009) | 7 lines A few more test skips via import_module, and change import_module to return the error message produced by importlib, so that if an import in the package whose import is being wrapped is what failed the skip message will contain the name of that module instead of the name of the wrapped module. Also fixed formatting of some previous comments. ........ r70864 | gregory.p.smith | 2009-03-31 19:03:28 +0000 (Di, 31 Mär 2009) | 10 lines Rename the actual method definitions to the official assertFoo names. Adds unittests to make sure the old fail* names continue to work now and adds a comment that they are pending deprecation. Also adds a test to confirm that the plural Equals method variants continue to exist even though we're unlikely to deprecate those. http://bugs.python.org/issue2578 ........ r70869 | georg.brandl | 2009-03-31 19:14:42 +0000 (Di, 31 Mär 2009) | 1 line Fix-up unwanted change. ........ r70872 | r.david.murray | 2009-03-31 19:31:17 +0000 (Di, 31 Mär 2009) | 3 lines Delete out-of-date and little-known README from the test directory by consensus of devs at pycon sprint. ........ r70874 | r.david.murray | 2009-03-31 19:33:15 +0000 (Di, 31 Mär 2009) | 5 lines Improve test_support.import_module docstring, remove deprecated flag from get_attribute since it isn't likely to do anything useful. ........ r70876 | r.david.murray | 2009-03-31 19:49:15 +0000 (Di, 31 Mär 2009) | 4 lines Remove the regrtest check that turns any ImportError into a skipped test. Hopefully all modules whose imports legitimately result in a skipped test have been properly wrapped by the previous commits. ........ r70877 | r.david.murray | 2009-03-31 19:57:24 +0000 (Di, 31 Mär 2009) | 2 lines Add NEWS entry for regrtest change. ........ r70878 | gregory.p.smith | 2009-03-31 19:59:14 +0000 (Di, 31 Mär 2009) | 3 lines Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. Document the deprecation. ........ r70883 | georg.brandl | 2009-03-31 20:41:08 +0000 (Di, 31 Mär 2009) | 1 line #1674032: return value of flag from Event.wait(). OKed by Guido. ........ r70885 | tarek.ziade | 2009-03-31 20:48:31 +0000 (Di, 31 Mär 2009) | 1 line using log.warn for sys.stderr ........ r70886 | tarek.ziade | 2009-03-31 20:50:59 +0000 (Di, 31 Mär 2009) | 1 line added tests for the clean command ........ r70888 | tarek.ziade | 2009-03-31 20:53:13 +0000 (Di, 31 Mär 2009) | 1 line more tests for the register command ........ r70889 | tarek.ziade | 2009-03-31 20:53:55 +0000 (Di, 31 Mär 2009) | 1 line more tests for the upload command ........ r70890 | tarek.ziade | 2009-03-31 20:54:38 +0000 (Di, 31 Mär 2009) | 1 line added test to the install_data command ........ r70891 | tarek.ziade | 2009-03-31 20:55:21 +0000 (Di, 31 Mär 2009) | 1 line added tests to the install_headers command ........ r70892 | tarek.ziade | 2009-03-31 20:56:11 +0000 (Di, 31 Mär 2009) | 1 line making sdist and config test silents ........ r70894 | benjamin.peterson | 2009-03-31 21:06:30 +0000 (Di, 31 Mär 2009) | 1 line take the usual lock precautions around _active_limbo_lock ........ r70901 | georg.brandl | 2009-03-31 21:40:24 +0000 (Di, 31 Mär 2009) | 2 lines Remove warning about pending Win9x support removal. ........ r70903 | georg.brandl | 2009-03-31 21:45:18 +0000 (Di, 31 Mär 2009) | 1 line #1676135: remove trailing slashes from --prefix argument. ........ r70910 | tarek.ziade | 2009-03-31 22:27:23 +0000 (Di, 31 Mär 2009) | 1 line #5583 Added optional Extensions in Distutils ........ r70918 | raymond.hettinger | 2009-03-31 22:43:03 +0000 (Di, 31 Mär 2009) | 1 line Improve examples for collections.deque() ........ r70920 | tarek.ziade | 2009-03-31 22:44:10 +0000 (Di, 31 Mär 2009) | 1 line catching msvc9compiler error as well ........ r70922 | tarek.ziade | 2009-03-31 22:47:01 +0000 (Di, 31 Mär 2009) | 1 line fixed the test for win32 CompileError ........ r70930 | r.david.murray | 2009-03-31 23:45:39 +0000 (Di, 31 Mär 2009) | 3 lines Fix Windows test skip error revealed by buildbot. Also a comment spelling correction in a previously fixed test. ........ r70931 | jack.diederich | 2009-03-31 23:46:48 +0000 (Di, 31 Mär 2009) | 1 line #5228: add pickle support to functools.partial ........ r70936 | r.david.murray | 2009-04-01 03:21:43 +0000 (Mi, 01 Apr 2009) | 4 lines Fix issue 2522. locale.format now checks that it is passed exactly one pattern, which avoids mysterious errors where it had seemed to fail to do localization. ........ r70939 | jesse.noller | 2009-04-01 03:45:50 +0000 (Mi, 01 Apr 2009) | 1 line Fix multiprocessing.event to match the new threading.Event API ........ r70951 | georg.brandl | 2009-04-01 14:02:27 +0000 (Mi, 01 Apr 2009) | 1 line Add Maksim, who worked on several issues at the sprint. ........ r70956 | brett.cannon | 2009-04-01 16:00:34 +0000 (Mi, 01 Apr 2009) | 5 lines The cgitb module had imports in its functions. This can cause deadlock with the import lock if called from within a thread that was triggered by an import. Partially fixes issue #1665206. ........ r70958 | kristjan.jonsson | 2009-04-01 16:08:34 +0000 (Mi, 01 Apr 2009) | 3 lines http://bugs.python.org/issue5623 Dynamically discoverd the size of the ioinfo struct used by the crt for its file descriptors. This should work across all flavors of the CRT. Thanks to Amaury Forgeot d'Arc Needs porting to 3.1 ........ r70965 | brett.cannon | 2009-04-01 18:03:59 +0000 (Mi, 01 Apr 2009) | 5 lines _warnings was importing itself to get an attribute. That's bad if warnings gets called in a thread that was spawned by an import itself. Last part to close #1665206. ........ r70968 | michael.foord | 2009-04-01 18:25:38 +0000 (Mi, 01 Apr 2009) | 1 line Adding Wing project file ........ r70969 | raymond.hettinger | 2009-04-01 18:50:56 +0000 (Mi, 01 Apr 2009) | 1 line Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. ........ r70975 | brett.cannon | 2009-04-01 19:57:10 +0000 (Mi, 01 Apr 2009) | 4 lines test_logging was blindly clearing the warnings filter. This caused PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix moves over to using warnings.catch_warning to protect the warnings filter. ........ r70979 | brett.cannon | 2009-04-01 20:25:48 +0000 (Mi, 01 Apr 2009) | 3 lines test_warnings ironically had a single test that was not protecting the warnings filter and was resetting it. ........ r70980 | jack.diederich | 2009-04-01 20:26:13 +0000 (Mi, 01 Apr 2009) | 3 lines bounds check arguments to mmap.move(). All of them. Really. fixes crasher on OS X 10.5 ........ r70981 | senthil.kumaran | 2009-04-01 20:26:33 +0000 (Mi, 01 Apr 2009) | 3 lines Fix for issue5040. Adding test for Content-Length ........ r70986 | raymond.hettinger | 2009-04-01 20:50:58 +0000 (Mi, 01 Apr 2009) | 1 line Add link to an alternative generator with a long-period. ........ r70992 | georg.brandl | 2009-04-01 21:00:55 +0000 (Mi, 01 Apr 2009) | 1 line #4572: add SEEK_* values as constants in io.py. ........ r70993 | georg.brandl | 2009-04-01 21:05:44 +0000 (Mi, 01 Apr 2009) | 1 line Add NEWS item. ........ r70994 | georg.brandl | 2009-04-01 21:06:30 +0000 (Mi, 01 Apr 2009) | 1 line Revert accidental checkin. ........ r70995 | benjamin.peterson | 2009-04-01 21:12:54 +0000 (Mi, 01 Apr 2009) | 1 line add seek constants to __all__ ........ r70997 | r.david.murray | 2009-04-01 21:26:18 +0000 (Mi, 01 Apr 2009) | 3 lines Add tests checking the CSV module's ability to handle embedded newlines in quoted field values. ........