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
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-8/+8
*
Add a missing space.
Brett Cannon
2004-06-29
1
-1/+1
*
The expression list in inheritance is not optional. Fixes #960448.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Move grammar rule for lambda_form into section on lambdas. Fixes #964525.
Martin v. Löwis
2004-06-02
1
-2/+5
*
Fix typo reported in #964592. Will backport to 2.3.
Martin v. Löwis
2004-06-02
1
-1/+1
*
note that descriptor objects must be instances of new-style types
Fred Drake
2004-05-06
1
-1/+2
*
SF bug #940579: section 5.10: 'not' returns boolean, not int
Raymond Hettinger
2004-04-23
1
-4/+4
*
Fix misspelled name.
Raymond Hettinger
2004-02-08
1
-1/+1
*
clean up indexing for None, NotImplemented
Fred Drake
2004-01-01
2
-5/+3
*
fix typo and join two paragraphs
Fred Drake
2003-12-11
1
-2/+1
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
1
-13/+11
*
clarified (in the 5.14 summary) that tests and comparisons all chain,
Alex Martelli
2003-11-09
1
-3/+3
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Patch #821093: Fix various typos.
Martin v. Löwis
2003-10-19
2
-2/+2
*
- update to reflect that base classes can be class types as well as
Fred Drake
2003-09-24
1
-2/+5
*
SF 810242. Fix doubled word errors.
Raymond Hettinger
2003-09-22
1
-1/+1
*
Elaborate the explanation of different flavors of _* identifiers.
Fred Drake
2003-09-06
1
-16/+30
*
- create a hyperlink for a section reference (also more robust in the
Fred Drake
2003-09-06
1
-4/+4
*
Added doubled word warnings.
Raymond Hettinger
2003-08-25
1
-1/+1
*
SF patch#786531 'the the' typo. Contributed by George Yoshida
Raymond Hettinger
2003-08-12
1
-1/+1
*
Fix representation of ^= operator in __ixor__() documentation.
Fred Drake
2003-07-23
1
-1/+1
*
Minor corrections.
Raymond Hettinger
2003-07-17
1
-1/+1
*
- improve the description of how user-defined method
Fred Drake
2003-07-17
1
-25/+85
*
Clarify the lack of relationship between rich comparison operators.
Raymond Hettinger
2003-07-16
1
-0/+5
*
Indexing is a mess; try to get the link targets closer to the relevant
Fred Drake
2003-07-15
2
-14/+11
*
Try to clean up some indexing relevant to the import statement.
Fred Drake
2003-07-15
1
-3/+3
*
Discuss calling new-style types.
Fred Drake
2003-07-15
1
-1/+9
*
Minor fixes to punctuation and grammar.
Raymond Hettinger
2003-06-29
1
-5/+5
*
Add definitions of the test and testlist symbols in the grammar so
Fred Drake
2003-06-27
1
-0/+5
*
* Markup nits for the Invoking Descriptors section
Raymond Hettinger
2003-06-27
1
-7/+121
*
SF patch #760792: "wo" in "word" now valid but not documented as such
Raymond Hettinger
2003-06-26
1
-4/+7
*
* Fixed an unmatched parenthesis early in the text.
Raymond Hettinger
2003-06-26
1
-2/+10
*
remove _ from label: LaTeX rejects this due to all the magic we use to
Fred Drake
2003-06-26
1
-1/+1
*
* Document how descriptors are invoked.
Raymond Hettinger
2003-06-25
1
-3/+63
*
Patch #755683: Document that there might be a maximum indentation limit.
Martin v. Löwis
2003-06-21
1
-1/+3
*
SF patch #751038 fixing SF bug#750092: exec doesn't need newline
Raymond Hettinger
2003-06-18
1
-6/+0
*
Add explicit text for where an obindex call for generators was since obindex ...
Brett Cannon
2003-06-15
1
-1/+2
*
SF bug #749759: comparisons yield bool not int
Raymond Hettinger
2003-06-06
1
-1/+1
*
SF bug #719367, string exceptions are deprecated
Neal Norwitz
2003-05-29
2
-12/+5
*
Oops. License is still an appendix.
Jeremy Hylton
2003-05-28
1
-0/+2
*
Appendix was removed.
Jeremy Hylton
2003-05-28
1
-3/+0
*
*** empty log message ***
Jeremy Hylton
2003-05-28
1
-160/+0
*
Move future statement here from appendix a.
Jeremy Hylton
2003-05-21
1
-0/+78
*
Add a specific mention of the term "operator overloading" and add an
Fred Drake
2003-05-12
1
-1/+4
*
Add a space after expression to be consistent
Neal Norwitz
2003-04-10
1
-1/+1
*
Fix symbol in grammar; this should fix some hyperlinking in the HTML
Fred Drake
2003-03-31
1
-1/+1
*
- apply SF patch #700798: fixes and cleanups for descriptor info
Fred Drake
2003-03-20
1
-13/+13
*
I thought it was common practice to check things compiled before
Michael W. Hudson
2003-03-05
1
-5/+5
*
SF doc patch #692001, properties and __getattribute__. I added some
Guido van Rossum
2003-02-28
1
-8/+54
*
Document __module__.
Jeremy Hylton
2003-01-31
1
-3/+11
[next]