summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Elaborate on the calculation used in the random module.Raymond Hettinger2010-12-151-24/+26
* Use nested method directives, rewrap long lines, fix whitespace.Éric Araujo2010-12-151-50/+56
* Add intro to the changed modules section.Raymond Hettinger2010-12-151-0/+14
* Improve trace documentation (#9264). Patch by Eli Bendersky.Éric Araujo2010-12-151-50/+119
* Move the urllib-inherited API to a distinguished sectionAntoine Pitrou2010-12-151-156/+164
* Move email section in with other modules. Fix markup.Raymond Hettinger2010-12-151-57/+57
* Minor regroupings.Raymond Hettinger2010-12-151-20/+21
* Adopt Antoine's suggestion to improve readability with module subsections.Raymond Hettinger2010-12-151-168/+232
* Add entries for the random module and the collections module.Raymond Hettinger2010-12-151-6/+31
* Typo fixAndrew M. Kuchling2010-12-151-1/+1
* #10705: document what the values of debuglevel are and mean.R. David Murray2010-12-151-2/+4
* NitsRaymond Hettinger2010-12-141-9/+10
* Logging documentation update.Vinay Sajip2010-12-141-154/+159
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-1/+3
* Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.Gregory P. Smith2010-12-141-5/+13
* #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-2/+19
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
* Logging documentation update.Vinay Sajip2010-12-131-2/+5
* Logging documentation update.Vinay Sajip2010-12-131-110/+128
* Logging documentatio update.Vinay Sajip2010-12-131-1/+2
* Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-131-8/+6
* Logging documentation - further update.Vinay Sajip2010-12-121-2/+2
* Logging documentation - further update.Vinay Sajip2010-12-121-4/+24
* Logging documentation - further update.Vinay Sajip2010-12-121-3/+4
* Improve readability of the socket docsAntoine Pitrou2010-12-121-57/+82
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-124-12/+12
* Consistent ordering of availability statementsAntoine Pitrou2010-12-121-2/+2
* Fix heading levelAntoine Pitrou2010-12-121-2/+2
* Remove redundant sentence, and fix markupAntoine Pitrou2010-12-121-7/+4
* Add link to the buffer protocol description from the memory description.Antoine Pitrou2010-12-121-2/+2
* Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-122-16/+26
* Make this a warning and fix indentationAntoine Pitrou2010-12-121-6/+6
* Obsolete aliases needn't be documentedAntoine Pitrou2010-12-121-4/+0
* Remove reference to stuff which is already obsolete in 2.x.Antoine Pitrou2010-12-121-82/+0
* SET_LINENO was removed in 2.3Antoine Pitrou2010-12-121-5/+0
* Logging documentation - further update.Vinay Sajip2010-12-121-51/+101
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+5
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+8
* Logging documentation update.Vinay Sajip2010-12-121-144/+420
* remove (un)transform methodsBenjamin Peterson2010-12-123-68/+2
* Fix markup.Georg Brandl2010-12-111-2/+4
* Add versionchanged for parameter type changes.Martin v. Löwis2010-12-111-0/+5
* Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
* Fix typo.Georg Brandl2010-12-101-2/+2
* Updated UCD version and unicode.org links to Unicode 6.0.0Alexander Belopolsky2010-12-101-8/+9
* Move nntp entry back to changed modules section and add entry for non-ascii i...Raymond Hettinger2010-12-101-7/+13
* Minor documentation tweak.Vinay Sajip2010-12-101-2/+2
* Reclassify some entries and remove a couple of minor ones.Raymond Hettinger2010-12-101-43/+30
* Overview of email module and recategorize various entries.Raymond Hettinger2010-12-101-32/+45
* Doh! Example pasted twice, but only once in the right place.Raymond Hettinger2010-12-091-6/+1