Georg Brandl
|
97b6e0bd1b
|
Fix typo.
|
2016-02-28 21:09:36 +01:00 |
Vinay Sajip
|
35bb78ef7b
|
Added simple threading example to logging cookbook.
|
2016-02-20 19:02:04 +00:00 |
Benjamin Peterson
|
51b13e53fc
|
fix typo (closes #26378)
|
2016-02-17 23:42:46 -08:00 |
Martin Panter
|
53ae0ba6e3
|
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
The original form is incorrect grammar and feels awkward, even though the
meaning is clear.
|
2016-02-10 05:44:01 +00:00 |
Senthil Kumaran
|
9c61f2e45b
|
Fix userinfo example presented in urllib2 howto.
|
2016-02-05 19:35:57 -08:00 |
Ezio Melotti
|
50ba447ab7
|
#25517: fix regex in the regex howto. Patch by Elena Oat.
|
2016-01-12 00:07:23 +02:00 |
Zachary Ware
|
2ee55f37c2
|
Fix use of default reST role
|
2015-11-05 10:28:18 -06:00 |
Serhiy Storchaka
|
c72e66a048
|
Issue #25523: Backported a-to-an corrections.
|
2015-11-02 15:06:09 +02:00 |
Vinay Sajip
|
63173a8c7e
|
Added entry to logging cookbook.
|
2015-10-17 13:55:19 +01:00 |
Vinay Sajip
|
9918775206
|
Closes #25344: Added cookbook recipe to show buffering of logging events.
|
2015-10-10 00:49:10 +01:00 |
Benjamin Peterson
|
1b822d0e2f
|
use a more modern UA (#25145)
|
2015-09-20 23:16:45 +05:00 |
Benjamin Peterson
|
c717e08720
|
remove reference to PyGoogle (#25145)
Patch by Bar Harel.
|
2015-09-20 23:17:41 +05:00 |
Vinay Sajip
|
caaaa1413a
|
Added a cookbook entry on logging audible messages.
|
2015-02-01 15:14:03 +00:00 |
Vinay Sajip
|
9e74fc3ee2
|
Added a logging cookbook entry on customized exception formatting.
|
2015-01-28 07:29:13 +00:00 |
Ned Deily
|
b09ec90e9b
|
Add missing URL link to Modernize docs.
|
2015-01-03 00:45:25 -08:00 |
Benjamin Peterson
|
cb36d247a7
|
improve incorrect French (#23109)
Following suggestions from Clément.
|
2014-12-24 13:58:05 -06:00 |
Berker Peksag
|
0bf02c8df4
|
Issue #23047: Fix typo in pyporting.rst.
Patch by Chaitanya agrawal.
|
2014-12-13 15:51:18 +02:00 |
Brett Cannon
|
fcf094c950
|
Backport of porting HOWTO
|
2014-12-12 15:15:49 -05:00 |
Benjamin Peterson
|
df611a97f0
|
remove reference to dead irc channel (closes #23038)
|
2014-12-12 09:56:33 -05:00 |
Ned Deily
|
86b36e5ec5
|
Fix 2to3 reference link in pyporting.rst.
|
2014-11-22 16:03:40 -08:00 |
Georg Brandl
|
f3f50526cc
|
Doc: fix default role usage (except in unittest mock docs)
|
2014-10-30 22:26:26 +01:00 |
Georg Brandl
|
0f5d6c00b4
|
Fixing broken links in doc, part 4: some more breaks and redirects
|
2014-10-29 10:57:37 +01:00 |
Georg Brandl
|
0ffb46261c
|
Fixing broken links in doc, part 2: howto/
|
2014-10-29 09:37:43 +01:00 |
Georg Brandl
|
ea64fb734f
|
Fix external links to docs.python.org to use internal links instead.
|
2014-10-29 09:00:30 +01:00 |
Georg Brandl
|
06f3b3b98c
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Georg Brandl
|
e9e24b55a6
|
Closes #22748: there are no PyString C functions in 3.x.
|
2014-10-28 21:38:49 +01:00 |
Terry Jan Reedy
|
ed91883bf5
|
Issue #16863: Explain difference between text and 2.7 behavior.
|
2014-10-22 17:59:53 -04:00 |
Vinay Sajip
|
55640c1315
|
Updated cookbook entry to replace shutil.chown with os.chown.
|
2014-10-22 18:27:59 +01:00 |
Benjamin Peterson
|
05179d528c
|
use source role instead of linking to svn
|
2014-10-06 21:10:25 -04:00 |
Vinay Sajip
|
7de99717c8
|
Fixed typo in documentation.
|
2014-06-25 07:29:19 +01:00 |
Zachary Ware
|
487a143c58
|
Fix typo reported by Jesse W on docs@
|
2014-06-16 11:13:01 -05:00 |
Senthil Kumaran
|
df0e8f91c8
|
#21693 - Fix the broken link for pylons project.
|
2014-06-11 06:18:43 -07:00 |
Vinay Sajip
|
9e51f509e6
|
Updated logging HOWTO section on optimization.
|
2014-06-02 00:24:47 +01:00 |
Benjamin Peterson
|
2eff14d333
|
fix typo in variable name (closes #21586)
|
2014-05-26 15:10:42 -07:00 |
Raymond Hettinger
|
1c1d1e2bae
|
Don't grow strings by concatenation. Use ''.join() instead.
|
2014-05-18 20:04:01 +01:00 |
Benjamin Peterson
|
10c7781b90
|
fix off-by-one error (closes #21330)
|
2014-04-22 21:54:10 -04:00 |
Vinay Sajip
|
33a431cb3c
|
Updated external link in documentation.
|
2014-03-25 11:20:22 +00:00 |
Benjamin Peterson
|
841da4ed22
|
sync pyporting howto from python 3 docs
|
2014-03-11 14:28:37 -05:00 |
Vinay Sajip
|
5146825e00
|
Added cookbook entry on logging filter configuration using dictConfig().
|
2014-02-03 11:51:22 +00: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 |
Vinay Sajip
|
d919da9942
|
Added minor clarification in logging HOWTO.
|
2013-12-06 11:21:15 +00:00 |
Serhiy Storchaka
|
26d936a71e
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:16:53 +02:00 |
Benjamin Peterson
|
97b36181db
|
fix description of super() behavior on descriptors
|
2013-10-18 12:57:55 -04:00 |
Georg Brandl
|
090588ec2c
|
Minor grammar fix.
|
2013-10-08 21:54:37 +02:00 |
Georg Brandl
|
c3eb868cc4
|
Fix some PEP8 in curses HOWTO.
|
2013-10-06 10:02:07 +02:00 |
Vinay Sajip
|
10b513098a
|
Issue #18759: Improved cross-references in logging documentation.
|
2013-08-17 00:38:48 +01:00 |
R David Murray
|
d5648ac382
|
#15130: remove repeat of abstract paragraph from socket howto body.
Patch by Tshepang Lekhonkhobe.
|
2013-07-25 13:33:35 -04:00 |
Vinay Sajip
|
bcf55a758d
|
Issue #18541: simplified LoggerAdapter example.
|
2013-07-24 17:47:52 +01:00 |
Ned Deily
|
c967a593c9
|
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
|
2013-07-14 12:42:27 -07:00 |