Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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/+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 #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. | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 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/+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 #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -4/+4 |
| | | |||||
* | | Issue #29335: Fix subprocess.Popen.wait() when the child process has | Gregory P. Smith | 2017-01-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | exited to a stopped instead of terminated state (ex: when under ptrace). | ||||
| * | Issue #29335: Fix subprocess.Popen.wait() when the child process has | Gregory P. Smith | 2017-01-23 | 1 | -0/+3 |
| | | | | | | | | exited to a stopped instead of terminated state (ex: when under ptrace). | ||||
* | | Issue #29290: Merge 3.5. | Xiang Zhang | 2017-01-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #29290: argparse help messages won't wrap at non-breaking spaces. | Xiang Zhang | 2017-01-22 | 1 | -1/+4 |
| | | |||||
* | | Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. | Serhiy Storchaka | 2017-01-21 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. | Serhiy Storchaka | 2017-01-21 | 1 | -0/+2 |
| | | |||||
| * | Merge 3.5.3 release head with main 3.5 branch. | Larry Hastings | 2017-01-17 | 1 | -4/+17 |
| |\ | |||||
| * | | Post-release updates for 3.5.3. | Larry Hastings | 2017-01-17 | 1 | -1/+13 |
| | | | |||||
| * | | Version bump for Python 3.5.3.v3.5.3 | Larry Hastings | 2017-01-16 | 1 | -5/+1 |
| | | | |||||
* | | | Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. | Ned Deily | 2017-01-20 | 2 | -49/+3669 |
| | | | |||||
* | | | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -0/+3 |
| | | | | | | | | | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). | Serhiy Storchaka | 2017-01-20 | 1 | -0/+3 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2017-01-17 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #29011: Fix an important omission by adding Deque to the typing module. | Raymond Hettinger | 2017-01-17 | 1 | -4/+16 |
| | | | |||||
* | | | More instances of “when pass” | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | | | |||||
* | | | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix grammar, typos and markup in documentation and code comments | Martin Panter | 2017-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt | ||||
* | | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | ctypes.CDLL instances. | ||||
| * | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 1 | -0/+3 |
| | | | | | | | | | | | | ctypes.CDLL instances. | ||||
* | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments. | ||||
| * | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments. | ||||
* | | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #29142: Merge 3.5. | Xiang Zhang | 2017-01-09 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #29142: Fix suffixes in no_proxy handling in urllib. | Xiang Zhang | 2017-01-09 | 1 | -0/+3 |
| |/ | | | | | | | | | | | In urllib.request, suffixes in no_proxy environment variable with leading dots could match related hostnames again (e.g. .b.c matches a.b.c). Patch by Milan Oberkirch. | ||||
| * | Post-release fixups for Python 3.5.3rc1. | Larry Hastings | 2017-01-03 | 1 | -1/+13 |
| | | |||||
* | | Issue #29203: functools.lru_cache() now respects PEP 468 | Raymond Hettinger | 2017-01-09 | 1 | -0/+4 |
| | |