summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-07 08:57:11 (GMT)
committerGeorg Brandl <georg@python.org>2008-11-07 08:57:11 (GMT)
commitf7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9 (patch)
treeb0ce71f3d8d3c7706204dbe7622dff87f7089a97
parent4aef703c45c7eea0f00a35a64fafc675f3ef98a2 (diff)
downloadcpython-f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9.zip
cpython-f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9.tar.gz
cpython-f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9.tar.bz2
Blocked revisions 66822-66823,66832,66836,66852,66868,66878,66894,66902,66912,66989,66994,67013,67015,67049,67065 via svnmerge
........ r66822 | skip.montanaro | 2008-10-07 03:55:20 +0200 (Tue, 07 Oct 2008) | 2 lines Simplify individual tests by defining setUp and tearDown methods. ........ r66823 | skip.montanaro | 2008-10-07 04:02:00 +0200 (Tue, 07 Oct 2008) | 2 lines Pay attention to -R entries in LDFLAGS. ........ r66832 | skip.montanaro | 2008-10-07 17:03:40 +0200 (Tue, 07 Oct 2008) | 1 line save/restore stdout/stderr instead of relying on __*__ versions ........ r66836 | amaury.forgeotdarc | 2008-10-07 22:32:10 +0200 (Tue, 07 Oct 2008) | 5 lines #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. Now it correctly refers to the initial otherset. Reviewed by Raymond. Will backport to 2.6. ........ r66852 | andrew.kuchling | 2008-10-08 15:21:27 +0200 (Wed, 08 Oct 2008) | 1 line Note how bytes alias is expected to be used ........ r66868 | matthias.klose | 2008-10-10 09:24:20 +0200 (Fri, 10 Oct 2008) | 2 lines - Makefile.pre.in(PROFILE_TASK): search files in srcdir ........ r66878 | benjamin.peterson | 2008-10-11 19:25:36 +0200 (Sat, 11 Oct 2008) | 4 lines give poplib a real test suite #4088 from Giampaolo Rodola'x ........ r66894 | benjamin.peterson | 2008-10-15 00:37:18 +0200 (Wed, 15 Oct 2008) | 1 line remove set compat cruft ........ r66902 | skip.montanaro | 2008-10-15 13:49:10 +0200 (Wed, 15 Oct 2008) | 1 line easter egg ........ r66912 | hirokazu.yamamoto | 2008-10-16 08:25:25 +0200 (Thu, 16 Oct 2008) | 2 lines removed unused _PyUnicode_FromFileSystemEncodedObject. made win32_chdir, win32_wchdir static. ........ r66989 | matthias.klose | 2008-10-21 11:12:25 +0200 (Tue, 21 Oct 2008) | 2 lines - install versioned manpage ........ r66994 | amaury.forgeotdarc | 2008-10-22 00:01:38 +0200 (Wed, 22 Oct 2008) | 6 lines #4157 move two test functions out of platform.py. Turn them into unit tests, and correct an obvious typo: (("a", "b") ("c", "d") ("e", "f")) compiles even with the missing commas, but does not execute very well... ........ r67013 | benjamin.peterson | 2008-10-25 04:53:28 +0200 (Sat, 25 Oct 2008) | 1 line give a py3k warning when 'nonlocal' is used as a variable name ........ r67015 | georg.brandl | 2008-10-25 09:00:52 +0200 (Sat, 25 Oct 2008) | 2 lines Typo fix. ........ r67049 | amaury.forgeotdarc | 2008-10-30 22:18:34 +0100 (Thu, 30 Oct 2008) | 8 lines Issue #4176: Pickle would crash the interpreter when a __reduce__ function does not return an iterator for the 4th and 5th items. (sequence-like and mapping-like state) A list is not an iterator... Will backport to 2.6 and 2.5. ........ r67065 | benjamin.peterson | 2008-10-31 00:59:18 +0100 (Fri, 31 Oct 2008) | 1 line move unprefixed error into .c file ........
0 files changed, 0 insertions, 0 deletions