Mariatta
91f79db02a
bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)
...
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
(cherry picked from commit 64508780d7
)
2017-03-19 20:55:34 -07:00
Brett Cannon
fc714fd931
Drop C++ header compatibility test ( #718 ) ( #721 )
...
The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed11552d
)
2017-03-19 10:05:18 -07:00
Brett Cannon
a5f8165909
[2.7] Combine the C++ header CI build into the main C build (GH-697) ( #706 )
...
This will eliminate one of the builds in Travis, allowing for CI overall to complete faster.
(cherry picked from commit 993d4b3440
)
2017-03-17 15:46:32 -07:00
Serhiy Storchaka
1aa1803b3d
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or ( #662 )
...
too many objects.
2017-03-14 07:29:33 +02:00
Xiang Zhang
4ec14c2360
fix parameter names in ftplib documentation (GH-656)
2017-03-13 10:41:38 +08:00
Nick Coghlan
ee10fb9c5b
bpo-29798: Handle git worktree in `make patchcheck` ( #629 ) ( #635 )
...
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090612
)
2017-03-12 20:03:45 +10:00
Nick Coghlan
c8869af89e
[2.7] bpo-29656: Handle PR branches in 'make patchcheck' ( #302 ) ( #628 )
...
Additional changes needed to backport:
- dropped legacy SVN support from patchcheck
- use subprocess.PIPE to silence expected error output
- don't try to use subprocess.Popen as a context manager
- don't try to pass a keyword argument to str.split()
(cherry picked from commit 482f7a274f
)
2017-03-12 19:34:16 +10:00
cocoatomo
309fb90f68
Insert the line which should not have been deleted ( #581 )
...
see [bpo-29772](http://bugs.python.org/issue29772 )
2017-03-09 08:54:27 -07:00
Serhiy Storchaka
0c2ed76fda
[2.7] bpo-29768: Fixed compile-time check for expat version. ( #577 )
...
(cherry picked from commit 22e707fa04
)
2017-03-09 10:52:50 +02:00
svelankar
de1c7d5252
Issue #29682:Possible missing NULL check in pyexpat ( #573 )
2017-03-09 07:27:48 +02:00
Serhiy Storchaka
9fbb65e646
bpo-29655: Fixed possible reference leaks in `import *`. ( #301 ) ( #510 )
...
Original patch by Matthias Bussonnier.
(cherry picked from commit 160edb4357
)
2017-03-08 13:44:33 +02:00
INADA Naoki
6c6186da42
PCbuild: Add -q option to svn export (GH-539)
...
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f392
)
2017-03-07 17:29:29 +09:00
Steve Dower
6120484e46
bpo-27593: Updates Windows build to use information from git ( #262 ) ( #448 )
...
* bpo-27593: Updates Windows build to use information from git (#262 )
* bpo-27593: Updates Windows build to use information from git
* Fixes git command (#451 )
2017-03-04 10:08:09 -08:00
Zachary Ware
f9a6516117
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)
2017-03-03 16:28:39 -06:00
Mariatta
fc59e5c707
bpo-29709: Improve Boolean Operations documentation ( #433 ) ( #438 )
...
(cherry picked from commit 8eb531d9db
)
2017-03-03 13:34:52 -08:00
Donald Stufft
f1a696efd6
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
2017-03-02 12:37:07 -05:00
Donald Stufft
951496913e
Disable mention-bot for maintenance branches (GH-370)
2017-03-01 06:13:21 -05:00
Xiang Zhang
c9ba186222
bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374)
2017-03-01 15:36:15 +08:00
Xiang Zhang
b4f0e980b6
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366)
2017-03-01 14:28:14 +08:00
INADA Naoki
02eb4b0bd4
bpo-29110: Fix file object leak in aifc.open (GH-356)
2017-02-28 20:39:30 +09:00
Mariatta
c8e20218d7
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)
...
(cherry picked from commit ed6795e46f
)
2017-02-26 08:56:21 -08:00
Benjamin Peterson
6e9e6496ef
mark various test data binary ( #233 ) ( #303 )
2017-02-25 23:25:28 -08:00
Mariatta
23d2c31cbf
[2.7] bpo-28929: Add to Misc/NEWS (GH-286)
...
mention bpo-28929 in the Documentation section of
What's New in Python 2.7.14
2017-02-25 22:33:36 -08:00
INADA Naoki
9436bbd87b
bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)
...
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT on type struct header.
* Backport many minor fixes from Python 3 doc to minimize diff.
2017-02-21 21:12:03 +09:00
Benjamin Peterson
d9a75744ee
reinit the TLS before anything else ( #130 )
...
PyEval_ReInitThread can run arbitrary Python code, which really ought to have
the TLS initialized.
2017-02-20 23:43:15 -08:00
Mark Dickinson
c0b336e0ad
bpo-29602: fix signed zero handling in complex constructor ( #204 )
...
* bpo-29602: fix signed zero handling in complex constructor
* Add missing have_getformat definition; remove use of unittest subtests.
2017-02-20 21:14:52 +00:00
Xiang Zhang
7131a73f96
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects ( #128 ) ( #187 )
2017-02-20 14:32:53 +08:00
Senthil Kumaran
af9a40d58c
[2.7] Change some mercurial/ hg.python.org references. ( #8 ) ( #183 )
...
(cherry picked from commit b2ee40ed9c
)
2017-02-19 17:49:54 -08:00
INADA Naoki
cf44d957ec
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180)
2017-02-20 09:45:55 +09:00
INADA Naoki
98604c7683
bpo-29529: Add .travis.yml to 2.7 branch (GH-27)
2017-02-20 09:44:53 +09:00
Qingpeng "Q.P." Zhang
4bfb603810
Remove redundant footnote ( #181 )
...
It was accidentally added in cc79837
.
2017-02-19 22:32:51 +03:00
INADA Naoki
0f48ecddfb
Update URL of Mersenne Twister Home Page (GH-116)
2017-02-16 01:00:54 +09:00
Mariatta
e15259c2df
bpo-28929: Link the documentation to its source file on GitHub ( #38 )
...
Change the documentation's `Show Source` link on the left menu
to GitHub source file.
2017-02-12 13:07:33 -08:00
Mariatta
52b8c5591b
[backport to 2.7] Change documentation's `Show Source` link to GitHub ( #44 )
...
* Support "bpo-" in Misc/NEWS (#1 )
Change the url to 2.7
(cherry picked from commit 79ab8be05f
)
* pyspecific.py: remove space after` bpo-`
2017-02-12 12:59:20 -08:00
Mariatta
5c329882fa
bpo-29474: Improve documentation for weakref.WeakValueDictionary ( #11 )
...
There were some grammatical errors in weakref.WeakValueDictionary
documentation.
2017-02-10 19:44:57 -06:00
Victor Stinner
8420cd2905
Backport test_gdb fixes for s390x buildbots
2017-02-10 14:14:04 +01:00
Nick Coghlan
4e1e30dae9
Issue #26355 : Specify canonical URLs in docs pages
...
Add canonical header link on each page to corresponding major version of the documentation.
Patch by Matthias Bussonnier.
2017-02-09 17:00:31 +01:00
Mariatta Wijaya
d9fb4a97f3
Issue #29371 : Clarify bitwise OR operation in doctest option flags.
2017-02-06 20:30:10 -08:00
Serhiy Storchaka
ed45f739b6
Issue #27867 : Fixed merging error.
2017-02-04 11:10:25 +02:00
Serhiy Storchaka
522a60c10d
Issue #27867 : Silenced may-be-used-uninitialized warnings after
...
using PySlice_GetIndicesEx() in debug builds.
2017-02-04 11:04:00 +02:00
Mark Dickinson
ea82972ec8
Issue #14376 : sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
2017-02-02 19:31:53 +00:00
Mariatta Wijaya
ebfb2f76c5
Issue #29329 : Improve documentation for hex(). Patch by Ammar Askar
2017-02-01 22:27:02 -08:00
Mariatta Wijaya
40ba60f6bf
Issue #29381 : Clarify ordering of UNIX shebang line as source encoding line
2017-02-01 21:14:47 -08:00
Serhiy Storchaka
3b23004112
Issue #29354 : Fixed inspect.getargs() for parameters which are cell
...
variables.
2017-02-01 22:53:03 +02:00
Serhiy Storchaka
8e21cc3ce0
Issue #29028 : Fixed possible use-after-free bugs in the subscription of the
...
buffer object with custom index object.
2017-02-01 22:47:44 +02:00
doko@ubuntu.com
dbbc9d37a9
update zlib ChangeLog file
2017-01-31 13:56:50 +01:00
doko@ubuntu.com
80b24a9354
- Issue #29169 : Update zlib to 1.2.11.
2017-01-31 13:30:58 +01:00
Martin Panter
60a1b351ca
Issue #12067 : Rewrite Comparisons section in the language reference
...
Some of the details of comparing mixed types were incorrect or ambiguous.
Added default behaviour and consistency suggestions for user-defined classes.
Based on patch from Andy Maier.
2017-01-21 05:14:56 +00:00
Senthil Kumaran
19048c3ada
Add clarity to the warning on certificate verification in urllib.
2017-01-27 23:05:34 -08:00
Serhiy Storchaka
72acb6647b
Merge heads
2017-01-25 13:28:45 +02:00