summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Recorded merge of revisions 73286 via svnmerge fromGeorg Brandl2009-06-083-8/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73286 | georg.brandl | 2009-06-08 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line Remove period from end of headings. ........
* #6235: ASCII also affects \[dD] escapes.Georg Brandl2009-06-081-3/+3
|
* Remove duplicated sentence. Remove duplicated sentence.Georg Brandl2009-06-081-2/+1
|
* Blocked revisions 73282 via svnmergeBenjamin Peterson2009-06-070-0/+0
| | | | | | | | ........ r73282 | benjamin.peterson | 2009-06-07 18:12:44 -0500 (Sun, 07 Jun 2009) | 1 line backport r73273 ........
* When _locale became a built-in module it was discovered that ``-lintl`` was notBrett Cannon2009-06-074-5/+14
| | | | | | | | added as a build flag as needed. This then led to the discovery that OS X framework builds did not have the LIBS var to pick up this flag. Fixes issue #6154. Thanks to Benjamin Peterson, Roumen Petrov, Erick Tryzelaar, Mark Dickinson, Evan Behar, and Ronald Oussoren for helping.
* Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-072-0/+23
|
* Blocked revisions 73270 via svnmergeBenjamin Peterson2009-06-070-0/+0
| | | | | | | | ........ r73270 | benjamin.peterson | 2009-06-07 11:24:48 -0500 (Sun, 07 Jun 2009) | 1 line backport r73268 ........
* Fix symlink for 2to3 in framework install. Without this patch an incorrect ↵Ronald Oussoren2009-06-071-1/+1
| | | | link is created when DESTDIR is set.
* Fix for issue 6202Ronald Oussoren2009-06-072-36/+2
|
* stop throwing out all errors when PyObject_GetAttr failsBenjamin Peterson2009-06-061-6/+19
|
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-067-26/+50
|
* Add what's new entry for r73236.Antoine Pitrou2009-06-061-0/+18
|
* Merged revisions 73250 via svnmerge fromBenjamin Peterson2009-06-051-3/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73250 | benjamin.peterson | 2009-06-05 14:09:28 -0500 (Fri, 05 Jun 2009) | 1 line only test for named pipe when os.stat doesn't raise #6209 ........
* Blocked revisions 73243 via svnmergeTarek Ziadé2009-06-050-0/+0
| | | | | | | | ........ r73243 | tarek.ziade | 2009-06-05 15:37:29 +0200 (Fri, 05 Jun 2009) | 1 line reverting r72823 : Python trunk has to use latin-1 encoding ........
* Blocked revisions 73240 via svnmergeEric Smith2009-06-050-0/+0
| | | | | | | | ........ r73240 | eric.smith | 2009-06-05 08:33:26 -0400 (Fri, 05 Jun 2009) | 1 line Removed tests so that test_float pass on Windows. See issue 6198. ........
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-048-157/+532
| | | | | | or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument.
* Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73232 | georg.brandl | 2009-06-04 20:59:58 +0200 (Do, 04 Jun 2009) | 1 line Add test for #3684. ........
* Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-045-2403/+2
|
* Merged revisions 73224 via svnmerge fromEric Smith2009-06-041-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73224 | eric.smith | 2009-06-04 13:58:15 -0400 (Thu, 04 Jun 2009) | 1 line Minor documentation fixes for logging. ........
* Take ipaddr out of whatsnew.Raymond Hettinger2009-06-041-37/+0
|
* Merged revisions 73217 via svnmerge fromGeorg Brandl2009-06-041-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73217 | georg.brandl | 2009-06-04 12:27:21 +0200 (Do, 04 Jun 2009) | 1 line #6175: document that inet_aton supports alternate input formats with less than three dots. ........
* Merged revisions 73215 via svnmerge fromGeorg Brandl2009-06-041-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73215 | georg.brandl | 2009-06-04 12:22:31 +0200 (Do, 04 Jun 2009) | 1 line #6176: fix man page section for flock(2). ........
* Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-043-10/+10
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73186 | georg.brandl | 2009-06-03 23:21:09 +0200 (Mi, 03 Jun 2009) | 1 line #6174: fix indentation in code example. ........ r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line #3584: ignore trailing newlines when placing the caret for a SyntaxError location. ........ r73212 | georg.brandl | 2009-06-04 12:10:41 +0200 (Do, 04 Jun 2009) | 1 line Better name for "Ctor". ........
* More codestring -> codebytes.Georg Brandl2009-06-0410-15/+16
|
* Remove nonexisting stuff from __all__.Georg Brandl2009-06-042-4/+0
|
* #3791: remove last traces of bsddb.Georg Brandl2009-06-0418-292/+26
|
* #3613: add base64.encodebytes and decodebytes as the new spelling of ↵Georg Brandl2009-06-046-48/+66
| | | | encodestring and decodestring; deprecate the latter.
* Remove mentions of the nonexisting SlowParser in xmlrpc.client.Georg Brandl2009-06-041-28/+19
|
* Recorded merge of revisions 73201 via svnmerge fromGeorg Brandl2009-06-042-54/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. ........
* Merged revisions 73197 via svnmerge fromTarek Ziadé2009-06-042-46/+123
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73197 | tarek.ziade | 2009-06-04 09:31:52 +0200 (Thu, 04 Jun 2009) | 1 line improved test coverage for distutils.command.install and cleaned it up ........
* Issue #5373: Remove restriction on null bytes in docstrings of classes.Alexandre Vassalotti2009-06-041-7/+3
|
* Fix __all__.Raymond Hettinger2009-06-041-1/+2
|
* Use new form of with-statement instead of contextlib.nested().Raymond Hettinger2009-06-044-12/+11
|
* Remove the application stub for Python Launcher. ThisRonald Oussoren2009-06-0310-300/+0
| | | | | | | | directory structure isn't used during the build and causes problems when you do build without a separate build directory. Fixes issue 5267
* #6190: Remove duplicate paragraph.Georg Brandl2009-06-031-7/+0
|
* This fixes bug 5798 on OS X.Josiah Carlson2009-06-031-2/+7
| | | | This should also fix disconnect behavior cross-platform.
* Another hidden treasure.Raymond Hettinger2009-06-031-0/+13
|
* remove extra "|"sBenjamin Peterson2009-06-031-2/+2
|
* Blocked revisions 73174 via svnmergeTarek Ziadé2009-06-030-0/+0
| | | | | | | | ........ r73174 | tarek.ziade | 2009-06-03 13:20:44 +0200 (Wed, 03 Jun 2009) | 1 line assertion message was dropped ........
* Merged revisions 73170 via svnmerge fromTarek Ziadé2009-06-032-15/+42
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73170 | tarek.ziade | 2009-06-03 13:12:08 +0200 (Wed, 03 Jun 2009) | 1 line more cleanup and test coverage for distutils.extension ........
* Merged revisions 73166 via svnmerge fromTarek Ziadé2009-06-033-13/+107
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73166 | tarek.ziade | 2009-06-03 12:26:26 +0200 (Wed, 03 Jun 2009) | 1 line added some tests for distutils.extension + code cleanup ........
* Blocked revisions 73163 via svnmergeGeorg Brandl2009-06-030-0/+0
| | | | | | | | ........ r73163 | georg.brandl | 2009-06-03 09:25:35 +0200 (Mi, 03 Jun 2009) | 1 line Use the preferred form of raise statements in the docs. ........
* <> is gone (almost).Georg Brandl2009-06-031-1/+1
|
* Issue #6183: Disables wcsftime on VC6.Hirokazu Yamamoto2009-06-032-1/+3
|
* range() doesn't return a listBenjamin Peterson2009-06-031-1/+1
|
* ignore some 2to3 test files with 2.x syntax #6184Benjamin Peterson2009-06-031-2/+2
|
* Merged revisions 73147 via svnmerge fromTarek Ziadé2009-06-022-24/+63
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73147 | tarek.ziade | 2009-06-02 17:58:43 +0200 (Tue, 02 Jun 2009) | 1 line improved distutils.spawn test coverage + cleaned it up ........
* Fix header level for 'Constants' section of math.rstMark Dickinson2009-06-021-1/+1
|
* Fix for Issue6170: 'make frameworkinstall' failure with python 3.1rc1.Ronald Oussoren2009-06-022-3/+3
|
* Merged revisions 73138 via svnmerge fromMark Dickinson2009-06-021-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73138 | mark.dickinson | 2009-06-02 08:39:26 +0100 (Tue, 02 Jun 2009) | 1 line Typo in socket.py. Thanks Pablo Torres Navarrete. ........