Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. | Xavier de Gaye | 2016-07-30 | 1 | -0/+3 |
|\ | | | | | | | Patch by Chi Hsuan Yen. | ||||
| * | Issue #27453: CPP invocation in configure must use CPPFLAGS. | Xavier de Gaye | 2016-07-30 | 2 | -0/+4 |
| | | | | | | | | Patch by Chi Hsuan Yen. | ||||
* | | Issue #27366: Implement PEP 487 | Nick Coghlan | 2016-07-30 | 2 | -0/+5 |
| | | | | | | | | | | | | - __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition | ||||
* | | Issue #17596: MINGW: add wincrypt.h in Python/random.c | Martin Panter | 2016-07-29 | 1 | -0/+2 |
| | | | | | | | | Based on patch by Roumen Petrov. | ||||
* | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6 | Zachary Ware | 2016-07-28 | 1 | -0/+2 |
| | | |||||
* | | Merge 3.5 (issue #27404) | Victor Stinner | 2016-07-28 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | NEWS: tag security related changes with [Security] prefix | Victor Stinner | 2016-07-28 | 1 | -9/+9 |
| | | | | | | | | Issue #27404. | ||||
* | | Issue #23943: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 | Martin Panter | 2016-07-28 | 1 | -2/+2 |
| | | |||||
* | | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | Based on patch by Ville Skyttä. | ||||
* | | Issue #27490: Merge pgen cross-compile logic from 3.5 | Martin Panter | 2016-07-28 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #27490: Do not build pgen when cross-compiling | Martin Panter | 2016-07-28 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. | ||||
* | | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 1 | -0/+6 |
|\ \ | |/ | | | | | as the Python program to be used for file generation during the build. | ||||
| * | Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 1 | -0/+6 |
| | | | | | | | | as the Python program to be used for file generation during the build. | ||||
* | | Issue #1621: Avoid signed overflow in list and tuple operations | Martin Panter | 2016-07-25 | 1 | -0/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #27581: Merge overflow fix from 3.5 | Martin Panter | 2016-07-25 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() | Martin Panter | 2016-07-25 | 1 | -0/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #7063: Remove dead code from array slice handling | Martin Panter | 2016-07-25 | 1 | -0/+3 |
| | | | | | | | | Patch by Chuck. | ||||
* | | Issue #27610: Adds PEP 514 metadata to Windows installer | Steve Dower | 2016-07-25 | 1 | -0/+2 |
| | | |||||
* | | Fixes bad Misc/NEWS merge | Steve Dower | 2016-07-23 | 1 | -6/+3 |
| | | |||||
* | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-23 | 1 | -0/+6 |
|\ \ | |/ | | | | | works correctly. | ||||
| * | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 1 | -1/+3 |
| | | | | | | | | works correctly. | ||||
* | | Issue #27130: Merge zlib 64-bit fixes from 3.5 | Martin Panter | 2016-07-23 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module | Martin Panter | 2016-07-23 | 1 | -0/+5 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). | Alexander Belopolsky | 2016-07-22 | 1 | -0/+2 |
| | | |||||
* | | Issue #27472: Add test.support.unix_shell as the path to the default shell. | Xavier de Gaye | 2016-07-22 | 1 | -0/+2 |
| | | |||||
* | | Closes #25393: Merge with 3.5 | Zachary Ware | 2016-07-19 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #25393: Fix probable copy/paste error in resource docs | Zachary Ware | 2016-07-19 | 1 | -0/+1 |
| | | | | | | | | Patch by Alakshendra Yadav. | ||||
* | | Issue #27567: Expose the POLLRDHUP constant in the select module | Berker Peksag | 2016-07-19 | 1 | -1/+2 |
| | | |||||
* | | add mising word | Benjamin Peterson | 2016-07-19 | 1 | -1/+1 |
| | | |||||
* | | add EPOLLEXCLUSIVE | Benjamin Peterson | 2016-07-19 | 1 | -0/+2 |
| | | |||||
* | | expose EPOLLRDHUP (closes #27567) | Benjamin Peterson | 2016-07-19 | 1 | -0/+2 |
| | | |||||
* | | Issue #1621: Avoid signed int negation overflow in audioop | Martin Panter | 2016-07-19 | 1 | -0/+2 |
| | | |||||
* | | Issue #27507: Merge overflow check from 3.5 | Martin Panter | 2016-07-18 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #27507: Check for integer overflow in bytearray.extend() | Martin Panter | 2016-07-18 | 1 | -0/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-18 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-18 | 1 | -0/+5 |
| | | |||||
* | | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | or builtins for importing submodules or "from import". Fixed a crash if raise a warning about unabling to resolve package from __spec__ or __package__. | ||||
| * | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 1 | -0/+4 |
| | | | | | | | | | | or builtins for importing submodules or "from import". Fixed handling an error of non-string package name. | ||||
* | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0. | Serhiy Storchaka | 2016-07-17 | 1 | -0/+3 |
|\ \ | |/ | | | | | Original patch by Alexandre Vassalotti. | ||||
| * | Issue #17711: Fixed unpickling by the persistent ID with protocol 0. | Serhiy Storchaka | 2016-07-17 | 1 | -0/+3 |
| | | | | | | | | Original patch by Alexandre Vassalotti. | ||||
* | | Merge: #27522: break unintended cycle in feedparser. | R David Murray | 2016-07-16 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #27522: break unintended cycle in feedparser. | R David Murray | 2016-07-16 | 1 | -0/+2 |
| | | | | | | | | Patch by Costas. | ||||
* | | Merge for #27083 | Brett Cannon | 2016-07-15 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #27083: Respect the PYTHONCASEOK environment variable under | Brett Cannon | 2016-07-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Windows. Originally only b'PYTHONCASEOK' was being checked for in os.environ, but that won't work under Windows where all environment variables are strings (on OS X they are bytes). Thanks to Eryk Sun for the bug report. | ||||
* | | Merge for #26844 | Brett Cannon | 2016-07-15 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #26844: Fix imp.find_module() to have the exception related to | Brett Cannon | 2016-07-15 | 2 | -0/+4 |
| | | | | | | | | | | | | type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch. |