summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Markup fixesAndrew M. Kuchling2008-09-171-7/+5
* usageSkip Montanaro2008-09-171-1/+1
* #3888: add some deprecated modules in whatsnew.Georg Brandl2008-09-171-1/+18
* be less wordyBenjamin Peterson2008-09-161-6/+6
* Fix typo.Georg Brandl2008-09-161-1/+1
* Rewrite item a bitAndrew M. Kuchling2008-09-151-3/+6
* mention that object.__init__ no longer takes arbitrary args and kwargsBenjamin Peterson2008-09-151-0/+4
* Pick up a few more definitions from the glossary on the wiki.Skip Montanaro2008-09-151-0/+29
* Review usage. Fix a mistake in the new-style class definition. Add aSkip Montanaro2008-09-151-85/+104
* clarify that radix for int is not 'guessed'Benjamin Peterson2008-09-141-8/+8
* fix a name issue; note all doc files should be encoded in utf8Benjamin Peterson2008-09-131-6/+4
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-1334-205/+189
* remove duplicate targetBenjamin Peterson2008-09-131-1/+0
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-134-27/+42
* Use title caseAndrew M. Kuchling2008-09-131-1/+1
* #3288: Document as_integer_ratioAndrew M. Kuchling2008-09-131-1/+12
* Remove extra 'the'; the following title includes itAndrew M. Kuchling2008-09-131-1/+1
* Use title caseAndrew M. Kuchling2008-09-131-1/+1
* fix typoBenjamin Peterson2008-09-111-3/+3
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-112-28/+45
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-2/+2
* use the latest pygments versionBenjamin Peterson2008-09-091-1/+1
* #3472: update Mac-bundled Python version info.Georg Brandl2008-09-091-5/+8
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-38/+74
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-2/+3
* Added xrefs to each other.Mark Summerfield2008-09-082-2/+7
* Add a new howto about Python and the web, by Marek Kubica.Georg Brandl2008-09-072-0/+698
* #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