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
*
Fix a typo.
Thomas Heller
2002-07-04
1
-1/+1
*
Revise asyncore documentation and document asynchat for the first time.
Steve Holden
2002-07-03
4
-55/+347
*
No need to be ambiguous about *how* extended slices and built-in types
Fred Drake
2002-07-03
1
-11/+25
*
Fix up a few more consistency nits and incorrectly applied markup.
Fred Drake
2002-07-03
1
-21/+29
*
Add annotations that describe the change in the "errors" and "failures"
Fred Drake
2002-07-02
1
-0/+4
*
Update the documentation of the errors and failures attributes of the
Fred Drake
2002-07-02
1
-6/+48
*
Don't list all the keyword args to the TextWrapper constructor in the
Greg Ward
2002-07-02
1
-15/+23
*
Attempt to clarify removedirs().
Fred Drake
2002-07-02
1
-1/+1
*
Deal with & remove the XXX comments.
Fred Drake
2002-07-02
1
-30/+24
*
Abstract the creation of signature lines for callable things; the new
Fred Drake
2002-07-02
2
-7/+20
*
Minor markup adjustments, consistency changes, and shorten a long
Fred Drake
2002-07-02
1
-12/+13
*
Add refcount info for PyErr_SetFromWindowsErr() and
Fred Drake
2002-07-02
1
-0/+7
*
Docs for PyErr_SetFromWindowsErrWithFilename() and
Thomas Heller
2002-07-02
1
-0/+23
*
Implement the encoding argument for toxml and toprettyxml.
Martin v. Löwis
2002-06-30
1
-1/+36
*
Fixed bug 574978 shutil example out of sync with source code
Raymond Hettinger
2002-06-30
1
-2/+1
*
Fix bug 575221 referred to dictionary type instead of dict.
Raymond Hettinger
2002-06-30
1
-1/+1
*
Clarify the version information for the unicode() built-in.
Fred Drake
2002-06-29
1
-6/+9
*
Add documentation for new textwrap module.
Greg Ward
2002-06-29
3
-0/+143
*
Typo fix.
Greg Ward
2002-06-29
1
-1/+1
*
Added support for some of the more recently defined macros and
Fred Drake
2002-06-27
1
-0/+14
*
Clean up some markup.
Fred Drake
2002-06-27
1
-5/+6
*
dis.dis() also supports modules
Neal Norwitz
2002-06-26
1
-1/+2
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Add some acks
Andrew M. Kuchling
2002-06-26
1
-1/+2
*
Describe textwrap module
Andrew M. Kuchling
2002-06-26
1
-2/+35
*
Fix bug #573916. Sender and recipients reversed in email example.
Raymond Hettinger
2002-06-26
1
-2/+2
*
add seealso link to the bisect module
Skip Montanaro
2002-06-26
1
-0/+4
*
add /F's PriorityQueue example
Skip Montanaro
2002-06-26
1
-1/+19
*
Add a reminder
Andrew M. Kuchling
2002-06-26
1
-0/+2
*
Add a reminder
Andrew M. Kuchling
2002-06-25
1
-1/+3
*
Talk about interfaces rather than implementation classes where appropriate.
Fred Drake
2002-06-25
2
-42/+60
*
Added some more links to the "See also" section.
Fred Drake
2002-06-25
1
-0/+9
*
When talking about interfaces, use the interface names, not the names
Fred Drake
2002-06-25
1
-1/+1
*
Fix typo
Raymond Hettinger
2002-06-25
1
-1/+1
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-2/+11
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Fix SF bug 568269 by enclosing 'computername' in a raw string
Raymond Hettinger
2002-06-25
1
-1/+1
*
Minor English grammar correction
Raymond Hettinger
2002-06-25
1
-1/+1
*
Fix spacing in loop example
Raymond Hettinger
2002-06-25
1
-3/+3
*
SF # 572928 One word change for lib/libgettext.tex
Neal Norwitz
2002-06-24
1
-1/+1
*
Convert the example C code to ANSI rather than K&R.
Fred Drake
2002-06-22
1
-19/+17
*
Correct the RE equivalent of scanf()'s %x and %X patterns.
Fred Drake
2002-06-22
1
-1/+1
*
Typo fix.
Greg Ward
2002-06-21
1
-1/+1
*
Corrected return type and value information for PyUnicode_Count() and
Fred Drake
2002-06-20
2
-16/+20
*
Make the docs for string.capitalize() match those of str.capitalize()
Fred Drake
2002-06-20
1
-1/+1
*
Add a note that divmod() with complex numbers is deprecated.
Fred Drake
2002-06-20
1
-0/+3
*
Added reference to the Expat home page.
Fred Drake
2002-06-20
1
-0/+6
*
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
[next]