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
/
ref
/
ref6.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-55/+0
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-58/+7
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-5/+6
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5/+11
*
SF patch #1421726
Fredrik Lundh
2006-02-02
1
-1/+1
*
Make close brace a paren to match open.
Neal Norwitz
2005-10-04
1
-1/+1
*
Armin caught this mistake in bug #973103.
Neal Norwitz
2005-10-04
1
-1/+1
*
Correct docs for empty raise when no exception is active.
Raymond Hettinger
2005-10-03
1
-2/+3
*
note that the return and yield statements cannot be used at the top level in
Fred Drake
2005-09-07
1
-1/+6
*
SF bug #1190451: 6.9 First sentence is confusing
Raymond Hettinger
2005-04-28
1
-7/+8
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
1
-1/+1
*
Patch #1080684: typo repair. Thanks George Yoshida!
Johannes Gijsbers
2004-12-12
1
-5/+6
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
1
-1/+2
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
1
-2/+5
*
Document general mappings for the locals argument for exec and execfile().
Raymond Hettinger
2004-08-03
1
-2/+3
*
clean up indexing for None, NotImplemented
Fred Drake
2004-01-01
1
-1/+1
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Indexing is a mess; try to get the link targets closer to the relevant
Fred Drake
2003-07-15
1
-11/+9
*
Try to clean up some indexing relevant to the import statement.
Fred Drake
2003-07-15
1
-3/+3
*
SF patch #751038 fixing SF bug#750092: exec doesn't need newline
Raymond Hettinger
2003-06-18
1
-6/+0
*
SF bug #719367, string exceptions are deprecated
Neal Norwitz
2003-05-29
1
-6/+2
*
Move future statement here from appendix a.
Jeremy Hylton
2003-05-21
1
-0/+78
*
Fix symbol in grammar; this should fix some hyperlinking in the HTML
Fred Drake
2003-03-31
1
-1/+1
*
Fix typo reported to python-docs.
Fred Drake
2003-01-25
1
-1/+1
*
SF patch #634866: Alex Martelli's corrections to the ref manual.
Raymond Hettinger
2003-01-19
1
-2/+8
*
Patch #662454: import a.b as c is ok, fixes #660811.
Martin v. Löwis
2003-01-16
1
-5/+1
*
SF bug #661848 and #631055: Clarify use of __all__.
Raymond Hettinger
2003-01-06
1
-1/+4
*
Revise the __all__ index entry a touch.
Fred Drake
2002-12-07
1
-1/+1
*
Add __all__ to Reference Manual index.
Raymond Hettinger
2002-12-07
1
-0/+1
*
Added cross-references to related material on exceptions.
Fred Drake
2002-10-18
1
-0/+3
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Try to improve the explanation of the "raise" statement and how its arguments
Fred Drake
2002-06-20
1
-28/+35
*
Typo.
Michael W. Hudson
2002-06-17
1
-1/+1
*
Reword explanation of global statement since an undeclared global is a
Jeremy Hylton
2002-04-01
1
-3/+3
*
Note the sole case in which the ban on "from ... import *" within a
Jeremy Hylton
2002-04-01
1
-1/+5
*
Remove the following restriction:
Jeremy Hylton
2002-04-01
1
-4/+0
*
Note that it is illegal to delete a cell variable.
Jeremy Hylton
2002-04-01
1
-2/+6
*
Revise the markup related to the grammar productions to increase the
Fred Drake
2002-03-15
1
-40/+32
*
Update to use the notice environment so a multi-paragraph note can be
Fred Drake
2001-12-14
1
-2/+4
*
Add a note about yield requiring a __future__ directive.
Fred Drake
2001-12-12
1
-0/+10
*
Clean up a sad sentence in the yield description.
Fred Drake
2001-12-11
1
-5/+5
*
Document generators and the yield statement, avoiding implementation details.
Fred Drake
2001-12-11
1
-0/+52
*
Add a note to the description of the interaction between the softspace
Fred Drake
2001-12-05
1
-9/+12
*
When describing "import *", add a level of indirection between "*" and the
Fred Drake
2001-10-24
1
-3/+17
*
Change the grammar productions to use the new productionlist environment;
Fred Drake
2001-07-06
1
-76/+106
*
Remove some bogus trailing whitespace.
Fred Drake
2001-06-23
1
-2/+2
*
Fix minor markup nits.
Fred Drake
2001-06-23
1
-1/+1
*
Fix a very minor (but annoying when looking for things!) markup nit.
Fred Drake
2001-06-23
1
-0/+12
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-1/+1
*
Note that assignments to __debug__ are illegal
Jeremy Hylton
2001-03-23
1
-0/+2
[next]