summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #16015: Merge fix from 3.2.Chris Jerdonek2012-09-251-2/+1
|\
| * Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
* | Close #16022: What's New in Python 3.3 document is no more at beta stageVictor Stinner2012-09-241-4/+0
* | Issue #14167: merge fix from 3.2 branch.Mark Dickinson2012-09-241-5/+5
|\ \ | |/
| * Issue #14167: restore statement about breaks in finally clauses.Mark Dickinson2012-09-241-5/+5
* | #16019, #16020: merge with 3.2.Ezio Melotti2012-09-241-2/+6
|\ \ | |/
| * #16019, #16020: fix syntax highlight.Ezio Melotti2012-09-241-2/+6
* | #16017: merge with 3.2.Ezio Melotti2012-09-241-1/+1
|\ \ | |/
| * #16017: capitalize URLs.Ezio Melotti2012-09-241-1/+1
* | #16014: merge with 3.2.Ezio Melotti2012-09-241-3/+3
|\ \ | |/
| * #16014: fix broken link.Ezio Melotti2012-09-241-3/+3
* | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.Nadeem Vawda2012-09-231-4/+4
* | Fix indentation of examples in lzma module documentation.Nadeem Vawda2012-09-231-2/+2
* | #15949, #15899: merge with 3.2.Ezio Melotti2012-09-231-2/+2
|\ \ | |/
| * #15949, #15899: use \ufffd instead of ?.Ezio Melotti2012-09-231-2/+2
* | Issue #5969: faulthandler module: rename dump_tracebacks_later() toVictor Stinner2012-09-231-4/+4
* | #15949, 15899: merge with 3.2.Ezio Melotti2012-09-221-2/+2
|\ \ | |/
| * #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...Ezio Melotti2012-09-221-2/+2
* | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.Larry Hastings2012-09-211-31/+84
* | Mention that "defaults" can be None for inspect.getfullargspec.Larry Hastings2012-09-211-5/+6
* | Add What's New entries for some minor work I did in 3.3.Larry Hastings2012-09-211-1/+12
* | Issue 15985: merge from 3.2.Mark Dickinson2012-09-201-9/+9
|\ \ | |/
| * Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.Mark Dickinson2012-09-201-9/+9
* | Merge the quotes/backslashes fixes with 3.2.Ezio Melotti2012-09-203-7/+7
|\ \ | |/
| * Fix a few quotes/backslashes.Ezio Melotti2012-09-203-7/+7
* | Merge markup fixes in smtpd.rst with 3.2.Ezio Melotti2012-09-201-6/+7
|\ \ | |/
| * Fix markup in smtpd.rst.Ezio Melotti2012-09-201-5/+6
* | Update suspicious ignore file.Ezio Melotti2012-09-201-2/+1
* | Fix rst markup.Ezio Melotti2012-09-202-4/+4
* | Merge rst markup fixes in timeit docs with 3.2.Ezio Melotti2012-09-201-10/+10
|\ \ | |/
| * Fix rst markup in timeit docs.Ezio Melotti2012-09-201-10/+10
* | What's New in Python 3.3: mention unittest.mockVictor Stinner2012-09-181-1/+2
* | #11643: merge with 3.2.Ezio Melotti2012-09-171-1/+1
|\ \ | |/
| * #11643: fix rst markup error in site.rst.Ezio Melotti2012-09-171-1/+1
* | #15920: merge with 3.2.Ezio Melotti2012-09-171-13/+13
|\ \ | |/
| * #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-13/+13
* | #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
|\ \ | |/
| * #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
* | #15932: merge with 3.2.Ezio Melotti2012-09-151-13/+15
|\ \ | |/
| * #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
* | #15831: merge with 3.2Ezio Melotti2012-09-1415-49/+94
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-1413-46/+89
* | #15437, #15439: merge with 3.2.Ezio Melotti2012-09-132-243/+7
|\ \ | |/
| * #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ac...Ezio Melotti2012-09-132-240/+7
* | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
|\ \ | |/
| * #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
* | merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ...Senthil Kumaran2012-09-111-14/+13
|\ \ | |/
| * Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.Senthil Kumaran2012-09-111-14/+13
* | #15886: remove redundant phraseR David Murray2012-09-111-3/+2
* | Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+10
|\ \ | |/