summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| | | |/ / / | | |/| | |
* | | | | | Issue #16475: Add a whatsnew entry for 3.4Kristjan Valur Jonsson2013-03-261-2/+2
* | | | | | Merge versionadded addition and typo fix from 3.3.Ezio Melotti2013-03-261-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add versionadded for `-X faulthandler` (also fix typo and markup).Ezio Melotti2013-03-261-2/+5
| | |_|_|/ | |/| | |
* | | | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...Ezio Melotti2013-03-251-3/+11
* | | | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-231-87/+127
* | | | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
|\ \ \ \ \ | |/ / / /
| * | | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
| |\ \ \ \ | | |/ / /
| | * | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
| | |/ /
* | | | mergeRaymond Hettinger2013-03-231-21/+27
|\ \ \ \ | |/ / /
| * | | Update collections ABC table to match the __abstractmethods__ attribute for e...Raymond Hettinger2013-03-231-21/+27
* | | | mergeRaymond Hettinger2013-03-231-0/+2
|\ \ \ \ | |/ / /
| * | | Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.Raymond Hettinger2013-03-231-0/+2
| | |/ | |/|
* | | Issue #17522: Minor documentation fixKristján Valur Jónsson2013-03-231-0/+2
* | | Issue #17522: Add the PyGILState_Check() API.Kristján Valur Jónsson2013-03-231-0/+12
* | | cleanup references to PyString_ APIs in the 3.x docs.Gregory P. Smith2013-03-224-20/+21
|\ \ \ | |/ /
| * | cleanup references to PyString_ APIs from 2.x in the 3.3 docs.Gregory P. Smith2013-03-224-20/+21
| |\ \ | | |/
| | * Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-224-22/+23
* | | mergeRaymond Hettinger2013-03-221-2/+4
|\ \ \ | |/ /
| * | Modernize unittest exampleRaymond Hettinger2013-03-221-2/+4
* | | Issue #13248: NEWS and What's New itemsTerry Jan Reedy2013-03-211-1/+3
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-2/+2
|\ \ \ | |/ /
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-2/+2
| |\ \ | | |/
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-2/+2
* | | mergeGregory P. Smith2013-03-211-5/+3
|\ \ \ | |/ /
| * | mergeGregory P. Smith2013-03-211-5/+3
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-5/+3
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-0/+93
* | | Merge usage of argument/parameter and markup fixes from 3.3.Ezio Melotti2013-03-201-4/+4
|\ \ \ | |/ /
| * | Merge usage of argument/parameter and markup fixes from 3.2.Ezio Melotti2013-03-201-4/+4
| |\ \ | | |/