Ezio Melotti
|
5246f66e5e
|
#16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte.
|
2013-01-20 16:34:21 +02:00 |
Ezio Melotti
|
81b46ec0e5
|
#4153: merge with 3.2.
|
2013-01-20 12:18:17 +02:00 |
Ezio Melotti
|
410eee566f
|
#4153: update the Unicode howto.
|
2013-01-20 12:16:03 +02:00 |
Vinay Sajip
|
9a546530bb
|
Issue #16884: Merged doc fix from 3.2.
|
2013-01-08 11:26:30 +00:00 |
Vinay Sajip
|
21b30827bc
|
Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier.
|
2013-01-08 11:25:42 +00:00 |
Vinay Sajip
|
0e82fd1f78
|
Issue #16884: Merged logging documentation fixes from 3.2.
|
2013-01-07 14:18:19 +00:00 |
Vinay Sajip
|
e50f4d2220
|
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
|
2013-01-07 14:16:52 +00:00 |
Benjamin Peterson
|
bf064b3911
|
merge 3.2
|
2013-01-03 20:34:49 -08:00 |
Benjamin Peterson
|
d73f369f4c
|
merge heads
|
2013-01-03 20:34:40 -08:00 |
Benjamin Peterson
|
0a2c4f55c4
|
drop email (closes #16857)
|
2013-01-03 20:34:19 -08:00 |
Ezio Melotti
|
1bdb638ce3
|
#16760: merge with 3.2.
|
2012-12-25 18:15:28 +02:00 |
Ezio Melotti
|
3b65a9eeed
|
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
|
2012-12-25 18:10:49 +02:00 |
Ezio Melotti
|
090f7be6df
|
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
|
2012-12-25 18:10:49 +02:00 |
Andrew Svetlov
|
4bb142b1b7
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:37 +02:00 |
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
Andrew Svetlov
|
1625d88709
|
Issue #16341: convert examples to use except ... as ... syntax.
|
2012-10-30 21:56:43 +02:00 |
Chris Jerdonek
|
d7d9a44226
|
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
|
2012-10-15 17:12:17 -07:00 |
Chris Jerdonek
|
006d907afc
|
Undo changes accidentally reverted in de8787029fe4.
|
2012-10-12 20:28:26 -07:00 |
Benjamin Peterson
|
b548d49f65
|
merge heads
|
2012-10-12 12:05:01 -04:00 |
Benjamin Peterson
|
143d034ecd
|
merge 3.2
|
2012-10-12 12:04:32 -04:00 |
Ezio Melotti
|
eb818193b3
|
Merge doctest fixes in functional howto with 3.2.
|
2012-10-12 13:25:54 +03:00 |
Ezio Melotti
|
35cbf16202
|
Make doctests pass in the functional howto.
|
2012-10-12 13:24:19 +03:00 |
Ezio Melotti
|
dd67c1d91a
|
Merge functional howto improvements with 3.2.
|
2012-10-12 13:23:32 +03:00 |
Ezio Melotti
|
45a101db1d
|
Improve markup in functional.rst, and fix a couple of errors.
|
2012-10-12 12:42:51 +03:00 |
Ezio Melotti
|
a6229e6ebd
|
Fix and add more links.
|
2012-10-12 10:59:14 +03:00 |
Senthil Kumaran
|
7c06801638
|
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
|
2012-10-09 01:03:35 -07:00 |
Senthil Kumaran
|
570bc4c465
|
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
|
2012-10-09 00:38:17 -07:00 |
Senthil Kumaran
|
1ed9847a5a
|
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
|
2012-10-09 00:37:09 -07:00 |
Eli Bendersky
|
948af23a77
|
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
|
2012-10-07 07:23:50 -07:00 |
Ezio Melotti
|
2b7a71d6e5
|
#15949, #15899: merge with 3.2.
|
2012-09-23 16:03:21 +03:00 |
Ezio Melotti
|
20b8d992b0
|
#15949, #15899: use \ufffd instead of ?.
|
2012-09-23 15:55:14 +03:00 |
Ezio Melotti
|
fb436c4eba
|
#15949, 15899: merge with 3.2.
|
2012-09-22 11:25:22 +03:00 |
Ezio Melotti
|
b1d0e5b11e
|
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`).
|
2012-09-22 11:23:06 +03:00 |
Ezio Melotti
|
0b6f255e4b
|
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
|
2012-09-17 05:36:56 +03:00 |
Ezio Melotti
|
8646e8ea72
|
#15920: merge with 3.2.
|
2012-09-17 05:30:58 +03:00 |
Ezio Melotti
|
13bec9b315
|
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
|
2012-09-17 05:29:47 +03:00 |
Senthil Kumaran
|
769798363d
|
Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch.
|
2012-09-11 22:14:23 -07:00 |
Senthil Kumaran
|
e4eee73293
|
merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
|
2012-09-11 03:20:22 -07:00 |
Senthil Kumaran
|
2fd8bdbc9d
|
Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
|
2012-09-11 03:17:52 -07:00 |
Sandro Tosi
|
eb41c7fef8
|
merge with 3.2
|
2012-08-15 21:37:56 +02:00 |
Sandro Tosi
|
dd7c55250d
|
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@
|
2012-08-15 21:37:35 +02:00 |
Sandro Tosi
|
4ffe9a0640
|
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@
|
2012-08-15 21:37:19 +02:00 |
Georg Brandl
|
eb068f9fa1
|
Fix casing of SocketServer module in 2.7.
|
2012-08-11 11:12:55 +02:00 |
Eli Bendersky
|
dfd72bbc4d
|
Issue #14814: fix some typos in howto/ipaddress.rst
|
2012-07-31 17:25:33 +03:00 |
Vinay Sajip
|
a61b45980b
|
Merged documentation update from 3.2.
|
2012-07-27 10:55:16 +01:00 |
Vinay Sajip
|
a58d668fd9
|
Improved cookbook entry and fixed typo.
|
2012-07-27 10:54:10 +01:00 |
Vinay Sajip
|
4f947dd970
|
Improved cookbook entry and fixed typo.
|
2012-07-27 10:52:18 +01:00 |
Vinay Sajip
|
b322621a53
|
Added clarification to logging HOWTO.
|
2013-01-29 22:36:39 +00:00 |
Vinay Sajip
|
eb01949709
|
Corrected typo, added comment in cookbook recipe.
|
2013-01-23 09:30:34 +00:00 |
Vinay Sajip
|
a0c9a4ed75
|
Added cookbook recipe for structured logging.
|
2013-01-22 15:57:12 +00:00 |
Vinay Sajip
|
0f2bd027a8
|
Updated logging HOWTO with a diagram.
|
2013-01-22 13:10:58 +00:00 |
Stefan Krah
|
b357db885c
|
Backport 6df456f8fc6d.
|
2013-01-20 23:29:28 +01:00 |
Vinay Sajip
|
3a5fc4bcb8
|
Issue #16884: Updated docs to use 'note' directives.
|
2013-01-08 11:18:42 +00:00 |
Benjamin Peterson
|
830b4a8570
|
drop email (closes #16857)
|
2013-01-03 20:34:19 -08:00 |
Ezio Melotti
|
e608e3141e
|
#15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
|
2012-07-13 21:40:25 +02:00 |
Nick Coghlan
|
ccd712a8d1
|
Issue 14814: Further clean ups to the ipaddress tutorial
|
2012-07-07 22:53:46 +10:00 |
Nick Coghlan
|
b582ecc562
|
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
|
2012-07-07 22:15:22 +10:00 |
Nick Coghlan
|
9680bdb567
|
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi)
|
2012-06-17 17:24:10 +10:00 |
Sandro Tosi
|
c816290059
|
Issue #14814: use print() function
|
2012-06-02 17:16:33 +02:00 |
Nick Coghlan
|
53c920052b
|
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version)
|
2012-05-27 01:53:33 +10:00 |
Georg Brandl
|
75d5d8c781
|
Merge with 3.2.
|
2012-05-06 21:39:59 +02:00 |
Georg Brandl
|
c5288e60f3
|
Fix document title for Sphinx.
|
2012-05-06 21:39:35 +02:00 |
Georg Brandl
|
0958a4d63d
|
Fix document title for Sphinx.
|
2012-05-06 21:39:35 +02:00 |
Ezio Melotti
|
b55d9e3e19
|
#14034: merge indentation fixes from 3.2.
|
2012-05-06 17:05:54 +03:00 |
Ezio Melotti
|
9ab3fdd8cb
|
#14034: fix indentation.
|
2012-05-06 17:05:16 +03:00 |
Ezio Melotti
|
1c96f946cf
|
#14034: adapt to Python 2 and fix indentation.
|
2012-05-06 17:03:19 +03:00 |
Ezio Melotti
|
df5bedbf88
|
#14034: merge argparse tutorial from 3.2.
|
2012-05-06 16:34:43 +03:00 |
Ezio Melotti
|
6cc7a41c2f
|
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
|
2012-05-06 16:15:35 +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 |
Georg Brandl
|
ebb29640fa
|
Suspicious markup check.
|
2012-05-01 09:29:56 +02:00 |
Raymond Hettinger
|
b77b5c308d
|
merge
|
2012-04-29 09:35:39 -07:00 |
Raymond Hettinger
|
99a56386f1
|
Issue 14688: Fix typo
|
2012-04-29 09:32:30 -07:00 |
Raymond Hettinger
|
524bc3993f
|
Fix typo
|
2012-04-29 09:25:25 -07:00 |
Sandro Tosi
|
011c9aa822
|
Issue #13587: merge with 3.2
|
2012-04-24 17:37:02 +02:00 |
Sandro Tosi
|
08ccbf4be9
|
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa
|
2012-04-24 17:36:41 +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 |
R David Murray
|
393b7b59a4
|
#14640: Fix typos/syntax in pyporting.rst.
Patch by Dionysios Kalofonos.
|
2012-04-23 14:46:39 -04:00 |
R David Murray
|
0b7d7c9544
|
Merge #14640: Fix typos/syntax in pyporting.rst.
Patch by Dionysios Kalofonos.
|
2012-04-23 14:45:45 -04:00 |
R David Murray
|
790e005669
|
#14640: Fix typos/syntax in pyporting.rst.
Patch by Dionysios Kalofonos.
|
2012-04-23 14:44:00 -04:00 |
Sandro Tosi
|
8c52ab597f
|
Issue #14641: merge with 3.2
|
2012-04-23 19:45:45 +02:00 |
Sandro Tosi
|
cfdba61c3c
|
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
|
2012-04-23 19:45:07 +02:00 |
Sandro Tosi
|
da999d29ab
|
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
|
2012-04-23 19:44:51 +02:00 |
Vinay Sajip
|
f138f8c1ab
|
Merged cookbook corrections from 3.2.
|
2012-04-17 00:41:39 +01:00 |
Vinay Sajip
|
62930e1cc5
|
Corrected version numbers in cookbook example.
|
2012-04-17 00:40:48 +01:00 |
Vinay Sajip
|
e8a463d791
|
Merged tweaks to cookbook example from 3.2.
|
2012-04-16 15:47:05 +01:00 |
Vinay Sajip
|
59b9a79a5a
|
Tweaked format of cookbook example.
|
2012-04-16 15:46:18 +01:00 |
Vinay Sajip
|
8085f44844
|
Tweaked format of cookbook example.
|
2012-04-16 15:45:11 +01:00 |
Vinay Sajip
|
1b7101968a
|
Merged cookbook update from 3.2.
|
2012-04-16 15:29:28 +01:00 |
Vinay Sajip
|
b00e8f108d
|
Added cookbook example for BOM insertion.
|
2012-04-16 15:28:50 +01:00 |
Vinay Sajip
|
4e646aaf93
|
Added cookbook example for log insertion.
|
2012-04-16 15:27:55 +01:00 |
Vinay Sajip
|
8bf2aea962
|
Merged updates to logging reference and HOWTO from 3.2.
|
2012-04-10 20:00:43 +01:00 |
Vinay Sajip
|
074faff925
|
Updated logging reference and HOWTO.
|
2012-04-10 19:59:50 +01:00 |
Vinay Sajip
|
2a1c13bb2d
|
Updated logging reference and HOWTO.
|
2012-04-10 19:52:06 +01:00 |
Vinay Sajip
|
da29f8c915
|
Merged comment correction from 3.2.
|
2012-04-09 19:47:16 +01:00 |
Vinay Sajip
|
838e638a96
|
Corrected comment in cookbook example script.
|
2012-04-09 19:46:24 +01:00 |
Vinay Sajip
|
452806c8e3
|
Merged logging cookbook update from 3.2.
|
2012-04-08 01:51:29 +01:00 |
Vinay Sajip
|
0292fa99ef
|
Added multiprocessing example to logging cookbook.
|
2012-04-08 01:49:12 +01:00 |
Georg Brandl
|
1a7742eb4d
|
merge with 3.2
|
2012-03-25 08:43:32 +02:00 |
Georg Brandl
|
99c1f594b3
|
Closes #14401: fix typos in curses howto.
|
2012-03-25 08:43:22 +02:00 |
Georg Brandl
|
11ee31ab08
|
Closes #14401: fix typos in curses howto.
|
2012-03-25 08:43:22 +02:00 |
Martin v. Löwis
|
ecc92db031
|
merge 3.2
|
2012-03-24 17:40:50 +01:00 |
Martin v. Löwis
|
2dee394af9
|
Issue #14400: Fix typo.
|
2012-03-24 17:39:57 +01:00 |
Martin v. Löwis
|
fcf37c1896
|
Issue #14400: Fix typo.
|
2012-03-24 17:38:29 +01:00 |
Senthil Kumaran
|
7596aeaba7
|
cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
|
2012-03-14 18:11:46 -07:00 |
Senthil Kumaran
|
87684e6eea
|
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
|
2012-03-14 18:08:13 -07:00 |
Senthil Kumaran
|
e24f96a059
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size
|
2012-03-13 19:29:33 -07:00 |
Éric Araujo
|
6a59b70cba
|
Merge 3.2
|
2012-03-05 16:24:07 +01:00 |
Éric Araujo
|
fdfaf0aba2
|
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
|
2012-03-05 15:50:37 +01:00 |
Éric Araujo
|
d3899e320f
|
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 15:47:32 +01:00 |
Larry Hastings
|
7b5649cd48
|
Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.
(Doc only.)
|
2012-02-28 16:30:31 -08:00 |
Larry Hastings
|
62417a0354
|
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
|
2012-02-28 16:21:47 -08:00 |
Vinay Sajip
|
ff4b7bfaef
|
Merged cookbook improvement from 3.2.
|
2012-02-28 08:06:01 +00:00 |
Vinay Sajip
|
39b83ac772
|
Improved logging cookbook example.
|
2012-02-28 08:05:23 +00:00 |
Georg Brandl
|
86798d4ff9
|
Merge with 3.2.
|
2012-02-28 08:21:49 +01:00 |
Georg Brandl
|
e998386442
|
Fix markup errors.
|
2012-02-28 08:21:40 +01:00 |
Vinay Sajip
|
bd2c199b2b
|
Merged cookbook update for LogRecord customisation.
|
2012-02-27 11:57:25 +00:00 |
Vinay Sajip
|
982f534fab
|
Updated cookbook with information on customising LogRecords.
|
2012-02-27 11:56:29 +00:00 |
Vinay Sajip
|
22fa0677d6
|
Merged cookbook update from 3.2.
|
2012-02-27 11:03:26 +00:00 |
Vinay Sajip
|
6b883a2c4d
|
Updated logging cookbook with info on alternative format styles.
|
2012-02-27 11:02:45 +00:00 |
Senthil Kumaran
|
0bfa963fbb
|
merged from 3.2
Issue #6005: Examples in the socket library documentation use sendall, where
relevant, instead send method.
|
2012-02-09 17:55:56 +08:00 |
Senthil Kumaran
|
6e13f130a9
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method.
|
2012-02-09 17:54:17 +08:00 |
Ezio Melotti
|
226231c930
|
Use ASCII quotes and fix markup.
|
2012-01-18 05:40:00 +02: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 |
Larry Hastings
|
0555cde98d
|
Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".
|
2012-02-28 15:17:23 -08:00 |
Senthil Kumaran
|
607e31eddf
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method. Patch contributed by Brian Brazil.
|
2012-02-09 17:43:31 +08:00 |
Sandro Tosi
|
98ed08f24e
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
Raymond Hettinger
|
c766b31dbc
|
Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons.
|
2012-01-10 07:55:17 +00:00 |
Sandro Tosi
|
1abde3628b
|
fix some broken URLs
|
2011-12-31 18:46:50 +01:00 |
Sandro Tosi
|
117e1f00a8
|
fix some broken URLs
|
2011-12-31 18:13:59 +01:00 |
Senthil Kumaran
|
a9091d2611
|
Issue13443 - Remove the functional module examples from 2.7 (as module is
maintained only till 2.5 and tests had failures with 2.7) and update the links
int the howto document.
|
2011-12-22 23:44:53 +08:00 |
Vinay Sajip
|
23b94d0b98
|
Refactored logging rotating handlers for improved flexibility.
|
2012-01-04 12:02:26 +00:00 |
Sandro Tosi
|
8df168cc7b
|
merge with 3.2
|
2011-12-31 19:03:30 +01:00 |
Florent Xicluna
|
aa6c1d240f
|
Issue #13575: there is only one class type.
|
2011-12-12 18:54:29 +01:00 |
Antoine Pitrou
|
3731142e19
|
Merge assorted fixes from 3.2
|
2011-12-05 01:47:40 +01:00 |
Antoine Pitrou
|
5b73ca4b3d
|
s/SOCKSTREAM/TCP/
|
2011-12-05 01:46:35 +01:00 |
Antoine Pitrou
|
8e644f0e7c
|
Reword IPC section
|
2011-12-05 01:43:32 +01:00 |
Antoine Pitrou
|
8345451170
|
Use www.python.org instead of a hostname pointing to a parked (or squatted) domain.
Also, reformat a bit.
|
2011-12-05 01:37:34 +01:00 |
Antoine Pitrou
|
fa03f6c863
|
Remove the outdated notion that multithreading doesn't work well on Unices.
|
2011-12-05 01:32:29 +01:00 |
Antoine Pitrou
|
9b1ec97867
|
Remove reference to the base64 encoding.
|
2011-12-05 01:22:03 +01:00 |
Antoine Pitrou
|
534e253cb6
|
Remove reference to the base64 encoding.
|
2011-12-05 01:21:46 +01:00 |
Antoine Pitrou
|
b53e2c4900
|
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
Remove section about it from the functional programming FAQ.
|
2011-12-05 01:05:55 +01:00 |
Antoine Pitrou
|
48a7cbf7c2
|
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
Remove section about it from the functional programming FAQ.
|
2011-12-05 01:05:32 +01:00 |
Jason R. Coombs
|
c9b644eac2
|
Merge fix for Issue #12666 from 3.2
|
2011-12-03 08:59:53 -05:00 |
Jason R. Coombs
|
a90e364ea5
|
Issue #12666: Added section about map changes.
|
2011-12-03 08:24:21 -05:00 |
Vinay Sajip
|
d2b0217944
|
Merged documentation addition from 3.2.
|
2011-11-23 14:29:01 +00:00 |
Vinay Sajip
|
631a7e23c5
|
Added a configuration dictionary example to the logging cookbook.
|
2011-11-23 14:27:54 +00:00 |
Vinay Sajip
|
da75dd2a9b
|
Added a configuration dictionary example to the logging cookbook.
|
2011-11-23 14:27:11 +00:00 |