Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.6 | Victor Stinner | 2017-02-10 | 1 | -0/+3 |
|\ | |||||
| * | Fix datetime.fromtimestamp(): check bounds | Victor Stinner | 2017-02-10 | 1 | -0/+3 |
| | | | | | | | | | | Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python 3.6.0: check minimum and maximum years. | ||||
| * | Merge 3.5 (fix #29519) | Łukasz Langa | 2017-02-10 | 1 | -0/+3 |
| |\ | |||||
| | * | Fix #29519: weakref spewing exceptions during interp finalization | Łukasz Langa | 2017-02-10 | 1 | -0/+3 |
| | | | |||||
* | | | Merge issue #26355 fix from 3.6 | Nick Coghlan | 2017-02-09 | 2 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #26355 fix from Python 3.5 | Nick Coghlan | 2017-02-09 | 2 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #26355: Specify canonical URLs in docs pages | Nick Coghlan | 2017-02-09 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier. | ||||
* | | | Prohibit implicit C function declarations | Victor Stinner | 2017-02-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Issue #27659: use -Werror=implicit-function-declaration when possible (GCC and Clang, but it depends on the compiler version). Patch written by Chi Hsuan Yen. | ||||
* | | | Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. | Steve Dower | 2017-02-04 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) | Steve Dower | 2017-02-04 | 2 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) | Steve Dower | 2017-02-04 | 2 | -0/+3 |
| | | | |||||
* | | | Merge issue #28164 and issue #29409 | Steve Dower | 2017-02-04 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #29416: Prevent infinite loop in pathlib.Path.mkdir | Steve Dower | 2017-02-04 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #29416: Prevent infinite loop in pathlib.Path.mkdir | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29416: Prevent infinite loop in pathlib.Path.mkdir | Steve Dower | 2017-02-04 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #29444: Fixed out-of-bounds buffer access in the group() method of | Serhiy Storchaka | 2017-02-04 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | the match object. Based on patch by WGH. | ||||
| * | | Issue #29444: Fixed out-of-bounds buffer access in the group() method of | Serhiy Storchaka | 2017-02-04 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | the match object. Based on patch by WGH. | ||||
| | * | Issue #29444: Fixed out-of-bounds buffer access in the group() method of | Serhiy Storchaka | 2017-02-04 | 1 | -0/+3 |
| | | | | | | | | | | | | the match object. Based on patch by WGH. | ||||
* | | | Issue #29368: The extend() method is now called instead of the append() | Serhiy Storchaka | 2017-02-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | method when unpickle collections.deque and other list-like objects. This can speed up unpickling to 2 times. | ||||
* | | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber). | Guido van Rossum | 2017-02-01 | 1 | -0/+4 |
| | | | |||||
* | | | python-gdb.py supports method-wrapper | Victor Stinner | 2017-02-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject) objects. | ||||
* | | | Merge 3.6 | doko@ubuntu.com | 2017-02-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.5 | doko@ubuntu.com | 2017-02-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #29169: Fix NEWS entry. | doko@ubuntu.com | 2017-02-01 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #29218: Remove unused install_misc command | Berker Peksag | 2017-02-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | It has been documented as unused since 6c6844a2fa30 (2000-05-25) Patch by Eric N. Vander Weele. | ||||
* | | | merge 3.6 | doko@ubuntu.com | 2017-01-31 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | merge 3.5 | doko@ubuntu.com | 2017-01-31 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | - Issue #29169: Update zlib to 1.2.10. | doko@ubuntu.com | 2017-01-31 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #28822: Add susp-ignored entry for NEWS; fix grammar | Martin Panter | 2017-01-29 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | | | |||||
* | | | Issues #29349: Add NEWS for 3.7; use “with” statement | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | | | |||||
* | | | Issues #29349: Merge Py 2 fix 3.6 | Martin Panter | 2017-01-29 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Issues #29349: Merge Py 2 fix 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #29349: Fix Python 2 syntax in documentation build code | Martin Panter | 2017-01-29 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with | Serhiy Storchaka | 2017-01-25 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | | | | | | | a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices(). | ||||
| * | | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
| | * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
* | | | Issue #29083: Fixed the declaration of some public API functions. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined. | ||||
| * | | Issue #29083: Fixed the declaration of some public API functions. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+6 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined. | ||||
| | * | Issue #29083: Fixed the declaration of some public API functions. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined. | ||||
* | | | Issue #29337: Fixed possible BytesWarning when compare the code objects. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | Warnings could be emitted at compile time. | ||||
| * | | Issue #29337: Fixed possible BytesWarning when compare the code objects. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Warnings could be emitted at compile time. | ||||
| | * | Issue #29337: Fixed possible BytesWarning when compare the code objects. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+3 |
| | | | | | | | | | | | | Warnings could be emitted at compile time. |