Commit Graph

80182 Commits

Author SHA1 Message Date
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
Serhiy Storchaka 3efe32ed48 Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. 2017-01-25 13:22:06 +02:00
Senthil Kumaran 1bfbe4fdbf issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Patch contributed by Mariatta Wijaya.
2017-01-25 01:46:33 -08:00
Martin Panter efba28c580 Issue #29189: Fix indentation in RST markup 2017-01-24 00:22:45 +00:00
Gregory P. Smith f0739cbfe7 Issue #29335: Fix subprocess.Popen.wait() when the child process has
exited to a stopped instead of terminated state (ex: when under ptrace).
2017-01-22 22:38:28 -08:00
Martin Panter 1b31d284e1 Issue #29274: tests cases → test cases 2017-01-18 12:14:29 +00:00
Benjamin Peterson 9ce1564cd9 revert dd13098a5dc2 (#29006, #10513) 2017-01-16 00:07:27 -08:00
Benjamin Peterson ebcf338a69 generate spaces instead of tabs into config.c 2017-01-16 00:05:12 -08:00
Benjamin Peterson 888a29fedb fix _testcapi to work when statically linked into python 2017-01-15 23:57:56 -08:00
Martin Panter ea9342ae6d Avoid line breaks after hyphens, otherwise they are turned into spaces 2017-01-14 09:53:23 +00:00
Martin Panter 12344883ff Issue #15527: remove double parens by changing markup.
Patch by Serhiy Storchaka.
2017-01-14 09:40:11 +00:00
Martin Panter c7496ee6da Fix spelling and markup in documentation and code comment
* Mark up ``--help`` to avoid generating an en dash
* Use forward slash in Unix command line with a dollar sign ($) prompt
2017-01-14 08:51:49 +00:00
Serhiy Storchaka 43d84ea069 Merge heads 2017-01-13 09:44:28 +02:00
Serhiy Storchaka 7a7e04e42c Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
2017-01-13 09:37:56 +02:00
Alexander Belopolsky a6f10ca4d1 Closes #28130: Documented that time.tzset() updates time module globals.
Thanks Greg Bengeult for the patch.
2017-01-12 15:06:34 -05:00