Commit Graph

19487 Commits

Author SHA1 Message Date
Georg Brandl c0edadee84 Closes #15213: update comment for _PyOS_URandom 2013-10-06 18:43:19 +02:00
Georg Brandl 4bfc96bf43 Closes #17725: small grammar fix. 2013-10-06 18:36:34 +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 e0f6d59896 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. 2013-10-06 13:20:49 +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 e8c52e13ee Minor improvement: add indication that the main function goes on. 2013-10-06 13:14:10 +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 bcc55d691e Fix small grammar mistake. 2013-10-06 11:57:13 +02:00
Georg Brandl b3d6fe336d Small logical fix in filter() example description. 2013-10-06 11:41:36 +02:00
Georg Brandl 96426886ec Clarify section about source code encoding. 2013-10-06 11:24:48 +02:00
Georg Brandl 6451ae6254 Fix missing period. 2013-10-06 11:12:29 +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 76834a1a27 Fix merging mistake: wrong Python version. 2013-10-06 11:08:57 +02:00
Georg Brandl 15d9fe7ecf Fix wrong Python highlighting in directory hierarchy code block. 2013-10-06 11:08:24 +02:00
Georg Brandl b2efdee890 Small clarification in extending docs. 2013-10-06 11:02:38 +02:00
Georg Brandl cff39b0120 Use "lambda expression" as preferred to "lambda form". 2013-10-06 10:26:58 +02:00
Georg Brandl d6d26ec908 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. 2013-10-06 10:22:45 +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 c3eb868cc4 Fix some PEP8 in curses HOWTO. 2013-10-06 10:02:07 +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 d39c3a4d45 Fix markup. 2013-10-06 09:47:45 +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
Ezio Melotti 8f89928b5a #19074: mention PySide in the GUI FAQs. 2013-10-06 01:02:09 +03:00
Benjamin Peterson 29f0dc5f77 dict is also allowed (closes #19163) 2013-10-04 10:55:15 -04:00
Senthil Kumaran 34f7c4ee80 Minor doc fix in urlparse.rst 2013-09-30 22:10:44 -07:00
Antoine Pitrou 59db34e4d5 Add a "skull and crossbones" to Py_AddPendingCall. 2013-09-30 21:35:44 +02:00
Georg Brandl a63231aa18 Closes #19043: remove detailed listing of versions from license files
Since all versions since 2.2 are under the same licensing terms,
this saves the release manager from touching the two files for
every new minor release.
2013-09-22 11:45:02 +02: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
R David Murray 4189b67a66 #14984: On POSIX, enforce permissions when reading default .netrc.
Initial patch by Bruno Piguet.

This is implemented as if a useful .netrc file could exist without passwords,
which is possible in the general case; but in fact our netrc implementation
does not support it.  Fixing that issue will be an enhancement.
2013-09-16 13:48:44 -04:00
Ezio Melotti 802fa397d5 Fix markup in email.parser docs. 2013-09-13 22:55:08 +03:00
Ezio Melotti 36c3368233 #18951: use consistent names in unittest docs. 2013-09-13 22:17:40 +03:00
Senthil Kumaran b65685f3f2 Clarify mmap.close method behavior. Addresses issue #18815
Patch contributed by Anoop Thomas Mathew.
2013-09-09 22:38:58 -07:00