- 28 Nov, 2008 5 commits
-
-
Jesse Noller authored
-
Jesse Noller authored
-
Christian Heimes authored
-
Christian Heimes authored
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 ...
-
Christian Heimes authored
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 ........
-
- 27 Nov, 2008 3 commits
-
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
- 26 Nov, 2008 6 commits
-
-
Thomas Heller authored
Fixes issue #4433; reviewed by Benjamin Peterson.
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Thomas Heller authored
Fixes issue #4429. Reviewed by Amaury Forgeot d'Arc.
-
- 25 Nov, 2008 9 commits
-
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Christian Heimes authored
-
Amaury Forgeot d'Arc authored
Reviewed by Brett Cannon.
-
Brett Cannon authored
former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
-
Thomas Heller authored
-
Benjamin Peterson authored
................ 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 ........ ................
-
Benjamin Peterson authored
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 ........
-
Martin v. Löwis authored
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 ........
-
- 24 Nov, 2008 1 commit
-
-
Brett Cannon authored
at least OS X where the default is macroman. Closes issue #4382.
-
- 23 Nov, 2008 4 commits
-
-
Gregory P. Smith authored
mention that it will become the default in a future python version.
-
Matthias Klose authored
-
Matthias Klose authored
- Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)"
-
Benjamin Peterson authored
I don't know if it actually works with unicode, though...
-
- 22 Nov, 2008 12 commits
-
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
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. ........
-
Benjamin Peterson authored
........ 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 ........
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
........ r67336 | georg.brandl | 2008-11-22 11:08:50 +0100 (Sat, 22 Nov 2008) | 2 lines Fix error about "-*-" being mandatory in coding cookies. ........
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
........ r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines Fix typo. ........
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-