index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
howto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25570: Add example of customizing User-Agent via add_header()
Martin Panter
2016-06-01
1
-0/+2
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Fix Issue #21528 - Fix documentation typos
Donald Stufft
2014-05-20
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
7
-65/+66
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
5
-11/+11
*
Issue #24715: Improve sort stability example
Raymond Hettinger
2016-04-26
1
-1/+5
*
fix python 3 mod init function declaration (closes #26827)
Benjamin Peterson
2016-04-23
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #24173: Fix curses.wrapper link in curses HOWTO
Berker Peksag
2016-04-16
1
-7/+6
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #25910: Fixed dead links in the docs.
Serhiy Storchaka
2016-04-11
1
-2/+2
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
5
-27/+27
*
Added a cookbook recipe for a logging context manager.
Vinay Sajip
2016-04-01
1
-0/+102
*
Fix typo.
Georg Brandl
2016-02-28
1
-1/+1
*
Added simple threading example to logging cookbook.
Vinay Sajip
2016-02-20
1
-0/+55
*
fix typo (closes #26378)
Benjamin Peterson
2016-02-18
1
-1/+1
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-2/+2
*
Fix userinfo example presented in urllib2 howto.
Senthil Kumaran
2016-02-06
1
-1/+1
*
#25517: fix regex in the regex howto. Patch by Elena Oat.
Ezio Melotti
2016-01-11
1
-3/+4
*
Fix use of default reST role
Zachary Ware
2015-11-05
1
-1/+1
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
Added entry to logging cookbook.
Vinay Sajip
2015-10-17
1
-0/+66
*
Closes #25344: Added cookbook recipe to show buffering of logging events.
Vinay Sajip
2015-10-09
1
-0/+136
*
use a more modern UA (#25145)
Benjamin Peterson
2015-09-20
1
-1/+1
*
remove reference to PyGoogle (#25145)
Benjamin Peterson
2015-09-20
1
-2/+1
*
Added a cookbook entry on logging audible messages.
Vinay Sajip
2015-02-01
1
-0/+54
*
Added a logging cookbook entry on customized exception formatting.
Vinay Sajip
2015-01-28
1
-0/+55
*
Add missing URL link to Modernize docs.
Ned Deily
2015-01-03
1
-1/+1
*
improve incorrect French (#23109)
Benjamin Peterson
2014-12-24
1
-2/+2
*
Issue #23047: Fix typo in pyporting.rst.
Berker Peksag
2014-12-13
1
-1/+1
*
Backport of porting HOWTO
Brett Cannon
2014-12-12
1
-583/+358
*
remove reference to dead irc channel (closes #23038)
Benjamin Peterson
2014-12-12
1
-3/+1
*
Fix 2to3 reference link in pyporting.rst.
Ned Deily
2014-11-23
1
-4/+3
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
3
-4/+3
*
Fixing broken links in doc, part 2: howto/
Georg Brandl
2014-10-29
5
-45/+30
*
Fix external links to docs.python.org to use internal links instead.
Georg Brandl
2014-10-29
1
-3/+3
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
7
-26/+26
*
Closes #22748: there are no PyString C functions in 3.x.
Georg Brandl
2014-10-28
1
-4/+3
*
Issue #16863: Explain difference between text and 2.7 behavior.
Terry Jan Reedy
2014-10-22
1
-0/+2
*
Updated cookbook entry to replace shutil.chown with os.chown.
Vinay Sajip
2014-10-22
1
-2/+7
*
use source role instead of linking to svn
Benjamin Peterson
2014-10-07
1
-10/+7
*
Fixed typo in documentation.
Vinay Sajip
2014-06-25
1
-1/+1
*
Fix typo reported by Jesse W on docs@
Zachary Ware
2014-06-16
1
-1/+2
*
#21693 - Fix the broken link for pylons project.
Senthil Kumaran
2014-06-11
1
-1/+1
*
Updated logging HOWTO section on optimization.
Vinay Sajip
2014-06-01
1
-0/+14
*
fix typo in variable name (closes #21586)
Benjamin Peterson
2014-05-26
1
-1/+1
*
Don't grow strings by concatenation. Use ''.join() instead.
Raymond Hettinger
2014-05-18
1
-5/+7
*
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
[next]