summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-214-11/+44
|\
| * Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-214-11/+44
* | MergeRaymond Hettinger2016-11-211-4/+3
|\ \ | |/
| * Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).Raymond Hettinger2016-11-211-4/+3
* | mergeRaymond Hettinger2016-11-211-3/+10
|\ \ | |/
| * Add analysis section to motivate the single server queue exampleRaymond Hettinger2016-11-211-3/+10
* | mergeRaymond Hettinger2016-11-211-26/+31
|\ \ | |/
| * Misc readability and organization improvements for the random docsRaymond Hettinger2016-11-211-26/+31
* | mergeRaymond Hettinger2016-11-211-0/+20
|\ \ | |/
| * Add a seealso section for further reference and skill buildingRaymond Hettinger2016-11-211-0/+20
* | 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