Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
805365ee39298f93e433e19ae0dd87c6f782145b
/
Doc
/
tut
/
tut.tex
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
9fe394c
Merged revisions 53538-53622 via svnmerge from
by Thomas Wouters
· 19 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
66a796e
Patch #1601678: move intern() to sys.intern().
by Georg Brandl
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
ca81046
Get rid of more coerce cruft (really check in this time :-)
by Neal Norwitz
· 19 years ago
0919a1a
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
ce96f69
Get rid of a bunch more raw_input references
by Neal Norwitz
· 19 years ago
54ac294
Document PEP 352 changes. Also added GeneratorExit.
by Brett Cannon
· 19 years ago
50f8169
From a suggestion on c.l.py: modernize the introduction to the tutorial.
by Andrew M. Kuchling
· 20 years ago
3c9f9ac
Added example for the ** operator in function calls
by Georg Brandl
· 20 years ago
14f4fd0
Add more links to the 'What Next?' section; rewrite to be briefer
by Andrew M. Kuchling
· 20 years ago
ef369cd
Shorten run-on sentence
by Andrew M. Kuchling
· 20 years ago
b5d2118
Update link
by Andrew M. Kuchling
· 20 years ago
8e13af3
Update link
by Andrew M. Kuchling
· 20 years ago
2e8665a
More tutorial nits.
by Raymond Hettinger
· 20 years ago
71da38b
SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.)
by Raymond Hettinger
· 20 years ago
e66d437
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
by Raymond Hettinger
· 20 years ago
5c419a9
In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary.
by Andrew M. Kuchling
· 20 years ago
8b687cf6
bug [ 969757 ] function and method objects confounded in Tutorial
by Georg Brandl
· 20 years ago
02c64d5
Note that files are iterable.
by Raymond Hettinger
· 20 years ago
5a34afb
* Show the keyword argument form of dict().
by Raymond Hettinger
· 20 years ago
610d9dd
Fix typo.
by Raymond Hettinger
· 20 years ago
eeed58c
SF bug #1219448: small output bug
by Raymond Hettinger
· 20 years ago
e8dead4
Fix
by Michael W. Hudson
· 20 years ago
7706c2d
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
by Brett Cannon
· 21 years ago
2f8c658
fix typo
by Fred Drake
· 21 years ago
158df10
Bug #1098497: various small typo's, grammar and markup nits.
by Johannes Gijsbers
· 21 years ago
6880431
SF Patch #1093896: miscellaneous doc typos
by Raymond Hettinger
· 21 years ago
784ab76
Remove the deprecated whrandom module.
by Raymond Hettinger
· 21 years ago
65a350d
SF bug #1076955: Tutorial corrections Part II
by Raymond Hettinger
· 21 years ago
aa2b2aa
SF bug #1076955: Tutorial corrections Part I
by Raymond Hettinger
· 21 years ago
29eb40c
Fix nit.
by Raymond Hettinger
· 21 years ago
6e3fa29
REVERT revision 1.260; the trunk is FROZEN.
by Fred Drake
· 21 years ago
a98825c
Fix a nit.
by Raymond Hettinger
· 21 years ago
83e4a14
SF bug #1067018: Obsolete info in Tutorial 9.1
by Raymond Hettinger
· 21 years ago
88c2595
SF bug #1067023: A small typo
by Raymond Hettinger
· 21 years ago
e808c23
- show how to use file.write() with a non-string value
by Fred Drake
· 21 years ago
df8a003
SF 1053956: help() not in tutorial index
by Raymond Hettinger
· 21 years ago
afe73c0
- improve the explanation of the -*- coding: ... -*- marker
by Fred Drake
· 21 years ago
db29e0f
SF patch #1035498: -m option to run a module as a script
by Raymond Hettinger
· 21 years ago
01ba799
A number of list examples used 66.6, but I doubt there's any box on which
by Tim Peters
· 21 years ago
24f141a
Raymond observed that sometimes it's better not to link modules, so I reverted
by Johannes Gijsbers
· 21 years ago
27ebcae
- Use itemize instead of plain-text '*' for marking up a list.
by Johannes Gijsbers
· 21 years ago
879ddf3
Tweak the wording. Improve examples. Make more brief.
by Raymond Hettinger
· 21 years ago
29c6a79
Cover string.Template in the tutorial's library tour.
by Raymond Hettinger
· 21 years ago
6ab4b99
Patch #1025795: clarify language in Data Structures chapter of tutorial:
by Johannes Gijsbers
· 21 years ago
d3b0bab
SF bug #1013760: Error in Chapter 4 of Tutorial
by Raymond Hettinger
· 21 years ago
d3fe239
Minor improvements to the threading introduction:
by Raymond Hettinger
· 21 years ago
830d8b8
fix markup nit
by Fred Drake
· 21 years ago
b6d9fc3
Patch:
by Michael W. Hudson
· 21 years ago
4ab0e9e
revise wording to avoid confusion for non-native English speakers
by Fred Drake
· 21 years ago
20938f5
revise wording to avoid confusion for non-native English speakers
by Fred Drake
· 21 years ago
44dc13b
Fix decimal write-up nits.
by Raymond Hettinger
· 21 years ago
21f9fce
Fix typo.
by Raymond Hettinger
· 21 years ago
9499658
Add a link to the decimal module docs.
by Raymond Hettinger
· 21 years ago
081483c
Fix markup and nits.
by Raymond Hettinger
· 21 years ago
7497966
Typo repair.
by Tim Peters
· 21 years ago
1b89656
add omitted markup
by Fred Drake
· 21 years ago
68a37ac
* Fix typos.
by Raymond Hettinger
· 21 years ago
22ec5c3
if we must argue over the/they, we can just remove the unecessary word
by Fred Drake
· 21 years ago
2d1a2aa
Fix typo: the-->they
by Raymond Hettinger
· 21 years ago
e148595
Fixup spacing in an example.
by Raymond Hettinger
· 21 years ago
4ccf336
Fill-in the introductory paragraph for the library tour.
by Raymond Hettinger
· 21 years ago
846865b
Add a further tour of the standard library.
by Raymond Hettinger
· 21 years ago
a8aebce
Follow official recommendation for domain names in examples.
by Raymond Hettinger
· 21 years ago
170a622
Add more docs for generator expressions.
by Raymond Hettinger
· 21 years ago
f1f0560
Patch #940026: Explain "in" when it is first used. Backported to 2.3.
by Martin v. Löwis
· 21 years ago
707483f
Update timeit example to reflect current performance.
by Raymond Hettinger
· 21 years ago
cbddabf
Remove 'now'
by Andrew M. Kuchling
· 21 years ago
f0ae427
fix English usage error reported by Ken Fuchs
by Fred Drake
· 21 years ago
e6ed33a
fix minor markup error: \code{for} --> \keyword{for}
by Fred Drake
· 22 years ago
b1e5b50
SF 895560: minor typo
by Raymond Hettinger
· 22 years ago
4271310
use consistent email address for Tim
by Fred Drake
· 22 years ago
a95e87a
Guido grants a Christmas wish:
by Raymond Hettinger
· 22 years ago
b7a10d1
Incorporate suggestions from Aahz.
by Raymond Hettinger
· 22 years ago
f62444a
Fix links and typos.
by Raymond Hettinger
· 22 years ago
ec3402f
Fix typo
by Raymond Hettinger
· 22 years ago
8850c87
Fix link
by Raymond Hettinger
· 22 years ago
8772d4e
Add a standard library tour
by Raymond Hettinger
· 22 years ago
7bafa9f
Fix typo. (From SF bug #853064)
by Walter Dörwald
· 22 years ago
2569528
Convert a 0/1 to False/True.
by Raymond Hettinger
· 22 years ago
d446230
Nits from a review of the documentation update.
by Raymond Hettinger
· 22 years ago
65674b8
Documentation for set objects.
by Raymond Hettinger
· 22 years ago
dc62aec
Add a new looping idiom
by Raymond Hettinger
· 22 years ago
8ed69e3
SF #829941, update tutorial, built-in types can be base classes since 2.2
by Neal Norwitz
· 22 years ago
f12f324
Don't make promises about about the visibility of the induction variable.
by Raymond Hettinger
· 22 years ago
95cf84a
Patch #821093: Fix various typos.
by Martin v. Löwis
· 22 years ago
40d4bc5
Add a glossary to the tutorial. Also generate an index. At the moment this
by Skip Montanaro
· 22 years ago
16434b5
Fix whitespace in example
by Raymond Hettinger
· 22 years ago
f5c87c4
- added many links into the library reference
by Fred Drake
· 22 years ago
626d472
- add several links into the library reference
by Fred Drake
· 22 years ago
57d7128
SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example
by Raymond Hettinger
· 22 years ago
c2a5cb2
Fix typo.
by Raymond Hettinger
· 22 years ago
Next »