Terry Jan Reedy
6bf9b85859
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:09:58 -04:00
Ezio Melotti
5f52246f75
#14489 : fix wrong link.
2013-03-10 04:28:28 +02:00
Eli Bendersky
26e2faf57d
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:56:35 -08:00
Terry Jan Reedy
3d08f25acf
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:35:15 -05:00
Vinay Sajip
a7b584b68c
Issue #17376 : Clarified documentation for TimedRotatingFileHandler weekday rotation.
2013-03-08 23:22:22 +00:00
Eli Bendersky
e754636a5e
Closing #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:34:58 -08:00
Eli Bendersky
82078bcfc3
Fix doc grammar and line width
2013-03-06 06:53:39 -08:00
Ezio Melotti
f5a9bc5fdd
#17364 : remove documentation for a function that does not exist.
2013-03-06 03:20:27 +02:00
Ezio Melotti
ff0deb0529
Fix markup in unittest doc.
2013-03-01 21:26:04 +02:00
Raymond Hettinger
dce969d2b0
The example regex should be a raw string.
2013-02-28 11:11:11 -08:00
Ezio Melotti
1fef1eb6e9
Add a link to the demo dir.
2013-02-28 17:55:17 +02:00
Ezio Melotti
79b2dbaf3f
Fix markup in unittest docs.
2013-02-28 08:28:11 +02:00
Petri Lehtinen
e41a4634c9
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:34:33 +02:00
Senthil Kumaran
b1bbc0b3dc
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:02:14 -08:00
Petri Lehtinen
2342784d28
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:53:03 +01:00
Petri Lehtinen
0b785036ef
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:24:31 +01:00
Ezio Melotti
6a959a1213
#15438 : add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
2013-02-23 04:53:44 +02:00
Ezio Melotti
ed5fba2ad9
#17035 : use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag.
2013-02-22 07:34:52 +02:00
Chris Jerdonek
13cee1696f
Issue #17203 : add long option names to unittest discovery docs.
2013-02-21 18:52:12 -08:00
Serhiy Storchaka
49d4022d7d
Issue #17225 : JSON decoder now counts columns in the first line starting
...
with 1, as in other lines.
2013-02-21 20:17:54 +02:00
Ezio Melotti
d5bdb1f140
#17265 : fix highlight in template example. Initial patch by Berker Peksag.
2013-02-21 12:30:32 +02:00
Antoine Pitrou
f1575714ff
Issue #17208 : add a note about the termination behaviour of daemon threads.
2013-02-15 21:27:18 +01:00
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
Benjamin Peterson
8d15ca3cc6
fix long fixer docs ( #4590 )
2013-01-28 18:28:38 -05: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
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
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
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
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
57dfb227a3
#16154 : fix some doctests in Doc/library. Patch by Ravi Sinha.
2013-01-11 08:53:10 +02: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
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
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