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
Serhiy Storchaka
99ba17f553
Issue #29082 : Fixed loading libraries in ctypes by unicode names on Windows.
...
Original patch by Chi Hsuan Yen.
2017-01-12 17:00:32 +02:00
Benjamin Peterson
c8a752eaff
merge heads
2017-01-11 23:40:23 -08:00
Benjamin Peterson
0897a557f4
revert 030e100f048a ( #29006 , #10513 )
2017-01-11 23:39:58 -08:00
Xiang Zhang
da8ea3a59d
Issue #29217 : Fix the wrong type description of UUID.variant.
2017-01-10 11:27:07 +08:00
Victor Stinner
01bdbad3e9
Don't use getentropy() on Linux
...
Issue #29188 : Support glibc 2.24 on Linux: don't use getentropy() function but
read from /dev/urandom to get random bytes, for example in os.urandom(). On
Linux, getentropy() is implemented which getrandom() is blocking mode, whereas
os.urandom() should not block.
2017-01-09 11:10:41 +01:00
Xiang Zhang
98b1c82675
Issue #29142 : Fix suffixes in no_proxy handling in urllib.
...
In urllib, 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.
2017-01-09 11:43:24 +08:00
Xiang Zhang
7bdb516059
Issue #29145 : Fix overflow checks in string, bytearray and unicode.
...
Patch by jan matejek and Xiang Zhang.
2017-01-09 11:13:20 +08:00
Berker Peksag
10434d6cb6
Issue #29189 : Fix broken indentation in FancyURLopener documentation
2017-01-07 09:17:02 +03:00
Raymond Hettinger
9b7ae96b98
Issue #29023 : Clarify that ints and longs are always deterministic seeds for random.
2017-01-06 16:13:37 -08:00
Xavier de Gaye
9220111fc5
test_curses - substitute self.skip() with self.skipTest()
2017-01-06 09:44:36 +01:00
doko@ubuntu.com
54dc428657
- Issue #29169 : Update zlib to 1.2.10.
2017-01-05 17:26:35 +01:00
doko@ubuntu.com
52e58684f7
add Modules/zlib/zlib.map to .hgeol
2017-01-05 17:08:07 +01:00
Benjamin Peterson
2f7d13c662
only include sys/random.h if it seems like it might have something useful ( #29057 )
2017-01-01 22:29:36 -06:00
Benjamin Peterson
ea02cdc7ec
ring in 2017 for Python
2017-01-01 22:04:13 -06:00
Serhiy Storchaka
0f4ed2cdc6
Issue #29094 : Offsets in a ZIP file created with extern file object and modes
...
"w" now are relative to the start of the file.
2017-01-01 19:04:09 +02:00
Berker Peksag
c644d53acf
Issue #29123 : Make CheckSqlTimestamp more robust
2017-01-01 02:51:46 +03:00
Xiang Zhang
a19fd46132
Issue #29112 : Fix a questionable wording in sequence doc.
2016-12-30 11:55:28 +08:00
Steve Dower
f85dbfc3d2
Issue #28768 : Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
2016-12-28 15:41:09 -08:00