summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr...Andrew M. Kuchling2008-09-061-1/+9
* #3669 from Robert Lehmann: simplify use of iterator in exampleAndrew M. Kuchling2008-09-061-1/+1
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-1/+9
* #3040: include 'dest' argument in example; trim some trailing whitespaceAndrew M. Kuchling2008-09-061-3/+3
* Various correctionsAndrew M. Kuchling2008-09-061-15/+15
* actually tell the name of the flag to useBenjamin Peterson2008-09-061-7/+7
* Fix typo in multiprocessing doc, cancel_join_thread was missing _threadJesse Noller2008-09-061-1/+1
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-052-4/+5
* #3671: Typo fixAndrew M. Kuchling2008-09-051-4/+5
* Make it more obvious that warnings.catch_warnings() and its arguments should ...Brett Cannon2008-09-051-1/+1
* flesh out the documentation on using 2to3Benjamin Peterson2008-09-041-14/+35
* #3671: various corrections and markup fixes noted by Kent JohnsonAndrew M. Kuchling2008-09-041-24/+26
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-033-38/+46
* 3.0 still has the old threading namesBenjamin Peterson2008-09-031-8/+8
* Merged revisions 66173 via svnmerge fromBenjamin Peterson2008-09-031-2/+4
* Add e-mail addressAndrew M. Kuchling2008-09-021-1/+1
* Clarify example; add importsAndrew M. Kuchling2008-09-021-4/+10
* a typoMark Summerfield2008-09-021-1/+1
* typo fixAndrew M. Kuchling2008-09-021-1/+1
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-021-0/+50
* Describe the __hash__ changesAndrew M. Kuchling2008-09-021-1/+25
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-011-5/+6
* Bug #3738: Documentation is now more accurate in describing handler close met...Vinay Sajip2008-09-011-4/+6
* Added section about configuring logging in a library. Thanks to Thomas Heller...Vinay Sajip2008-09-011-0/+39
* #3749: fix c'n'p errors.Georg Brandl2008-09-011-3/+3
* Update patch/bug countAndrew M. Kuchling2008-08-311-2/+2
* Last batch of edits; remove the 'other changes' sectionAndrew M. Kuchling2008-08-311-101/+102
* Edit the library section, rearranging items to flow better and making lots of...Andrew M. Kuchling2008-08-311-263/+277
* Issue 2235: document the ability to block inheritance of __hash__ in the lang...Nick Coghlan2008-08-311-2/+18
* More editsAndrew M. Kuchling2008-08-311-56/+57
* More edits; markup fixesAndrew M. Kuchling2008-08-301-75/+75
* Fix markup.Georg Brandl2008-08-301-1/+1
* Edit four more sectionsAndrew M. Kuchling2008-08-301-41/+54
* Correction from Antoine Pitrou: BufferedWriter and Reader support seek()Andrew M. Kuchling2008-08-301-7/+8
* Tidy up some sentencesAndrew M. Kuchling2008-08-301-14/+14
* Partial edits from revision and tidying passAndrew M. Kuchling2008-08-301-61/+84
* super() actually returns a super object.Georg Brandl2008-08-301-1/+2
* #3569: eval() also accepts "exec"able code objects.Georg Brandl2008-08-301-4/+4
* #3716: fix typo.Georg Brandl2008-08-301-1/+1
* #3730: mention "server" attribute explicitly.Georg Brandl2008-08-301-0/+5
* #3711: .dll isn't a valid Python extension anymore.Georg Brandl2008-08-281-4/+8
* Add various itemsAndrew M. Kuchling2008-08-271-8/+20
* Add an item and a noteAndrew M. Kuchling2008-08-271-5/+6
* Trim whitespace; add a few updatesAndrew M. Kuchling2008-08-271-66/+105
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+8
* Clarify that some attributes/methods are listed somewhat separately because t...Brett Cannon2008-08-241-1/+2
* remove note about unimplemented featureBenjamin Peterson2008-08-241-5/+1
* fix warningBenjamin Peterson2008-08-231-1/+1
* Small updates to types member docs, backport from r65994.Georg Brandl2008-08-231-14/+8
* fix up the multiprocessing docs a littleBenjamin Peterson2008-08-201-34/+22