summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge r67419 to py3k, mp doc fixesJesse Noller2008-11-281-18/+106
|
* Forgot to update Misc/NEWSChristian Heimes2008-11-281-0/+2
|
* 2to3 run of multiprocessing examples.Christian Heimes2008-11-286-177/+177
| | | | 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 ...
* Merged revisions 67414 via svnmerge fromChristian Heimes2008-11-282-1/+4
| | | | | | | | | | 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 ........
* - Modules/Setup.dist: Add _bisectMatthias Klose2008-11-271-0/+1
|
* - Modules/Setup.dist: add datetime, update _elementtreeMatthias Klose2008-11-271-1/+2
|
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+1
|
* Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type.Thomas Heller2008-11-262-2/+4
| | | | Fixes issue #4433; reviewed by Benjamin Peterson.
* - Modules/Setup.dist: Fix typo in last checkinMatthias Klose2008-11-261-1/+1
|
* - Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
|
* - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.Matthias Klose2008-11-262-1/+10
|
* - fix build failure in Modules/fpectlmodule.c (not built by default)Matthias Klose2008-11-261-1/+1
|
* Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages.Thomas Heller2008-11-262-29/+18
| | | | | | Fixes issue #4429. Reviewed by Amaury Forgeot d'Arc.
* check the return value of NEW_IDENTIFIER in some more placesBenjamin Peterson2008-11-251-9/+18
|
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-251-1/+1
|
* Second fix for issue #4373Christian Heimes2008-11-252-1/+12
|
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-252-0/+4
| | | | Reviewed by Brett Cannon.
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-257-19/+40
| | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
* Make ast.c compile on Windows again.Thomas Heller2008-11-251-1/+2
|
* Blocked revisions 67376 via svnmergeBenjamin Peterson2008-11-250-0/+0
| | | | | | | | | | | | | | | | | | | | | | | ................ 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 ........ ................
* Merged revisions 67373 via svnmerge fromBenjamin Peterson2008-11-251-15/+47
| | | | | | | | | | 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 ........
* Merged revisions 67183,67191,67371 via svnmerge fromMartin v. Löwis2008-11-253-9/+31
| | | | | | | | | | | | | | | | | | 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 ........
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-242-8/+13
| | | | | | at least OS X where the default is macroman. Closes issue #4382.
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-232-3/+14
| | | | mention that it will become the default in a future python version.
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
|
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1
| | | | | - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)"
* remove warning about not accepting unicodeBenjamin Peterson2008-11-231-4/+0
| | | | I don't know if it actually works with unicode, though...
* These files used to belong to the "sv" module, which was deleted.Amaury Forgeot d'Arc2008-11-222-217/+0
|
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-2213-104/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........
* Blocked revisions 67307 via svnmergeBenjamin Peterson2008-11-220-0/+0
| | | | | | | | | | | | | | | ........ 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 ........
* Add 3.0rc3 UUID.Martin v. Löwis2008-11-221-0/+1
|
* #4153: finish updating Unicode HOWTO for Py3k changes.Georg Brandl2008-11-221-68/+60
|
* Blocked revisions 67336 via svnmergeGeorg Brandl2008-11-220-0/+0
| | | | | | | | ........ r67336 | georg.brandl | 2008-11-22 11:08:50 +0100 (Sat, 22 Nov 2008) | 2 lines Fix error about "-*-" being mandatory in coding cookies. ........
* Fix two mp doc issues from #4012.Georg Brandl2008-11-221-4/+4
|
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-222-10/+11
|
* Blocked revisions 67332 via svnmergeGeorg Brandl2008-11-220-0/+0
| | | | | | | | ........ r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines Fix typo. ........
* #4372: add bullet point for __cmp__ removal.Georg Brandl2008-11-221-0/+4
|
* #4361: fix string.py docstring, clarify that only ASCII characters are in ↵Georg Brandl2008-11-222-10/+10
| | | | its constants.
* #4378: fix a few functional HOWTO 2.xisms.Georg Brandl2008-11-221-156/+153
|
* Blocked revisions 67326 via svnmergeBenjamin Peterson2008-11-220-0/+0
| | | | | | | | ........ r67326 | benjamin.peterson | 2008-11-21 19:59:15 -0600 (Fri, 21 Nov 2008) | 1 line backport r67325: make FileIO.mode always contain 'b' ........
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-228-16/+24
| | | | #4386 Reviewed by Amaury
* add a glossary entry for "view"Benjamin Peterson2008-11-211-0/+7
|
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-212-3/+7
| | | | | | | Python 3.0 clears the exception variable upon exit of the "except:" clause, and the displaying code fails miserably. Reviewed by Benjamin.
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-212-3/+27
| | | | | | | | | | | | 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 ........
* A few tiny improvements that I had sitting in an edit buffer. More to come.Guido van Rossum2008-11-211-12/+31
| | | | Much, much more. :-)
* post-3.0rc3Barry Warsaw2008-11-212-3/+15
|
* Fix minor typos.Raymond Hettinger2008-11-211-3/+3
|
* Tagging 3.0rc3.Barry Warsaw2008-11-211-0/+1
|
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-217-14/+14
|
* a few updates to the gloassary with regards to __future__ and divisionBenjamin Peterson2008-11-211-27/+12
|