Donald Stufft
|
74a4ebaed0
|
Issue #21043 - Remove CACert.org from the recommendations
|
2014-03-24 19:49:42 -04:00 |
Zachary Ware
|
163a214df8
|
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
Suggested by Bruce Esrig on docs@.
|
2014-03-20 11:00:29 -05:00 |
Zachary Ware
|
5c1d3ddfa5
|
Issue #20966: Fix Tkinter Resources link
|
2014-03-18 09:18:53 -05:00 |
Antoine Pitrou
|
c7692805f7
|
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
|
2014-03-16 02:12:20 +01:00 |
Benjamin Peterson
|
944996ff20
|
remove unnecessary word (closes #19060)
Patch by Anastasia Filatova.
|
2014-03-12 21:41:35 -05:00 |
Éric Araujo
|
69d096597d
|
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
|
2014-03-12 19:35:54 -04:00 |
Éric Araujo
|
fd0c2f5711
|
Define what “updating” means in docs for open (#19627).
Original patch by Lina Clark.
|
2014-03-12 02:16:37 -04:00 |
R David Murray
|
8de21188ae
|
#20030: doc that TestLoader.discover returns a TestSuite.
Patch by Lita Cho.
|
2014-03-11 18:12:25 -04:00 |
Georg Brandl
|
6d07641fce
|
#13530: port to 2.7 branch (document what os.lseek returns).
|
2014-03-11 10:28:56 +01:00 |
Benjamin Peterson
|
84f323eae7
|
note that future_builtin's map is not quite like python 3's (closes #19363)
Patch by Gareth Rees.
|
2014-03-09 14:01:09 -05:00 |
Georg Brandl
|
3bca761ae8
|
merge
|
2014-03-09 10:23:24 +01:00 |
R David Murray
|
17a4322d09
|
#20628: wrap lines to < 80.
|
2014-02-24 15:36:45 -05:00 |
R David Murray
|
d2b5b316ab
|
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
Patch by Sean Rodman.
|
2014-02-24 15:35:19 -05:00 |
Georg Brandl
|
3cb99f3911
|
Closes #20735: remove erroneous deprecated marker from stringprep docs
|
2014-02-24 09:26:53 +01:00 |
Ezio Melotti
|
207b5f466d
|
#19890: fix typo in multiprocessing docs. Patch by Mike Short.
|
2014-02-15 16:58:52 +02:00 |
Benjamin Peterson
|
93cd25d0a8
|
fix links to builtin repr function (closes #20573)
|
2014-02-14 14:10:39 -05:00 |
Ezio Melotti
|
9c96f0ba29
|
#19906: clarify note in urllib docs.
|
2014-02-10 09:59:04 +02:00 |
Vinay Sajip
|
8bf70f74cf
|
Issue #20509: Added cross-reference in documentation.
|
2014-02-04 16:25:41 +00:00 |
Antoine Pitrou
|
8a2e22ef35
|
Issue #20423: fix documentation of io.StringIO's newline parameter
|
2014-02-02 22:48:25 +01:00 |
Zachary Ware
|
c82e27bf9a
|
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
|
2014-01-31 11:27:24 -06:00 |
Georg Brandl
|
3ce5255a07
|
Fix markup error.
|
2014-01-21 19:21:18 +01:00 |
Benjamin Peterson
|
ad715d9e97
|
put notes in a ..note section
|
2014-01-20 00:10:23 -05:00 |
Benjamin Peterson
|
235a7c59f1
|
document that a new Python thread context is created in ctypes callbacks (closes #6627)
Patch by Nikolaus Rath.
|
2014-01-20 00:09:53 -05:00 |
Benjamin Peterson
|
09421f82eb
|
update pysqlite website (closes #20278)
|
2014-01-16 09:52:38 -05:00 |
Vinay Sajip
|
ace08aba65
|
Clarified documentation note on module-level convenience functions.
|
2014-01-15 13:27:58 +00:00 |
Zachary Ware
|
aec3065b99
|
Fix typo. Pointed out by Finn Ellis on docs@.
|
2014-01-13 20:38:17 -06:00 |
R David Murray
|
dd1c4fda95
|
#20236: Fix sphinx markup.
|
2014-01-13 13:54:54 -05:00 |
Senthil Kumaran
|
011097395b
|
Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation.
|
2014-01-12 16:04:08 -08:00 |
R David Murray
|
da0b34cd26
|
Fix verb tense.
|
2014-01-08 18:08:37 -05:00 |
R David Murray
|
5851218e42
|
#17282: Document unittest.main defaultTest argument.
|
2014-01-02 13:38:02 -05:00 |
Antoine Pitrou
|
63cc99d9a6
|
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
|
2013-12-28 17:26:33 +01:00 |
R David Murray
|
dfd21d3538
|
#20063: Remove inaccurate/confusing statement about support of 'pop' method.
Patch by Gennadiy Zlobin.
|
2013-12-25 22:26:59 -05:00 |
Serhiy Storchaka
|
b712873a63
|
Removed spaces before colons and semicolons.
|
2013-12-24 11:04:06 +02:00 |
Serhiy Storchaka
|
610f84af0d
|
Removed spaces before commas and periods.
|
2013-12-23 18:19:34 +02:00 |
Antoine Pitrou
|
c96592da4d
|
s/lightweight/minimal/, as per issue #11379.
|
2013-12-22 01:57:01 +01:00 |
Vinay Sajip
|
d46a31fc64
|
Issue #19902: Added list of logging levels.
|
2013-12-19 11:42:18 +00:00 |
Zachary Ware
|
b56c517b05
|
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
|
2013-12-18 12:18:36 -06:00 |
Ezio Melotti
|
91b88c8d87
|
#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
|
2013-12-14 12:42:29 +02:00 |
Kristján Valur Jónsson
|
222b284911
|
Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
Backport the fix from pyton 3.x for this issue.
|
2013-12-05 10:03:45 +00:00 |
Eli Bendersky
|
7b2ac60934
|
Issue #19814: Clarify argparse's docs w.r.t prefix matching
|
2013-12-02 05:53:35 -08:00 |
Vinay Sajip
|
e9cb5e9df6
|
Issue #19789: Clarified documentation for logging.disable.
|
2013-11-30 22:43:13 +00:00 |
Serhiy Storchaka
|
26d936a71e
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:16:53 +02:00 |
Serhiy Storchaka
|
9f91d35ff3
|
Issue #19794: Improved markup for True/False constants.
|
2013-11-26 17:32:03 +02:00 |
Antoine Pitrou
|
131336846c
|
Issue #19691: remove outdated mention about RuntimeError
|
2013-11-25 19:08:32 +01:00 |
Richard Oudkerk
|
a69712c01d
|
Issue 16998: Clarify that += on a shared value is not atomic.
|
2013-11-17 17:00:38 +00:00 |
Antoine Pitrou
|
f7a52475a5
|
Issue #19508: warn that ssl doesn't validate certificates by default
|
2013-11-17 15:42:58 +01:00 |
Ezio Melotti
|
e3c61368e3
|
#19238: fix typo in documentation.
|
2013-11-17 02:47:12 +02:00 |
Vinay Sajip
|
6afafc7ea4
|
Issue #19504: Used American spelling for 'customize'.
|
2013-11-15 20:54:15 +00:00 |
R David Murray
|
a691219716
|
backport #18985: Improve fcntl documentation.
|
2013-11-07 10:52:53 -05:00 |
Nick Coghlan
|
6a98749e9c
|
Close #17827: Document codecs.encode & codecs.decode
|
2013-11-04 20:05:16 +10:00 |