Commit Graph

2812 Commits

Author SHA1 Message Date
Raymond Hettinger cb800648ef Update collections ABC table to match the __abstractmethods__ attribute for each container. 2013-03-23 08:57:00 -07:00
R David Murray 35893b7994 #16057: Clarify why the base method default is called in custom encoders.
Original patch by Kushal Das.
2013-03-17 22:06:18 -04:00
Terry Jan Reedy 271e56e887 Issue #17415: Trim trailing whitespace 2013-03-17 15:28:10 -04:00
Terry Jan Reedy 3e50fb3f69 Issue #17415: Clarify 'this' referent by moving containing sentence just after
the sentence referred to. Make other minor edits to improve flow.
2013-03-17 15:21:26 -04:00
Terry Jan Reedy 589cb111b5 Issue #17418: specify that buffer sizes are bytes. 2013-03-16 15:55:53 -04:00
Terry Jan Reedy b1ed05c7a5 Issue #17398: document url argument of RobotFileParser 2013-03-15 16:49:22 -04:00
Senthil Kumaran 69c66f9a43 #17307 - Example of HTTP PUT Request using httplib 2013-03-13 13:30:25 -07:00
Ezio Melotti 5e32424b49 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. 2013-03-13 02:26:11 +02:00
Eli Bendersky 981c3bde8d Issue #11367: fix documentation of some find* methods in ElementTree 2013-03-12 06:08:04 -07:00
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