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
*
Issue #16015: Merge fix from 3.2.
Chris Jerdonek
2012-09-25
1
-2/+1
|
\
|
*
Issue #16015: Fix NameError doctest example in tutorial introduction.
Chris Jerdonek
2012-09-25
1
-2/+1
*
|
Close #16022: What's New in Python 3.3 document is no more at beta stage
Victor Stinner
2012-09-24
1
-4/+0
*
|
Issue #14167: merge fix from 3.2 branch.
Mark Dickinson
2012-09-24
1
-5/+5
|
\
\
|
|
/
|
*
Issue #14167: restore statement about breaks in finally clauses.
Mark Dickinson
2012-09-24
1
-5/+5
*
|
#16019, #16020: merge with 3.2.
Ezio Melotti
2012-09-24
1
-2/+6
|
\
\
|
|
/
|
*
#16019, #16020: fix syntax highlight.
Ezio Melotti
2012-09-24
1
-2/+6
*
|
#16017: merge with 3.2.
Ezio Melotti
2012-09-24
1
-1/+1
|
\
\
|
|
/
|
*
#16017: capitalize URLs.
Ezio Melotti
2012-09-24
1
-1/+1
*
|
#16014: merge with 3.2.
Ezio Melotti
2012-09-24
1
-3/+3
|
\
\
|
|
/
|
*
#16014: fix broken link.
Ezio Melotti
2012-09-24
1
-3/+3
*
|
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
Nadeem Vawda
2012-09-23
1
-4/+4
*
|
Fix indentation of examples in lzma module documentation.
Nadeem Vawda
2012-09-23
1
-2/+2
*
|
#15949, #15899: merge with 3.2.
Ezio Melotti
2012-09-23
1
-2/+2
|
\
\
|
|
/
|
*
#15949, #15899: use \ufffd instead of ?.
Ezio Melotti
2012-09-23
1
-2/+2
*
|
Issue #5969: faulthandler module: rename dump_tracebacks_later() to
Victor Stinner
2012-09-23
1
-4/+4
*
|
#15949, 15899: merge with 3.2.
Ezio Melotti
2012-09-22
1
-2/+2
|
\
\
|
|
/
|
*
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...
Ezio Melotti
2012-09-22
1
-2/+2
*
|
Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.
Larry Hastings
2012-09-21
1
-31/+84
*
|
Mention that "defaults" can be None for inspect.getfullargspec.
Larry Hastings
2012-09-21
1
-5/+6
*
|
Add What's New entries for some minor work I did in 3.3.
Larry Hastings
2012-09-21
1
-1/+12
*
|
Issue 15985: merge from 3.2.
Mark Dickinson
2012-09-20
1
-9/+9
|
\
\
|
|
/
|
*
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
Mark Dickinson
2012-09-20
1
-9/+9
*
|
Merge the quotes/backslashes fixes with 3.2.
Ezio Melotti
2012-09-20
3
-7/+7
|
\
\
|
|
/
|
*
Fix a few quotes/backslashes.
Ezio Melotti
2012-09-20
3
-7/+7
*
|
Merge markup fixes in smtpd.rst with 3.2.
Ezio Melotti
2012-09-20
1
-6/+7
|
\
\
|
|
/
|
*
Fix markup in smtpd.rst.
Ezio Melotti
2012-09-20
1
-5/+6
*
|
Update suspicious ignore file.
Ezio Melotti
2012-09-20
1
-2/+1
*
|
Fix rst markup.
Ezio Melotti
2012-09-20
2
-4/+4
*
|
Merge rst markup fixes in timeit docs with 3.2.
Ezio Melotti
2012-09-20
1
-10/+10
|
\
\
|
|
/
|
*
Fix rst markup in timeit docs.
Ezio Melotti
2012-09-20
1
-10/+10
*
|
What's New in Python 3.3: mention unittest.mock
Victor Stinner
2012-09-18
1
-1/+2
*
|
#11643: merge with 3.2.
Ezio Melotti
2012-09-17
1
-1/+1
|
\
\
|
|
/
|
*
#11643: fix rst markup error in site.rst.
Ezio Melotti
2012-09-17
1
-1/+1
*
|
#15920: merge with 3.2.
Ezio Melotti
2012-09-17
1
-13/+13
|
\
\
|
|
/
|
*
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
Ezio Melotti
2012-09-17
1
-13/+13
*
|
#15789: merge with 3.2.
Ezio Melotti
2012-09-15
1
-3/+7
|
\
\
|
|
/
|
*
#15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...
Ezio Melotti
2012-09-15
1
-3/+7
*
|
#15932: merge with 3.2.
Ezio Melotti
2012-09-15
1
-13/+15
|
\
\
|
|
/
|
*
#15932: use with statement in csv doc examples. Patch by Dario Bertini.
Ezio Melotti
2012-09-15
1
-13/+15
*
|
#15831: merge with 3.2
Ezio Melotti
2012-09-14
15
-49/+94
|
\
\
|
|
/
|
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
13
-46/+89
*
|
#15437, #15439: merge with 3.2.
Ezio Melotti
2012-09-13
2
-243/+7
|
\
\
|
|
/
|
*
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ac...
Ezio Melotti
2012-09-13
2
-240/+7
*
|
Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
|
\
\
|
|
/
|
*
#14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
*
|
merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ...
Senthil Kumaran
2012-09-11
1
-14/+13
|
\
\
|
|
/
|
*
Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
Senthil Kumaran
2012-09-11
1
-14/+13
*
|
#15886: remove redundant phrase
R David Murray
2012-09-11
1
-3/+2
*
|
Merge #14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
1
-0/+10
|
\
\
|
|
/
[next]