summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update framework installation makefiles to deal correctly with theRonald Oussoren2009-05-171-23/+19
| | | | rename of 'python' to 'python3'
* Merged revisions 72718 via svnmerge fromMark Dickinson2009-05-171-2/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72718 | mark.dickinson | 2009-05-17 11:38:30 +0100 (Sun, 17 May 2009) | 4 lines Issue #6044: remove confusing wording from complex -> integer and complex -> float conversion error messages. ........
* Merged revisions 72713 via svnmerge fromTarek Ziadé2009-05-171-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72713 | tarek.ziade | 2009-05-17 12:07:48 +0200 (Sun, 17 May 2009) | 1 line not running this test with MSVC6 ........
* We dont have dbm.bsd support anymore.Georg Brandl2009-05-171-3/+3
|
* Recorded merge of revisions 72708 via svnmerge fromGeorg Brandl2009-05-171-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72708 | georg.brandl | 2009-05-17 10:24:29 +0200 (So, 17 Mai 2009) | 1 line #6017: better document behavior of dictiterators when the dict is changed. ........
* Remove unused variables.Georg Brandl2009-05-171-2/+1
|
* Fix a warning.Georg Brandl2009-05-171-1/+1
|
* Merged revisions 72703 via svnmerge fromGeorg Brandl2009-05-171-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72703 | georg.brandl | 2009-05-17 10:10:27 +0200 (So, 17 Mai 2009) | 1 line part of #4144: fix exception message in console session. ........
* #4144: fix output of console sessions.Georg Brandl2009-05-171-2/+2
|
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-176-41/+23
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. ........ r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line Added NEWS for r72698. ........
* Blocked revisions 72696 via svnmergeBenjamin Peterson2009-05-160-0/+0
| | | | | | | | ........ r72696 | benjamin.peterson | 2009-05-16 18:34:19 -0500 (Sat, 16 May 2009) | 1 line typo ........
* Blocked revisions 72692-72694 via svnmergeBenjamin Peterson2009-05-160-0/+0
| | | | | | | | | | | | | | | | ........ r72692 | benjamin.peterson | 2009-05-16 17:30:48 -0500 (Sat, 16 May 2009) | 1 line deal with old-style classes in issubclass and isinstance ........ r72693 | benjamin.peterson | 2009-05-16 17:40:56 -0500 (Sat, 16 May 2009) | 1 line completely ignore old-style stuff for type checking overloading ........ r72694 | benjamin.peterson | 2009-05-16 17:46:11 -0500 (Sat, 16 May 2009) | 1 line update ........
* Merged revisions 72690 via svnmerge fromBenjamin Peterson2009-05-163-39/+25
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72690 | benjamin.peterson | 2009-05-16 16:44:25 -0500 (Sat, 16 May 2009) | 1 line properly lookup __instancecheck__ and __subclasscheck__ ........
* Merged revisions 72686 via svnmerge fromTarek Ziadé2009-05-161-65/+38
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72686 | tarek.ziade | 2009-05-16 20:29:40 +0200 (Sat, 16 May 2009) | 1 line pep8-fied distutils.dist module ........
* Merged revisions 72681 via svnmerge fromTarek Ziadé2009-05-166-72/+182
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72681 | tarek.ziade | 2009-05-16 18:37:06 +0200 (Sat, 16 May 2009) | 1 line #6041: sdist and register now use the check command. No more duplicate code for metadata checking ........
* Silence compiler warning.Raymond Hettinger2009-05-161-1/+1
|
* Silence a compiler warning.Raymond Hettinger2009-05-151-1/+1
|
* Merged revisions 72671 via svnmerge fromAntoine Pitrou2009-05-152-8/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72671 | antoine.pitrou | 2009-05-15 19:27:30 +0200 (ven., 15 mai 2009) | 3 lines Fix bootstrapping by removing uses of the copy module in distutils ........
* Merged revisions 72669 via svnmerge fromAntoine Pitrou2009-05-154-1/+116
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72669 | antoine.pitrou | 2009-05-15 18:54:52 +0200 (ven., 15 mai 2009) | 3 lines Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. ........
* More updates.Raymond Hettinger2009-05-151-4/+18
|
* Add examples for ipaddr.Raymond Hettinger2009-05-151-1/+32
|
* Update whatsnew for imaplib changes. Move importlib work to end of section.Raymond Hettinger2009-05-151-13/+14
|
* Simplified the header after discussion with Gregory Smith.Raymond Hettinger2009-05-151-13/+0
|
* Merged revisions 72662 via svnmerge fromAntoine Pitrou2009-05-152-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72662 | antoine.pitrou | 2009-05-15 13:50:29 +0200 (ven., 15 mai 2009) | 3 lines Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. ........
* Merged revisions 72658 via svnmerge fromCollin Winter2009-05-151-1/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72658 | collin.winter | 2009-05-14 16:26:30 -0700 (Thu, 14 May 2009) | 1 line Issue 6024: make regrtest.py promote refleaks to test failures. ........
* this statement isn't actually trueBenjamin Peterson2009-05-141-3/+1
|
* Bring whatsnew up-to-date as of May 14th.Raymond Hettinger2009-05-141-0/+14
|
* Update whatsnew for NEWS entries through May 5th.Raymond Hettinger2009-05-141-6/+14
|
* correctly handle invalid operations on streams (like writing on a ↵Benjamin Peterson2009-05-142-1/+19
| | | | non-writable one)
* Merged revisions 72645 via svnmerge fromAntoine Pitrou2009-05-142-2/+4
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72645 | antoine.pitrou | 2009-05-14 23:48:09 +0200 (jeu., 14 mai 2009) | 6 lines Issue #5918: Fix a crash in the parser module. Patch by Amaury. ........
* Fix error in 2-to-3 translation of docs.Raymond Hettinger2009-05-141-1/+1
|
* Merged revisions 72640 via svnmerge fromAntoine Pitrou2009-05-143-2/+4
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72640 | antoine.pitrou | 2009-05-14 23:22:08 +0200 (jeu., 14 mai 2009) | 5 lines Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. (Unfortunately, nntplib doesn't have a test suite) ........
* Merged revisions 72636 via svnmerge fromTarek Ziadé2009-05-142-4/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72636 | tarek.ziade | 2009-05-14 22:14:13 +0200 (Thu, 14 May 2009) | 1 line #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd ........
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io ↵Antoine Pitrou2009-05-146-22/+168
| | | | | | | | library. This means, for example, that opening an UTF-16 text file in append mode doesn't add a BOM at the end of the file if the file isn't empty.
* Merged revisions 72630 via svnmerge fromR. David Murray2009-05-141-3/+7
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72630 | r.david.murray | 2009-05-14 12:12:57 -0400 (Thu, 14 May 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. ........
* Exercise the doctests.Raymond Hettinger2009-05-141-2/+3
|
* Convert docstring examples to doctests and fixRaymond Hettinger2009-05-141-53/+76
| | | | | | any errors that were found. Add a usage note to compare_networks() showing how to do the ordering with modern python.
* Suggest how to use compare_networks() with a modern Python.Raymond Hettinger2009-05-141-0/+10
|
* Merged revisions 72624 via svnmerge fromTarek Ziadé2009-05-142-8/+27
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72624 | tarek.ziade | 2009-05-14 16:56:14 +0200 (Thu, 14 May 2009) | 1 line pep8-fied distutils.command.sdist + more tests ........
* typoTarek Ziadé2009-05-141-1/+1
|
* Merged revisions 72618 via svnmerge fromTarek Ziadé2009-05-142-4/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72618 | tarek.ziade | 2009-05-14 14:40:59 +0200 (Thu, 14 May 2009) | 1 line more test coverage for distutils sdist command ........
* Merged revisions 72610,72612 via svnmerge fromTarek Ziadé2009-05-131-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72610 | tarek.ziade | 2009-05-13 23:30:06 +0200 (Wed, 13 May 2009) | 1 line added an inifoo in the C file, to avoid a warning by the MSVC9 linker ........ r72612 | tarek.ziade | 2009-05-14 00:16:03 +0200 (Thu, 14 May 2009) | 1 line adding void to the c function ........
* typoBenjamin Peterson2009-05-131-1/+1
|
* This fix makes, eg, 'pydoc time' work again.R. David Murray2009-05-134-1/+16
| | | | | | | | | | | | Merged revisions 72605 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72605 | r.david.murray | 2009-05-13 13:14:11 -0400 (Wed, 13 May 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. ........
* Recorded merge of revisions 72601 via svnmerge fromR. David Murray2009-05-130-0/+0
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72601 | r.david.murray | 2009-05-13 09:07:14 -0400 (Wed, 13 May 2009) | 3 lines Move news item to correct section, remove spurious 'see below' from docstring. ........
* Merged revisions 72597 via svnmerge fromR. David Murray2009-05-132-7/+81
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72597 | r.david.murray | 2009-05-12 20:30:29 -0400 (Tue, 12 May 2009) | 2 lines Issue 5994: add docstrings to marshal. ........
* Merged revisions 72593 via svnmerge fromBenjamin Peterson2009-05-121-14/+14
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72593 | benjamin.peterson | 2009-05-12 16:06:05 -0500 (Tue, 12 May 2009) | 1 line the compiler attribute is used in setup.py; can't rename ........
* two editsBenjamin Peterson2009-05-121-2/+2
|
* add example functionBenjamin Peterson2009-05-121-1/+7
|
* fix error handling of PyNumber_InPlaceOr #6000Benjamin Peterson2009-05-121-16/+26
|