Steve Dower
|
c008ddeb21
|
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
|
2017-02-04 15:39:38 -08:00 |
Steve Dower
|
6d46ae7d12
|
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
|
2017-02-04 15:39:21 -08:00 |
Steve Dower
|
5f9193a6ed
|
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
|
2017-02-04 15:19:29 -08:00 |
Steve Dower
|
722e3e2705
|
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
|
2017-02-04 15:07:46 -08:00 |
Steve Dower
|
21fae03e16
|
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
|
2017-02-04 15:05:13 -08:00 |
Steve Dower
|
d3c4853b78
|
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
|
2017-02-04 14:54:56 -08:00 |
Steve Dower
|
eacee98679
|
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
|
2017-02-04 14:38:11 -08:00 |
Steve Dower
|
bf0fc39edb
|
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
|
2017-02-04 15:05:40 -08:00 |
Steve Dower
|
1add96f1b6
|
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
|
2017-02-04 14:55:16 -08:00 |
Serhiy Storchaka
|
86e42376c2
|
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object. Based on patch by WGH.
|
2017-02-04 22:55:40 +02:00 |
Serhiy Storchaka
|
7e10dbbd45
|
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object. Based on patch by WGH.
|
2017-02-04 22:53:57 +02:00 |
Stefan Krah
|
75c0d4f6bb
|
Issue29439: _decimal on Android requires linking with libm.
Patch by Chi Hsuan Yen.
|
2017-02-04 14:58:50 +01:00 |
Serhiy Storchaka
|
ed4de13f06
|
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.
|
2017-02-04 11:07:17 +02:00 |
Serhiy Storchaka
|
c7611362b4
|
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.
|
2017-02-04 11:04:00 +02:00 |
Berker Peksag
|
5a001eea5b
|
Issue #29198: Merge from 3.5
|
2017-02-04 09:34:48 +03:00 |
Berker Peksag
|
5702fb7b4d
|
Issue #29198: Fix indentation and markup in typing.rst
Patch by Jelle Zijlstra.
|
2017-02-04 09:34:16 +03:00 |
Berker Peksag
|
14169b2a89
|
Issue #29198: Merge from 3.5
|
2017-02-04 09:18:42 +03:00 |
Berker Peksag
|
38962a6fe2
|
Issue #29198: Document typing.AsyncGenerator
Patch by Jelle Zijlstra.
|
2017-02-04 09:18:11 +03:00 |
Vinay Sajip
|
3746619b84
|
Fixes #29213: merged fix from 3.5.
|
2017-02-02 19:26:48 +00:00 |
Vinay Sajip
|
db38b6c9a9
|
Fixes #29213: regularised EOLs of venv scripts.
|
2017-02-02 19:25:24 +00:00 |
Vinay Sajip
|
993f535ae9
|
Fixes #24875: Merged fix from 3.5.
|
2017-02-02 19:17:02 +00:00 |
Vinay Sajip
|
db6322cb8a
|
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
|
2017-02-02 19:05:19 +00:00 |
Victor Stinner
|
64e91275e3
|
Merge 3.5
|
2017-02-02 14:18:43 +01:00 |
Victor Stinner
|
a5917d1d15
|
Issue #29300: test_struct tests unpack_from() with keywords
Add an unit test on the _struct.Struct.unpack_from() method to test passing
arguments as keywords.
|
2017-02-02 14:18:18 +01:00 |
Mariatta Wijaya
|
23dcccb75b
|
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
|
2017-02-01 20:55:47 -08:00 |
Mariatta Wijaya
|
77bb0f4900
|
Backed out changeset 3d712292f2fa
|
2017-02-01 20:38:55 -08:00 |
Mariatta Wijaya
|
e2d8bc52c4
|
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
|
2017-02-01 20:21:22 -08:00 |
Berker Peksag
|
c6fe419d1b
|
Issue #29407: Merge from 3.5
|
2017-02-01 22:37:49 +03:00 |
Berker Peksag
|
d5adb63673
|
Issue #29407: Remove redundant ensure_future() calls in factorial example
|
2017-02-01 22:37:16 +03:00 |
doko@ubuntu.com
|
f8c5f30303
|
Merge 3.5
|
2017-02-01 13:01:54 +01:00 |
doko@ubuntu.com
|
137b5a2861
|
Issue #29169: Fix NEWS entry.
|
2017-02-01 13:01:17 +01:00 |
Benjamin Peterson
|
2b3f4c1efb
|
merge 3.5 (#29398)
|
2017-01-31 23:31:10 -08:00 |
Benjamin Peterson
|
ec977c3028
|
gc types needs to be allocated as such (closes #29398)
|
2017-01-31 23:31:02 -08:00 |
doko@ubuntu.com
|
cd12f7cb5c
|
merge 3.5
|
2017-01-31 13:51:21 +01:00 |
doko@ubuntu.com
|
34e7e2ecb1
|
- Issue #29169: Update zlib to 1.2.10.
|
2017-01-31 13:49:48 +01:00 |
doko@ubuntu.com
|
4de34e0d69
|
merge 3.5
|
2017-01-31 13:35:26 +01:00 |
doko@ubuntu.com
|
d46f72922b
|
add Modules/zlib/zlib.map to .hgeol
|
2017-01-31 13:34:58 +01:00 |
Berker Peksag
|
236fc60986
|
Issue #29283: Delete accidentally added Lib/site-packages/README
It was renamed to README.txt in d90a65014c42 and it was
back by a merge commit accidentally.
|
2017-01-30 13:55:49 +03:00 |
Martin Panter
|
e334a53343
|
Issues #11670: Merge configparser doc from 3.5
|
2017-01-29 23:36:39 +00:00 |
Martin Panter
|
b154113251
|
Issues #29349: Merge Py 2.6+ compatibility from 3.5
|
2017-01-29 23:34:52 +00:00 |
Martin Panter
|
1f10671fc8
|
Issue #11670: readfp(fp) parameter name is different to read_file(f)
|
2017-01-29 23:33:27 +00:00 |
Martin Panter
|
9a454021a4
|
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
|
2017-01-29 23:33:13 +00:00 |
Martin Panter
|
e61592e7e1
|
Issues #29349: Merge Py 2 fix 3.5
|
2017-01-29 10:09:43 +00:00 |
Martin Panter
|
2be9889405
|
Issues #12067: Merge hash recommendation from 3.5
|
2017-01-29 10:07:26 +00:00 |
Martin Panter
|
8f3fb72309
|
Issue #29349: Fix Python 2 syntax in documentation build code
|
2017-01-29 10:05:02 +00:00 |
Martin Panter
|
8dbb0ca573
|
Issue #12067: Recommend that hash and equality be consistent
|
2017-01-29 10:00:23 +00:00 |
Raymond Hettinger
|
e53bd8e2d0
|
Issue 29310: Document typing.NamedTuple default argument syntax
|
2017-01-28 20:16:40 -08:00 |
Vinay Sajip
|
dc4ce0e013
|
Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.
|
2017-01-27 13:04:33 +00:00 |
Vinay Sajip
|
dbb5686e7e
|
Fixes #29308: Merged fix from 3.5.
|
2017-01-27 12:42:45 +00:00 |
Vinay Sajip
|
3ac504289a
|
Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.
|
2017-01-27 12:41:27 +00:00 |