Serhiy Storchaka
|
e45ef4e54c
|
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
|
2016-10-27 22:50:15 +03:00 |
Serhiy Storchaka
|
a65a474e19
|
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
|
2016-10-27 22:47:08 +03:00 |
Serhiy Storchaka
|
e0a220e9e2
|
Issue #22493: Updated an example for fnmatch.translate().
|
2016-10-27 22:44:03 +03:00 |
Serhiy Storchaka
|
159f97b2d7
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:42:15 +03:00 |
Serhiy Storchaka
|
1ecf7d204d
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:41:19 +03:00 |
Serhiy Storchaka
|
0093907f0e
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
|
2016-10-27 21:05:49 +03:00 |
Zachary Ware
|
ec9357b90c
|
Ignore harmless suspicious markup
|
2016-10-25 21:43:41 -05:00 |
Zachary Ware
|
d9aa4d3308
|
Merge from 3.5
|
2016-10-25 21:36:13 -05:00 |
Zachary Ware
|
bb444772d9
|
Fix default role usage
|
2016-10-25 21:35:22 -05:00 |
Guido van Rossum
|
5ec24314cd
|
Issue #28107: Update typing module documentation for NamedTuple (Ivan)
|
2016-10-25 09:53:11 -07:00 |
Guido van Rossum
|
16591f440d
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
|
2016-10-25 08:49:13 -07:00 |
Benjamin Peterson
|
802883a386
|
merge 3.5 (#28525)
|
2016-10-24 23:00:18 -07:00 |
Benjamin Peterson
|
bc51a8af25
|
fix name of keyword parameter to gc.collect() (closes #28525)
Patch from vierja.
|
2016-10-24 23:00:03 -07:00 |
Yury Selivanov
|
6330f2a5ce
|
Merge 3.5 (issue #26796)
|
2016-10-21 17:41:23 -04:00 |
Yury Selivanov
|
e8a6045fea
|
Issue #26796: Don't configure the number of workers for default threadpool executor.
Initial patch by Hans Lawrenz.
|
2016-10-21 17:40:42 -04:00 |
Brett Cannon
|
68adfa3b3e
|
Merge (issue #25152)
|
2016-10-21 12:54:02 -07:00 |
Brett Cannon
|
f8c1505736
|
Issue #25152: Mention the deprecation of pyvenv
|
2016-10-21 12:53:40 -07:00 |
INADA Naoki
|
0a421a28f8
|
Issue #18219: Optimize csv.DictWriter for large number of columns.
Patch by Mariatta Wijaya.
|
2016-10-21 19:47:57 +09:00 |
Yury Selivanov
|
ea75a513df
|
Issue #26010: Document CO_* constants
|
2016-10-20 13:06:30 -04:00 |
Yury Selivanov
|
b738a1f8a4
|
Issue #26010: fix typos; rewording
|
2016-10-20 16:30:51 -04:00 |
Yury Selivanov
|
e20fed9182
|
Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
|
2016-10-20 13:11:34 -04:00 |
Victor Stinner
|
c6b1e15788
|
Close #28479: Fix reST syntax in windows.rst
Patch written by Julien Palard.
|
2016-10-20 00:45:50 +02:00 |
Serhiy Storchaka
|
69d3de644b
|
Issue #19795: Fixed formatting a table.
|
2016-10-19 19:37:44 +03:00 |
Serhiy Storchaka
|
807e2f3459
|
Issue #19795: Fixed formatting a table.
|
2016-10-19 19:37:20 +03:00 |
Serhiy Storchaka
|
7d6dda4b78
|
Issue #19795: Improved more markups of True/False.
|
2016-10-19 18:36:51 +03:00 |
Serhiy Storchaka
|
4adf01caae
|
Issue #19795: Improved more markups of True/False.
|
2016-10-19 18:30:05 +03:00 |
Serhiy Storchaka
|
3f561b7911
|
Issue #19795: Fixed markup errors.
|
2016-10-19 18:12:05 +03:00 |
Serhiy Storchaka
|
1883542eb9
|
Issue #19795: Fixed markup errors.
|
2016-10-19 18:11:24 +03:00 |
Serhiy Storchaka
|
0bbf8c08ab
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
2016-10-19 16:44:47 +03:00 |
Serhiy Storchaka
|
a97cd2eb17
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
2016-10-19 16:43:42 +03:00 |
Serhiy Storchaka
|
989db5c880
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:37:13 +03:00 |
Serhiy Storchaka
|
ecf41da83e
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:26 +03:00 |
Benjamin Peterson
|
8166a5db5b
|
always use double quotes for SystemTap string literals (closes #28472)
Patch by Roman Podoliaka.
|
2016-10-18 23:33:03 -07:00 |
Benjamin Peterson
|
b17ba095f2
|
bold arguments
|
2016-10-18 23:14:08 -07:00 |
Victor Stinner
|
33bb64fb30
|
Merge 3.5
|
2016-10-18 15:48:14 +02:00 |
Berker Peksag
|
80b618bffd
|
Merge from 3.5
|
2016-10-18 00:35:09 +03:00 |
Berker Peksag
|
e5b0bd1ba2
|
Fix default value of StreamReader.readuntil()
Reported by Sam Lunt on docs@p.o.
|
2016-10-18 00:34:46 +03:00 |
Berker Peksag
|
066b1217af
|
Issue #28455: Merge from 3.5
|
2016-10-17 06:14:48 +03:00 |
Berker Peksag
|
5493e4723a
|
Issue #28455: Clarify example of overriding the convert_arg_line_to_args method
Patch by Mariatta Wijaya.
|
2016-10-17 06:14:17 +03:00 |
Berker Peksag
|
b8bddec4e0
|
Issue #28432: Merge from 3.5
|
2016-10-17 00:46:37 +03:00 |
Berker Peksag
|
90e028970a
|
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Patch by Xiang Zhang.
|
2016-10-17 00:45:56 +03:00 |
Victor Stinner
|
9f2e377beb
|
Issue #27896: Allow passing sphinx options to Doc/Makefile
Patch written by Julien Palard.
|
2016-10-16 19:14:23 +02:00 |
Ned Deily
|
bf7dcb9cd0
|
Remove spurious article.
|
2016-10-15 15:13:20 -04:00 |
Ned Deily
|
11194f7e0f
|
Remove spurious article.
|
2016-10-15 15:12:03 -04:00 |
Martin Panter
|
479eb760f4
|
Issue #27800: Merge RE repetition doc from 3.5 into 3.6
|
2016-10-15 01:39:01 +00:00 |
Martin Panter
|
684340ede5
|
Issue #27800: Document limitation and workaround for multiple RE repetitions
|
2016-10-15 01:18:16 +00:00 |
Martin Panter
|
36700e4578
|
Issue #23231: Merge codecs doc from 3.5 into 3.6
|
2016-10-15 01:04:08 +00:00 |
Martin Panter
|
c73e9d844f
|
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
|
2016-10-15 00:56:47 +00:00 |
Senthil Kumaran
|
c972d1c76f
|
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
Patch contributed by Xiang Zhang.
|
2016-10-13 22:59:36 -07:00 |
Senthil Kumaran
|
1cea56b597
|
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
|
2016-10-13 22:58:47 -07:00 |