summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-181-6/+23
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-125-10/+10
* Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-8/+9
* Fix grammatical error in csv docs.Zachary Ware2015-09-111-1/+1
* Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-6/+7
* Add the original author of profile.py back to the docs, at his request.Guido van Rossum2015-09-101-1/+1
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-6/+9
* #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
* Issue #24952: Clarify default argument of stack_size() in threading, threadMartin Panter2015-08-312-2/+4
* Make an example a little clearerRaymond Hettinger2015-08-301-0/+1
* #24926: Fix typo in example.R David Murray2015-08-241-1/+1
* Merge 2.7 heads.Robert Collins2015-08-241-11/+19
|\
| * Issue #24079: Improve description of the text and tail attributes forNed Deily2015-08-181-11/+19
* | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
|/
* Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-4/+5
* Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-301-2/+0
* Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
* we don't care about python 1.5.2Benjamin Peterson2015-07-221-2/+0
* 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* tighten warningBenjamin Peterson2015-07-061-3/+3
* Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-1/+2
* #24548: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
* Issue #24525: Add missing word. Patch by Vincent Legoll.Terry Jan Reedy2015-07-031-1/+1
* Issue #24496: Backport gzip examples to Python 2.Berker Peksag2015-06-251-11/+7
* Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-2/+2
* Issue #24443: Fix links for Event.clear() and Event.wait() methods.Berker Peksag2015-06-131-2/+2
* whitespaceTerry Jan Reedy2015-06-121-1/+1
* Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+3
* that this is "for Python" is obviousBenjamin Peterson2015-06-061-1/+1
* Issue #24357: use example.org insteadNed Deily2015-06-021-4/+4
* Issue #24357: Change host in socket.getaddrinfo example to one thatNed Deily2015-06-021-4/+4
* Make expression legal python by adding '1'.Terry Jan Reedy2015-05-231-1/+1
* Issue #22155: Add File Handlers subsection with createfilehandler to TkinterTerry Jan Reedy2015-05-171-0/+50
* #19934: fix mangled wordingAndrew Kuchling2015-05-131-3/+3
* Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* use imperativeBenjamin Peterson2015-05-121-2/+2
* update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-5/+5
* #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
* Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
* Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-4/+1
* fix relative link (closes #24057)Benjamin Peterson2015-04-251-2/+2
* recommend requests library (closes #23989)Benjamin Peterson2015-04-203-0/+15
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* use imperativeBenjamin Peterson2015-04-111-5/+5
* Issue #23400: Add notes about the sem_open support of the host OS toBerker Peksag2015-04-081-8/+17
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-311-8/+11