Serhiy Storchaka
62e709c52b
Issue #16686 : Fixed a lot of bugs in audioop module.
...
* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.
2013-02-09 11:10:30 +02:00
Gregory P. Smith
ec02217f4c
whitespace fix
2013-02-07 22:18:21 -08:00
Gregory P. Smith
a26ec65d93
Issue #6972 : fix the documentation mis applied patch.
2013-02-07 22:11:03 -08:00
Senthil Kumaran
785d1b1703
Fix Issue17069: Document getcode method in urllib.request.rst
2013-02-07 00:51:34 -08:00
Serhiy Storchaka
dc6dc4bc31
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972 .
2013-02-02 13:27:02 +02:00
Ned Deily
7045f0579b
Issue #15116 : Remove references to appscript as it is no longer being
...
supported.
2013-02-02 00:14:44 -08:00
Gregory P. Smith
608cc451c7
Fixes Issue #6972 : The zipfile module no longer overwrites files outside of
...
its destination path when extracting malicious zip files.
2013-02-01 11:40:18 -08:00
Ezio Melotti
139e445270
#16128 : clarify that instances of user-defined classes compare equal with themselves.
2013-02-01 05:18:44 +02:00
Vinay Sajip
b322621a53
Added clarification to logging HOWTO.
2013-01-29 22:36:39 +00:00
Benjamin Peterson
8d15ca3cc6
fix long fixer docs ( #4590 )
2013-01-28 18:28:38 -05:00
Sandro Tosi
c19d7b6556
fix typo; thanks to Dmitry Northerner from docs@
2013-01-27 00:22:33 +01:00
Eli Bendersky
f4fbf24aad
Issue #9708 : clarify doc of iterparse - cElementTree doesn't support the parser argument
2013-01-24 07:28:33 -08:00
Vinay Sajip
eb01949709
Corrected typo, added comment in cookbook recipe.
2013-01-23 09:30:34 +00:00
Ezio Melotti
f5da3ec5ee
#11379 : rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
2013-01-22 22:47:57 +02:00
Vinay Sajip
a0c9a4ed75
Added cookbook recipe for structured logging.
2013-01-22 15:57:12 +00:00
Vinay Sajip
0f2bd027a8
Updated logging HOWTO with a diagram.
2013-01-22 13:10:58 +00:00
Vinay Sajip
8a459d977d
Issue #17007 : Made minor changes to documentation wording.
2013-01-21 21:56:35 +00:00
Vinay Sajip
cb309c5fae
Issue #17007 : Improved logging documentation based on suggestions in the issue.
2013-01-21 19:43:51 +00:00
Stefan Krah
b357db885c
Backport 6df456f8fc6d.
2013-01-20 23:29:28 +01:00
Jason R. Coombs
86af58156b
#16985 : Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
2013-01-18 15:33:39 -05:00
Ezio Melotti
9e0f462cb2
#16978 : rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
2013-01-18 19:55:46 +02:00
Łukasz Langa
a670fcc692
math.fsum docs did not show up because of a misplaced testsetup directive
2013-01-18 13:31:53 +01:00
Antoine Pitrou
d0c665e062
Remove pointless discussion of the lack of a ternary operator
2013-01-17 23:10:12 +01:00
Serhiy Storchaka
3d4a02ab8c
Describe the default_namespace parameter of ElemetTree.write.
2013-01-13 21:57:14 +02:00
Ezio Melotti
dc157fcbd3
#16940 : fix indentation in example.
2013-01-12 10:39:45 +02:00
Chris Jerdonek
92e2fc8360
Issue #16933 : Improve choices examples in argparse documentation.
2013-01-11 19:25:28 -08:00
Georg Brandl
8b41c2e259
Closes #16936 : fix duplicate/ambiguous description of stat.S_IFMT in the docs.
2013-01-11 20:25:54 +01:00
Sandro Tosi
2534f9aa39
grammatical fix; thanks to Alex Rudnick from docs@
2013-01-11 10:48:34 +01:00
Ezio Melotti
14091a6bca
Merge heads.
2013-01-11 09:06:12 +02:00
Ezio Melotti
57dfb227a3
#16154 : fix some doctests in Doc/library. Patch by Ravi Sinha.
2013-01-11 08:53:10 +02:00
Chris Jerdonek
d3003cb0b2
Issue #16874 : fix formatting of setup.py upload options in documentation.
2013-01-10 22:50:40 -08:00
R David Murray
bcd9971b05
#13934 : document sqlite version strings.
2013-01-10 20:22:57 -05:00
Ned Deily
ec8f8f7959
Issue #15782 : Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
...
_Qdoffs when compiling with an SDK of 10.7 or later. The OS X APIs they
wrap have long been deprecated and have now been removed with 10.7.
These modules were already empty for 64-bit builds and have been removed
in Python 3. (Original patch by Ronald Oussoren.)
2013-01-09 22:04:35 -08:00
Vinay Sajip
3a5fc4bcb8
Issue #16884 : Updated docs to use 'note' directives.
2013-01-08 11:18:42 +00:00
R David Murray
b847c7fcfe
#16877 : Add mention that shell-style path expansions are not automatic.
2013-01-06 16:14:57 -05:00
Ezio Melotti
9ae4711581
#16862 : remove outdated statements about Stackless.
2013-01-05 07:37:47 +02:00
Ezio Melotti
7be3e18901
Cleanup a few minor things.
2013-01-05 07:36:54 +02:00
Ezio Melotti
58abc5bcd7
#13094 : add Programming FAQ entry about the behavior of closures.
2013-01-05 00:49:48 +02:00
Chris Jerdonek
717e50e43a
Issue #16747 : Reflow iterable glossary entry to match 3.x change e19ed347523e.
2013-01-04 04:41:34 -08:00
Benjamin Peterson
830b4a8570
drop email ( closes #16857 )
2013-01-03 20:34:19 -08:00
Giampaolo Rodola'
049a378cd7
issue 10527: fix missing import
2013-01-03 02:53:28 +01:00
Eli Bendersky
f29abd3254
Fix method name in documentation (__setstate__ --> __getstate__)
2013-01-02 06:02:23 -08:00
Benjamin Peterson
856cb0fc34
update another year
2012-12-31 21:44:00 -06:00
Benjamin Peterson
1f7df8f207
merge heads
2012-12-31 21:40:42 -06:00
Benjamin Peterson
b25d611f8d
bring Python into 2013
2012-12-31 21:37:21 -06:00
Raymond Hettinger
c195b4e88c
Make the from_iterable() recipe more usable.
...
The code isn't exactly equivalent because a classmethod would
only make sense inside a chain class, and it would need "cls"
as a first argument, and it would need to return an instance
of "chain" rather than a generator.
The updated example drops the @classmethod decorator so that
it can be used standalone: list(from_iterable(['abc', 'def']))
This should be communicate what from_iterable does.
2012-12-28 00:03:30 -08:00
Ezio Melotti
82ee30384c
#16796 : fix typo. Patch by Michael Schurter.
2012-12-28 01:59:24 +02:00
Jesus Cea
4947049b40
Closes #16789 : :meth:`quit` links to constants instead of own module
2012-12-26 16:46:04 +01:00
Chris Jerdonek
cf4710c323
Add additional links and index entries for "argument" and "parameter".
...
This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the
commits referenced there).
2012-12-25 14:50:21 -08:00
Kristján Valur Jónsson
b0d1c37d73
Issue #14574 : Ignore socket errors raised when flushing a connection on close.
2012-12-25 22:46:32 +00:00