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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.
Raymond Hettinger
2002-05-23
1
-1/+4
*
Added missing dependency on the refcount data file.
Fred Drake
2002-05-23
1
-2/+2
*
Use Perl function prototypes to help avoid definition/usage mismatches
Fred Drake
2002-05-23
2
-102/+106
*
Add refcount information for PySequence_ITEM().
Fred Drake
2002-05-23
1
-0/+4
*
Add version annotation for PySequence_ITEM().
Fred Drake
2002-05-23
1
-1/+2
*
Remove spurious "()" from the __str__() description.
Fred Drake
2002-05-22
1
-1/+1
*
Jack's documentation for the U mode character on the file()
Barry Warsaw
2002-05-22
2
-0/+27
*
Added a version annotation for StringTypes.
Fred Drake
2002-05-22
1
-0/+7
*
Minor typo: Message.getall() -> Message.get_all()
Barry Warsaw
2002-05-22
1
-1/+1
*
Patch 543387. Document deprecation of complex %, //,and divmod().
Raymond Hettinger
2002-05-21
3
-10/+21
*
Patch 533291. Deprecate None return form of __reduce__.
Raymond Hettinger
2002-05-21
1
-4/+8
*
Add additional comments on the use of \deprecated.
Fred Drake
2002-05-21
1
-1/+4
*
Add availability information for a couple of the types, and notes on writing
Fred Drake
2002-05-21
1
-5/+10
*
Typo.
Guido van Rossum
2002-05-16
1
-1/+1
*
Fix broken reference, minor clarification.
Fred Drake
2002-05-16
1
-8/+10
*
Typo: build -> built
Fred Drake
2002-05-16
1
-1/+1
*
Patch 547037. Corrected documentation to match
Raymond Hettinger
2002-05-16
1
-8/+6
*
Added missing index entries for mapping methods. Closes patch #548693.
Raymond Hettinger
2002-05-15
1
-1/+7
*
Minor wording changes, plus correct a typo.
Fred Drake
2002-05-14
1
-7/+7
*
Closes SF bug 527139. Brings docs inline with random.py 1.29
Raymond Hettinger
2002-05-13
1
-1/+1
*
Correct gammavariate's method name and domain.
Raymond Hettinger
2002-05-13
1
-2/+2
*
Added degrees() and radians() to mathmodule. Closing patch 552452 and
Raymond Hettinger
2002-05-13
1
-0/+8
*
Closes SF patch: 552468.
Raymond Hettinger
2002-05-12
1
-4/+2
*
Give the enumerate() PEP a section of its own
Andrew M. Kuchling
2002-05-10
1
-36/+50
*
[from Oct 2000]
Greg Ward
2002-05-10
1
-9/+202
*
[from Oct 2000]
Greg Ward
2002-05-10
1
-2/+4
*
[from Oct 2000]
Greg Ward
2002-05-10
1
-14/+18
*
Fix markup error that suppressed space.
Fred Drake
2002-05-10
1
-1/+1
*
Updates and rewriting
Andrew M. Kuchling
2002-05-08
1
-110/+112
*
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
Martin v. Löwis
2002-05-08
1
-0/+7
*
Move 'Tips and Tricks' to be the last section
Andrew M. Kuchling
2002-05-07
1
-227/+227
*
Add section on Setup file
Andrew M. Kuchling
2002-05-07
1
-109/+137
*
More filling out
Andrew M. Kuchling
2002-05-07
1
-80/+170
*
Write two sections, and write some partial text for some other sections
Andrew M. Kuchling
2002-05-06
1
-39/+224
*
Add a note explaining the interaction between unbuffered input and
Fred Drake
2002-05-06
1
-1/+3
*
Integrated SF patch #539487 by Matthias Klose:
Fred Drake
2002-05-03
5
-59/+958
*
Boost the list of stop words, by merging in the little list Jeremy
Tim Peters
2002-05-02
1
-7/+9
*
Update the xrange object description to reflect the removal of deprecated
Fred Drake
2002-05-02
1
-3/+3
*
Added note about using the documentation build tools under Cygwin.
Fred Drake
2002-05-02
1
-0/+2
*
Remove the warning about the Cygwin directions not working -- the latest
Fred Drake
2002-05-02
1
-6/+3
*
Work around limitation of Cygwin Perl: To avoid a permission denial, we need
Fred Drake
2002-05-02
1
-1/+10
*
Many minor markup adjustments for consistency.
Fred Drake
2002-05-02
1
-10/+10
*
Remove extra period produced by previous change.
Fred Drake
2002-05-02
1
-3/+3
*
Correct Moshe's e-mail address
Andrew M. Kuchling
2002-05-02
1
-8/+6
*
Note that NameError's message also changed in 2.0
Andrew M. Kuchling
2002-05-02
1
-8/+10
*
Message for NameError has changed
Andrew M. Kuchling
2002-05-02
1
-1/+1
*
Correct information on support for repietition & concatenation for buffer
Fred Drake
2002-05-02
1
-6/+8
*
Added some notes on setting up the documentation tools on Cygwin.
Fred Drake
2002-05-01
1
-0/+40
*
Added more style for major warnings.
Fred Drake
2002-05-01
1
-0/+9
*
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.
Fred Drake
2002-05-01
1
-4/+9
[next]