]>
granicus.if.org Git - python/log
Benjamin Peterson [Wed, 7 Jul 2010 23:26:57 +0000 (23:26 +0000)]
Merged revisions 82637 via svnmerge from
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
........
Georg Brandl [Wed, 7 Jul 2010 19:09:12 +0000 (19:09 +0000)]
Merged revisions 82615 via svnmerge from
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.
........
Georg Brandl [Wed, 7 Jul 2010 19:05:35 +0000 (19:05 +0000)]
Merged revisions 82629,82632 via svnmerge from
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.
........
Benjamin Peterson [Wed, 7 Jul 2010 19:03:36 +0000 (19:03 +0000)]
Merged revisions 82628,82630 via svnmerge from
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
........
Benjamin Peterson [Wed, 7 Jul 2010 15:51:17 +0000 (15:51 +0000)]
these tests are the result of cpython's incorrect implementation
Matthias Klose [Wed, 7 Jul 2010 11:03:50 +0000 (11:03 +0000)]
Remove whatsnew item about --with-computed-gotos.
Vinay Sajip [Tue, 6 Jul 2010 15:08:55 +0000 (15:08 +0000)]
Minor improvements to logging documentation.
Mark Dickinson [Tue, 6 Jul 2010 15:03:42 +0000 (15:03 +0000)]
Merged revisions 82607 via svnmerge from
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.
........
Senthil Kumaran [Tue, 6 Jul 2010 03:06:53 +0000 (03:06 +0000)]
Merged revisions 82601 via svnmerge from
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'
........
Mark Dickinson [Mon, 5 Jul 2010 20:16:40 +0000 (20:16 +0000)]
Merged revisions 82595 via svnmerge from
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.
........
Benjamin Peterson [Mon, 5 Jul 2010 20:05:43 +0000 (20:05 +0000)]
untabify
Georg Brandl [Mon, 5 Jul 2010 17:50:55 +0000 (17:50 +0000)]
Merged revisions 82587 via svnmerge from
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.
........
Benjamin Peterson [Mon, 5 Jul 2010 17:13:21 +0000 (17:13 +0000)]
be more generous to implementations that have implemented correctly
R. David Murray [Mon, 5 Jul 2010 16:06:05 +0000 (16:06 +0000)]
#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.
Senthil Kumaran [Mon, 5 Jul 2010 12:04:07 +0000 (12:04 +0000)]
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.
........
Senthil Kumaran [Mon, 5 Jul 2010 11:44:34 +0000 (11:44 +0000)]
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.
........
Benjamin Peterson [Sun, 4 Jul 2010 21:03:53 +0000 (21:03 +0000)]
technically not at 2.7.1 yet
Georg Brandl [Sun, 4 Jul 2010 17:28:33 +0000 (17:28 +0000)]
#8472: fix misleading reference to ifilterfalse() in filter() docs.
Benjamin Peterson [Sun, 4 Jul 2010 16:53:16 +0000 (16:53 +0000)]
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 \
........
................
Mark Dickinson [Sun, 4 Jul 2010 16:47:56 +0000 (16:47 +0000)]
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson [Sun, 4 Jul 2010 16:23:54 +0000 (16:23 +0000)]
Issue #9128: Validate class decorator syntax correctly in parser module.
Florent Xicluna [Sun, 4 Jul 2010 14:24:40 +0000 (14:24 +0000)]
Issue #9145: Fix a regression due to r79539
Benjamin Peterson [Sat, 3 Jul 2010 18:24:52 +0000 (18:24 +0000)]
fix date
Benjamin Peterson [Sat, 3 Jul 2010 15:38:12 +0000 (15:38 +0000)]
Initialized merge tracking via "svnmerge" with revisions "0-82507" from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
Benjamin Peterson [Sat, 3 Jul 2010 14:51:25 +0000 (14:51 +0000)]
prepare for 2.7.1
Benjamin Peterson [Sat, 3 Jul 2010 14:00:41 +0000 (14:00 +0000)]
make 2.7 maintenance branch
Benjamin Peterson [Sat, 3 Jul 2010 13:57:30 +0000 (13:57 +0000)]
move sections
Benjamin Peterson [Sat, 3 Jul 2010 13:56:56 +0000 (13:56 +0000)]
add another line between sections
Benjamin Peterson [Sat, 3 Jul 2010 13:56:13 +0000 (13:56 +0000)]
update to 2.7 final
Benjamin Peterson [Sat, 3 Jul 2010 13:53:45 +0000 (13:53 +0000)]
update pydoc-topics
Benjamin Peterson [Sat, 3 Jul 2010 13:49:23 +0000 (13:49 +0000)]
add period; rewrap
Benjamin Peterson [Sat, 3 Jul 2010 13:49:03 +0000 (13:49 +0000)]
add release date
Benjamin Peterson [Sat, 3 Jul 2010 13:37:39 +0000 (13:37 +0000)]
add release date
Victor Stinner [Sat, 3 Jul 2010 13:36:19 +0000 (13:36 +0000)]
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
Benjamin Peterson [Sat, 3 Jul 2010 13:35:13 +0000 (13:35 +0000)]
fix date
Benjamin Peterson [Sat, 3 Jul 2010 13:34:32 +0000 (13:34 +0000)]
add 2.7 to the license list
Jesse Noller [Sat, 3 Jul 2010 12:26:02 +0000 (12:26 +0000)]
Submit patch for bug 9144; broken imports due to r81380
Georg Brandl [Sat, 3 Jul 2010 10:25:54 +0000 (10:25 +0000)]
Add link to bytecode docs.
Georg Brandl [Sat, 3 Jul 2010 10:25:47 +0000 (10:25 +0000)]
Add missing target.
Mark Dickinson [Sat, 3 Jul 2010 09:15:09 +0000 (09:15 +0000)]
Fix typo in sys.float_info docs.
Georg Brandl [Sat, 3 Jul 2010 08:42:33 +0000 (08:42 +0000)]
Use internal links.
Georg Brandl [Sat, 3 Jul 2010 08:40:13 +0000 (08:40 +0000)]
Fix role name.
Ezio Melotti [Sat, 3 Jul 2010 07:43:04 +0000 (07:43 +0000)]
Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst.
Alexander Belopolsky [Sat, 3 Jul 2010 03:27:12 +0000 (03:27 +0000)]
Revert r81681 (issue 8810).
Benjamin Peterson [Fri, 2 Jul 2010 23:05:27 +0000 (23:05 +0000)]
don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally
Ezio Melotti [Fri, 2 Jul 2010 22:50:39 +0000 (22:50 +0000)]
#9139: the thousands separator is new in 2.7. Also add a missing variable in the example.
Ezio Melotti [Fri, 2 Jul 2010 22:17:29 +0000 (22:17 +0000)]
#9139: Add examples for str.format().
Eric Smith [Fri, 2 Jul 2010 21:44:16 +0000 (21:44 +0000)]
Moved period outside paren, where it belongs.
Benjamin Peterson [Fri, 2 Jul 2010 19:41:39 +0000 (19:41 +0000)]
add space
Mark Dickinson [Fri, 2 Jul 2010 18:06:52 +0000 (18:06 +0000)]
Clarify sys.float_info documentation.
Nick Coghlan [Fri, 2 Jul 2010 16:01:53 +0000 (16:01 +0000)]
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New
Nick Coghlan [Fri, 2 Jul 2010 15:50:14 +0000 (15:50 +0000)]
Fix a couple of minor nits in What's New before the release goes out
Georg Brandl [Fri, 2 Jul 2010 07:33:50 +0000 (07:33 +0000)]
Grammar and markup fixes.
Benjamin Peterson [Thu, 1 Jul 2010 23:35:37 +0000 (23:35 +0000)]
trunc does use the special method, though
Benjamin Peterson [Thu, 1 Jul 2010 17:45:52 +0000 (17:45 +0000)]
fix fixer name
Benjamin Peterson [Thu, 1 Jul 2010 15:07:15 +0000 (15:07 +0000)]
remove docs about delegating to special methods; it does no such thing
Benjamin Peterson [Wed, 30 Jun 2010 18:41:08 +0000 (18:41 +0000)]
an AttributeError is perfectly acceptable here
Giampaolo RodolĂ [Wed, 30 Jun 2010 17:38:28 +0000 (17:38 +0000)]
fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception
Benjamin Peterson [Wed, 30 Jun 2010 17:11:08 +0000 (17:11 +0000)]
mark test depending on ref counting
Mark Dickinson [Wed, 30 Jun 2010 16:27:57 +0000 (16:27 +0000)]
Issue #9125: Update parser module for "except ... as ..." syntax.
Mark Dickinson [Wed, 30 Jun 2010 14:19:56 +0000 (14:19 +0000)]
Update Demo/parser directory; backport unparse fixes from py3k.
Mark Dickinson [Tue, 29 Jun 2010 20:09:12 +0000 (20:09 +0000)]
Issue #1789: clarify that the 'size' column in struct docs refers to standard size.
Benjamin Peterson [Tue, 29 Jun 2010 15:18:02 +0000 (15:18 +0000)]
group cStringIO docs under its factory function
Vinay Sajip [Tue, 29 Jun 2010 15:13:14 +0000 (15:13 +0000)]
Added information about pickle security and SocketHandler.
Senthil Kumaran [Tue, 29 Jun 2010 13:28:20 +0000 (13:28 +0000)]
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.
Mark Dickinson [Tue, 29 Jun 2010 07:37:25 +0000 (07:37 +0000)]
Spelling.
Mark Dickinson [Mon, 28 Jun 2010 19:54:19 +0000 (19:54 +0000)]
unparse.py: fix mispaced parentheses in chained comparisons
Mark Dickinson [Mon, 28 Jun 2010 19:38:19 +0000 (19:38 +0000)]
Set svn:eol-style on test_unparse.py.
Mark Dickinson [Mon, 28 Jun 2010 19:34:15 +0000 (19:34 +0000)]
Fix typo in test_unparse.py.
Mark Dickinson [Mon, 28 Jun 2010 19:31:41 +0000 (19:31 +0000)]
Fix some shallow bugs in Demo/parser/unparse.py, and add tests:
- insert commas between entries in del statement
- left and right shifts were represented as >> and << (respectively); reverse
- unindent properly after for: else: or while: else:
- add parens around the result of an unary operation
- add parens around negative numbers, to avoid turning (-1)**2 into -1**2.
Senthil Kumaran [Mon, 28 Jun 2010 17:07:40 +0000 (17:07 +0000)]
Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.
Benjamin Peterson [Mon, 28 Jun 2010 15:41:06 +0000 (15:41 +0000)]
fix skipping condition
Benjamin Peterson [Mon, 28 Jun 2010 15:36:40 +0000 (15:36 +0000)]
testcapi tests are definitely cpython only
Senthil Kumaran [Mon, 28 Jun 2010 13:56:46 +0000 (13:56 +0000)]
Fix Issue8653 - Docstring for urlunsplit function.
Senthil Kumaran [Mon, 28 Jun 2010 10:54:17 +0000 (10:54 +0000)]
Fix issue3428 - Document HTTPMessage class.
Benjamin Peterson [Mon, 28 Jun 2010 02:58:25 +0000 (02:58 +0000)]
remove unused last argument to property_copy
Benjamin Peterson [Sun, 27 Jun 2010 22:40:26 +0000 (22:40 +0000)]
mark tracking tests as implementation details
Ronald Oussoren [Sun, 27 Jun 2010 13:59:39 +0000 (13:59 +0000)]
Fix for Issue8883: without this patch test_urllib will fail
when there is a bare IP address in the "Bypass proxy settings
for these Hosts & Domains" list on MacOSX.
Ronald Oussoren [Sun, 27 Jun 2010 12:43:47 +0000 (12:43 +0000)]
The uuid library on OSX 10.5 seems to contain the same bug as the one
on OSX 10.6, therefore don't use it there either.
This fixes issue8621.
Ronald Oussoren [Sun, 27 Jun 2010 12:36:16 +0000 (12:36 +0000)]
Two small fixes for the support for SDKs on MacOSX:
1) The code that checks if an path should be located in the SDK
explicitly excludes /usr/local. This fixes issue9046
2) The SDK variant for filtering "db_dirs_to_check" in setup.py
was not doing anything because of a missing assignment.
Georg Brandl [Sun, 27 Jun 2010 11:24:15 +0000 (11:24 +0000)]
Untabify.
Georg Brandl [Sun, 27 Jun 2010 10:55:38 +0000 (10:55 +0000)]
Two typos.
Georg Brandl [Sun, 27 Jun 2010 10:51:44 +0000 (10:51 +0000)]
Fix URL.
Georg Brandl [Sun, 27 Jun 2010 10:49:23 +0000 (10:49 +0000)]
Use designated syntax for optional grammar element.
Georg Brandl [Sun, 27 Jun 2010 10:47:47 +0000 (10:47 +0000)]
Confusing punctuation.
Alexander Belopolsky [Sat, 26 Jun 2010 18:49:10 +0000 (18:49 +0000)]
Issue 9024: Added :cdata: tag to PyDateTimeAPI
Ezio Melotti [Sat, 26 Jun 2010 18:44:42 +0000 (18:44 +0000)]
Fix extra space.
R. David Murray [Sat, 26 Jun 2010 18:39:50 +0000 (18:39 +0000)]
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
In 2.5 the email version was bumped to 4.0.2 just before release but
after the maintenance branch was set up. The bump was not backported
to trunk, and 2.6 went out the door with a version number of 4.0.1.
I bumped this to 4.0.2 because of a behavior change, but that makes
it look the same as 2.5. So bump it again to 4.0.3.
R. David Murray [Sat, 26 Jun 2010 03:27:32 +0000 (03:27 +0000)]
Fix indentation in recently added test.
Alexander Belopolsky [Sat, 26 Jun 2010 02:05:19 +0000 (02:05 +0000)]
Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that
it is typically used in module initialization function. Thanks Tim
Golden for the patch.
R. David Murray [Sat, 26 Jun 2010 00:06:44 +0000 (00:06 +0000)]
#4640: add a test to optparse that proves issue is invalid.
Benjamin Peterson [Fri, 25 Jun 2010 22:58:47 +0000 (22:58 +0000)]
mark implementation detail as such
Benjamin Peterson [Fri, 25 Jun 2010 21:19:04 +0000 (21:19 +0000)]
this must be a typo
Benjamin Peterson [Fri, 25 Jun 2010 20:34:01 +0000 (20:34 +0000)]
mark implementation detail as such
Mark Dickinson [Fri, 25 Jun 2010 20:19:48 +0000 (20:19 +0000)]
Fix indentation of Python code example in C comment.
Antoine Pitrou [Fri, 25 Jun 2010 00:03:21 +0000 (00:03 +0000)]
Issue #9075: In the ssl module, remove the setting of a `debug` flag
on an OpenSSL structure.
Stefan Krah [Thu, 24 Jun 2010 09:33:05 +0000 (09:33 +0000)]
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
used with signed/unsigned char arguments. For integer arguments, EOF
has to be handled separately.
Benjamin Peterson [Thu, 24 Jun 2010 00:12:40 +0000 (00:12 +0000)]
prevent assignment to set literals
Benjamin Peterson [Thu, 24 Jun 2010 00:02:46 +0000 (00:02 +0000)]
remove reverted changed
Benjamin Peterson [Wed, 23 Jun 2010 20:29:26 +0000 (20:29 +0000)]
cpython only gc tests