summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded backslashesÉric Araujo2011-04-241-4/+4
|\
| * Remove unneeded backslashesÉric Araujo2011-04-241-2/+2
* | Merge 3.2Éric Araujo2011-04-243-3/+3
|\ \ | |/
| * Fix indentationÉric Araujo2011-04-241-1/+1
| * Merge 3.1Éric Araujo2011-04-242-2/+2
| |\
| | * Branch mergeÉric Araujo2011-04-245-10/+26
| | |\
| | | * Fix weird executable nameÉric Araujo2011-04-221-1/+1
| | | * Add a space to make json doc a bit more readableÉric Araujo2011-04-211-1/+1
| * | | Branch mergeÉric Araujo2011-04-243-8/+24
| |\ \ \
* | \ \ \ Branch mergeÉric Araujo2011-04-243-8/+24
|\ \ \ \ \
| * \ \ \ \ Merge 3.2Éric Araujo2011-04-203-8/+24
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge 3.1Éric Araujo2011-04-203-8/+24
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
| | | * | | Branch mergeÉric Araujo2011-04-202-6/+22
| | | |\ \ \
| | | | * | | Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | | | * | | Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
* | | | | | | Merge with 3.2.Ezio Melotti2011-04-211-96/+111
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-101/+113
* | | | | | | #11904-#11905: Merge typo fixes with 3.2.Ezio Melotti2011-04-211-5/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
| * | | | | | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* | | | | | | #11902: Merge with 3.2.Ezio Melotti2011-04-211-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | | | | | | Add another example for accumulate().Raymond Hettinger2011-04-211-3/+18
* | | | | | | Merge with 3.2.Ezio Melotti2011-04-211-11/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* | | | | | | #11885: Merge with 3.2.Ezio Melotti2011-04-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* | | | | | | #11897: Merge with 3.2.Ezio Melotti2011-04-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11897: Fix typo in porting howto. Patch by Marti Raudsepp.Ezio Melotti2011-04-211-2/+2
* | | | | | | say struct sequence rather than structseq and link to glossaryBenjamin Peterson2011-04-201-12/+13
* | | | | | | glossary entry for struct sequenceBenjamin Peterson2011-04-201-0/+8
* | | | | | | Merge with 3.2.Ezio Melotti2011-04-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge with 3.1.Ezio Melotti2011-04-201-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
* | | | | | | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-192-0/+32
* | | | | | | Merge with 3.2.Ezio Melotti2011-04-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Merge with 3.1.Ezio Melotti2011-04-191-1/+1
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
| | |/ /
* | | | Merged documentation fix from 3.2.Vinay Sajip2011-04-191-6/+17
|\ \ \ \ | |/ / /
| * | | Updated documentation on fileConfig().Vinay Sajip2011-04-191-6/+17
* | | | Add new email.policy document to the toctree and fix markup glitch.Georg Brandl2011-04-192-1/+2
* | | | Markup and text fixes from Georg Brandl's review.R David Murray2011-04-182-28/+36
* | | | Merge: Fix markup.R David Murray2011-04-181-1/+1
|\ \ \ \ | |/ / /
| * | | Fix markup.R David Murray2011-04-181-1/+1
* | | | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-183-32/+256
* | | | Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.R David Murray2011-04-181-3/+11
|\ \ \ \ | |/ / /
| * | | #11492: rewrite header folding algorithm. Less code, more passing tests.R David Murray2011-04-181-3/+11
* | | | #11865: Merge with 3.2.Ezio Melotti2011-04-181-1/+1
|\ \ \ \ | |/ / /
| * | | #11865: Merge with 3.1.Ezio Melotti2011-04-181-1/+1
| |\ \ \ | | |/ /