Raymond Hettinger
|
e65753e09e
|
merge
|
2012-04-23 21:26:58 -07:00 |
Raymond Hettinger
|
ce0e0c7671
|
Improve section heading for better discoverability.
|
2012-04-23 21:26:35 -07:00 |
Raymond Hettinger
|
4c8d392bc1
|
Reorder the entries to put the type specific technique last.
|
2012-04-23 21:24:15 -07:00 |
R David Murray
|
393b7b59a4
|
#14640: Fix typos/syntax in pyporting.rst.
Patch by Dionysios Kalofonos.
|
2012-04-23 14:46:39 -04:00 |
Sandro Tosi
|
da999d29ab
|
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
|
2012-04-23 19:44:51 +02:00 |
Raymond Hettinger
|
016878aea6
|
merge
|
2012-04-23 00:22:48 -07:00 |
Senthil Kumaran
|
ea17082c25
|
Update 2.7 docs about legal characters allowed in Cookie name
|
2012-04-22 10:27:22 +08:00 |
Ned Deily
|
9b5952d7cd
|
Remove webbrowser doc reference to the previously removed internet-config option.
|
2012-04-18 12:48:09 -07:00 |
Raymond Hettinger
|
094c33f047
|
Minor fixups.
|
2012-04-18 00:25:32 -04:00 |
Raymond Hettinger
|
33c66301ee
|
Clean-up the SQLite introduction.
|
2012-04-17 22:48:06 -04:00 |
Raymond Hettinger
|
0e15a6e244
|
Clarify that a new connection needs to be made after the close.
|
2012-04-17 15:03:20 -04:00 |
Vinay Sajip
|
8085f44844
|
Tweaked format of cookbook example.
|
2012-04-16 15:45:11 +01:00 |
Vinay Sajip
|
4e646aaf93
|
Added cookbook example for log insertion.
|
2012-04-16 15:27:55 +01:00 |
R David Murray
|
142ab32ecd
|
#14552: remove redundant wording in 'test' docs.
Original patch by Tshepang Lekhonkhobe.
|
2012-04-11 20:38:45 -04:00 |
Senthil Kumaran
|
dc0b324a0f
|
Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class
|
2012-04-11 03:22:58 +08:00 |
Vinay Sajip
|
2a1c13bb2d
|
Updated logging reference and HOWTO.
|
2012-04-10 19:52:06 +01:00 |
Senthil Kumaran
|
3661473ae0
|
minor .rst fix
|
2012-04-10 19:50:08 +08:00 |
Sandro Tosi
|
ceeb47d0c3
|
Issue #14502: release() and unlocked lock generates a ThreadError
|
2012-04-05 22:51:00 +02:00 |
Georg Brandl
|
b45c5e2d0e
|
Closes #14489: correct link target.
|
2012-04-05 09:04:40 +02:00 |
R David Murray
|
5fc56eb1ca
|
#14481: fix formatting of example in subprocess docs.
|
2012-04-03 08:46:05 -04:00 |
Sandro Tosi
|
d987c0221c
|
fix typo; thanks to Robert Bardos from docs@
|
2012-04-01 01:49:46 +02:00 |
Sandro Tosi
|
6ca845c66a
|
use unittest.skip; thanks to Chang Min Jeon from docs@
|
2012-03-31 18:34:42 +02:00 |
Sandro Tosi
|
04cd09552a
|
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
|
2012-03-31 17:22:47 +02:00 |
R David Murray
|
5080cad646
|
#10423: clarify options vs args in argparse discussion of optparse
Patch by Sandro Tosi.
|
2012-03-30 18:09:07 -04:00 |
R David Murray
|
de294ec02e
|
#14416: add missing LOG_SYSLOG facility to syslog docs.
|
2012-03-29 06:47:59 -04:00 |
Sandro Tosi
|
48a88953cc
|
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
|
2012-03-26 19:35:52 +02:00 |
Vinay Sajip
|
49d5fbab87
|
Minor documentation tweak.
|
2012-03-26 17:06:44 +01:00 |
Georg Brandl
|
99c1f594b3
|
Closes #14401: fix typos in curses howto.
|
2012-03-25 08:43:22 +02:00 |
Martin v. Löwis
|
fcf37c1896
|
Issue #14400: Fix typo.
|
2012-03-24 17:38:29 +01:00 |
Georg Brandl
|
94a105705f
|
Closes #14250: regex.flags has not only explicit flags but also those from the pattern
|
2012-03-17 17:31:32 +01:00 |
Georg Brandl
|
5a607b06d6
|
Closes #14343: avoid shadowing builtin input() in example code.
|
2012-03-17 17:26:27 +01:00 |
Georg Brandl
|
ce54617260
|
Closes #14342: remove out-of-date section about avoiding recursion errors.
|
2012-03-17 17:25:47 +01:00 |
Georg Brandl
|
f354f8e369
|
Closes #14306: clarify expensiveness of try-except and update code snippet
|
2012-03-17 16:58:05 +01:00 |
Senthil Kumaran
|
e3d73544ad
|
explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
|
2012-03-17 00:37:38 -07:00 |
R David Murray
|
bee24df3a7
|
#11780: s/throw/raise/
|
2012-03-16 22:11:22 -04:00 |
R David Murray
|
0cc4e53d1d
|
#11780: document that email.encoders throw TypeError on multipart messages.
|
2012-03-16 22:06:08 -04:00 |
R David Murray
|
32a3b147b2
|
#12758: removing confusing mention of UTC from time.time description
Patch by Dylan Sarber.
|
2012-03-15 03:05:01 -04:00 |
Georg Brandl
|
f590e0458e
|
Closes #14289: put a link to the CHM download page on the docs download page.
|
2012-03-14 08:18:47 +01:00 |
Senthil Kumaran
|
c768d4caa8
|
closes issue14257 - Grammatical fix
|
2012-03-12 10:05:04 -07:00 |
Senthil Kumaran
|
814d316888
|
closes issue14257 minor error in glossary wording regarding __hash__
|
2012-03-11 21:04:05 -07:00 |
Senthil Kumaran
|
15b6f3f825
|
Fix closes issue14258 - added clarification to \W and \S flags
|
2012-03-11 20:37:39 -07:00 |
Mark Dickinson
|
5081957642
|
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
|
2012-03-10 16:09:35 +00:00 |
Jason R. Coombs
|
d6a80ee2c7
|
Use PEP-8 style in logging example
|
2012-03-07 10:24:04 -05:00 |
Éric Araujo
|
d2e19b5173
|
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
I assume that most users looking at this page are looking for a library
to process XML, not a low-level parser. First proposed in #11379.
|
2012-03-05 16:44:49 +01:00 |
Éric Araujo
|
76c6aa860c
|
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
|
2012-03-05 16:43:41 +01:00 |
Éric Araujo
|
47546e6e3d
|
Remove mention of defunct file.
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied
to the main docs, to which there is already a link.
|
2012-03-05 16:30:46 +01:00 |
Georg Brandl
|
21ccb7318d
|
Fix link to global module index.
|
2012-03-03 21:25:42 +01:00 |
Eli Bendersky
|
2b65408dec
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
|
2012-03-02 07:45:55 +02:00 |
Petri Lehtinen
|
a15a8d2a0c
|
sqlite3: Port relevant documentation changes from 3.2
Initial patch by Johannes Vogel. Issue #13491.
|
2012-03-01 21:48:30 +02:00 |
Ezio Melotti
|
d9de93eb67
|
#14155: remove duplication about search vs match in re doc.
|
2012-02-29 13:37:07 +02:00 |