summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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 ↵Ethan Furman2016-11-213-177/+178
|\ \ \ | |/ / | | | | | | Guido; patch by Chris Angelico.
| * | close issue28172: Change all example enum member names to uppercase, per ↵Ethan Furman2016-11-213-177/+178
| | | | | | | | | | | | Guido; patch by Chris Angelico.
* | | 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
| | | | | | | | | | | | Improve speed of dict literal with constant keys up to 30%.
* | | Issue #28688: Null merge 3.6Victor Stinner2016-11-210-0/+0
|\ \ \ | |/ /
| * | Issue #28688: Null merge 3.5Victor Stinner2016-11-210-0/+0
| |\ \ | | |/ | | | | | | The Python 3.5 change must not be applied to Python 3.6.
| | * Issue #28688: Remove warnings.filters check from regrtestVictor Stinner2016-11-211-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reloading the warnings module duplicates filters in warnings.filters. Fixing the issue is tricky. It was decided to simply remove the check from Python 3.5, since the bug only impacts Python unit tests, not real applications. The check is kept in Python 3.6 and newer.
* | | Merge 3.6Victor Stinner2016-11-213-8/+117
|\ \ \ | |/ /
| * | Implement rich comparison for _sre.SRE_PatternVictor Stinner2016-11-213-9/+118
| | | | | | | | | | | | | | | | | | | | | Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by re.compile(), become comparable (only x==y and x!=y operators). This change should fix the issue #18383: don't duplicate warning filters when the warnings module is reloaded (thing usually only done in unit tests).
* | | 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
|\ \ \ | |/ / | | | | | | Patch by Xiang Zhang.
| * | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().Serhiy Storchaka2016-11-211-10/+4
| | | | | | | | | | | | Patch by Xiang Zhang.
* | | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
|\ \ \ | |/ / | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *".
| * | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
| |\ \ | | |/ | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *".
| | * Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
| | | | | | | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *".
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-215-4/+7
| | | | | | | | | | | | rather of "char *".
* | | 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
|\ \ \ | |/ / | | | | | | Levkivskyi (#331) (3.6->3.7)
| * | Issue #28556: upstream improvements to docstrings and error messages by Ivan ↵Guido van Rossum2016-11-211-40/+44
| |\ \ | | |/ | | | | | | Levkivskyi (#331) (3.5->3.6)
| | * Issue #28556: upstream improvements to docstrings and error messages by Ivan ↵Guido van Rossum2016-11-211-40/+44
| | | | | | | | | | | | Levkivskyi (#331)
* | | 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
|\ \ \ | |/ / | | | | | | It was deprecated in 3.4 and undocumented prior to that.
| * | Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-213-16/+25
| | | | | | | | | | | | | | | parameter now raises a DeprecationWarning. It was deprecated in 3.4. It was never documented prior to that.
* | | 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
|\ \ \ | |/ /