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
*
Added API information for the PyCallIter_*() and PySeqIter_*() functions.
Fred Drake
2001-09-23
2
-1/+66
*
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters
2001-09-22
1
-12/+14
*
Add a function to compute a class's method resolution order. This is
Tim Peters
2001-09-22
1
-1/+9
*
Note that files are iterable; describe what the iterator returns.
Fred Drake
2001-09-22
1
-0/+5
*
Bump version number.
Fred Drake
2001-09-21
2
-2/+2
*
Added reference to Tutorial section on user-defined exceptions for
Fred Drake
2001-09-21
1
-9/+15
*
Exceptions in interactive examlpes did not always include the indication of
Fred Drake
2001-09-21
1
-19/+85
*
Fill in a few more descriptions for xml.parsers.expat.
Fred Drake
2001-09-20
1
-5/+24
*
Document new file() constructor, with the body of open()'s text, plus a
Tim Peters
2001-09-20
1
-37/+45
*
Document all the Py*_CheckExact() functions.
Fred Drake
2001-09-20
2
-26/+174
*
Docs and News item for the codecs.py additions.
Marc-André Lemburg
2001-09-19
1
-0/+32
*
Fix minor usage and consistency nits.
Fred Drake
2001-09-18
1
-4/+5
*
SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
Guido van Rossum
2001-09-17
1
-0/+7
*
Fixed typo in new 'p' description.
Tim Peters
2001-09-15
1
-1/+1
*
SF bug [#461674] struct 'p' format doesn't work (maybe)
Tim Peters
2001-09-15
1
-7/+11
*
Update the warning about transporting marshals across boxes with different
Tim Peters
2001-09-14
1
-13/+8
*
Markup adjustments for consistency.
Fred Drake
2001-09-14
1
-5/+6
*
Add support for SMTP TLS
Andrew M. Kuchling
2001-09-14
1
-0/+5
*
SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib
Guido van Rossum
2001-09-14
1
-0/+8
*
Admit that we'll never add the args for a "call" event to the profile
Fred Drake
2001-09-13
1
-8/+9
*
Add missing "}".
Fred Drake
2001-09-12
1
-1/+1
*
These modules now live under the Carbon package.
Jack Jansen
2001-09-11
1
-42/+76
*
Added applesingle, macresource, Nav and videoreader.
Jack Jansen
2001-09-11
1
-9/+67
*
Added a note that these are not available under Carbon (or
Jack Jansen
2001-09-11
2
-3/+8
*
Another documentation contributor.
Fred Drake
2001-09-11
1
-0/+1
*
Document clearly that the only way to retrieve the return code from the
Fred Drake
2001-09-11
2
-0/+13
*
Added entry for the hmac module.
Fred Drake
2001-09-11
2
-0/+2
*
Documentation for the new login() method of the smtplib.SMTP class,
Fred Drake
2001-09-11
1
-0/+18
*
Documentation for the new hmac module, contributed by Gerhard Häring.
Fred Drake
2001-09-11
1
-0/+48
*
Added documentation on the getfirst() and getlist() methods of the
Fred Drake
2001-09-11
1
-6/+102
*
Updated infomation about libraries for alternate compilers on Windows.
Fred Drake
2001-09-11
1
-5/+2
*
Remove some XXX markers
Andrew M. Kuchling
2001-09-10
1
-15/+17
*
Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
Fred Drake
2001-09-10
1
-1/+1
*
Removed an erronous comment about alias files.
Jack Jansen
2001-09-10
1
-3/+0
*
Add section on long integer changes
Andrew M. Kuchling
2001-09-10
1
-18/+69
*
Do not rebuild html-$(RELEASE).tar every time we need to use it.
Fred Drake
2001-09-06
1
-1/+1
*
Bump version number.
Fred Drake
2001-09-06
1
-1/+1
*
Update link to the PyOpenGL project in the "gl" module docs.
Fred Drake
2001-09-06
1
-6/+8
*
Document the built-in iter() function.
Fred Drake
2001-09-06
1
-0/+17
*
Bump version number.
Fred Drake
2001-09-06
1
-1/+1
*
Added an additional link to NIST information on secure hashing.
Fred Drake
2001-09-06
1
-0/+4
*
Clarified the interaction between string literals and continuation lines.
Fred Drake
2001-09-06
1
-5/+28
*
Make the examples for "Default Argument Values" more presentable and
Fred Drake
2001-09-06
1
-9/+13
*
Fix parameter for PyInt_Check().
Fred Drake
2001-09-06
1
-1/+31
*
Document the PyMethod_* type object, functions, and macros.
Fred Drake
2001-09-06
1
-0/+58
*
Document the rule that Python.h must be included before any standard
Fred Drake
2001-09-06
2
-2/+7
*
Do not #include <stdio.h> since Python.h already does that.
Fred Drake
2001-09-06
1
-1/+0
*
Use the standard argument convention for main(), and conform to the
Fred Drake
2001-09-06
1
-1/+2
*
Several updates to cover omissions noted by Rich Salz.
Fred Drake
2001-09-06
1
-3/+27
*
Document the "unixfrom" attribute of the rfc822.Message class.
Fred Drake
2001-09-06
1
-1/+7
[next]