Commit Graph

7498 Commits

Author SHA1 Message Date
Georg Brandl 3bca761ae8 merge 2014-03-09 10:23:24 +01:00
R David Murray 17a4322d09 #20628: wrap lines to < 80. 2014-02-24 15:36:45 -05:00
R David Murray d2b5b316ab #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
Patch by Sean Rodman.
2014-02-24 15:35:19 -05:00
Georg Brandl 3cb99f3911 Closes #20735: remove erroneous deprecated marker from stringprep docs 2014-02-24 09:26:53 +01:00
Ezio Melotti 207b5f466d #19890: fix typo in multiprocessing docs. Patch by Mike Short. 2014-02-15 16:58:52 +02:00
Benjamin Peterson 93cd25d0a8 fix links to builtin repr function (closes #20573) 2014-02-14 14:10:39 -05:00
Ezio Melotti 9c96f0ba29 #19906: clarify note in urllib docs. 2014-02-10 09:59:04 +02:00
Vinay Sajip 8bf70f74cf Issue #20509: Added cross-reference in documentation. 2014-02-04 16:25:41 +00:00
Antoine Pitrou 8a2e22ef35 Issue #20423: fix documentation of io.StringIO's newline parameter 2014-02-02 22:48:25 +01:00
Zachary Ware c82e27bf9a Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. 2014-01-31 11:27:24 -06:00
Georg Brandl 3ce5255a07 Fix markup error. 2014-01-21 19:21:18 +01:00
Benjamin Peterson ad715d9e97 put notes in a ..note section 2014-01-20 00:10:23 -05:00
Benjamin Peterson 235a7c59f1 document that a new Python thread context is created in ctypes callbacks (closes #6627)
Patch by Nikolaus Rath.
2014-01-20 00:09:53 -05:00
Benjamin Peterson 09421f82eb update pysqlite website (closes #20278) 2014-01-16 09:52:38 -05:00
Vinay Sajip ace08aba65 Clarified documentation note on module-level convenience functions. 2014-01-15 13:27:58 +00:00
Zachary Ware aec3065b99 Fix typo. Pointed out by Finn Ellis on docs@. 2014-01-13 20:38:17 -06:00
R David Murray dd1c4fda95 #20236: Fix sphinx markup. 2014-01-13 13:54:54 -05:00
Senthil Kumaran 011097395b Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. 2014-01-12 16:04:08 -08:00
R David Murray da0b34cd26 Fix verb tense. 2014-01-08 18:08:37 -05:00
R David Murray 5851218e42 #17282: Document unittest.main defaultTest argument. 2014-01-02 13:38:02 -05:00
Antoine Pitrou 63cc99d9a6 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. 2013-12-28 17:26:33 +01:00
R David Murray dfd21d3538 #20063: Remove inaccurate/confusing statement about support of 'pop' method.
Patch by Gennadiy Zlobin.
2013-12-25 22:26:59 -05:00
Serhiy Storchaka b712873a63 Removed spaces before colons and semicolons. 2013-12-24 11:04:06 +02:00
Serhiy Storchaka 610f84af0d Removed spaces before commas and periods. 2013-12-23 18:19:34 +02:00
Antoine Pitrou c96592da4d s/lightweight/minimal/, as per issue #11379. 2013-12-22 01:57:01 +01:00
Vinay Sajip d46a31fc64 Issue #19902: Added list of logging levels. 2013-12-19 11:42:18 +00:00
Zachary Ware b56c517b05 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. 2013-12-18 12:18:36 -06:00
Ezio Melotti 91b88c8d87 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. 2013-12-14 12:42:29 +02:00
Kristján Valur Jónsson 222b284911 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
Backport the fix from pyton 3.x for this issue.
2013-12-05 10:03:45 +00:00
Eli Bendersky 7b2ac60934 Issue #19814: Clarify argparse's docs w.r.t prefix matching 2013-12-02 05:53:35 -08:00
Vinay Sajip e9cb5e9df6 Issue #19789: Clarified documentation for logging.disable. 2013-11-30 22:43:13 +00:00
Serhiy Storchaka 26d936a71e Issue #19795: Improved markup of True/False constants. 2013-11-29 12:16:53 +02:00
Serhiy Storchaka 9f91d35ff3 Issue #19794: Improved markup for True/False constants. 2013-11-26 17:32:03 +02:00
Antoine Pitrou 131336846c Issue #19691: remove outdated mention about RuntimeError 2013-11-25 19:08:32 +01:00
Richard Oudkerk a69712c01d Issue 16998: Clarify that += on a shared value is not atomic. 2013-11-17 17:00:38 +00:00
Antoine Pitrou f7a52475a5 Issue #19508: warn that ssl doesn't validate certificates by default 2013-11-17 15:42:58 +01:00
Ezio Melotti e3c61368e3 #19238: fix typo in documentation. 2013-11-17 02:47:12 +02:00
Vinay Sajip 6afafc7ea4 Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:54:15 +00:00
R David Murray a691219716 backport #18985: Improve fcntl documentation. 2013-11-07 10:52:53 -05:00
Nick Coghlan 6a98749e9c Close #17827: Document codecs.encode & codecs.decode 2013-11-04 20:05:16 +10:00
Vinay Sajip 41e9b401dc Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references. 2013-10-31 01:08:59 +00:00
Christian Heimes db78e4365b fix language 2013-10-29 22:19:39 +01:00
Christian Heimes 88b2220859 Issue #18747: document issue with OpenSSL's CPRNG state and fork 2013-10-29 21:08:56 +01:00
Georg Brandl 712e951f54 Closes #19416: fix references in the nntplib docs. 2013-10-29 08:14:51 +01:00
Georg Brandl 21f2ec6aa4 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. 2013-10-29 08:10:36 +01:00
Georg Brandl b64f40f3e9 Fix typo: js_JP is not a valid locale. 2013-10-29 08:05:10 +01:00
Tim Golden 17934856dc Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 2013-10-22 20:45:13 +01:00
Ezio Melotti c62403818c #19319: fix ctypes docs: sizeof is an operator in C, not a function. 2013-10-21 04:41:40 +03:00
Ezio Melotti cef2d49122 #19238, #19289: fix description of the align and fill values of the format specification. 2013-10-21 02:53:07 +03:00
Serhiy Storchaka de2f8fadcc Fix markup. 2013-10-18 11:54:52 +03:00
Georg Brandl cea38084eb Closes #19277: document all parameters of compressobj(). 2013-10-17 19:51:00 +02:00
Serhiy Storchaka 0b9a9fd3a0 Issue #19189: Improved cross-references in the pickle module documentation. 2013-10-14 10:43:26 +03:00
Serhiy Storchaka b6f6450488 Merge heads 2013-10-13 23:29:53 +03:00
Georg Brandl b7557af86d Wing IDE is switching to PyQt... 2013-10-13 22:23:27 +02:00
Serhiy Storchaka b33336f650 Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:00 +03:00
Serhiy Storchaka 7378d6374c Issue #19197: Improved cross-references in the shlex module documentation. 2013-10-13 21:17:56 +03:00
Serhiy Storchaka 361994c8e9 Issue #19207: Improved cross-references in the os, os.path, and posix modules
documentation.
2013-10-13 20:25:30 +03:00
Georg Brandl 1b1c11d208 Refer to strftime(3) manpage for platform specific format codes.
Suggested by Skip Montanaro on docs@.
2013-10-13 18:28:25 +02:00
Serhiy Storchaka 55c45c71cf Issue #19198: Improved cross-references in the cgi module documentation. 2013-10-13 18:27:51 +03:00
Georg Brandl 65e30a2db5 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. 2013-10-13 10:49:41 +02:00
Georg Brandl 6e5ae97c95 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. 2013-10-13 10:23:27 +02:00
Georg Brandl 52fa1724ce Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice. 2013-10-13 10:07:31 +02:00
Georg Brandl 5b68d64992 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. 2013-10-12 18:44:13 +02:00
Georg Brandl c2a9dc35c0 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. 2013-10-12 18:19:33 +02:00
Serhiy Storchaka 32dc141088 #19194: Improved cross-references in the fcntl module documentation. 2013-10-09 14:20:06 +03:00
Serhiy Storchaka ad16b725bc Issue #19190: Improve cross-references in builtin types and functions documentation. 2013-10-09 14:02:14 +03:00
Georg Brandl e3e4c9afe4 Fix wrong link. 2013-10-08 21:43:39 +02:00
Georg Brandl 9f57278251 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py"
Found by Micheal Wells on docs@.
2013-10-06 19:33:56 +02:00
Georg Brandl bab7850c8e Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. 2013-10-06 19:19:18 +02:00
Georg Brandl 09289afbd4 Fix typo in function name. 2013-10-06 19:14:35 +02:00
Georg Brandl 188ddd3ba0 Closes #15432: GzipFile mtime argument was added in 2.7. 2013-10-06 19:01:21 +02:00
Georg Brandl 1f94b26cba Closes #11807: document argparse add_subparsers method better.
Patch by Filip Gruszczyński.
2013-10-06 18:51:39 +02:00
Georg Brandl c0edadee84 Closes #15213: update comment for _PyOS_URandom 2013-10-06 18:43:19 +02:00
Georg Brandl 917bb8cb34 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. 2013-10-06 18:26:36 +02:00
Georg Brandl 4e8534e2ae Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. 2013-10-06 18:20:31 +02:00
Georg Brandl 60ccf0a8c9 Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. 2013-10-06 18:17:56 +02:00
Georg Brandl 5185d0f118 Closes #12350: clarify blocks/block size members of stat result. 2013-10-06 18:11:32 +02:00
Georg Brandl 42dac47c96 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. 2013-10-06 13:17:04 +02:00
Georg Brandl e3005461c3 Fix missing class name in markup. Found by Tanky Woo on docs@. 2013-10-06 13:09:59 +02:00
Georg Brandl 980db0a098 Fix example in backreference description. Found by Alexander Heger on docs@. 2013-10-06 12:58:20 +02:00
Georg Brandl 5c80cc4486 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
Found by Helge Stenström on docs@.
2013-10-06 12:46:13 +02:00
Georg Brandl d6896507da Fix minor bug in httplib example. Found by Alex MacAulay on docs@. 2013-10-06 12:42:18 +02:00
Georg Brandl 775ba9b424 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. 2013-10-06 12:38:44 +02:00
Georg Brandl 97ea40aa6d Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. 2013-10-06 12:36:39 +02:00
Georg Brandl d796cdb136 Fix typo. 2013-10-06 12:33:20 +02:00
Georg Brandl 75c3a0435c Fix strange deprecation version. 2013-10-06 12:31:06 +02:00
Georg Brandl ddbdc9a6e4 Closes #15956: improve documentation of named groups and how to reference them. 2013-10-06 12:08:14 +02:00
Georg Brandl f0f0843df3 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. 2013-10-06 11:10:49 +02:00
Georg Brandl c5c900defb Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). 2013-10-06 10:11:12 +02:00
Georg Brandl dc801844c1 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time 2013-10-06 09:52:55 +02:00
Georg Brandl 2b38582e76 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) 2013-10-06 09:50:36 +02:00
Georg Brandl 05c8baa40f Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. 2013-10-06 09:48:26 +02:00
Georg Brandl baeb7f850a Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) 2013-10-06 09:32:03 +02:00
Georg Brandl 5e7f16e77e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) 2013-10-06 09:23:03 +02:00
Georg Brandl dc5f3fa85e Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) 2013-10-06 09:17:43 +02:00
Senthil Kumaran 34f7c4ee80 Minor doc fix in urlparse.rst 2013-09-30 22:10:44 -07:00
Georg Brandl 110953d6de Closes #19061: make shelve security warning consistent between 2.x and 3.x. 2013-09-22 11:43:10 +02:00
R David Murray ba58e1d827 Merge: Add versionchanged for #14984, remove extra blank from string. 2013-09-17 20:10:23 -04:00
R David Murray 137b572d55 Add versionchanged for #14984, remove extra blank from string. 2013-09-17 20:08:09 -04:00
R David Murray 74213e4ee9 Merge #14984: On POSIX, enforce permissions when reading default .netrc. 2013-09-16 14:32:54 -04:00