summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #8346: update version.Georg Brandl2010-04-101-3/+3
* #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
* tell people to update python.man, tooBenjamin Peterson2010-04-061-0/+3
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+8
* 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
* Fix syntax.Georg Brandl2010-04-061-1/+3
* Issue #7947: Clarify math module behaviour for IEEE 754 special cases, alongMark Dickinson2010-04-061-26/+24
* Issue #8259: Clarify that there's an upper bound on the right-hand operand of...Mark Dickinson2010-04-061-0/+3
* Note that PEP 378 also applies to int.Eric Smith2010-04-061-0/+5
* Fixed PEP 378 example.Eric Smith2010-04-061-6/+1
* #8320: document return value of recv_into().Georg Brandl2010-04-061-4/+4
* Fix several links and other mistakes.Ezio Melotti2010-04-061-166/+191
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-0/+30
* added a note for Andrew, about distutils2Tarek Ziadé2010-04-051-0/+3
* Fix some broken URLs.Ezio Melotti2010-04-055-7/+7
* 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-053-3/+3
* Fix markup, punctuation and whitespaces in _winreg.rst.Ezio Melotti2010-04-051-73/+75
* #8212: rephrase the webservers howto and fix some mistakes.Ezio Melotti2010-04-051-374/+421
* 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
* Add tests for functools.total_ordering.Raymond Hettinger2010-04-041-2/+1
* Add versionchanged entry for Decimal(float) construction.Mark Dickinson2010-04-041-7/+15
* Add tests for cmp_to_key.Raymond Hettinger2010-04-043-6/+6
* Add functools.CmpToKey()Raymond Hettinger2010-04-041-0/+22
* Documentation nitRaymond Hettinger2010-04-041-0/+2
* Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and...Ezio Melotti2010-04-041-3/+1
* Add a versionadded to Counter.subtract() doc.Ezio Melotti2010-04-041-0/+2
* Issue 5479: Add functools.total_ordering class decorator.Raymond Hettinger2010-04-041-0/+20
* Fix wording / typography, and a slightly misleading statementAntoine Pitrou2010-04-031-5/+5
* Add count() method to collections.deque().Raymond Hettinger2010-04-031-0/+6
* Documenting new features in unittestMichael Foord2010-04-031-6/+168
* Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-3/+8
* Add subtract() method to collections.Counter() objects.Raymond Hettinger2010-04-031-0/+11
* Issue #8227: Fix C API documentation, argument parsingVictor Stinner2010-04-031-10/+10
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-023-3/+25
* Issue #8294: Allow float and Decimal arguments in Fraction constructor.Mark Dickinson2010-04-021-11/+38
* removed documentation on code that was reverted and pushed into distutils2Tarek Ziadé2010-04-022-110/+0
* Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.Brian Curtin2010-04-021-3/+101
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-021-9/+13
* #6647: add note to two examplesAndrew M. Kuchling2010-04-021-2/+7