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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in tutorial
Eli Bendersky
2012-08-18
1
-1/+1
*
Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis
Eli Bendersky
2012-08-18
1
-7/+308
*
#15355: Mention already-executing Exception in generator docs.
R David Murray
2012-08-18
1
-2/+9
*
Issue 15660: Clarify 0 prefix for width field in str.format doc.
Terry Jan Reedy
2012-08-17
1
-3/+3
*
Issue #15412: Remove erroneous note about weakrefs
Richard Oudkerk
2012-08-17
1
-6/+0
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
6
-49/+46
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
13
-26/+78
*
#15269: document dircmp.left and right.
R David Murray
2012-08-15
1
-0/+25
*
fix typo
Sandro Tosi
2012-08-14
1
-1/+1
*
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov
2012-08-14
1
-9/+22
*
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Andrew Svetlov
2012-08-13
1
-3/+5
*
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
1
-3/+16
*
complete cgi.parse() signature; thanks to Aaron Bingham from docs@
Sandro Tosi
2012-08-12
1
-2/+2
*
add usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi
2012-08-12
1
-1/+3
*
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...
Sandro Tosi
2012-08-12
1
-1/+1
*
update Geany URL; thanks to Karl Tarbet from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
Fix casing of SocketServer module in 2.7.
Georg Brandl
2012-08-11
1
-5/+5
*
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+20
*
make documented file() kw names and actual ones agree (closes #15572)
Benjamin Peterson
2012-08-07
1
-1/+1
*
#15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
*
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi
2012-08-04
1
-1/+1
*
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
1
-8/+16
*
Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
Eli Bendersky
2012-08-02
1
-1/+6
*
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
*
Issue #15041: Update "see also" list in tkinter documentation.
Andrew Svetlov
2012-07-26
1
-3/+18
*
Mention the *limit* argument of TextIO.readline().
Antoine Pitrou
2012-07-25
1
-1/+3
*
Issue #15445: Updated logging configuration documentation to highlight potent...
Vinay Sajip
2012-07-25
1
-0/+19
*
Rollback an incorrect Doc/ACKS.txt entry
Jesus Cea
2012-07-23
1
-1/+0
*
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
2012-07-23
1
-0/+1
*
Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch co...
Senthil Kumaran
2012-07-23
1
-3/+8
*
Issue #15399: Added versionchanged for processName.
Vinay Sajip
2012-07-20
1
-0/+3
*
Closes #9254: backport __import__ docstring/doc mentions of importlib.
R David Murray
2012-07-18
1
-10/+3
*
#15375: remove duplicated word 'child'
R David Murray
2012-07-17
1
-1/+1
*
#15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
Ezio Melotti
2012-07-13
1
-1/+1
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
2
-1/+7
*
Fix leftover quote.
Georg Brandl
2012-07-06
1
-1/+1
*
Branch merge
Éric Araujo
2012-07-03
1
-1/+2
|
\
|
*
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-03
1
-1/+2
*
|
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-07-03
1
-2/+6
*
|
Use source role to get links to files
Éric Araujo
2012-07-02
1
-3/+3
*
|
Adapt mentions of future changes in doc
Éric Araujo
2012-07-02
4
-5/+4
|
/
*
The StopIteration API applies to both tokenize() and generate_tokens()
Raymond Hettinger
2012-07-02
1
-1/+2
*
Make call of os.getppid() conditional: it is not available on Windows.
Georg Brandl
2012-07-01
1
-1/+2
*
Remove an unneeded footnote.
Georg Brandl
2012-07-01
1
-6/+3
*
urlparse docs clean up
Senthil Kumaran
2012-06-29
1
-5/+5
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
1
-2/+2
[next]