https://hg.python.org/cpython/rev/40bcf4a8b57d
changeset: 104201:40bcf4a8b57d
parent: 104198:824ac24de93e
parent: 104200:a1e7c9d249ed
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:19:57 2016 +0300
summary:
Issue #28319: Merge from 3.6
files:
Doc/library/lzma.rst | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -362,10 +362,9 @@
select automatically based on other filter options.
The delta filter stores the differences between bytes, producing more repetitive
-input for the compressor in certain circumstances. It only supports a single
-The delta filter supports only one option, ``dist``. This indicates the distance
-between bytes to be subtracted. The default is 1, i.e. take the differences
-between adjacent bytes.
+input for the compressor in certain circumstances. It supports one option,
+``dist``. This indicates the distance between bytes to be subtracted. The
+default is 1, i.e. take the differences between adjacent bytes.
The BCJ filters are intended to be applied to machine code. They convert
relative branches, calls and jumps in the code to use absolute addressing, with
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/a1e7c9d249ed
changeset: 104200:a1e7c9d249ed
branch: 3.6
parent: 104197:3ed425f497af
parent: 104199:258436eecb51
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:19:35 2016 +0300
summary:
Issue #28319: Merge from 3.5
files:
Doc/library/lzma.rst | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -362,10 +362,9 @@
select automatically based on other filter options.
The delta filter stores the differences between bytes, producing more repetitive
-input for the compressor in certain circumstances. It only supports a single
-The delta filter supports only one option, ``dist``. This indicates the distance
-between bytes to be subtracted. The default is 1, i.e. take the differences
-between adjacent bytes.
+input for the compressor in certain circumstances. It supports one option,
+``dist``. This indicates the distance between bytes to be subtracted. The
+default is 1, i.e. take the differences between adjacent bytes.
The BCJ filters are intended to be applied to machine code. They convert
relative branches, calls and jumps in the code to use absolute addressing, with
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/258436eecb51
changeset: 104199:258436eecb51
branch: 3.5
parent: 104196:ad52117e5ab0
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:19:04 2016 +0300
summary:
Issue #28319: Fix typo in lzma.rst
Reported by Vladimir Rutsky.
files:
Doc/library/lzma.rst | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -362,10 +362,9 @@
select automatically based on other filter options.
The delta filter stores the differences between bytes, producing more repetitive
-input for the compressor in certain circumstances. It only supports a single
-The delta filter supports only one option, ``dist``. This indicates the distance
-between bytes to be subtracted. The default is 1, i.e. take the differences
-between adjacent bytes.
+input for the compressor in certain circumstances. It supports one option,
+``dist``. This indicates the distance between bytes to be subtracted. The
+default is 1, i.e. take the differences between adjacent bytes.
The BCJ filters are intended to be applied to machine code. They convert
relative branches, calls and jumps in the code to use absolute addressing, with
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/ad52117e5ab0
changeset: 104196:ad52117e5ab0
branch: 3.5
parent: 104193:abbf12ea20c0
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:06:52 2016 +0300
summary:
Fix markup in pathlib.rst
files:
Doc/library/pathlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -921,7 +921,7 @@
>>> p.resolve()
PosixPath('/home/antoine/pathlib')
- `".."` components are also eliminated (this is the only method to do so)::
+ "``..``" components are also eliminated (this is the only method to do so)::
>>> p = Path('docs/../setup.py')
>>> p.resolve()
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/824ac24de93e
changeset: 104198:824ac24de93e
parent: 104195:f12f8a5960f0
parent: 104197:3ed425f497af
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:07:42 2016 +0300
summary:
Merge from 3.6
files:
Doc/library/pathlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -930,7 +930,7 @@
>>> p.resolve()
PosixPath('/home/antoine/pathlib')
- `".."` components are also eliminated (this is the only method to do so)::
+ "``..``" components are also eliminated (this is the only method to do so)::
>>> p = Path('docs/../setup.py')
>>> p.resolve()
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/3ed425f497af
changeset: 104197:3ed425f497af
branch: 3.6
parent: 104194:6c42aeafbf0c
parent: 104196:ad52117e5ab0
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:07:17 2016 +0300
summary:
Merge from 3.5
files:
Doc/library/pathlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -930,7 +930,7 @@
>>> p.resolve()
PosixPath('/home/antoine/pathlib')
- `".."` components are also eliminated (this is the only method to do so)::
+ "``..``" components are also eliminated (this is the only method to do so)::
>>> p = Path('docs/../setup.py')
>>> p.resolve()
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/abbf12ea20c0
changeset: 104193:abbf12ea20c0
branch: 3.5
parent: 104188:1bead1f0260f
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:02:39 2016 +0300
summary:
Fix Path.glob() link, reported by SilentGhost
files:
Doc/library/pathlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -934,7 +934,7 @@
.. method:: Path.rglob(pattern)
- This is like calling :meth:`glob` with "``**``" added in front of the
+ This is like calling :meth:`Path.glob` with "``**``" added in front of the
given *pattern*:
>>> sorted(Path().rglob("*.py"))
--
Repository URL: https://hg.python.org/cpython
https://hg.python.org/cpython/rev/f12f8a5960f0
changeset: 104195:f12f8a5960f0
parent: 104192:fcce24bc9416
parent: 104194:6c42aeafbf0c
user: Berker Peksag <berker.peksag(a)gmail.com>
date: Sat Oct 01 01:03:20 2016 +0300
summary:
Merge from 3.6
files:
Doc/library/pathlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -943,7 +943,7 @@
.. method:: Path.rglob(pattern)
- This is like calling :meth:`glob` with "``**``" added in front of the
+ This is like calling :meth:`Path.glob` with "``**``" added in front of the
given *pattern*:
>>> sorted(Path().rglob("*.py"))
--
Repository URL: https://hg.python.org/cpython