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
Chris Jerdonek
2277b947bb
Issue #16406 : combine the doc pages for uploading and registering to PyPI.
2013-02-27 09:55:39 -08: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
fead3c8cca
Issue #16403 : Document how distutils uses the maintainer field in PKG-INFO
2013-02-23 21:05:48 +01: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
43b09d49b6
Fix the highlight in another example.
2013-02-22 07:53:23 +02:00
Ezio Melotti
986f71cb2d
#17256 : fix syntax highlight in embedding example. Patch by Kushal Das.
2013-02-22 07:38:11 +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
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