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
*
Add information about __floordiv__() and __truediv__() methods for
Fred Drake
2001-08-14
1
-5/+17
*
Clarify the prompt in an example.
Fred Drake
2001-08-14
1
-1/+1
*
Describe the new semantics for setting and deleting a function's
Barry Warsaw
2001-08-14
1
-10/+5
*
Add "exceptions" to the list of fundamental modules
Fred Drake
2001-08-14
1
-3/+3
*
Insert omitted "the".
Fred Drake
2001-08-14
1
-1/+1
*
Add the smtpd module to the list of undocumented modules; Barry needs to
Fred Drake
2001-08-14
1
-0/+4
*
David Goodger <dgoodger@atsautomation.com>:
Fred Drake
2001-08-13
1
-27/+240
*
For the escape() function, added a reference to the quoteattrs() function
Fred Drake
2001-08-11
1
-17/+22
*
Add section on PEP 238 changes
Andrew M. Kuchling
2001-08-11
1
-10/+84
*
Add a note that the quoteattr() function is useful for HTML and SGML
Fred Drake
2001-08-10
1
-0/+2
*
Added documentation for PyDict_Update() and PyDict_Merge().
Fred Drake
2001-08-10
1
-1/+19
*
Do more to be compatible with Windows/CygWin. Make error messages more
Fred Drake
2001-08-10
1
-2/+14
*
Remove the use of the "cat" program. This improves portability to non-Unix
Fred Drake
2001-08-10
1
-1/+5
*
Added this LaTeX style file to the package since not all LaTeX installations
Fred Drake
2001-08-10
1
-0/+329
*
Added a warning about reference cycles and memory consumption to the
Fred Drake
2001-08-10
1
-0/+10
*
Usage fix, problem reported by Keith Briggs.
Fred Drake
2001-08-10
1
-1/+1
*
Added documentation for the new rich comparison support.
Fred Drake
2001-08-10
1
-73/+147
*
Remove the bogus flags parameter from the PyFile_WriteString() signature;
Fred Drake
2001-08-10
1
-2/+1
*
Expose nl_langinfo through locale where available.
Martin v. Löwis
2001-08-10
1
-0/+119
*
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
Martin v. Löwis
2001-08-09
1
-2/+2
*
Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(),
Fred Drake
2001-08-08
1
-48/+138
*
Reference counting information for PyNumber_*FloorDivide() and
Fred Drake
2001-08-08
1
-0/+16
*
Add option to push the development docs to SF without announcing, for
Fred Drake
2001-08-08
1
-2/+9
*
More names....
Fred Drake
2001-08-08
1
-0/+2
*
Clean up some of the markup here -- be more consistent in the use of
Fred Drake
2001-08-08
1
-9/+9
*
"Thin" version of floor division docs: add // to the list of operators
Fred Drake
2001-08-08
1
-3/+3
*
Document two new items
Andrew M. Kuchling
2001-08-07
1
-9/+21
*
Add a comment on time.time() returning non-decreasing values except when
Fred Drake
2001-08-05
1
-1/+3
*
Document IPv6 changes. Contributed by itojun.
Martin v. Löwis
2001-08-04
2
-29/+206
*
Lots of new text and example code on embedding Python in C, contributed
Fred Drake
2001-08-04
2
-1/+309
*
Note that the mimetypes.MimeTypes class was added in Python 2.2.
Fred Drake
2001-08-04
1
-0/+2
*
Add documentation for the new aspects of the mimetypes module.
Fred Drake
2001-08-03
1
-1/+70
*
Apply the new \mailheader macro where appropriate, and fix a few small
Fred Drake
2001-08-03
5
-54/+57
*
Define the \mailheader macro and document conventions for using it.
Fred Drake
2001-08-03
3
-0/+14
*
Minor markup nits and slight style-guide conformance changes.
Fred Drake
2001-08-03
1
-8/+9
*
Documented the runtimemodel attribute.
Jack Jansen
2001-08-03
1
-0/+6
*
Fix some of the example code; the reference objects do not support a
Fred Drake
2001-08-03
1
-3/+3
*
User-defined methods *can* contain things other than user-defined functions
Fred Drake
2001-08-02
1
-1/+2
*
Add a caveat about boundary conditions and RE concatenation, so that the
Fred Drake
2001-08-02
1
-9/+12
*
Move away from apply() to using extended call syntax for some example
Fred Drake
2001-08-02
1
-3/+19
*
Explain that __init__() methods do not get to return values.
Fred Drake
2001-08-02
1
-8/+9
*
Add anentry for the distutils.sysconfig module docs.
Fred Drake
2001-08-02
1
-1/+3
*
Update some incorrect comments about the bdist commands that exist.
Fred Drake
2001-08-02
1
-4/+7
*
Documentation for the distutils.sysconfig module.
Fred Drake
2001-08-02
1
-0/+113
*
Cleaned up the description of readline.set_completer().
Fred Drake
2001-08-01
1
-4/+7
*
Added more names.
Fred Drake
2001-08-01
1
-0/+2
*
Minor re-wording in the exaplantion of sequence comparisons.
Fred Drake
2001-08-01
1
-3/+4
*
Added an example of a string value for the replacement parameter to
Fred Drake
2001-08-01
1
-44/+60
*
Fix description of buffer_info(), and add a note that there is a better
Fred Drake
2001-08-01
1
-6/+15
*
Move C-level changes into a section of their own
Andrew M. Kuchling
2001-07-31
1
-36/+64
[next]