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
...
*
|
#8040: enable the versionswitcher for the autobuild-dev target.
Ezio Melotti
2012-10-27
1
-1/+1
*
|
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
Ezio Melotti
2012-10-27
2
-2/+71
*
|
#16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
Ezio Melotti
2012-10-26
1
-1/+1
*
|
#16206: Improve examples about dict construction.
Ezio Melotti
2012-10-26
1
-6/+6
*
|
Backport from 3.2: fix formatting of syntax description of function definition.
Chris Jerdonek
2012-10-26
1
-1/+1
*
|
#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti
2012-10-24
1
-17/+12
*
|
Closes #16294: 8 space indent in tutorial
Jesus Cea
2012-10-22
1
-2/+2
*
|
Issue #10405: Document IDLE context menus in Standard Library document
Ned Deily
2012-10-20
1
-10/+39
*
|
Issue #9583: Document startup option/environment interaction.
Andrew Svetlov
2012-10-17
1
-2/+4
*
|
Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
Andrew Svetlov
2012-10-16
1
-2/+2
*
|
Issue #15936: Add link from os.urandom to random.SystemRandom
Andrew Svetlov
2012-10-16
1
-1/+3
*
|
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
Chris Jerdonek
2012-10-16
2
-11/+24
*
|
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
Chris Jerdonek
2012-10-16
1
-2/+2
*
|
Issue #16206: Backport dict documentation improvements from 3.2.
Chris Jerdonek
2012-10-13
2
-31/+43
*
|
String exceptions aren't just deprecated, they are gone.
Raymond Hettinger
2012-10-13
1
-4/+1
*
|
Issue #16199: Backport 2to3 typo fix from 3.2.
Chris Jerdonek
2012-10-11
1
-1/+1
*
|
Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() ...
Chris Jerdonek
2012-10-11
1
-11/+8
*
|
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek
2012-10-11
1
-17/+24
*
|
Issue #12947: Backport doctest documentation change from 3.3.
Chris Jerdonek
2012-10-10
1
-3/+3
*
|
Missed one instance of code-block:: text highlighting to revert.
Georg Brandl
2012-10-10
1
-3/+1
*
|
Issue #12947: revert earlier workaround and use a monkey-patch to enable show...
Georg Brandl
2012-10-10
2
-23/+37
*
|
Issue #12947: Backport doctest documentation improvements from 3.3.
Chris Jerdonek
2012-10-10
1
-35/+50
*
|
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran
2012-10-09
1
-15/+15
*
|
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek
2012-10-09
1
-29/+35
*
|
Issue #14783: Backport changes from 3.2.
Chris Jerdonek
2012-10-08
1
-3/+5
*
|
#9957: document that SpooledTemporaryFile.truncate does not take size arg
R David Murray
2012-10-06
1
-1/+2
*
|
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
1
-9/+9
*
|
Issue #12947: Better workaround for the problem with doctest directives being...
Nick Coghlan
2012-10-03
1
-11/+21
*
|
Issue #12947: Add a note to doctest until the example rendering is fixed
Nick Coghlan
2012-10-03
1
-0/+8
*
|
#15979: improve timeit documentation.
Ezio Melotti
2012-10-02
1
-108/+172
*
|
Close #16036: Backport 3.x documentation improvement.
Chris Jerdonek
2012-10-01
1
-14/+20
*
|
Fix sqlite3 class markup.
R David Murray
2012-10-01
1
-213/+213
*
|
Commit current version of the doc "dailybuild" script.
Georg Brandl
2012-09-30
1
-4/+4
*
|
Doc sidebar: point to 3.4 as dev.
Georg Brandl
2012-09-30
1
-3/+2
*
|
Close issue #16077: fix code example in documentation of reduce() built-in (f...
Chris Jerdonek
2012-09-29
1
-1/+1
*
|
#16085: Don't promote shadowing builtins in the configparser example.
R David Murray
2012-09-29
1
-7/+7
*
|
#16071: fix email.message links in the mailbox docs.
R David Murray
2012-09-28
1
-8/+10
*
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject document...
Jesus Cea
2012-09-28
1
-3/+3
*
|
Update docs for string.zfill
Andrew Svetlov
2012-09-28
1
-2/+3
*
|
Update documentation for string.replace. Thanks to docs@
Andrew Svetlov
2012-09-28
1
-2/+2
*
|
Show how to close a connection
Raymond Hettinger
2012-09-25
1
-2/+3
*
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
Barry Warsaw
2012-09-25
1
-0/+14
*
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
Chris Jerdonek
2012-09-25
1
-2/+1
*
|
Issue #14167: restore statement about breaks in finally clauses; remove state...
Mark Dickinson
2012-09-24
1
-10/+8
*
|
#16019, #16020: fix syntax highlight.
Ezio Melotti
2012-09-24
1
-2/+6
*
|
#16017: capitalize URLs.
Ezio Melotti
2012-09-24
1
-1/+1
*
|
#16014: fix broken link.
Ezio Melotti
2012-09-24
1
-3/+3
*
|
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
Mark Dickinson
2012-09-20
1
-7/+8
*
|
Fix a few quotes/backslashes.
Ezio Melotti
2012-09-20
3
-7/+7
*
|
Fix rst markup in timeit docs.
Ezio Melotti
2012-09-20
1
-15/+15
[prev]
[next]