summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for issue #9164: with this patch sysconfig and distuls don't breakRonald Oussoren2010-07-113-4/+4
| | | | | when duplicate '-arch foo' flags end up in CFLAGS (which may happen when building a universal build using macports)
* Merged revisions 82785 via svnmerge fromSenthil Kumaran2010-07-111-8/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. ........
* Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-112-1/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82780 | senthil.kumaran | 2010-07-11 08:42:43 +0530 (Sun, 11 Jul 2010) | 3 lines Stricter verification for file based url scheme and reliance on ftp protocol. ........
* Merged revisions 82777 via svnmerge fromBenjamin Peterson2010-07-101-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82777 | benjamin.peterson | 2010-07-10 10:14:45 -0500 (Sat, 10 Jul 2010) | 1 line ValueError is eventually what we want to move to, I suppose ........
* Blocked revisions 82767 via svnmergeMichael Foord2010-07-100-0/+0
| | | | | | | | | ........ r82767 | michael.foord | 2010-07-10 14:52:22 +0100 (Sat, 10 Jul 2010) | 2 lines Fix error message for comparing single line strings in unittest.TestCase.assertEqual. Issue 9174. ........
* Merged revisions 82771 via svnmerge fromR. David Murray2010-07-101-0/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines Add missing docs for re module 'purge' function. ........
* Merged revisions 82766 via svnmerge fromR. David Murray2010-07-102-1/+10
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k Since 'purge' is an API change, modified it to be _purge for 2.x and deleted the doc update. ........ r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines Fix 'refleak' introduced by fnmatch cache purge tests. This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module. ........
* Fix error message for comparing single line strings in ↵Michael Foord2010-07-102-3/+23
| | | | | | unittest.TestCase.assertEqual. Issue 9174
* this makes checking for warnings less error proneBenjamin Peterson2010-07-091-3/+2
|
* Merged revisions 82739,82741 via svnmerge fromBenjamin Peterson2010-07-091-3/+4
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82739 | benjamin.peterson | 2010-07-09 08:28:42 -0500 (Fri, 09 Jul 2010) | 1 line allow more exceptions ........ r82741 | benjamin.peterson | 2010-07-09 08:31:11 -0500 (Fri, 09 Jul 2010) | 1 line wrap ........
* Add missing NEWS entry for 7646.R. David Murray2010-07-091-0/+2
|
* Merged revisions 82735 via svnmerge fromBenjamin Peterson2010-07-091-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82735 | benjamin.peterson | 2010-07-09 08:20:40 -0500 (Fri, 09 Jul 2010) | 1 line OverflowError is fine ........
* Merged revisions 82731 via svnmerge fromR. David Murray2010-07-091-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82731 | r.david.murray | 2010-07-09 09:14:03 -0400 (Fri, 09 Jul 2010) | 2 lines Fix sort order mistake in Misc/ACKS. ........
* Merged revisions 82730 via svnmerge fromR. David Murray2010-07-093-1/+16
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k 'merge' in the sense that this is the same fix by the same author. ........ r82730 | r.david.murray | 2010-07-09 08:23:21 -0400 (Fri, 09 Jul 2010) | 4 lines 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. Patch by Andrew Clegg. ........
* Recorded merge of revisions 82724 via svnmerge fromGeorg Brandl2010-07-090-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82724 | georg.brandl | 2010-07-09 09:33:15 +0200 (Fr, 09 Jul 2010) | 1 line 2.7 is now stable. ........
* Move Misc/NEWS entries to the right place.Mark Dickinson2010-07-081-8/+8
|
* Merged revisions 82654 via svnmerge fromMark Dickinson2010-07-082-15/+35
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82654 | mark.dickinson | 2010-07-08 22:15:36 +0100 (Thu, 08 Jul 2010) | 3 lines Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. Remove the use of locals() that caused this error. ........
* Merged revisions 82646,82649-82650 via svnmerge fromMark Dickinson2010-07-084-50/+64
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82646 | mark.dickinson | 2010-07-08 18:23:40 +0100 (Thu, 08 Jul 2010) | 1 line In test_decimal, convert heuristic for skipping tests into an explicit skiplist. ........ r82649 | mark.dickinson | 2010-07-08 20:03:34 +0100 (Thu, 08 Jul 2010) | 1 line Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this. ........ r82650 | mark.dickinson | 2010-07-08 20:09:16 +0100 (Thu, 08 Jul 2010) | 1 line Fix misplaced exactness check that was causing unnecessary work in Decimal.__pow__. ........
* Merged revisions 82647 via svnmerge fromAntoine Pitrou2010-07-082-0/+15
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82647 | antoine.pitrou | 2010-07-08 20:51:30 +0200 (jeu., 08 juil. 2010) | 3 lines Issue #8605: Skip test_gdb if Python is compiled with optimizations. ........
* Merged revisions 82637 via svnmerge fromBenjamin Peterson2010-07-071-4/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82637 | benjamin.peterson | 2010-07-07 17:45:06 -0500 (Wed, 07 Jul 2010) | 1 line ValueError in this case is also acceptable ........
* Merged revisions 82615 via svnmerge fromGeorg Brandl2010-07-071-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82615 | georg.brandl | 2010-07-07 00:58:50 +0200 (Mi, 07 Jul 2010) | 1 line Fix typo. ........
* Merged revisions 82629,82632 via svnmerge fromGeorg Brandl2010-07-074-10/+9
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line Make comment out of an awkward note. ........ r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line Turn more notes into comments. ........
* Merged revisions 82628,82630 via svnmerge fromBenjamin Peterson2010-07-072-4/+16
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82628 | benjamin.peterson | 2010-07-07 13:44:05 -0500 (Wed, 07 Jul 2010) | 1 line this needn't be in the loop ........ r82630 | benjamin.peterson | 2010-07-07 13:54:59 -0500 (Wed, 07 Jul 2010) | 1 line don't ignore exceptions from PyObject_IsTrue ........
* these tests are the result of cpython's incorrect implementationBenjamin Peterson2010-07-071-5/+0
|
* Remove whatsnew item about --with-computed-gotos.Matthias Klose2010-07-071-6/+0
|
* Minor improvements to logging documentation.Vinay Sajip2010-07-061-1/+6
|
* Merged revisions 82607 via svnmerge fromMark Dickinson2010-07-061-20/+23
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82607 | mark.dickinson | 2010-07-06 16:00:40 +0100 (Tue, 06 Jul 2010) | 1 line Indentation and PEP 7 fixes. ........
* Merged revisions 82601 via svnmerge fromSenthil Kumaran2010-07-061-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines Change 'lowered' to 'lowercased' ........
* Merged revisions 82595 via svnmerge fromMark Dickinson2010-07-051-8/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82595 | mark.dickinson | 2010-07-05 21:14:26 +0100 (Mon, 05 Jul 2010) | 1 line Post-detabification cleanup. ........
* untabifyBenjamin Peterson2010-07-051-6/+6
|
* Merged revisions 82587 via svnmerge fromGeorg Brandl2010-07-051-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82587 | georg.brandl | 2010-07-05 19:48:38 +0200 (Mo, 05 Jul 2010) | 1 line #9166: NotImplemented is not an exception. ........
* be more generous to implementations that have implemented correctlyBenjamin Peterson2010-07-051-2/+2
|
* #9161: Fix regression in acceptance of unicode strings in add_option calls.R. David Murray2010-07-052-1/+4
| | | | | | The original change in 2.6 was made during rc1 changeover, and did not get ported to 2.7. The original change may not even have been intentional, but if so it doesn't seem to have caused any problems.
* Merged revisions 82573 via svnmerge fromSenthil Kumaran2010-07-052-2/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82573 | senthil.kumaran | 2010-07-05 17:30:56 +0530 (Mon, 05 Jul 2010) | 3 lines Fix the docstrings of the capitalize method. ........
* Merged revisions 82570 via svnmerge fromSenthil Kumaran2010-07-051-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines Fix: Issue9091 Minor documentation clarification. ........
* technically not at 2.7.1 yetBenjamin Peterson2010-07-041-3/+3
|
* #8472: fix misleading reference to ifilterfalse() in filter() docs.Georg Brandl2010-07-041-2/+3
|
* Merged revisions 82542 via svnmerge fromBenjamin Peterson2010-07-042-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82542 | benjamin.peterson | 2010-07-04 11:44:15 -0500 (Sun, 04 Jul 2010) | 17 lines Merged revisions 81478,82530-82531 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line ensure doctests have some future_features ........ r82530 | benjamin.peterson | 2010-07-04 11:11:41 -0500 (Sun, 04 Jul 2010) | 1 line simplify ignore star imports from itertools #8892 ........ r82531 | benjamin.peterson | 2010-07-04 11:13:20 -0500 (Sun, 04 Jul 2010) | 1 line wrap with parenthesis not \ ........ ................
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-043-3/+26
|
* Issue #9128: Validate class decorator syntax correctly in parser module.Mark Dickinson2010-07-043-8/+18
|
* Issue #9145: Fix a regression due to r79539Florent Xicluna2010-07-041-3/+6
|
* fix dateBenjamin Peterson2010-07-031-1/+1
|
* Initialized merge tracking via "svnmerge" with revisions "0-82507" fromBenjamin Peterson2010-07-030-0/+0
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* prepare for 2.7.1Benjamin Peterson2010-07-036-8/+25
|
* make 2.7 maintenance branchBenjamin Peterson2010-07-030-0/+0
|
* move sectionsv2.7Benjamin Peterson2010-07-031-2/+5
|
* add another line between sectionsBenjamin Peterson2010-07-031-0/+1
|
* update to 2.7 finalBenjamin Peterson2010-07-036-9/+9
|
* update pydoc-topicsBenjamin Peterson2010-07-031-2/+2
|
* add period; rewrapBenjamin Peterson2010-07-031-2/+2
|