Benjamin Peterson
bace6764fa
be more generous to implementations that have implemented correctly
2010-07-05 17:13:21 +00:00
R. David Murray
3caf7b9c88
#9161 : Fix regression in acceptance of unicode strings in add_option calls.
...
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.
2010-07-05 16:06:05 +00:00
Senthil Kumaran
5261b10556
Merged revisions 82573 via svnmerge from
...
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.
........
2010-07-05 12:04:07 +00:00
Senthil Kumaran
ca92a60e2e
Merged revisions 82570 via svnmerge from
...
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.
........
2010-07-05 11:44:34 +00:00
Benjamin Peterson
d6bbe0c179
technically not at 2.7.1 yet
2010-07-04 21:03:53 +00:00
Georg Brandl
5ac9d87628
#8472 : fix misleading reference to ifilterfalse() in filter() docs.
2010-07-04 17:28:33 +00:00
Benjamin Peterson
9d7003e353
Merged revisions 82542 via svnmerge from
...
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 \
........
................
2010-07-04 16:53:16 +00:00
Mark Dickinson
75b44b3437
Issue #9130 : Fix validation of relative imports in parser module.
2010-07-04 16:47:56 +00:00
Mark Dickinson
a7ee59b3d3
Issue #9128 : Validate class decorator syntax correctly in parser module.
2010-07-04 16:23:54 +00:00
Florent Xicluna
96c4df4532
Issue #9145 : Fix a regression due to r79539
2010-07-04 14:24:40 +00:00
Benjamin Peterson
9d5151a40f
fix date
2010-07-03 18:24:52 +00:00
Benjamin Peterson
60c067c10e
Initialized merge tracking via "svnmerge" with revisions "0-82507" from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
2010-07-03 15:38:12 +00:00
Benjamin Peterson
e3c104554b
prepare for 2.7.1
2010-07-03 14:51:25 +00:00
Benjamin Peterson
1293c3f1f2
make 2.7 maintenance branch
2010-07-03 14:00:41 +00:00
Benjamin Peterson
6a336f6484
move sections
2010-07-03 13:57:30 +00:00
Benjamin Peterson
0063367c7c
add another line between sections
2010-07-03 13:56:56 +00:00
Benjamin Peterson
c60082d283
update to 2.7 final
2010-07-03 13:56:13 +00:00
Benjamin Peterson
6728d14b28
update pydoc-topics
2010-07-03 13:53:45 +00:00
Benjamin Peterson
c670b7eb98
add period; rewrap
2010-07-03 13:49:23 +00:00
Benjamin Peterson
743242af90
add release date
2010-07-03 13:49:03 +00:00
Benjamin Peterson
47ab62176c
add release date
2010-07-03 13:37:39 +00:00
Victor Stinner
15e5b1bf0b
Issue #7673 : Fix security vulnerability (CVE-2010-2089) in the audioop module,
...
ensure that the input string length is a multiple of the frame size
2010-07-03 13:36:19 +00:00
Benjamin Peterson
7b18c93da6
fix date
2010-07-03 13:35:13 +00:00
Benjamin Peterson
af5f5b613a
add 2.7 to the license list
2010-07-03 13:34:32 +00:00
Jesse Noller
2f8c8f47c7
Submit patch for bug 9144; broken imports due to r81380
2010-07-03 12:26:02 +00:00
Georg Brandl
2b4eda4b55
Add link to bytecode docs.
2010-07-03 10:25:54 +00:00
Georg Brandl
58df679b5e
Add missing target.
2010-07-03 10:25:47 +00:00
Mark Dickinson
91a63346fa
Fix typo in sys.float_info docs.
2010-07-03 09:15:09 +00:00
Georg Brandl
2e9d4885ce
Use internal links.
2010-07-03 08:42:33 +00:00
Georg Brandl
b550b000bb
Fix role name.
2010-07-03 08:40:13 +00:00
Ezio Melotti
9d8d2a4d7c
Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst.
2010-07-03 07:43:04 +00:00
Alexander Belopolsky
1f6e2257dc
Revert r81681 (issue 8810).
2010-07-03 03:27:12 +00:00
Benjamin Peterson
0df5a858e7
don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally
2010-07-02 23:05:27 +00:00
Ezio Melotti
f5e81d62fc
#9139 : the thousands separator is new in 2.7. Also add a missing variable in the example.
2010-07-02 22:50:39 +00:00
Ezio Melotti
e11690ab34
#9139 : Add examples for str.format().
2010-07-02 22:17:29 +00:00
Eric Smith
68f59415b6
Moved period outside paren, where it belongs.
2010-07-02 21:44:16 +00:00
Benjamin Peterson
cf76d1f0c7
add space
2010-07-02 19:41:39 +00:00
Mark Dickinson
2547ce7fd8
Clarify sys.float_info documentation.
2010-07-02 18:06:52 +00:00
Nick Coghlan
601ec58f3e
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New
2010-07-02 16:01:53 +00:00
Nick Coghlan
8c16c5ce10
Fix a couple of minor nits in What's New before the release goes out
2010-07-02 15:50:14 +00:00
Georg Brandl
0ada39cd8b
Grammar and markup fixes.
2010-07-02 07:33:50 +00:00
Benjamin Peterson
8a08ce25e2
trunc does use the special method, though
2010-07-01 23:35:37 +00:00
Benjamin Peterson
52a70c4a12
fix fixer name
2010-07-01 17:45:52 +00:00
Benjamin Peterson
7b670624ac
remove docs about delegating to special methods; it does no such thing
2010-07-01 15:07:15 +00:00
Benjamin Peterson
c262a69f54
an AttributeError is perfectly acceptable here
2010-06-30 18:41:08 +00:00
Giampaolo Rodolà
e00e2f0082
fix issue #6589 : cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception
2010-06-30 17:38:28 +00:00
Benjamin Peterson
10947a6416
mark test depending on ref counting
2010-06-30 17:11:08 +00:00
Mark Dickinson
070f0abc19
Issue #9125 : Update parser module for "except ... as ..." syntax.
2010-06-30 16:27:57 +00:00
Mark Dickinson
2037913507
Update Demo/parser directory; backport unparse fixes from py3k.
2010-06-30 14:19:56 +00:00
Mark Dickinson
4aa5f6f1f2
Issue #1789 : clarify that the 'size' column in struct docs refers to standard size.
2010-06-29 20:09:12 +00:00