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 |
R David Murray
|
fc45ce870f
|
#7152: Remove incorrectly added reference to DataHandler.
|
2013-04-28 17:04:53 -04:00 |
R David Murray
|
6596041464
|
Reflow paragraph.
|
2013-04-28 11:20:46 -04:00 |
R David Murray
|
806c1c939d
|
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
Behavior confirmation and initial patch by Jessica McKellar.
|
2013-04-28 11:16:21 -04:00 |
Ezio Melotti
|
9d2d64ff21
|
#17729: remove the Advocacy HOWTO from the index.
|
2013-04-23 09:56:30 +03:00 |
Ezio Melotti
|
d04c5d66b0
|
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
|
2013-04-23 09:24:51 +03:00 |
Georg Brandl
|
2124dcd9fe
|
bind('') does not do the same as bind('localhost')
|
2013-04-14 10:59:04 +02:00 |
Andrew Svetlov
|
9c6eb266f5
|
Change wording as Eli Bendersky suggests.
|
2013-04-06 18:54:19 +03:00 |
Andrew Svetlov
|
c8986682ec
|
Fix typo
|
2013-04-05 11:39:36 +03:00 |
Andrew Svetlov
|
457f48241d
|
merge heads
|
2013-04-05 10:14:28 +03:00 |
Andrew Svetlov
|
42777cdac5
|
Fix typo.
|
2013-04-05 10:10:27 +03:00 |
Georg Brandl
|
75da35747e
|
Backport rev. 3ae74b361f53 to 2.7 branch.
|
2013-03-28 13:35:18 +01:00 |
Georg Brandl
|
44ea77bd81
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
Ezio Melotti
|
93324d7d9c
|
Update suspicious ignore file.
|
2013-03-28 05:47:31 +02:00 |
Ezio Melotti
|
e5caf29743
|
Update suspicious ignore file.
|
2013-03-28 04:54:58 +02:00 |
Ezio Melotti
|
fd4365a4d8
|
Update suspicious ignore file.
|
2013-03-28 04:31:53 +02:00 |
Ezio Melotti
|
c9cfcf1e6c
|
#17351: merge with 3.2.
|
2013-03-11 09:42:40 +02:00 |
Ezio Melotti
|
af8838f443
|
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
|
2013-03-11 09:30:21 +02:00 |
Raymond Hettinger
|
686aae4841
|
Inherit from object() for consistency
|
2013-03-10 09:50:37 -07:00 |
Raymond Hettinger
|
7ed6f7ead1
|
Classmethod example needs to inherit from object
|
2013-03-10 09:49:08 -07:00 |
Raymond Hettinger
|
632c8c8ab1
|
Issue #17351: Modernize the pure Python property() example.
|
2013-03-10 09:41:18 -07:00 |
Raymond Hettinger
|
8c5c3e3bb6
|
Issue #17351: Modernize the pure Python property() example.
|
2013-03-10 09:36:52 -07:00 |
Brett Cannon
|
b7e6b89554
|
Touch up the Python 2 to 3 porting guide
|
2013-03-09 14:22:35 -05:00 |
Serhiy Storchaka
|
f8def28ff0
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
Vinay Sajip
|
9427b03133
|
Merged doc update from 3.2.
|
2013-01-23 09:32:10 +00:00 |
Vinay Sajip
|
3d9e972270
|
Corrected typo, added comment in cookbook recipe.
|
2013-01-23 09:31:19 +00:00 |
Vinay Sajip
|
a3bdce8c91
|
Merged doc update from 3.2.
|
2013-01-22 15:58:14 +00:00 |
Vinay Sajip
|
4b88d6c664
|
Added cookbook recipe for structured logging.
|
2013-01-22 15:57:39 +00:00 |
Vinay Sajip
|
7f3e993a3a
|
Merged documentation update from 3.2.
|
2013-01-22 13:13:16 +00:00 |
Vinay Sajip
|
f186911e24
|
Updated logging HOWTO with a diagram.
|
2013-01-22 13:12:34 +00:00 |