summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix code example to have valid syntax so that it can be highlighted.Georg Brandl2010-04-251-1/+1
* Patch from Tim Hatch: Minor spelling changes to _winreg docs.Georg Brandl2010-04-251-5/+5
* Patch from Tim Hatch: Remove reference to winreg being the fabled high-level ...Georg Brandl2010-04-251-2/+2
* Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.Georg Brandl2010-04-252-50/+67
* Remove LaTeXy index entry syntax.Georg Brandl2010-04-251-2/+2
* #8528: fix typo.Georg Brandl2010-04-251-1/+1
* Fix #5774. Some _winreg functions are documented as taking kwargs but don't.Brian Curtin2010-04-241-3/+3
* Markup fixes.Georg Brandl2010-04-241-43/+39
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-231-20/+65
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-1/+5
* Updated the RFCs list in the See Also section of urlparse.rstSenthil Kumaran2010-04-221-5/+17
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-201-2/+1
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite...Ezio Melotti2010-04-201-1/+1
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-202-2/+6
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-1/+1
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-4/+16
* #8370: fix module name in backported doc addition.Georg Brandl2010-04-141-2/+2
* #8399: add note about Windows and O_BINARY.Georg Brandl2010-04-141-1/+2
* Add an x-ref to where the O_ constants are documented and move the SEEK_ cons...Georg Brandl2010-04-141-11/+17
* Add usage notes for collections.Counter().Raymond Hettinger2010-04-121-0/+27
* More struct doc tweaks.Mark Dickinson2010-04-121-6/+13
* Rewrap some long lines in struct module doc source.Mark Dickinson2010-04-121-16/+18
* Issue #7355: Various improvements to struct module documentation.Mark Dickinson2010-04-121-55/+114
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-121-4/+4
* typoBarry Warsaw2010-04-121-1/+1
* Two typo fixesAndrew M. Kuchling2010-04-111-1/+1
* Punctuation fixAndrew M. Kuchling2010-04-111-1/+1
* #8360: skipTest was added in 2.7.Georg Brandl2010-04-101-0/+2
* Fixup new itertools recipes.Raymond Hettinger2010-04-101-3/+7
* Correction of unittest documentation typos and omissionsMichael Foord2010-04-081-3/+3
* Issue #8331: logging: fixed some grammatical errors in documentation.Vinay Sajip2010-04-071-2/+2
* Issue #8327: logging: Clarification of propagation functionality in documenta...Vinay Sajip2010-04-061-13/+16
* More NaN consistency doc fixes.Mark Dickinson2010-04-061-3/+3
* Use consistent spelling for nans (thanks Georg for noticing).Mark Dickinson2010-04-061-3/+3
* Issue #7947: Clarify math module behaviour for IEEE 754 special cases, alongMark Dickinson2010-04-061-26/+24
* #8320: document return value of recv_into().Georg Brandl2010-04-061-4/+4
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-0/+30
* Further documentation fix for unittest.rstMichael Foord2010-04-051-1/+1
* Furterh documentation fix for unittest.rstMichael Foord2010-04-051-1/+1
* Documentation fixes for unittestMichael Foord2010-04-051-7/+8
* Fix markup errors.Ezio Melotti2010-04-052-2/+2
* Fix markup, punctuation and whitespaces in _winreg.rst.Ezio Melotti2010-04-051-73/+75
* Document signal handling functions in unittest.rstMichael Foord2010-04-051-8/+33
* Adding documentation for new unittest.main() parametersMichael Foord2010-04-041-3/+7
* Fix markup in decimal.rst.Ezio Melotti2010-04-041-1/+1
* unittest documentation formatting changesMichael Foord2010-04-041-13/+37