Ezio Melotti
|
35d03ed832
|
#14763: document default maxsplit value for str.split.
|
2012-05-10 15:30:42 +03:00 |
Ezio Melotti
|
95f42a86dd
|
#14763: fix documentation for string.split/rsplit.
|
2012-05-09 14:59:24 +03:00 |
R David Murray
|
5ec0340ce1
|
Improve the grammar of a non-sentence.
|
2012-05-08 21:29:36 -04:00 |
Sandro Tosi
|
1d710b6a84
|
backport 7a05cb3beddf to 2.7
|
2012-05-07 21:56:24 +02:00 |
Georg Brandl
|
c5288e60f3
|
Fix document title for Sphinx.
|
2012-05-06 21:39:35 +02:00 |
Ezio Melotti
|
1c96f946cf
|
#14034: adapt to Python 2 and fix indentation.
|
2012-05-06 17:03:19 +03:00 |
Ezio Melotti
|
e48daea2a6
|
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
|
2012-05-06 16:15:35 +03:00 |
Ezio Melotti
|
510ff54324
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
Ned Deily
|
d811e150f5
|
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
|
2012-04-30 11:13:16 -07:00 |
Ezio Melotti
|
30abb3a6a8
|
#14558: document the module, argv, and testLoader args of unittest.main.
|
2012-04-30 19:05:57 +03:00 |
Raymond Hettinger
|
524bc3993f
|
Fix typo
|
2012-04-29 09:25:25 -07:00 |
Ezio Melotti
|
8950019283
|
#14519: fix the regex used in the scanf example.
|
2012-04-29 11:47:28 +03:00 |
Ezio Melotti
|
217e6a66db
|
Fix markup in unittest doc.
|
2012-04-29 10:52:18 +03:00 |
Senthil Kumaran
|
fb5aebc1cc
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
2012-04-29 13:39:16 +08:00 |
Ezio Melotti
|
1142773084
|
#14461: fix wording.
|
2012-04-29 07:34:22 +03:00 |
Senthil Kumaran
|
429d311c2b
|
issue14427 - Document Request.get_header and Request.header_items
|
2012-04-29 11:52:59 +08:00 |
Ezio Melotti
|
48d886b725
|
#14155: add a note about \b.
|
2012-04-29 04:46:34 +03:00 |
Sandro Tosi
|
f8ece8d777
|
refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
|
2012-04-28 12:50:42 +02:00 |
Sandro Tosi
|
2d0bcd7ca9
|
Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut
|
2012-04-28 12:20:57 +02:00 |
Sandro Tosi
|
aa31d52b80
|
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
|
2012-04-28 11:19:11 +02:00 |
Raymond Hettinger
|
9aa1395916
|
Make the example cut and pasteable.
|
2012-04-27 09:55:31 -07:00 |
Sandro Tosi
|
51a5ad43b5
|
fix footnote reference; thanks to Fizz from docs@
|
2012-04-25 19:55:30 +02:00 |
Sandro Tosi
|
13c598b1d8
|
Issue #14448: mention pytz; patch by Andrew Svetlov
|
2012-04-24 19:43:33 +02:00 |
Sandro Tosi
|
466a5f20f1
|
Issue #14554: correct example for captured_stdout()
|
2012-04-24 18:38:59 +02:00 |
Sandro Tosi
|
3f0f5776cd
|
Issue #13478: document timeit.default_timer()
|
2012-04-24 18:11:29 +02:00 |
Sandro Tosi
|
45c6a3cae7
|
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa
|
2012-04-24 17:36:14 +02:00 |
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 |