Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Issue #28652: Partially rollback previous changes | Yury Selivanov | 2016-11-21 | 2 | -18/+14 | |
| | | | | | | | | | | | | Allow AF_UNIX in create_server & create_connection | |||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 2 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 28475: Improve error message for random.sample() with k < 0. ↵ | Raymond Hettinger | 2016-11-21 | 2 | -1/+2 | |
| | | | | | | | | | | | | (Contributed by Francisco Couzo). | |||||
* | | | Issue #28752: Restored the __reduce__() methods of datetime objects. | Serhiy Storchaka | 2016-11-21 | 4 | -11/+44 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28752: Restored the __reduce__() methods of datetime objects. | Serhiy Storchaka | 2016-11-21 | 4 | -11/+44 | |
| | | | ||||||
* | | | Merge | Raymond Hettinger | 2016-11-21 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). | Raymond Hettinger | 2016-11-21 | 1 | -4/+3 | |
| | | | ||||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 1 | -3/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Add analysis section to motivate the single server queue example | Raymond Hettinger | 2016-11-21 | 1 | -3/+10 | |
| | | | ||||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 1 | -26/+31 | |
|\ \ \ | |/ / | ||||||
| * | | Misc readability and organization improvements for the random docs | Raymond Hettinger | 2016-11-21 | 1 | -26/+31 | |
| | | | ||||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 1 | -0/+20 | |
|\ \ \ | |/ / | ||||||
| * | | Add a seealso section for further reference and skill building | Raymond Hettinger | 2016-11-21 | 1 | -0/+20 | |
| | | | ||||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Simplify code in an example | Raymond Hettinger | 2016-11-21 | 1 | -6/+6 | |
| | | | ||||||
* | | | close issue28172: Change all example enum member names to uppercase, per ↵ | Ethan Furman | 2016-11-21 | 3 | -177/+178 | |
|\ \ \ | |/ / | | | | | | | Guido; patch by Chris Angelico. | |||||
| * | | close issue28172: Change all example enum member names to uppercase, per ↵ | Ethan Furman | 2016-11-21 | 3 | -177/+178 | |
| | | | | | | | | | | | | Guido; patch by Chris Angelico. | |||||
* | | | NEWS update | Ethan Furman | 2016-11-21 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | issue28082: actually include NEWS entry | Ethan Furman | 2016-11-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | update news and re doc | Ethan Furman | 2016-11-21 | 2 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | closes issue28082: doc update and NEWS entry | Ethan Furman | 2016-11-21 | 1 | -0/+3 | |
| | | | ||||||
| * | | closes issue23591: add NEWS entry | Ethan Furman | 2016-11-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict | INADA Naoki | 2016-11-21 | 2 | -5/+22 | |
| | | | | | | | | | | | | Improve speed of dict literal with constant keys up to 30%. | |||||
* | | | Issue #28688: Null merge 3.6 | Victor Stinner | 2016-11-21 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28688: Null merge 3.5 | Victor Stinner | 2016-11-21 | 0 | -0/+0 | |
| |\ \ | | |/ | | | | | | | The Python 3.5 change must not be applied to Python 3.6. | |||||
| | * | Issue #28688: Remove warnings.filters check from regrtest | Victor Stinner | 2016-11-21 | 1 | -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.6 | Victor Stinner | 2016-11-21 | 3 | -8/+117 | |
|\ \ \ | |/ / | ||||||
| * | | Implement rich comparison for _sre.SRE_Pattern | Victor Stinner | 2016-11-21 | 3 | -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.6 | Martin Panter | 2016-11-21 | 2 | -53/+53 | |
|\ \ \ | |/ / | ||||||
| * | | Fix up grammar, markup, etc in 3.6 What’s New | Martin Panter | 2016-11-21 | 1 | -51/+51 | |
| | | | ||||||
| * | | Merge doc fixup from 3.5 | Martin Panter | 2016-11-21 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Fix indentation | Martin Panter | 2016-11-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #28532: Show sys.version when -V option is supplied twice | INADA Naoki | 2016-11-21 | 5 | -4/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28532: Show sys.version when -V option is supplied twice | INADA Naoki | 2016-11-21 | 5 | -4/+13 | |
| | | | ||||||
* | | | Change an en-dash to an em-dash. | Serhiy Storchaka | 2016-11-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge | Raymond Hettinger | 2016-11-21 | 1 | -5/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Extend and improve the examples for the random module | Raymond Hettinger | 2016-11-21 | 1 | -5/+29 | |
| | | | ||||||
* | | | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). | Serhiy Storchaka | 2016-11-21 | 1 | -10/+4 | |
|\ \ \ | |/ / | | | | | | | Patch by Xiang Zhang. | |||||
| * | | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). | Serhiy Storchaka | 2016-11-21 | 1 | -10/+4 | |
| | | | | | | | | | | | | Patch by Xiang Zhang. | |||||
* | | | Fixed the documentation of the structure PyMethodDef. | Serhiy Storchaka | 2016-11-21 | 1 | -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 Storchaka | 2016-11-21 | 1 | -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 Storchaka | 2016-11-21 | 1 | -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 Storchaka | 2016-11-21 | 5 | -4/+7 | |
| | | | | | | | | | | | | rather of "char *". | |||||
* | | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 2 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge doc fixups from 3.6 | Martin Panter | 2016-11-21 | 7 | -21/+21 | |
|\ \ \ | |/ / | ||||||
| * | | Another en → em dash fix for 3.6 | Martin Panter | 2016-11-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge doc fixups from 3.5 | Martin Panter | 2016-11-21 | 6 | -20/+20 | |
| |\ \ | | |/ | ||||||
| | * | Change double hyphens (en dashes) to em (longer) dashes | Martin Panter | 2016-11-21 | 6 | -20/+20 | |
| | | |