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
*
Use the right types for a couple of fields of the type structure.
Fred Drake
2002-03-29
1
-2/+2
*
Started updating information about defining attributes on types.
Fred Drake
2002-03-29
1
-7/+171
*
Mark a couple of types that had not been marked.
Fred Drake
2002-03-28
1
-5/+5
*
Added comments for more entries of the type structure in the example
Fred Drake
2002-03-28
1
-19/+19
*
The new files included by \verbatiminput in newtypes.tex.
Fred Drake
2002-03-28
2
-0/+134
*
Move some of the longer example code to external fragments, and
Fred Drake
2002-03-28
1
-148/+31
*
Added index entries.
Fred Drake
2002-03-28
1
-0/+4
*
Extend \verbatiminput so that the typeset version provides the same appearance
Fred Drake
2002-03-28
1
-0/+14
*
Minor wording change.
Fred Drake
2002-03-28
1
-1/+1
*
add exception class hierarchy. This should probably be done differently,
Skip Montanaro
2002-03-28
1
-0/+44
*
Allow a page break in a code longish example.
Fred Drake
2002-03-28
1
-1/+3
*
Add documentation on the hasfree data object.
Fred Drake
2002-03-28
1
-0/+4
*
Minor consistency adjustments.
Fred Drake
2002-03-28
1
-11/+12
*
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake
2002-03-28
1
-2/+30
*
Ignore new output directory.
Fred Drake
2002-03-27
1
-0/+1
*
Expose C library's gettext. Fixes #516412.
Martin v. Löwis
2002-03-27
1
-0/+18
*
add seealso referring to site module doc where people can learn how to
Skip Montanaro
2002-03-27
1
-0/+6
*
fix a typo in PyErr_Format table and add row for 'p' format char
Skip Montanaro
2002-03-27
1
-1/+2
*
Fill in this document a bit, adding reminders of items that should be included
Andrew M. Kuchling
2002-03-27
1
-5/+99
*
Add the "What's New" document to the index of HTML documents.
Fred Drake
2002-03-26
2
-11/+30
*
The <link> to the stylesheet should include the type attribute.
Fred Drake
2002-03-26
1
-1/+1
*
Wire up the makefile to more fully support the "What's New" documents.
Fred Drake
2002-03-26
1
-2/+14
*
Wire in the "What's New" document.
Fred Drake
2002-03-26
1
-4/+21
*
Add a starter for the next "What's New" document.
Fred Drake
2002-03-26
1
-0/+21
*
Make \url to force horizontal mode.
Fred Drake
2002-03-26
1
-0/+1
*
Document the finditer() function and method.
Fred Drake
2002-03-25
1
-2/+26
*
Added description of binhex.Error.
Fred Drake
2002-03-25
1
-0/+8
*
document InvalidURL exception
Skip Montanaro
2002-03-24
1
-0/+5
*
Add local_hostname to SMTP.__init__().
Neil Schemenauer
2002-03-24
1
-1/+2
*
Fix example for PyErr_SetFromErrno() (need to pass exception type).
Neil Schemenauer
2002-03-23
1
-2/+2
*
Add more example exceptions that unpickling can raise.
Neil Schemenauer
2002-03-22
1
-1/+2
*
Fix broken HTML in the head; this was reported by a user as causing Opera 6.01
Fred Drake
2002-03-22
1
-1/+1
*
Fix grammar
Neal Norwitz
2002-03-21
1
-1/+1
*
[Apply SF patch #504943]
Walter Dörwald
2002-03-21
1
-1/+7
*
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
Neal Norwitz
2002-03-20
1
-0/+1
*
Adjust some poor wording in the text that explains what events are used
Fred Drake
2002-03-19
1
-27/+29
*
Clarify that copy_reg.pickle() is not intended for use with "classic" classes.
Fred Drake
2002-03-19
1
-3/+5
*
Fix up unescaped tilde; reported by several people.
Fred Drake
2002-03-18
1
-1/+1
*
Remove extra verb; reported by Detlef Lannert.
Fred Drake
2002-03-18
1
-2/+1
*
Patch #495598: add an -q (quiet) option to pycompile.
Martin v. Löwis
2002-03-18
1
-2/+10
*
added note that xmlrpclib won't marshal instances of subclasses of the
Skip Montanaro
2002-03-17
1
-1/+3
*
Patch #430706: Persistent connections in BaseHTTPServer.
Martin v. Löwis
2002-03-17
1
-6/+16
*
Fix stupid typo in example.
Fred Drake
2002-03-16
1
-1/+1
*
Markup error: braces not properly marked in dictionary display
Fred Drake
2002-03-16
1
-1/+1
*
Clarify the descriptions of the positive and negative lookbehind assertions.
Fred Drake
2002-03-16
1
-9/+30
*
pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not
Fred Drake
2002-03-16
1
-0/+8
*
Revise the markup related to the grammar productions to increase the
Fred Drake
2002-03-15
7
-98/+95
*
Make the release status obvious in the title area.
Fred Drake
2002-03-15
2
-2/+2
*
update text to refer to ServerProxy class in preference to Server, which is
Skip Montanaro
2002-03-14
1
-8/+11
*
Describe how to support the iterator protocol in extension types.
Fred Drake
2002-03-13
1
-4/+60
[next]