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
/
tutorial
Commit message (
Expand
)
Author
Age
Files
Lines
*
More Decimal quote fixing; backport of r73642
Mark Dickinson
2009-06-28
1
-3/+3
*
#6204: use a real reference instead of "see later".
Georg Brandl
2009-06-06
1
-1/+1
*
#6211: elaborate a bit on ways to call the function.
Georg Brandl
2009-06-06
1
-5/+14
*
Use preferred form of raising exceptions.
Georg Brandl
2009-05-30
1
-1/+1
*
Use raise X(y).
Georg Brandl
2009-05-22
1
-3/+3
*
part of #4144: fix exception message in console session.
Georg Brandl
2009-05-17
1
-2/+2
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-2/+2
*
Dont shout to users.
Georg Brandl
2009-03-31
1
-1/+1
*
#5018: remove confusing paragraph.
Georg Brandl
2009-03-31
1
-7/+5
*
#1530012: move TQS section before raw strings.
Georg Brandl
2009-03-31
1
-15/+14
*
Add section numbering to some of the larger subdocuments.
Georg Brandl
2009-03-28
1
-0/+1
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
5
-7/+7
*
revert r69777 since all the experts agree that extra import lines distract fr...
Benjamin Peterson
2009-02-20
2
-4/+2
*
Since we recommend one module per import line, reflect this also in the
Jeroen Ruigrok van der Werven
2009-02-19
2
-2/+4
*
markup fix
David Goodger
2009-01-31
1
-1/+1
*
Remove tabs from the documentation.
Georg Brandl
2009-01-03
2
-2/+2
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
11
-45/+45
*
#4811: fix markup glitches (mostly remains of the conversion),
Georg Brandl
2009-01-02
1
-1/+1
*
pretend exceptions don't exist a while longer
Benjamin Peterson
2008-12-24
1
-28/+6
*
Add reference to enumerate() to indices example.
Georg Brandl
2008-12-04
1
-2/+5
*
Fix grammar error; reword two paragraphs
Andrew M. Kuchling
2008-11-06
1
-9/+11
*
#4247: add "pass" examples to tutorial.
Georg Brandl
2008-11-06
1
-0/+33
*
Fix typo.
Georg Brandl
2008-09-16
1
-1/+1
*
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Georg Brandl
2008-09-13
3
-13/+13
*
remove duplicate target
Benjamin Peterson
2008-09-13
1
-1/+0
*
Incorporate some suggestions by Tait Stevens.
Georg Brandl
2008-09-13
4
-27/+42
*
Use title case
Andrew M. Kuchling
2008-09-13
1
-1/+1
*
Remove mention of backquotes in the tutorial.
Georg Brandl
2008-08-08
1
-6/+1
*
revert last revision; code was right
Benjamin Peterson
2008-08-02
1
-3/+3
*
fix indentation that caused logic bug
Benjamin Peterson
2008-08-02
1
-3/+3
*
Shorten some overlong lines.
Georg Brandl
2008-07-26
1
-3/+6
*
nonlocal is not in 2.6.
Georg Brandl
2008-07-21
1
-4/+2
*
#3388: add a paragraph about using "with" for file objects.
Georg Brandl
2008-07-16
1
-0/+10
*
fix various doc typos #3320
Benjamin Peterson
2008-07-12
1
-1/+1
*
Better quote with single quotes.
Georg Brandl
2008-05-30
1
-2/+2
*
fix spelling
Benjamin Peterson
2008-05-28
1
-2/+2
*
update tutorial function with more appropiate one from Eric Smith
Benjamin Peterson
2008-05-28
1
-2/+2
*
update the tutorial to use str.format
Benjamin Peterson
2008-05-26
7
-32/+81
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
1
-8/+8
*
Revert the renaming of repr to reprlib.
Brett Cannon
2008-05-23
1
-3/+3
*
Changed references to the reprlib module to use its new name.
Alexandre Vassalotti
2008-05-16
1
-3/+3
*
Fix-up docs for socketserver and queue renaming.
Georg Brandl
2008-05-12
1
-1/+1
*
reload() takes the module itself.
Georg Brandl
2008-05-11
1
-1/+1
*
Add a note about using reload().
Georg Brandl
2008-05-09
1
-0/+7
*
Typo fix
Andrew M. Kuchling
2008-04-15
1
-1/+1
*
Add *,**,@ to index, as suggested by
Andrew M. Kuchling
2008-04-15
1
-0/+6
*
Don't offend snake lovers.
Georg Brandl
2008-04-12
1
-1/+1
*
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
Georg Brandl
2008-03-28
1
-4/+1
*
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don...
Georg Brandl
2008-03-21
1
-0/+9
*
Fix lots of broken links in the docs, found by Sphinx' external link checker.
Georg Brandl
2008-03-15
1
-3/+3
[next]