- aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
- 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
- b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
- 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
- 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
- 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
- c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
- 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
- 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
- fd0c2f5 Define what “updating” means in docs for open (#19627). by Éric Araujo · 11 years ago
- 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
- 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
- 84f323e note that future_builtin's map is not quite like python 3's (closes #19363) by Benjamin Peterson · 11 years ago
- 3bca761 merge by Georg Brandl · 11 years ago
- 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago
- d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
- 3cb99f3 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago
- 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
- 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
- 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 12 years ago
- 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 12 years ago
- 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
- c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 12 years ago
- 3ce5255 Fix markup error. by Georg Brandl · 12 years ago
- ad715d9 put notes in a ..note section by Benjamin Peterson · 12 years ago
- 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 12 years ago
- 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 12 years ago
- ace08ab Clarified documentation note on module-level convenience functions. by Vinay Sajip · 12 years ago
- aec3065 Fix typo. Pointed out by Finn Ellis on docs@. by Zachary Ware · 12 years ago
- dd1c4fd #20236: Fix sphinx markup. by R David Murray · 12 years ago
- 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 12 years ago
- da0b34c Fix verb tense. by R David Murray · 12 years ago
- 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 12 years ago
- 63cc99d Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 12 years ago
- dfd21d3 #20063: Remove inaccurate/confusing statement about support of 'pop' method. by R David Murray · 12 years ago
- b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
- 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
- c96592d s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 12 years ago
- d46a31f Issue #19902: Added list of logging levels. by Vinay Sajip · 12 years ago
- b56c517 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 12 years ago
- 91b88c8 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 12 years ago
- 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 12 years ago
- 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
- e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 12 years ago
- 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
- 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 12 years ago
- 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 12 years ago
- a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 12 years ago
- f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 12 years ago
- e3c6136 #19238: fix typo in documentation. by Ezio Melotti · 12 years ago
- 6afafc7 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
- a691219 backport #18985: Improve fcntl documentation. by R David Murray · 12 years ago
- 6a98749 Close #17827: Document codecs.encode & codecs.decode by Nick Coghlan · 12 years ago
- 41e9b40 Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references. by Vinay Sajip · 12 years ago
- db78e43 fix language by Christian Heimes · 12 years ago
- 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 12 years ago
- 712e951 Closes #19416: fix references in the nntplib docs. by Georg Brandl · 12 years ago
- 21f2ec6 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 12 years ago
- b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 12 years ago
- 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
- c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 12 years ago
- cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
- de2f8fa Fix markup. by Serhiy Storchaka · 12 years ago
- cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 12 years ago
- 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
- b6f6450 Merge heads by Serhiy Storchaka · 12 years ago
- b7557af Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
- b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
- 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
- 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
- 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
- 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
- 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
- 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 12 years ago
- 52fa172 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. by Georg Brandl · 12 years ago
- 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 12 years ago
- c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
- 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
- ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
- e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
- 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
- bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
- 09289af Fix typo in function name. by Georg Brandl · 12 years ago
- 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 12 years ago
- 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
- c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
- 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
- 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
- 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
- 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
- 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
- e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
- 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
- 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
- d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
- 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
- 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
- d796cdb Fix typo. by Georg Brandl · 12 years ago
- 75c3a04 Fix strange deprecation version. by Georg Brandl · 12 years ago
- ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago