summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* typoGeorg Brandl2010-05-211-1/+1
* #8783: replace link to now dead hash collision FAQ.Georg Brandl2010-05-211-2/+2
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
* fix extra 't' #8778Benjamin Peterson2010-05-201-1/+1
* Fix typo.Stefan Krah2010-05-191-1/+1
* Fix typo in argparse doc.Ezio Melotti2010-05-191-1/+1
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-145-9/+9
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
* - clarify Attr.name comment on the presence of colons in namespace modeFred Drake2010-05-121-3/+12
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
* #8575 - Update and reorganize some _winreg contents.Brian Curtin2010-05-111-90/+244
* fix typoFred Drake2010-05-111-2/+2
* Fix typoAndrew M. Kuchling2010-05-101-1/+1
* Fix typo.Georg Brandl2010-05-101-1/+1
* Consolidate deprecation messages.Georg Brandl2010-05-101-2/+1
* Fix reference direction.Georg Brandl2010-05-101-1/+1
* #8642: fix wrong function name.Georg Brandl2010-05-101-1/+1
* Add a link on maketrans().Florent Xicluna2010-05-101-3/+3
* Issue 8671: Whitespace fix.Eric Smith2010-05-091-1/+1
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-2/+6
* Updating documentation and adding docstrings to unittest.TestCase.assertRegex...Michael Foord2010-05-081-3/+3
* Documenting test discovery from package name and potential problems with test...Michael Foord2010-05-081-0/+21
* ensure that availability information is on its own line at the end of the fun...Benjamin Peterson2010-05-061-133/+341
* Availability gets its own lineBenjamin Peterson2010-05-061-4/+13
* Use anonymous hyperlinksAndrew M. Kuchling2010-05-061-4/+4
* Reword paragraph; fix filename, which should be pyconfig.hAndrew M. Kuchling2010-05-061-3/+3
* Issue 8628: fix incorrect documentation for numbers.Complex.imag.Mark Dickinson2010-05-051-2/+2
* In a number of places code still reversRonald Oussoren2010-05-051-1/+1
* wbits negative was documented SEVEN years agoJesus Cea2010-05-031-3/+1
* Minor grammar fixAndrew M. Kuchling2010-05-011-1/+1
* Markup fix; clarify by adding 'in that order'Andrew M. Kuchling2010-04-301-2/+3
* Fix typosAndrew M. Kuchling2010-04-302-2/+2
* Reword paragraph to make its meaning clearer.Andrew M. Kuchling2010-04-301-7/+10
* Fixes issue 8543 (asynchat documentation issues)Giampaolo RodolĂ 2010-04-291-91/+10
* Fixing the Broken links of mechanize library.Senthil Kumaran2010-04-291-3/+2
* Group the Windows entries in getfilesystemencoding doc, move the win 9x one a...Ezio Melotti2010-04-291-7/+9
* Fix doubled 'the'.Andrew M. Kuchling2010-04-291-16/+16
* Clarify and fix the documentation for IOBase.close()Antoine Pitrou2010-04-281-2/+4
* State clearly that truncate() doesn't move the file position,Antoine Pitrou2010-04-281-6/+3
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+16
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...Nick Coghlan2010-04-281-23/+39
* make slice notation in (r)find docs consistentBenjamin Peterson2010-04-271-7/+7
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-1/+1
* Adding versionadded to various new unittest functions in documentationMichael Foord2010-04-261-0/+8
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-251-2/+25
* Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.Georg Brandl2010-04-251-1/+1