summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | mergeRaymond Hettinger2016-11-211-6/+6
|\ \ \ | |/ /
| * | Simplify code in an exampleRaymond Hettinger2016-11-211-6/+6
* | | close issue28172: Change all example enum member names to uppercase, per Guid...Ethan Furman2016-11-213-177/+178
|\ \ \ | |/ /
| * | close issue28172: Change all example enum member names to uppercase, per Guid...Ethan Furman2016-11-213-177/+178
* | | NEWS updateEthan Furman2016-11-211-0/+2
|\ \ \ | |/ /
| * | issue28082: actually include NEWS entryEthan Furman2016-11-211-0/+2
* | | update news and re docEthan Furman2016-11-212-0/+5
|\ \ \ | |/ /
| * | closes issue28082: doc update and NEWS entryEthan Furman2016-11-211-0/+3
| * | closes issue23591: add NEWS entryEthan Furman2016-11-211-0/+2
* | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dictINADA Naoki2016-11-212-5/+22
* | | Issue #28688: Null merge 3.6Victor Stinner2016-11-210-0/+0
|\ \ \ | |/ /
| * | Issue #28688: Null merge 3.5Victor Stinner2016-11-210-0/+0
| |\ \ | | |/
| | * Issue #28688: Remove warnings.filters check from regrtestVictor Stinner2016-11-211-7/+1
* | | Merge 3.6Victor Stinner2016-11-213-8/+117
|\ \ \ | |/ /
| * | Implement rich comparison for _sre.SRE_PatternVictor Stinner2016-11-213-9/+118
* | | Merge doc fixes from 3.6Martin Panter2016-11-212-53/+53
|\ \ \ | |/ /
| * | Fix up grammar, markup, etc in 3.6 What’s NewMartin Panter2016-11-211-51/+51
| * | Merge doc fixup from 3.5Martin Panter2016-11-211-2/+2
| |\ \ | | |/
| | * Fix indentationMartin Panter2016-11-211-2/+2
* | | Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-215-4/+13
|\ \ \ | |/ /
| * | Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-215-4/+13
* | | Change an en-dash to an em-dash.Serhiy Storchaka2016-11-211-1/+1
* | | mergeRaymond Hettinger2016-11-211-5/+29
|\ \ \ | |/ /
| * | Extend and improve the examples for the random moduleRaymond Hettinger2016-11-211-5/+29
* | | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().Serhiy Storchaka2016-11-211-10/+4
|\ \ \ | |/ /
| * | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().Serhiy Storchaka2016-11-211-10/+4
* | | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
|\ \ \ | |/ /
| * | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
| |\ \ | | |/
| | * Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-215-4/+7
* | | replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-212-2/+2
|\ \ \ | |/ /
| * | replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-212-2/+2
| |\ \ | | |/
| | * replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-211-1/+1
* | | Merge doc fixups from 3.6Martin Panter2016-11-217-21/+21
|\ \ \ | |/ /
| * | Another en → em dash fix for 3.6Martin Panter2016-11-211-1/+1
| * | Merge doc fixups from 3.5Martin Panter2016-11-216-20/+20
| |\ \ | | |/
| | * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-216-20/+20
* | | Issue #28556: upstream improvements to docstrings and error messages by Ivan ...Guido van Rossum2016-11-211-40/+44
|\ \ \ | |/ /
| * | Issue #28556: upstream improvements to docstrings and error messages by Ivan ...Guido van Rossum2016-11-211-40/+44
| |\ \ | | |/
| | * Issue #28556: upstream improvements to docstrings and error messages by Ivan ...Guido van Rossum2016-11-211-40/+44
* | | issue 20572: remove the deprecation notice for the deleted endtime parameter.Gregory P. Smith2016-11-211-6/+0
* | | Issue #20572: Remove the subprocess.Popen.wait endtime parameter.Gregory P. Smith2016-11-213-27/+7
|\ \ \ | |/ /
| * | Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-213-16/+25
* | | Merge typo fixes from 3.6Martin Panter2016-11-202-2/+2
|\ \ \ | |/ /
| * | Fix typos in documentationMartin Panter2016-11-202-2/+2
* | | Issue #25659: Merge ctypes fix from 3.6Martin Panter2016-11-203-3/+20
|\ \ \ | |/ /
| * | Issue #25659: Merge ctypes fix from 3.5Martin Panter2016-11-203-3/+20
| |\ \ | | |/
| | * Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-203-3/+20
* | | Issue #10656: Merge AIX build fix from 3.6Martin Panter2016-11-206-3/+9
|\ \ \ | |/ /
| * | Issue #10656: Merge AIX build fix from 3.5Martin Panter2016-11-206-3/+9
| |\ \ | | |/