Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
45a6b9f Merged revisions 67449 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67449 | martin.v.loewis | 2008-11-30 12:08:26 +0100 (So, 30 Nov 2008) | 3 lines Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". ........ 30 November 2008, 11:12:00 UTC
841edad Issue #4407: Fix source file that caused the compileall step in Windows installer to fail. 30 November 2008, 10:36:49 UTC
779281c Blocked revisions 67370 via svnmerge ........ r67370 | jeremy.hylton | 2008-11-24 16:00:29 -0600 (Mon, 24 Nov 2008) | 8 lines Add unittests that verify documented behavior of public methods in Transport class. These methods can be overridden. The tests verify that the overridden methods are called, and that changes to the connection have a visible effect on the request. ........ 30 November 2008, 03:23:13 UTC
bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. Seen when setting RPCHandler.debugging=True 29 November 2008, 01:48:47 UTC
47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. Windows objects cannot be compared, and it's better to have a consistent order; so We add the window unique ID to the sort key. Reviewed by Benjamin Peterson. 28 November 2008, 23:28:42 UTC
5cff931 Merged revisions 67428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r67428 | benjamin.peterson | 2008-11-28 16:12:14 -0600 (Fri, 28 Nov 2008) | 57 lines Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67384 | benjamin.peterson | 2008-11-25 16:13:31 -0600 (Tue, 25 Nov 2008) | 4 lines don't duplicate calls to start_tree() RefactoringTool.pre_order values now holds a list of the fixers while pre_order_mapping holds the dict. ........ r67386 | benjamin.peterson | 2008-11-25 16:44:52 -0600 (Tue, 25 Nov 2008) | 1 line #4423 fix_imports was still replacing usage of a module if attributes were being used ........ r67387 | benjamin.peterson | 2008-11-25 16:47:54 -0600 (Tue, 25 Nov 2008) | 1 line fix broken test ........ r67389 | benjamin.peterson | 2008-11-25 17:13:17 -0600 (Tue, 25 Nov 2008) | 1 line remove compatibility code; we only cater to 2.5+ ........ r67390 | benjamin.peterson | 2008-11-25 22:03:36 -0600 (Tue, 25 Nov 2008) | 1 line fix #3994; the usage of changed imports was fixed in nested cases ........ r67392 | benjamin.peterson | 2008-11-26 11:11:40 -0600 (Wed, 26 Nov 2008) | 1 line simpilfy and comment fix_imports ........ r67399 | benjamin.peterson | 2008-11-26 11:47:03 -0600 (Wed, 26 Nov 2008) | 1 line remove more compatibility code ........ r67400 | benjamin.peterson | 2008-11-26 12:07:41 -0600 (Wed, 26 Nov 2008) | 1 line set svn:ignore ........ r67403 | benjamin.peterson | 2008-11-26 13:11:11 -0600 (Wed, 26 Nov 2008) | 1 line wrap import ........ r67404 | benjamin.peterson | 2008-11-26 13:29:49 -0600 (Wed, 26 Nov 2008) | 1 line build the fix_imports pattern in compile_pattern, so MAPPING can be changed and reflected in the pattern ........ r67405 | benjamin.peterson | 2008-11-26 14:01:24 -0600 (Wed, 26 Nov 2008) | 1 line stop ugly messages about runtime errors being from printed ........ r67426 | benjamin.peterson | 2008-11-28 16:01:40 -0600 (Fri, 28 Nov 2008) | 5 lines don't replace a module name if it is in the middle of a attribute lookup This fix also stops module names from being replaced if they are not in an attribute lookup. ........ ................ 28 November 2008, 23:01:28 UTC
6f3a6e2 Blocked revisions 67349,67353,67396,67407,67411 via svnmerge ........ r67349 | matthias.klose | 2008-11-23 07:37:03 -0600 (Sun, 23 Nov 2008) | 3 lines - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" ........ r67353 | matthias.klose | 2008-11-23 07:54:42 -0600 (Sun, 23 Nov 2008) | 2 lines - Fix typo in last checkin ........ r67396 | matthias.klose | 2008-11-26 11:32:49 -0600 (Wed, 26 Nov 2008) | 2 lines - Modules/Setup.dist: Mention _elementtree and _pickle. ........ r67407 | matthias.klose | 2008-11-27 01:45:25 -0600 (Thu, 27 Nov 2008) | 2 lines - Modules/Setup.dist: Update pyexpat ........ r67411 | matthias.klose | 2008-11-27 04:14:22 -0600 (Thu, 27 Nov 2008) | 2 lines - Modules/Setup.dist: Update _elementtree, add _bisect, datetime ........ 28 November 2008, 20:57:28 UTC
d0c4249 Fix mp example, remove fix_logger call 28 November 2008, 18:47:24 UTC
4523968 Merge r67419 to py3k, mp doc fixes 28 November 2008, 18:46:19 UTC
7ca7cb4 Forgot to update Misc/NEWS 28 November 2008, 11:24:16 UTC
aae1b70 2to3 run of multiprocessing examples. mp_benchmarks, mp_newtypes and mp_distribution are still broken but the others are working properly. We should include the examples in our unit test suite ... 28 November 2008, 11:23:26 UTC
94e0772 Merged revisions 67414 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67414 | christian.heimes | 2008-11-28 12:02:32 +0100 (Fri, 28 Nov 2008) | 1 line Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception ........ 28 November 2008, 11:05:17 UTC
a58ea4d - Modules/Setup.dist: Add _bisect 27 November 2008, 09:53:28 UTC
fa1885f - Modules/Setup.dist: add datetime, update _elementtree 27 November 2008, 09:51:39 UTC
e605b66 - Modules/Setup.dist: Update pyexpat 27 November 2008, 07:43:44 UTC
60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. Fixes issue #4433; reviewed by Benjamin Peterson. 26 November 2008, 18:40:58 UTC
bea0081 - Modules/Setup.dist: Fix typo in last checkin 26 November 2008, 18:28:07 UTC
2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. 26 November 2008, 17:23:18 UTC
7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. 26 November 2008, 17:22:04 UTC
1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) 26 November 2008, 17:18:22 UTC
71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. Fixes issue #4429. Reviewed by Amaury Forgeot d'Arc. 26 November 2008, 08:45:36 UTC
d951e7b check the return value of NEW_IDENTIFIER in some more places 25 November 2008, 22:19:53 UTC
45dea65 Fix a broken test_dbm_gnu as introducted by r67380. 25 November 2008, 21:27:00 UTC
3e7e069 Second fix for issue #4373 25 November 2008, 21:21:32 UTC
5f95257 #4373: Reference leak in the pickle module. Reviewed by Brett Cannon. 25 November 2008, 21:11:54 UTC
7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro. 25 November 2008, 19:19:17 UTC
50d5a1c Make ast.c compile on Windows again. 25 November 2008, 12:35:58 UTC
d56976c Blocked revisions 67376 via svnmerge ................ r67376 | benjamin.peterson | 2008-11-24 22:07:45 -0600 (Mon, 24 Nov 2008) | 17 lines Merged revisions 67183,67191,67371 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67183 | benjamin.peterson | 2008-11-10 21:51:33 -0600 (Mon, 10 Nov 2008) | 1 line handle 'import x as y' in fix_imports; this still needs more work... ........ r67191 | benjamin.peterson | 2008-11-11 17:24:51 -0600 (Tue, 11 Nov 2008) | 1 line super() is good ........ r67371 | benjamin.peterson | 2008-11-24 16:02:00 -0600 (Mon, 24 Nov 2008) | 1 line don't blow up in the metaclass fixer when assignments in the class statement aren't simple ........ ................ 25 November 2008, 04:09:48 UTC
3076006 Merged revisions 67373 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67373 | benjamin.peterson | 2008-11-24 21:43:14 -0600 (Mon, 24 Nov 2008) | 2 lines always check the return value of NEW_IDENTIFIER ........ 25 November 2008, 04:02:28 UTC
64903f9 Merged revisions 67183,67191,67371 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67183 | benjamin.peterson | 2008-11-11 04:51:33 +0100 (Di, 11 Nov 2008) | 1 line handle 'import x as y' in fix_imports; this still needs more work... ........ r67191 | benjamin.peterson | 2008-11-12 00:24:51 +0100 (Mi, 12 Nov 2008) | 1 line super() is good ........ r67371 | benjamin.peterson | 2008-11-24 23:02:00 +0100 (Mo, 24 Nov 2008) | 1 line don't blow up in the metaclass fixer when assignments in the class statement aren't simple ........ 25 November 2008, 03:08:21 UTC
2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on at least OS X where the default is macroman. Closes issue #4382. 24 November 2008, 21:09:58 UTC
02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and mention that it will become the default in a future python version. 23 November 2008, 23:49:16 UTC
e8068ed - Fix typo in last checkin 23 November 2008, 13:55:26 UTC
8aea286 Merge 67349 from the trunk: - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" 23 November 2008, 13:40:48 UTC
310d139 remove warning about not accepting unicode I don't know if it actually works with unicode, though... 23 November 2008, 01:55:23 UTC
5df7567 These files used to belong to the "sv" module, which was deleted. 22 November 2008, 22:59:15 UTC
b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67295 | benjamin.peterson | 2008-11-20 05:05:12 +0100 (jeu., 20 nov. 2008) | 1 line move useful sys.settrace information to the function's documentation from the debugger ........ r67301 | benjamin.peterson | 2008-11-20 22:25:31 +0100 (jeu., 20 nov. 2008) | 1 line fix indentation and a sphinx warning ........ r67302 | benjamin.peterson | 2008-11-20 22:44:23 +0100 (jeu., 20 nov. 2008) | 1 line oops! didn't mean to disable that test ........ r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. Will backport to 2.6 ........ r67330 | georg.brandl | 2008-11-22 09:34:14 +0100 (sam., 22 nov. 2008) | 2 lines #4364: fix attribute name on ctypes object. ........ r67342 | amaury.forgeotdarc | 2008-11-22 20:39:38 +0100 (sam., 22 nov. 2008) | 3 lines yuvconvert.c is a part of the "sv" module, an old IRIX thing and certainly not useful for any Windows build. ........ r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from stack overflow. But doing this, it always crashes when the stack is nearly full. Reviewed by Martin von Loewis. Will backport to 2.6. ........ 22 November 2008, 22:18:04 UTC
ac1f9b1 Blocked revisions 67307 via svnmerge ........ r67307 | amaury.forgeotdarc | 2008-11-20 17:34:31 -0600 (Thu, 20 Nov 2008) | 9 lines Fixed issue #4233. Changed semantic of _fileio.FileIO's close() method on file objects with closefd=False. The file descriptor is still kept open but the file object behaves like a closed file. The FileIO object also got a new readonly attribute closefd. Approved by Barry Backport of r67106 from the py3k branch ........ 22 November 2008, 18:30:57 UTC
7396a08 Add 3.0rc3 UUID. 22 November 2008, 16:13:41 UTC
0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. 22 November 2008, 10:26:59 UTC
2d92593 Blocked revisions 67336 via svnmerge ........ r67336 | georg.brandl | 2008-11-22 11:08:50 +0100 (Sat, 22 Nov 2008) | 2 lines Fix error about "-*-" being mandatory in coding cookies. ........ 22 November 2008, 10:10:59 UTC
e3d70ae Fix two mp doc issues from #4012. 22 November 2008, 08:54:21 UTC
9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. 22 November 2008, 08:51:39 UTC
59d64f7 Blocked revisions 67332 via svnmerge ........ r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines Fix typo. ........ 22 November 2008, 08:46:36 UTC
b667087 #4372: add bullet point for __cmp__ removal. 22 November 2008, 08:35:59 UTC
5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. 22 November 2008, 08:31:09 UTC
4216d2d #4378: fix a few functional HOWTO 2.xisms. 22 November 2008, 08:27:24 UTC
7a0f747 Blocked revisions 67326 via svnmerge ........ r67326 | benjamin.peterson | 2008-11-21 19:59:15 -0600 (Fri, 21 Nov 2008) | 1 line backport r67325: make FileIO.mode always contain 'b' ........ 22 November 2008, 02:02:16 UTC
44309e6 make FileIO.mode always include 'b' #4386 Reviewed by Amaury 22 November 2008, 00:41:45 UTC
656aa28 add a glossary entry for "view" 21 November 2008, 23:22:00 UTC
efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. Python 3.0 clears the exception variable upon exit of the "except:" clause, and the displaying code fails miserably. Reviewed by Benjamin. 21 November 2008, 23:08:09 UTC
6f7fad1 Merged revisions 67320 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67320 | benjamin.peterson | 2008-11-21 16:27:24 -0600 (Fri, 21 Nov 2008) | 4 lines don't segfault when \N escapes are used and unicodedata fails to load Fixes #4367 ........ 21 November 2008, 22:58:57 UTC
4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. Much, much more. :-) 21 November 2008, 18:35:43 UTC
d8ccd1c post-3.0rc3 21 November 2008, 15:13:37 UTC
0cc818f Fix minor typos. 21 November 2008, 10:40:51 UTC
29bb6d5 Tagging 3.0rc3. 21 November 2008, 01:22:30 UTC
43baef4 Bump to 3.0rc3 21 November 2008, 01:18:21 UTC
2d71822 a few updates to the gloassary with regards to __future__ and division 21 November 2008, 00:25:02 UTC
58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and strings. Closes issue #3799. 21 November 2008, 00:17:53 UTC
6e0d68e fix test_gzip 21 November 2008, 00:11:22 UTC
836b670 #4338: Fix the distutils "setup.py upload" command. The code still mixed bytes and strings. Reviewed by Martin von Loewis. 20 November 2008, 23:53:46 UTC
9d24ff0 Follow-up of r67300: correct a failure in socket.makefile(). SocketIO objects now always have 'name' and 'mode' attributes. 20 November 2008, 23:15:52 UTC
304da21 Blocked revisions 67303 via svnmerge ........ r67303 | benjamin.peterson | 2008-11-20 16:06:22 -0600 (Thu, 20 Nov 2008) | 1 line backport r67300 ........ 20 November 2008, 22:42:44 UTC
c1f44af fix Sphinx table warning 20 November 2008, 22:38:20 UTC
40e8246 Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. 20 November 2008, 20:14:50 UTC
91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by amaury.forgeotdarc and reviewed by brett.cannon. Also add release notes about the known problems with the email package. 20 November 2008, 20:01:57 UTC
2d1ca2d Issue #4354: Fix distutils register command. 20 November 2008, 16:21:55 UTC
6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67243 | benjamin.peterson | 2008-11-17 15:39:05 -0600 (Mon, 17 Nov 2008) | 1 line a few fixes on the download page ........ r67245 | benjamin.peterson | 2008-11-17 16:05:19 -0600 (Mon, 17 Nov 2008) | 1 line improve __hash__ docs ........ r67277 | skip.montanaro | 2008-11-18 21:35:41 -0600 (Tue, 18 Nov 2008) | 1 line patch from issue 1108 ........ r67278 | georg.brandl | 2008-11-19 01:59:09 -0600 (Wed, 19 Nov 2008) | 2 lines Try to fix problems with verbatim. ........ r67289 | brett.cannon | 2008-11-19 14:29:39 -0600 (Wed, 19 Nov 2008) | 2 lines Ignore .pyc and .pyo files. ........ 19 November 2008, 22:38:29 UTC
0f3641c Merged revisions 67291 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67291 | benjamin.peterson | 2008-11-19 15:49:09 -0600 (Wed, 19 Nov 2008) | 5 lines make sure that bytearray methods return a new bytearray even if there is no change Fixes #4348 Reviewed by Brett ........ 19 November 2008, 22:05:52 UTC
9c22aee Blocked revisions 67287 via svnmerge ........ r67287 | josiah.carlson | 2008-11-19 12:26:12 -0600 (Wed, 19 Nov 2008) | 2 lines Fix for issue 4332 in trunk. ........ 19 November 2008, 21:38:48 UTC
aae55cb This fixes issue 4332 for Py3k. 19 November 2008, 18:22:41 UTC
a632a75 Merged revisions 67283 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67283 | martin.v.loewis | 2008-11-19 14:51:44 +0100 (Mi, 19 Nov 2008) | 1 line Issue #4289: Remove Cancel button from AdvancedDlg. ........ 19 November 2008, 13:55:07 UTC
22d297b Merged revisions 67279 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ ........ 19 November 2008, 09:14:30 UTC
d6695ee Blocked revisions 67266 via svnmerge ........ r67266 | amaury.forgeotdarc | 2008-11-18 23:19:37 +0100 (Tue, 18 Nov 2008) | 4 lines #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. Will backport to 2.4. ........ 18 November 2008, 22:56:19 UTC
4f39d22 fix the Makefile so it doesn't pollute sys.path #4349 reviewed by Christian 18 November 2008, 22:37:15 UTC
de60347 Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028. 18 November 2008, 04:33:04 UTC
e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. 18 November 2008, 00:07:10 UTC
a2a08fb Issue 4090 and 4087: Further documentation of comparisons. 17 November 2008, 22:55:16 UTC
9262b84 Merged revisions 67246 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67246 | benjamin.peterson | 2008-11-17 16:39:09 -0600 (Mon, 17 Nov 2008) | 5 lines when __getattr__ is a descriptor, call it correctly; fixes #4230 patch from Ziga Seilnacht ........ 17 November 2008, 22:45:50 UTC
ce0506c rephrase dict view docs 17 November 2008, 21:47:41 UTC
276c371 Issue #3327: Don't overallocate in the modules_by_index list. 17 November 2008, 16:22:11 UTC
23b4bfb Issue #4312: Remove claim that distutils parameters must not be Unicode. The opposite is true. 17 November 2008, 16:04:09 UTC
f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67154 | hirokazu.yamamoto | 2008-11-07 21:46:17 -0600 (Fri, 07 Nov 2008) | 1 line Issue #4071: ntpath.abspath returned an empty string for long unicode path. ........ r67157 | georg.brandl | 2008-11-08 05:47:44 -0600 (Sat, 08 Nov 2008) | 2 lines Don't use "HOWTO" as the title for all howto .tex files. ........ r67158 | georg.brandl | 2008-11-08 05:48:20 -0600 (Sat, 08 Nov 2008) | 2 lines Update "Documenting" a bit. Concentrate on Python-specifics. ........ r67159 | georg.brandl | 2008-11-08 06:52:25 -0600 (Sat, 08 Nov 2008) | 2 lines Fix warning. ........ r67175 | benjamin.peterson | 2008-11-08 19:44:32 -0600 (Sat, 08 Nov 2008) | 1 line update link ........ r67176 | benjamin.peterson | 2008-11-08 19:52:32 -0600 (Sat, 08 Nov 2008) | 1 line fix comment ........ r67189 | benjamin.peterson | 2008-11-11 15:56:06 -0600 (Tue, 11 Nov 2008) | 1 line use correct name ........ r67224 | georg.brandl | 2008-11-15 02:10:04 -0600 (Sat, 15 Nov 2008) | 2 lines #4324: fix getlocale() argument. ........ r67225 | brett.cannon | 2008-11-15 16:33:25 -0600 (Sat, 15 Nov 2008) | 1 line Clarify the docs for the 'strict' argument to httplib.HTTPConnection. ........ r67226 | brett.cannon | 2008-11-15 16:40:44 -0600 (Sat, 15 Nov 2008) | 4 lines The docs for httplib.HTTPConnection.putheader() have claimed for quite a while that their could be an arbitrary number of values passed in. Turns out the code did not match that. The code now matches the docs. ........ r67227 | georg.brandl | 2008-11-16 02:00:17 -0600 (Sun, 16 Nov 2008) | 2 lines #4316: fix configure.in markup problem. ........ r67234 | benjamin.peterson | 2008-11-16 11:54:55 -0600 (Sun, 16 Nov 2008) | 1 line run autoconf ........ 16 November 2008, 18:33:53 UTC
7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset subclasses need to return the base type, not the subclass itself. 16 November 2008, 11:44:54 UTC
4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to True, even when x doesn't compare equal to itself. This was a regression from 2.6. Reviewed by R. Hettinger and C. Heimes. 12 November 2008, 23:23:36 UTC
3d4ca74 change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' Fixes #4307 Reviewed by Christian 12 November 2008, 21:39:01 UTC
3e8e9cc getfullargspec() has other virtues, too 12 November 2008, 21:26:46 UTC
727c2c5 Style fix, use tab instead of space 12 November 2008, 09:04:04 UTC
3be2f04 #2971: test_zipfile64 fails. This test is always skipped, but it is not a reason not to adapt it to py3k. I had to reduce most of the big figures to actually run the test. 12 November 2008, 01:57:36 UTC
e255764 Enable this test only when subprocess supports non-ascii arguments. (it is about parsing the python command line arguments, not about subprocess) 12 November 2008, 00:59:11 UTC
f4b2712 Temporarily print some information in test_cmd_line, to understand why the test fails on some platforms. 12 November 2008, 00:13:45 UTC
9a5499b #3705: Command-line arguments were not correctly decoded when the terminal does not use UTF8. Now the code propagates the unicode string as far as possible, and avoids the conversion to char* which implicitely uses utf-8. Reviewed by Benjamin. 11 November 2008, 23:04:59 UTC
d3013ff exec won't take file objects anymore 11 November 2008, 21:43:42 UTC
3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. Patch and test by Hirokazu Yamamoto. 11 November 2008, 20:05:06 UTC
3bae65b Fixed a compiler warning 11 November 2008, 12:53:39 UTC
ba55818 Merged revisions 67180 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r67180 | benjamin.peterson | 2008-11-10 16:11:12 -0600 (Mon, 10 Nov 2008) | 29 lines Merged revisions 66985,67170,67173,67177-67179 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66985 | benjamin.peterson | 2008-10-20 16:43:46 -0500 (Mon, 20 Oct 2008) | 1 line no need to use nested try, except, finally ........ r67170 | benjamin.peterson | 2008-11-08 12:28:31 -0600 (Sat, 08 Nov 2008) | 1 line fix #4271: fix_imports didn't recognize imports with parenthesis (ie from x import (a, b)) ........ r67173 | benjamin.peterson | 2008-11-08 17:42:08 -0600 (Sat, 08 Nov 2008) | 1 line consolidate test ........ r67177 | benjamin.peterson | 2008-11-09 21:52:52 -0600 (Sun, 09 Nov 2008) | 1 line let the metclass fixer handle complex assignments in the class body gracefully ........ r67178 | benjamin.peterson | 2008-11-10 15:26:43 -0600 (Mon, 10 Nov 2008) | 1 line the metaclass fixers shouldn't die when bases are not a simple name ........ r67179 | benjamin.peterson | 2008-11-10 15:29:58 -0600 (Mon, 10 Nov 2008) | 1 line allow the fix_import pattern to catch from imports with parenthesis ........ ................ 10 November 2008, 22:21:33 UTC
065ba70 update string formatting grammar 09 November 2008, 01:43:02 UTC
bde1676 Merged revisions 67171 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67171 | benjamin.peterson | 2008-11-08 12:38:54 -0600 (Sat, 08 Nov 2008) | 4 lines check for assignment to __debug__ during AST generation Also, give assignment to None a better error message ........ 08 November 2008, 19:56:21 UTC
06fd5f8 fix the socketserver demo code for py3k #4275 Thanks to Don MacMillen 08 November 2008, 17:24:34 UTC
ef6a19e Blocked revisions 67166 via svnmerge ........ r67166 | benjamin.peterson | 2008-11-08 11:07:06 -0600 (Sat, 08 Nov 2008) | 1 line clarify what was added ........ 08 November 2008, 17:08:32 UTC
back to top