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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add warning about exception messages
Skip Montanaro
2002-08-28
1
-0/+7
*
Apply character{} markup.
Raymond Hettinger
2002-08-07
1
-16/+17
*
Fix up some more markup problems.
Fred Drake
2002-08-07
1
-8/+9
*
Document handling of raw-unicode-escapes. Closes SF bug 587087.
Raymond Hettinger
2002-08-06
1
-0/+8
*
Fix the markup so it doesn't break formatting.
Fred Drake
2002-08-06
1
-4/+4
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
1
-5/+39
*
A few days ago, Guido said (in the thread "[Python-Dev] Python
Michael W. Hudson
2002-07-19
1
-0/+9
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Minor English grammar correction
Raymond Hettinger
2002-06-25
1
-1/+1
*
Try to improve the explanation of the "raise" statement and how its arguments
Fred Drake
2002-06-20
2
-33/+39
*
Simplify the production for argument list, making sure that it
Fred Drake
2002-06-20
1
-4/+4
*
SF 563530 added missing methods for emulating numeric types
Raymond Hettinger
2002-06-20
1
-1/+5
*
Add a note about "as" not being a keyword, though it has special meaning
Fred Drake
2002-06-18
1
-0/+7
*
Played contortionist games with the argument_list production so it
Fred Drake
2002-06-18
1
-4/+4
*
Typo.
Michael W. Hudson
2002-06-17
1
-1/+1
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
1
-0/+7
*
Fix up Guido's markup.
Fred Drake
2002-06-04
1
-24/+24
*
Addressed SF bug 421973 (finally).
Guido van Rossum
2002-06-03
1
-46/+88
*
Patch 543387. Document deprecation of complex %, //,and divmod().
Raymond Hettinger
2002-05-21
1
-3/+8
*
Closes SF patch: 552468.
Raymond Hettinger
2002-05-12
1
-4/+2
*
Added a missing "|" in the grammar productions used in the reference manual
Fred Drake
2002-04-30
1
-7/+9
*
Minor change to an index entry.
Fred Drake
2002-04-23
1
-1/+1
*
Adjust markup to worm around tool limitations; the "m" in "model" was being
Fred Drake
2002-04-17
1
-1/+1
*
Remove repeated index entry; adds nothing different.
Fred Drake
2002-04-16
1
-2/+1
*
Document __unicode__. Fixes #541245.
Martin v. Löwis
2002-04-11
1
-0/+7
*
Fix typo: coverted --> converted. Reported by Francois Pinard.
Fred Drake
2002-04-09
1
-1/+1
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-3/+17
*
Change reference to execframes to naming.
Jeremy Hylton
2002-04-01
1
-1/+1
*
Restore a minimal definition of execution frame, since other parts of
Jeremy Hylton
2002-04-01
1
-0/+6
*
Update programmer's note on nested functions.
Jeremy Hylton
2002-04-01
1
-5/+5
*
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
*
Given lambda its own section, instead of burying it in boolean operators.
Jeremy Hylton
2002-04-01
1
-30/+7
*
Update / simplify Identifiers section for nested scopes.
Jeremy Hylton
2002-04-01
1
-18/+2
*
Update docs for nested scopes.
Jeremy Hylton
2002-04-01
2
-257/+134
*
Update documentation of code objects.
Jeremy Hylton
2002-04-01
1
-10/+15
*
Small fixes for description of function attributes.
Jeremy Hylton
2002-04-01
1
-5/+3
*
Fix up unescaped tilde; reported by several people.
Fred Drake
2002-03-18
1
-1/+1
*
Markup error: braces not properly marked in dictionary display
Fred Drake
2002-03-16
1
-1/+1
*
Revise the markup related to the grammar productions to increase the
Fred Drake
2002-03-15
5
-82/+76
*
Typo: thsi -> this. Closes SF bug #521450.
Fred Drake
2002-02-22
1
-1/+1
*
Fix typo reported by François Pinard.
Fred Drake
2002-01-21
1
-1/+1
*
Added some missing index entries, noted by L. Peter Deutsch.
Fred Drake
2001-12-27
1
-0/+2
*
Update to use the notice environment so a multi-paragraph note can be
Fred Drake
2001-12-14
1
-2/+4
*
Update information about __del__() & reference cycles for CPython.
Fred Drake
2001-12-14
1
-7/+18
*
Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if
Fred Drake
2001-12-14
1
-5/+5
*
Fix for
Michael W. Hudson
2001-12-12
1
-2/+45
[next]