]>
granicus.if.org Git - python/log
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
Stefan Krah [Wed, 23 Jun 2010 18:12:09 +0000 (18:12 +0000)]
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
Antoine Pitrou [Tue, 22 Jun 2010 21:42:05 +0000 (21:42 +0000)]
Fix misindents in compile.c (for Benjamin).
Of course, whoever used the wrong indentation rules needs to be spanked.
Benjamin Peterson [Tue, 22 Jun 2010 20:32:02 +0000 (20:32 +0000)]
mark ref counting as impl detail
Benjamin Peterson [Tue, 22 Jun 2010 20:26:20 +0000 (20:26 +0000)]
must force gc here
Benjamin Peterson [Tue, 22 Jun 2010 19:49:47 +0000 (19:49 +0000)]
bump revision
Benjamin Peterson [Tue, 22 Jun 2010 19:45:51 +0000 (19:45 +0000)]
spacing nit; this isn't C
Benjamin Peterson [Tue, 22 Jun 2010 19:16:37 +0000 (19:16 +0000)]
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
Benjamin Peterson [Tue, 22 Jun 2010 18:09:02 +0000 (18:09 +0000)]
keep UserDict an old-style class
Be generous in abc.py to allow this.
Ronald Oussoren [Tue, 22 Jun 2010 09:32:22 +0000 (09:32 +0000)]
The code in _scproxy (a mac specific helper module to
detect proxy settings) had the wrong logic for detecting
if the checkbox 'Exclude simple hostnames' is checked. This
checkin fixes that.
As a result the test failure 'Issue8455' goes away on systems
where the checkbox is not checked.
I'm carefully avoiding saying that is fixes that issue,
test_urllib2_localnet assumes that system proxy settings are
empty (not just on OSX, see Issue8455 for details).
Ronald Oussoren [Tue, 22 Jun 2010 09:18:28 +0000 (09:18 +0000)]
Fix for issue8446:
* Don't import 'ic' in webbrowser, that module is no longer used
* Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import.
This is needed because one of the earlier tests triggers and import of this
extension, and that causes a failure in test_py3kwarn (running test_py3kwarn
separately worked fine)
With these changes 'make tests' no longer says that test_py3kwarn fails.
Benjamin Peterson [Mon, 21 Jun 2010 17:28:30 +0000 (17:28 +0000)]
towards final release
Benjamin Peterson [Mon, 21 Jun 2010 16:11:51 +0000 (16:11 +0000)]
tag 2.7rc2
Benjamin Peterson [Mon, 21 Jun 2010 15:57:57 +0000 (15:57 +0000)]
bump verson to 2.7rc2
Benjamin Peterson [Mon, 21 Jun 2010 15:56:45 +0000 (15:56 +0000)]
update pydoc-topics
Benjamin Peterson [Mon, 21 Jun 2010 15:27:46 +0000 (15:27 +0000)]
fix finding visual studio 2008 on 64 bit #8854
Thomas Heller [Mon, 21 Jun 2010 15:01:18 +0000 (15:01 +0000)]
Add tests for problems reported in issue 8959.
Thomas Heller [Mon, 21 Jun 2010 14:00:24 +0000 (14:00 +0000)]
Fix #8959 by reverting revision 80761.
Andrew M. Kuchling [Sun, 20 Jun 2010 21:45:45 +0000 (21:45 +0000)]
Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
Mark Dickinson [Sun, 20 Jun 2010 18:50:19 +0000 (18:50 +0000)]
Merge test_strtod and test_float string-to-float conversion tests.
Benjamin Peterson [Sun, 20 Jun 2010 15:12:04 +0000 (15:12 +0000)]
update emacs section
Jean-Paul Calderone [Fri, 18 Jun 2010 20:00:17 +0000 (20:00 +0000)]
Revert r60115
This revision introduced quoting for strings containing | based
on a misunderstanding of the commonly used quoting rules used
on Windows.
| is interpreted by cmd.exe, not by the MS C runtime argv initializer.
It only needs to be quoted if it is part of an argument passed through
cmd.exe.
See issue1300, issue7839, and issue8972.
Florent Xicluna [Thu, 17 Jun 2010 20:30:56 +0000 (20:30 +0000)]
Add few words about test.test_genericpath.CommonTest
Senthil Kumaran [Thu, 17 Jun 2010 16:38:34 +0000 (16:38 +0000)]
Fix Issue4452 - Incorrect docstring of os.setpgrp
R. David Murray [Thu, 17 Jun 2010 01:36:52 +0000 (01:36 +0000)]
#8720: fix inspect regression by teaching getsourcefile about linecache.
The fix for issue 4050 caused a regression: before that fix, source
lines in the linecache would eventually be found by inspect. After the
fix inspect reports an error earlier, and the source isn't found.
The fix for the fix is to have getsourcefile look in the linecache for
the file and return the psuedo-filename if the source is there, just as
it already returns it if there is a PEP 302 loader.
Senthil Kumaran [Wed, 16 Jun 2010 17:37:32 +0000 (17:37 +0000)]
Addressing RDM's review comments on the doc change.
Senthil Kumaran [Wed, 16 Jun 2010 14:55:31 +0000 (14:55 +0000)]
Fix Issue8937 - SimpleHTTPServer should contain usage example
Mark Dickinson [Tue, 15 Jun 2010 08:33:03 +0000 (08:33 +0000)]
Issue #8469: Further clarifications and improvements to struct module
documentation. Thanks Mads Kiilerich.