summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove repetition of string escapes note 1 at end of note 2.Terry Jan Reedy2013-07-271-2/+1
* #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
* Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-142-3/+3
* #18389: Clarify that relpath does not access the file system.R David Murray2013-07-121-2/+4
* Issue #18336. Fix a link to StreamReader's read() method.Serhiy Storchaka2013-07-111-1/+1
* Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
* Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
* Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-2/+2
* Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-2/+2
* Issue #18164: Backport the more detailed embedding compile-and-link sectionNed Deily2013-06-241-28/+46
* Fix typo.Richard Oudkerk2013-06-241-1/+1
* Clarify note and fix typo.Richard Oudkerk2013-06-241-2/+3
* Issue #15818: Typo in docs.Richard Oudkerk2013-06-241-3/+3
* Issue #18277: Document quirks of multiprocessing queue.Richard Oudkerk2013-06-241-0/+17
* #18179: reflow paragraphs.R David Murray2013-06-231-24/+24
* #18179: document the local_hostname parameter.R David Murray2013-06-231-3/+9
* Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
* #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-082-5/+3
* Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.Serhiy Storchaka2013-05-281-1/+1
* Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.Raymond Hettinger2013-05-271-0/+6
* Issue #18031: %-formatting isn't dead yet and might pull through.Raymond Hettinger2013-05-231-4/+0
* Issue #17844: Refactor a documentation of Python specific encodings.Serhiy Storchaka2013-05-221-78/+102
* #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
* Issue #18026: fix ctypes doc typoNed Deily2013-05-201-1/+1
* #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.R David Murray2013-05-201-0/+83
* #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.Ezio Melotti2013-05-101-3/+3
* #14878: add cross-reference to the yield statement.Andrew Kuchling2013-05-101-0/+3
* #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-14/+33
* #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-1/+5
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-031-3/+1
* # 1722 - Add a note on urllib helper functions like splittype, splithost etc.Senthil Kumaran2013-05-021-0/+7
* #16518: fix links in glossary entry.Ezio Melotti2013-05-011-2/+2
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
* #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.Ezio Melotti2013-04-291-0/+2
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
* Reflow paragraph.R David Murray2013-04-281-4/+4
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-282-9/+14
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
* #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-4/+16
* #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.R David Murray2013-04-201-4/+17
* #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-8/+8
* Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11