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
*
Patch #462122: add readline startup and pre_event hooks.
Martin v. Löwis
2001-09-30
1
-0/+16
*
Patch #462190, patch #464070: Support quoted printable in the binascii module.
Martin v. Löwis
2001-09-30
2
-7/+33
*
The execfile() docs imply it acts on locals same as exec. But in truth
Tim Peters
2001-09-30
1
-0/+7
*
Correct docs for long(float).
Tim Peters
2001-09-30
1
-2/+1
*
SF [#466125] PyLong_AsLongLong works for any integer.
Tim Peters
2001-09-30
1
-0/+5
*
Handle PEP references the same way RFC references.
Fred Drake
2001-09-29
1
-6/+5
*
Fix two typos in the text about compile(), and add two caveats from
Guido van Rossum
2001-09-29
1
-2/+9
*
forgot to mark use of StringType and UnicodeType in the text.
Skip Montanaro
2001-09-29
1
-2/+3
*
added description of StringTypes object
Skip Montanaro
2001-09-29
1
-0/+5
*
Fix up whitespace in <args> elements; reduce sequences of consecutive
Fred Drake
2001-09-29
1
-17/+15
*
Minor markup improvement.
Fred Drake
2001-09-29
1
-2/+2
*
The list.sort() docs require a function that returns -1, 0 or +1. That's
Tim Peters
2001-09-29
1
-1/+1
*
Move XML-RPC-related docs to the "Internet Protocols" chapter.
Fred Drake
2001-09-28
1
-1/+2
*
Add entry for the SimpleXMLRPCServer module.
Fred Drake
2001-09-28
1
-0/+1
*
Preliminary documentation for the SimpleXMLRPCServer module.
Fred Drake
2001-09-28
1
-0/+69
*
Minor additions and rewrites.
Andrew M. Kuchling
2001-09-28
1
-9/+15
*
Convert to string methods.
Fred Drake
2001-09-28
1
-36/+59
*
Use consistent version annotations instead of something ad hoc.
Fred Drake
2001-09-28
1
-4/+7
*
Convert most uses of the string module to string methods.
Fred Drake
2001-09-28
3
-16/+15
*
Added note about non-support of UNC paths on Windows.
Fred Drake
2001-09-28
2
-1/+6
*
State that encode() and encodestring() append a newline to the input data
Fred Drake
2001-09-28
1
-2/+7
*
Add entries for the email and compiler packages.
Fred Drake
2001-09-27
1
-0/+10
*
Markup adjustments.
Fred Drake
2001-09-27
1
-4/+5
*
Added dependencies for the compiler and email packages.
Fred Drake
2001-09-27
1
-0/+10
*
Migrate the compiler documentation from the Tools/compiler/doc/ directory.
Fred Drake
2001-09-27
2
-0/+589
*
Do not distinguish \refmodule from \module in the generated output;
Fred Drake
2001-09-27
1
-1/+4
*
Re-write <ulink> elements as described in the conversion spec.
Fred Drake
2001-09-27
1
-0/+19
*
Turn \input, \include, and \verbatiminput into XInclude elements instead
Fred Drake
2001-09-27
2
-10/+14
*
Add support for some more markup that had slipped in.
Fred Drake
2001-09-27
1
-2/+15
*
Fix some markup errors.
Fred Drake
2001-09-27
1
-2/+2
*
Markup adjustment: \[...\] is math markup and does not translate well when
Fred Drake
2001-09-27
1
-6/+7
*
Remove comment that no longer applies.
Fred Drake
2001-09-26
1
-3/+0
*
Updates do email package documentation for markup, style, and
Barry Warsaw
2001-09-26
8
-225/+161
*
Move the styling for the HTML version of \mailheader into the CSS file.
Fred Drake
2001-09-26
3
-2/+3
*
Note that the colon following a mail header name should not be included
Fred Drake
2001-09-26
1
-5/+5
*
Typo fix.
Greg Ward
2001-09-26
1
-1/+1
*
Move the \mailheader description to the right place.
Fred Drake
2001-09-26
1
-12/+13
*
Start making some markup adjustments; Barry has indicated he will work on
Fred Drake
2001-09-26
1
-17/+17
*
The email package documentation, currently organized the way I think
Barry Warsaw
2001-09-26
8
-0/+1168
*
Update to support \mailheader and 5-column tables.
Fred Drake
2001-09-25
1
-0/+52
*
Simplify a helper by returning fewer values.
Fred Drake
2001-09-25
1
-5/+4
*
Clarified some points about the interface to the mmap() function.
Fred Drake
2001-09-25
1
-10/+11
*
Minor changes.
Fred Drake
2001-09-25
1
-5/+8
*
Revise the example to be more resiliant in the face of continued use after
Fred Drake
2001-09-25
1
-18/+18
*
Added documentation for the SSL interface, contributed by Gerhard Häring.
Fred Drake
2001-09-25
1
-0/+23
*
Fix a URL (closing SF patch #462195).
Fred Drake
2001-09-25
1
-25/+43
*
Add more signature information and some descriptions for the new APIs
Fred Drake
2001-09-24
1
-1/+89
*
Add more reference count information.
Fred Drake
2001-09-24
1
-0/+28
*
Add link to Unix Review's 2.2 article
Andrew M. Kuchling
2001-09-24
1
-2/+11
*
Generalize file.writelines() to allow iterable objects.
Tim Peters
2001-09-23
1
-2/+4
[next]