]> granicus.if.org Git - python/log
python
13 years agoRemove mention of narrow/wide builds in the codecs doc.
Ezio Melotti [Tue, 25 Oct 2011 07:30:19 +0000 (10:30 +0300)]
Remove mention of narrow/wide builds in the codecs doc.

13 years agoRemove mention of narrow/wide builds and update array doc, add a test.
Ezio Melotti [Tue, 25 Oct 2011 07:05:34 +0000 (10:05 +0300)]
Remove mention of narrow/wide builds and update array doc, add a test.

13 years agoNull merge with 3.2.
Ezio Melotti [Tue, 25 Oct 2011 06:42:01 +0000 (09:42 +0300)]
Null merge with 3.2.

13 years agoFix typo.
Ezio Melotti [Tue, 25 Oct 2011 06:41:13 +0000 (09:41 +0300)]
Fix typo.

13 years agoRemove mention of narrow/wide builds from ord/chr doc.
Ezio Melotti [Tue, 25 Oct 2011 06:32:34 +0000 (09:32 +0300)]
Remove mention of narrow/wide builds from ord/chr doc.

13 years ago#13251: update string description in datamodel.rst.
Ezio Melotti [Tue, 25 Oct 2011 06:23:42 +0000 (09:23 +0300)]
#13251: update string description in datamodel.rst.

13 years agomerge 3.2
Benjamin Peterson [Tue, 25 Oct 2011 04:07:05 +0000 (00:07 -0400)]
merge 3.2

13 years agomerge heads
Benjamin Peterson [Tue, 25 Oct 2011 04:06:15 +0000 (00:06 -0400)]
merge heads

13 years agomerge heads
Benjamin Peterson [Tue, 25 Oct 2011 04:04:37 +0000 (00:04 -0400)]
merge heads

13 years agomerge 3.2 (#13259)
Benjamin Peterson [Tue, 25 Oct 2011 04:04:10 +0000 (00:04 -0400)]
merge 3.2 (#13259)

13 years agodocument __bytes__ special method (closes #13259)
Benjamin Peterson [Tue, 25 Oct 2011 04:03:51 +0000 (00:03 -0400)]
document __bytes__ special method (closes #13259)

13 years agoFix test_imp failure under Windows
Antoine Pitrou [Mon, 24 Oct 2011 22:21:02 +0000 (00:21 +0200)]
Fix test_imp failure under Windows

13 years agomerge heads
Petri Lehtinen [Mon, 24 Oct 2011 18:24:58 +0000 (21:24 +0300)]
merge heads

13 years agomerge heads
Petri Lehtinen [Mon, 24 Oct 2011 18:22:39 +0000 (21:22 +0300)]
merge heads

13 years agoMerge 3.2
Petri Lehtinen [Mon, 24 Oct 2011 18:17:52 +0000 (21:17 +0300)]
Merge 3.2

13 years agoIssue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen [Mon, 24 Oct 2011 18:12:58 +0000 (21:12 +0300)]
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Patch by Suman Saha.

13 years agoIssue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali [Mon, 24 Oct 2011 16:47:43 +0000 (18:47 +0200)]
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.

13 years agoIssue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali [Mon, 24 Oct 2011 16:45:29 +0000 (18:45 +0200)]
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.

13 years agomerge 3.2
Benjamin Peterson [Mon, 24 Oct 2011 12:52:30 +0000 (08:52 -0400)]
merge 3.2

13 years agonote callable is back in 3.2
Benjamin Peterson [Mon, 24 Oct 2011 12:51:15 +0000 (08:51 -0400)]
note callable is back in 3.2

13 years agoMerge 3.2.
Florent Xicluna [Mon, 24 Oct 2011 11:17:27 +0000 (13:17 +0200)]
Merge 3.2.

13 years agoIssue #13255: wrong docstrings in array module.
Florent Xicluna [Mon, 24 Oct 2011 11:14:55 +0000 (13:14 +0200)]
Issue #13255: wrong docstrings in array module.

13 years agoIssue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal...
Mark Dickinson [Mon, 24 Oct 2011 09:31:52 +0000 (10:31 +0100)]
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module.

13 years agoImprove the porting section
Antoine Pitrou [Sun, 23 Oct 2011 22:25:41 +0000 (00:25 +0200)]
Improve the porting section

13 years agoImprove / clean up the PEP 393 description
Antoine Pitrou [Sun, 23 Oct 2011 22:14:43 +0000 (00:14 +0200)]
Improve / clean up the PEP 393 description

13 years agoImprove description of PEP 3151
Antoine Pitrou [Sun, 23 Oct 2011 22:07:02 +0000 (00:07 +0200)]
Improve description of PEP 3151

13 years agoMention InterruptedError in the doc for new function signal.sigwaitinfo
Antoine Pitrou [Sun, 23 Oct 2011 21:52:23 +0000 (23:52 +0200)]
Mention InterruptedError in the doc for new function signal.sigwaitinfo

13 years agoMerge
Antoine Pitrou [Sun, 23 Oct 2011 21:50:21 +0000 (23:50 +0200)]
Merge

13 years agoUse InterruptedError instead of checking for EINTR
Antoine Pitrou [Sun, 23 Oct 2011 21:49:42 +0000 (23:49 +0200)]
Use InterruptedError instead of checking for EINTR

13 years agoUse ``...`` for string literals.
Ezio Melotti [Sun, 23 Oct 2011 21:44:03 +0000 (00:44 +0300)]
Use ``...`` for string literals.

13 years agoFix documentation formatting.
Florent Xicluna [Sun, 23 Oct 2011 21:37:46 +0000 (23:37 +0200)]
Fix documentation formatting.

13 years agoMerge heads
Florent Xicluna [Sun, 23 Oct 2011 20:47:56 +0000 (22:47 +0200)]
Merge heads

13 years agoMerge 3.2
Florent Xicluna [Sun, 23 Oct 2011 20:44:19 +0000 (22:44 +0200)]
Merge 3.2

13 years agoRemove obsolete FAQ.
Ezio Melotti [Sun, 23 Oct 2011 20:42:51 +0000 (23:42 +0300)]
Remove obsolete FAQ.

13 years agoIssue 13141: Demonstrate recommended style for socketserver examples.
Florent Xicluna [Sun, 23 Oct 2011 20:40:37 +0000 (22:40 +0200)]
Issue 13141: Demonstrate recommended style for socketserver examples.

13 years agoDocumentation typo.
Florent Xicluna [Sun, 23 Oct 2011 20:23:57 +0000 (22:23 +0200)]
Documentation typo.

13 years agoCleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna [Sun, 23 Oct 2011 20:11:00 +0000 (22:11 +0200)]
Cleanup code: remove int/long idioms and simplify a while statement.

13 years agoIssue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan...
Mark Dickinson [Sun, 23 Oct 2011 19:47:14 +0000 (20:47 +0100)]
Issue #12965: Fix some inaccurate comments in Objects/longobject.c.  Thanks Stefan Krah.

13 years agoIssue #10925: Add equivalent pure Python code for the builtin int-to-float conversion...
Mark Dickinson [Sun, 23 Oct 2011 19:07:13 +0000 (20:07 +0100)]
Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long.

13 years agoIssue #13201: equality for range objects is now based on equality of the underlying...
Mark Dickinson [Sun, 23 Oct 2011 18:53:01 +0000 (19:53 +0100)]
Issue #13201: equality for range objects is now based on equality of the underlying sequences.  Thanks Sven Marnach for the patch.

13 years agoMerge 3.2
Petri Lehtinen [Sun, 23 Oct 2011 18:07:50 +0000 (21:07 +0300)]
Merge 3.2

13 years agoAdd the green "New reference" note to the doc of PyException_GetTraceback()
Petri Lehtinen [Sun, 23 Oct 2011 18:03:33 +0000 (21:03 +0300)]
Add the green "New reference" note to the doc of PyException_GetTraceback()

13 years agoRewrite find_module_path using unicode API.
Martin v. Löwis [Sun, 23 Oct 2011 16:45:16 +0000 (18:45 +0200)]
Rewrite find_module_path using unicode API.

13 years agoFix off-by-one error.
Martin v. Löwis [Sun, 23 Oct 2011 16:41:56 +0000 (18:41 +0200)]
Fix off-by-one error.

13 years agoDrop unused macros. Use CACHEDIR consistently.
Martin v. Löwis [Sun, 23 Oct 2011 16:08:20 +0000 (18:08 +0200)]
Drop unused macros. Use CACHEDIR consistently.

13 years agoRewrite make_source_pathname using Unicode API.
Martin v. Löwis [Sun, 23 Oct 2011 16:05:06 +0000 (18:05 +0200)]
Rewrite make_source_pathname using Unicode API.

13 years agoAdd ready checks for make_compiled_pathname.
Martin v. Löwis [Sun, 23 Oct 2011 15:35:46 +0000 (17:35 +0200)]
Add ready checks for make_compiled_pathname.

13 years agoReformulate make_compiled_pathname in terms of unicode objects.
Martin v. Löwis [Sun, 23 Oct 2011 15:29:08 +0000 (17:29 +0200)]
Reformulate make_compiled_pathname in terms of unicode objects.

13 years agoMerge issue 1294232 patch from 3.2
Nick Coghlan [Sun, 23 Oct 2011 12:36:42 +0000 (22:36 +1000)]
Merge issue 1294232 patch from 3.2

13 years agoIssue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass...
Nick Coghlan [Sun, 23 Oct 2011 12:04:16 +0000 (22:04 +1000)]
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.

13 years agoAdd a docstring to SSLError
Antoine Pitrou [Sat, 22 Oct 2011 21:41:52 +0000 (23:41 +0200)]
Add a docstring to SSLError

13 years agoUse PyExc_OSError directly instead of grabbing it from the socket module API
Antoine Pitrou [Sat, 22 Oct 2011 21:37:51 +0000 (23:37 +0200)]
Use PyExc_OSError directly instead of grabbing it from the socket module API

13 years agoAdd missing prefixes
Antoine Pitrou [Sat, 22 Oct 2011 20:08:46 +0000 (22:08 +0200)]
Add missing prefixes

13 years agoElaborate on representations and canonical/legacy unicode objects
Antoine Pitrou [Sat, 22 Oct 2011 20:08:05 +0000 (22:08 +0200)]
Elaborate on representations and canonical/legacy unicode objects

13 years agoMove deprecated functions at the end of their respective sections.
Antoine Pitrou [Sat, 22 Oct 2011 19:56:20 +0000 (21:56 +0200)]
Move deprecated functions at the end of their respective sections.

13 years agoIssue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
Meador Inge [Sat, 22 Oct 2011 19:06:50 +0000 (14:06 -0500)]
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py

Parser/asdl_c.py was missed in commit 7109f31300fb when _Py_identifier
was replaced with _Py_IDENTIFIER.  Thanks to Eric Snow for the patch.

13 years agoAvoid relying on the default reST role in logging library doc
Éric Araujo [Sat, 22 Oct 2011 17:29:48 +0000 (19:29 +0200)]
Avoid relying on the default reST role in logging library doc

13 years agoCloses #13235: Changed PendingDeprecationWarning to DeprecationWarning.
Vinay Sajip [Sat, 22 Oct 2011 12:34:48 +0000 (13:34 +0100)]
Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning.

13 years agoFix unicode_subtype_new() on debug build
Victor Stinner [Sat, 22 Oct 2011 09:08:10 +0000 (11:08 +0200)]
Fix unicode_subtype_new() on debug build

Patch written by Stefan Behnel.

13 years agoFix text duplication. Spotted by Nick Coghlan, thanks!
Éric Araujo [Fri, 21 Oct 2011 23:44:36 +0000 (01:44 +0200)]
Fix text duplication.  Spotted by Nick Coghlan, thanks!

13 years agoRemove unused variable.
Ezio Melotti [Fri, 21 Oct 2011 22:01:32 +0000 (01:01 +0300)]
Remove unused variable.

13 years ago#12753: fix compilation on Windows.
Ezio Melotti [Fri, 21 Oct 2011 21:24:17 +0000 (00:24 +0300)]
#12753: fix compilation on Windows.

13 years ago#12753: Add support for Unicode name aliases and named sequences.
Ezio Melotti [Fri, 21 Oct 2011 18:57:36 +0000 (21:57 +0300)]
#12753: Add support for Unicode name aliases and named sequences.

13 years agoBanch merge
Éric Araujo [Fri, 21 Oct 2011 13:52:10 +0000 (15:52 +0200)]
Banch merge

13 years agoCloses #13235: Added deprecation for warn() methods and function in logging.
Vinay Sajip [Fri, 21 Oct 2011 06:33:42 +0000 (07:33 +0100)]
Closes #13235: Added deprecation for warn() methods and function in logging.

13 years agoAdd tests for packaging.tests.support (#12659).
Éric Araujo [Fri, 21 Oct 2011 05:56:32 +0000 (07:56 +0200)]
Add tests for packaging.tests.support (#12659).

Thanks to Francisco Martín Brugué for the patch.

13 years agoDocument that packaging doesn’t create __init__.py files (#3902).
Éric Araujo [Fri, 21 Oct 2011 05:34:00 +0000 (07:34 +0200)]
Document that packaging doesn’t create __init__.py files (#3902).

The bug reported expected distutils to create an __init__.py file for a
project using only C extension modules.  IMO, how Python imports
packages and submodules is well documented, and it’s never suggested
that distutils might create an __init__.py file, so I’m adding this
clarification to the packaging docs but won’t backport unless other
people tell me they shared the same wrong expectation.

Thanks to Mike Hoy for his help with the patch.

13 years agoFix missing imports in setup scripts generated by packaging (#13205).
Éric Araujo [Fri, 21 Oct 2011 04:27:06 +0000 (06:27 +0200)]
Fix missing imports in setup scripts generated by packaging (#13205).

I’ve made more edits than the bug report suggested to make sure the
generated setup script is compatible with many Python versions; a
comment in the source explains that in detail.

The cfg_to_args function uses old 2.x idioms like codecs.open and
RawConfigParser.readfp because I want the setup.py generated by packaging and
distutils2 to be the same.  Most users won’t see the deprecation warning and I
ignore it in the test suite.

Thanks to David Barnett for the report and original patch.

13 years agoIssue #12170: The count(), find(), rfind(), index() and rindex() methods
Antoine Pitrou [Thu, 20 Oct 2011 21:54:17 +0000 (23:54 +0200)]
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
of bytes and bytearray objects now accept an integer between 0 and 255
as their first argument.  Patch by Petri Lehtinen.

13 years agoIssue #9168: now smtpd is able to bind privileged port.
Florent Xicluna [Thu, 20 Oct 2011 21:14:36 +0000 (23:14 +0200)]
Issue #9168: now smtpd is able to bind privileged port.

13 years agoIssue #9168: now smtpd is able to bind privileged port.
Florent Xicluna [Thu, 20 Oct 2011 21:03:43 +0000 (23:03 +0200)]
Issue #9168: now smtpd is able to bind privileged port.

13 years ago#13233: null merge with 3.2.
Ezio Melotti [Thu, 20 Oct 2011 16:53:35 +0000 (19:53 +0300)]
#13233: null merge with 3.2.

13 years ago#13233: fix typo.
Ezio Melotti [Thu, 20 Oct 2011 16:51:18 +0000 (19:51 +0300)]
#13233: fix typo.

13 years agoMerge heads.
Ezio Melotti [Thu, 20 Oct 2011 16:45:39 +0000 (19:45 +0300)]
Merge heads.

13 years agomerge
Raymond Hettinger [Thu, 20 Oct 2011 16:43:12 +0000 (09:43 -0700)]
merge

13 years agoBytes are already distinct from text, so typed=True isn't necessary.
Raymond Hettinger [Thu, 20 Oct 2011 16:42:05 +0000 (09:42 -0700)]
Bytes are already distinct from text, so typed=True isn't necessary.

13 years ago#13219: merge with 3.2.
Ezio Melotti [Thu, 20 Oct 2011 16:40:44 +0000 (19:40 +0300)]
#13219: merge with 3.2.

13 years ago#13219: clarify section about character sets in the re documentation.
Ezio Melotti [Thu, 20 Oct 2011 16:38:04 +0000 (19:38 +0300)]
#13219: clarify section about character sets in the re documentation.

13 years agomerge heads
Senthil Kumaran [Thu, 20 Oct 2011 16:34:27 +0000 (00:34 +0800)]
merge heads

13 years agoNews entry for Issue12529 and Issue12604
Senthil Kumaran [Thu, 20 Oct 2011 16:31:40 +0000 (00:31 +0800)]
News entry for Issue12529 and Issue12604

13 years agoNews entry for Issue12529 and Issue12604
Senthil Kumaran [Thu, 20 Oct 2011 16:29:47 +0000 (00:29 +0800)]
News entry for Issue12529 and Issue12604

13 years agoSimplify calls in fnmatch.
Raymond Hettinger [Thu, 20 Oct 2011 16:22:10 +0000 (09:22 -0700)]
Simplify calls in fnmatch.

13 years agoIssue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
Raymond Hettinger [Thu, 20 Oct 2011 15:57:45 +0000 (08:57 -0700)]
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).

13 years agoMention that os.O_CLOEXEC was added to Python 3.3
Victor Stinner [Wed, 19 Oct 2011 22:46:21 +0000 (00:46 +0200)]
Mention that os.O_CLOEXEC was added to Python 3.3

13 years agoIssue #13150: Add a comment in _sysconfigdata to explain the origin of this file
Victor Stinner [Wed, 19 Oct 2011 22:41:21 +0000 (00:41 +0200)]
Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file

13 years agoSilence the FileExistsError which can be raised because of the O_EXCL flag
Antoine Pitrou [Wed, 19 Oct 2011 21:28:40 +0000 (23:28 +0200)]
Silence the FileExistsError which can be raised because of the O_EXCL flag
(as in import.c)

13 years agomerge
Raymond Hettinger [Wed, 19 Oct 2011 21:16:47 +0000 (14:16 -0700)]
merge

13 years agoIssue 12668: Fix wording in Whatsnew3.2
Raymond Hettinger [Wed, 19 Oct 2011 21:16:18 +0000 (14:16 -0700)]
Issue 12668: Fix wording in Whatsnew3.2

13 years agoMerge
Raymond Hettinger [Wed, 19 Oct 2011 21:10:37 +0000 (14:10 -0700)]
Merge

13 years agoIssue 11931: Minor punctuation/grammar/wording fixups to the regex docs
Raymond Hettinger [Wed, 19 Oct 2011 21:10:07 +0000 (14:10 -0700)]
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs

13 years agomerge 3.2
Benjamin Peterson [Wed, 19 Oct 2011 20:58:15 +0000 (16:58 -0400)]
merge 3.2

13 years agoadjust braces a bit
Benjamin Peterson [Wed, 19 Oct 2011 20:57:40 +0000 (16:57 -0400)]
adjust braces a bit

13 years agoIssue #13121: Support in-place math operators for collections.Counter().
Raymond Hettinger [Wed, 19 Oct 2011 20:40:37 +0000 (13:40 -0700)]
Issue #13121: Support in-place math operators for collections.Counter().

13 years agoBranch merge
Éric Araujo [Wed, 19 Oct 2011 19:32:39 +0000 (21:32 +0200)]
Branch merge

13 years agourllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran [Wed, 19 Oct 2011 18:50:13 +0000 (02:50 +0800)]
urllib.request - syntax changes enhancing readability. By Éric Araujo

13 years agourllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran [Wed, 19 Oct 2011 18:48:01 +0000 (02:48 +0800)]
urllib.request - syntax changes enhancing readability. By Éric Araujo

13 years agoDoc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.
Senthil Kumaran [Wed, 19 Oct 2011 18:37:08 +0000 (02:37 +0800)]
Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.

13 years agodefault - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE...
Senthil Kumaran [Wed, 19 Oct 2011 18:16:59 +0000 (02:16 +0800)]
default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
Patch by Petri Lehtinen and Josh Triplett.

13 years ago3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
Senthil Kumaran [Wed, 19 Oct 2011 18:15:36 +0000 (02:15 +0800)]
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c

13 years agodefault - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
Senthil Kumaran [Wed, 19 Oct 2011 17:52:41 +0000 (01:52 +0800)]
default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
exceptions, when a document with timestamp earlier than 1980 is provided to
zipfile. Patch contributed by  Petri Lehtinen.