summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2to3 reference link in pyporting.rst.Ned Deily2014-11-231-4/+3
|
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
|
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-293-4/+3
|
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-295-45/+30
|
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-297-26/+26
|
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
|
* Issue #16863: Explain difference between text and 2.7 behavior.Terry Jan Reedy2014-10-221-0/+2
|
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
|
* use source role instead of linking to svnBenjamin Peterson2014-10-071-10/+7
|
* Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
|
* Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+2
|
* #21693 - Fix the broken link for pylons project.Senthil Kumaran2014-06-111-1/+1
|
* Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+14
|
* fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
|
* Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
|
* fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
|
* Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
|
* sync pyporting howto from python 3 docsBenjamin Peterson2014-03-111-360/+282
|
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+220
|
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-4/+3
|
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-233-3/+3
|
* Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
|
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
|
* fix description of super() behavior on descriptorsBenjamin Peterson2013-10-181-1/+1
|
* Minor grammar fix.Georg Brandl2013-10-081-1/+1
|
* Fix some PEP8 in curses HOWTO.Georg Brandl2013-10-061-11/+15
|
* Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-162-57/+62
|
* #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
| | | | Patch by Tshepang Lekhonkhobe.
* Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
|
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-1/+1
|
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
|
* Reflow paragraph.R David Murray2013-04-281-4/+4
|
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-3/+5
| | | | Behavior confirmation and initial patch by Jessica McKellar.
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
|
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
|
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
|
* Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
|
* Fix typoAndrew Svetlov2013-04-051-1/+1
|
* merge headsAndrew Svetlov2013-04-051-1/+1
|\
| * Fix typo.Andrew Svetlov2013-04-051-1/+1
| |
* | Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\ \
| * | Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
| | | | | | | | | | | | otherwise are cut off or have overlapping text.
| * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
| |\ \
| | * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
| | | |
| * | | #17351: merge with 3.2.Ezio Melotti2013-03-112-4/+4
| |\ \ \ | | |/ /
| | * | #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-113-7/+7
| | | |
| * | | Inherit from object() for consistencyRaymond Hettinger2013-03-101-1/+1
| | | |
| * | | Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
| | | |
| * | | Touch up the Python 2 to 3 porting guideBrett Cannon2013-03-091-15/+46
| | | |