summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2013-04-063-2/+4
|\
| * merge with 3.3.1 release cloneGeorg Brandl2013-04-061-1/+1
| |\
| | * merge with upstream 3.3 branchv3.3.1rc1Georg Brandl2013-03-253-31/+42
| | |\
| | * | Fix suspicious markup in the docs.Georg Brandl2013-03-232-1/+17
| * | | merge with 3.2 branchGeorg Brandl2013-04-062-1/+3
| |\ \ \
| | * | | Fix XML vulnerability link references.Georg Brandl2013-03-281-2/+2
| | * | | merge with last upstream doc changes in 3.2Georg Brandl2013-03-282-12/+17
| | |\ \ \
| | * | | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-269-0/+185
| | * | | | merge with main repo 3.2 branchv3.2.4rc1Georg Brandl2013-03-251-10/+13
| | |\ \ \ \
| | * | | | | Copyright update to 2013.Georg Brandl2013-03-233-3/+5
| | * | | | | Fix suspicious markup in the docs.Georg Brandl2013-03-234-5/+10
* | | | | | | Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* | | | | | | Fix typoAndrew Svetlov2013-04-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix typoAndrew Svetlov2013-04-051-1/+1
* | | | | | | Fix typo.Andrew Svetlov2013-04-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix typo.Andrew Svetlov2013-04-051-1/+1
* | | | | | | #8913: merge with 3.3.Ezio Melotti2013-04-041-0/+27
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...Ezio Melotti2013-04-041-0/+27
* | | | | | | Merge with 3.3Terry Jan Reedy2013-04-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #15940: Replace tab.Terry Jan Reedy2013-04-031-1/+1
* | | | | | | Merge with 3.3Terry Jan Reedy2013-04-031-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #15940: Specify effect of locale on time functions.Terry Jan Reedy2013-04-031-2/+2
* | | | | | | Merge #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
* | | | | | | Issue #17586: fix typo in contextlib.rstNed Deily2013-04-011-1/+1
* | | | | | | Merge #17435: Don't use mutable default values in Timer.R David Murray2013-03-301-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #17435: Don't use mutable default values in Timer.R David Murray2013-03-301-1/+3
* | | | | | | Merged documentation update from 3.3.Vinay Sajip2013-03-301-0/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Updated logging cookbook with additional example for output using str.format().Vinay Sajip2013-03-301-0/+34
* | | | | | | #17539: merge with 3.3.Ezio Melotti2013-03-301-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17539: fix MagicMock example. Patch by Berker Peksag.Ezio Melotti2013-03-301-3/+3
* | | | | | | #17438: merge with 3.3.Ezio Melotti2013-03-291-5/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17438: add links to the conversion tables in dump(s)/load(s).Ezio Melotti2013-03-291-5/+12
* | | | | | | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-282-10/+46
* | | | | | | Merge improvements to the suspicious builder and cleanup from 3.3.Ezio Melotti2013-03-282-112/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update the suspicious builder to detect unused rules, and remove currently un...Ezio Melotti2013-03-282-101/+11
* | | | | | | Merge with 3.3.Georg Brandl2013-03-2832-30/+129
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-2832-30/+129
* | | | | | | merge with 3.3Georg Brandl2013-03-281-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix XML vulnerability link targets.Georg Brandl2013-03-281-2/+2
* | | | | | | Update suspicious ignore file.Ezio Melotti2013-03-282-1/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update suspicious ignore file.Ezio Melotti2013-03-282-1/+22
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Update suspicious ignore file.Ezio Melotti2013-03-284-12/+11
* | | | | | | #17329: merge with 3.3.Ezio Melotti2013-03-271-6/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17329: merge with 3.2.Ezio Melotti2013-03-271-3/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-271-3/+10
* | | | | | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-268-0/+156
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-268-0/+156
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-269-0/+185
| | | |/ / / | | |/| | |