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 material about the "r" and "u" prefixes for string literals; should
Fred Drake
2001-08-14
1
-8/+14
*
Add information about __floordiv__() and __truediv__() methods for
Fred Drake
2001-08-14
1
-5/+17
*
"Thin" version of floor division docs: add // to the list of operators
Fred Drake
2001-08-08
1
-3/+3
*
User-defined methods *can* contain things other than user-defined functions
Fred Drake
2001-08-02
1
-1/+2
*
Explain that __init__() methods do not get to return values.
Fred Drake
2001-08-02
1
-8/+9
*
Removed unnecessary section "Unicode literals"; all the discussion is
Fred Drake
2001-07-20
1
-6/+1
*
Fix typo in description of raw strings: "value" --> "valid"
Fred Drake
2001-07-20
1
-1/+1
*
Minor change to match the style guide.
Fred Drake
2001-07-14
1
-1/+1
*
Change the grammar productions to use the new productionlist environment;
Fred Drake
2001-07-06
5
-261/+410
*
Fix typo
Andrew M. Kuchling
2001-06-23
1
-1/+1
*
Remove some bogus trailing whitespace.
Fred Drake
2001-06-23
1
-2/+2
*
Fix minor markup nits.
Fred Drake
2001-06-23
2
-6/+2
*
Use a named reference to another chapter instead of hard coding the
Fred Drake
2001-06-23
1
-2/+2
*
Fix a very minor (but annoying when looking for things!) markup nit.
Fred Drake
2001-06-23
7
-0/+43
*
Add "yeild" to the list of keywords.
Fred Drake
2001-06-23
1
-2/+18
*
Update to include the license information in a less annoying place.
Fred Drake
2001-06-20
1
-0/+3
*
Update a "Programmer's note" about lambda forms and scoping to reflect
Fred Drake
2001-06-05
1
-5/+19
*
Bring the notes on the relationship between __cmp__(), __eq__(), and
Fred Drake
2001-05-29
1
-10/+15
*
Fix typo reported in SF bug #427783.
Fred Drake
2001-05-29
1
-1/+1
*
Make sure we include all of Python's numeric types in the data model
Fred Drake
2001-05-14
1
-1/+2
*
Fix typo reported by David Goodger. This closes SF patch #422383.
Fred Drake
2001-05-10
1
-1/+1
*
Fix the operator precedence table: exponentiation binds tighter than
Fred Drake
2001-05-09
1
-2/+2
*
Implement, test and document "key in dict" and "key not in dict".
Guido van Rossum
2001-04-20
2
-4/+11
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-1/+1
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-51/+56
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Fred Drake
2001-04-12
1
-1/+1
*
Typo: "ariables" --> "variables"
Fred Drake
2001-03-28
1
-1/+1
*
Add nested scopes spec to appendix.
Jeremy Hylton
2001-03-23
3
-32/+134
*
No quotes around the "future" in the first use of the term "future
Fred Drake
2001-03-23
1
-1/+1
*
Include the futures appendix.
Fred Drake
2001-03-23
1
-0/+3
*
Revise the markup so that this formats and uses markup consistently with
Fred Drake
2001-03-23
1
-28/+32
*
Add some initial text for the appendix on future statements and nested scopes.
Jeremy Hylton
2001-03-23
1
-0/+149
*
Note that assignments to __debug__ are illegal
Jeremy Hylton
2001-03-23
1
-0/+2
*
Revert to ver 1.22, which was the version before the nested scopes
Jeremy Hylton
2001-03-23
1
-91/+106
*
Do not refer to "sub-modules" since that is not a defined term.
Fred Drake
2001-03-06
1
-7/+8
*
Re-word the explanation of the in/not in operators for increased content
Fred Drake
2001-03-06
1
-6/+14
*
Updates to describe function attributes.
Barry Warsaw
2001-02-27
1
-4/+12
*
Sequence indexes are non-negative, not natural (0 is not a natural number).
Fred Drake
2001-02-22
1
-32/+32
*
Feeble attempt to repair obsolete info about hex escapes.
Tim Peters
2001-02-14
1
-4/+2
*
Minor markup adjustments.
Fred Drake
2001-02-02
1
-15/+13
*
Allow 'continue' inside 'try' clause
Jeremy Hylton
2001-02-01
1
-9/+11
*
Remove spurious "\end{description}" that caused formatting to fail.
Fred Drake
2001-02-01
1
-2/+0
*
update section 4.1 to describe nested scopes
Jeremy Hylton
2001-02-01
1
-94/+83
*
Remove note about the compiler not checking for two kinds of illegal
Jeremy Hylton
2001-01-30
1
-5/+0
*
Typo: coplete --> complete
Fred Drake
2001-01-26
1
-1/+1
*
Updated note about collection of cyclic garbage, based on comments from
Fred Drake
2001-01-22
1
-3/+6
*
Document rich comparisons.
Guido van Rossum
2001-01-18
1
-5/+42
*
Fix a variety of minor nits and typos caught by Chris Ryland
Fred Drake
2001-01-14
1
-7/+7
*
Steve Holden <sholden@holdenweb.com>:
Fred Drake
2001-01-09
1
-13/+13
*
__rcmp__() description: Changed to indicate that this is no longer
Fred Drake
2001-01-04
1
-8/+1
[next]