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
*
A copy-and-paste job forget the "paste" half.
Tim Peters
2001-10-09
1
-1/+1
*
Allow the profiler's calibration constant to be specified in the constructor
Tim Peters
2001-10-09
1
-52/+32
*
Fix minor cut-and-paste typo.
Barry Warsaw
2001-10-09
1
-1/+1
*
Update the documentation for the isinstance() function to reflect recent
Fred Drake
2001-10-09
1
-221/+226
*
Add documentation for the MIMEAudio class/module, contributed by
Barry Warsaw
2001-10-09
1
-0/+26
*
Improve the documentation for the os.P_* constants used with the os.spawn*()
Fred Drake
2001-10-09
1
-9/+29
*
New markup: \note{...} and \warning{...}
Fred Drake
2001-10-09
4
-0/+36
*
Note that the values for Boolean options are case-insensitive.
Fred Drake
2001-10-09
1
-2/+3
*
Update the description of getboolean() to reflect the changes made by
Fred Drake
2001-10-08
1
-3/+5
*
Remove code and docs for the OldProfile and HotProfile classes: code
Tim Peters
2001-10-07
1
-170/+23
*
Update the documentation to reflect the changes to ReferenceError.
Fred Drake
2001-10-06
2
-1/+13
*
Add documentation for the public API for weak reference objects.
Fred Drake
2001-10-05
1
-1/+70
*
A regexp example was rendered as
Tim Peters
2001-10-05
1
-1/+1
*
Remove some long-unsupported Mac OS modules.
Fred Drake
2001-10-05
5
-425/+0
*
Add chroot call. Implements feature #459267.
Martin v. Löwis
2001-10-04
1
-0/+6
*
Update a couple of old addresses that point to CNRI.
Fred Drake
2001-10-04
2
-9/+11
*
Make clear that tuple() accepts the same kind of arguments as list().
Tim Peters
2001-10-04
1
-1/+3
*
Expand the documentation of the low-level tracing/profiling interface.
Fred Drake
2001-10-03
1
-2/+23
*
CVS patch [#466628] Doc changes for doctest patch (#466616), from
Tim Peters
2001-10-02
1
-25/+2
*
Fredrik tells me the truefalse parameter for boolean() is not part of the
Fred Drake
2001-10-01
1
-5/+3
*
Removed stray backslash (a typo -- my fault).
Tim Peters
2001-10-01
1
-1/+1
*
The description of dictionary comparison was out of date. Rather than
Tim Peters
2001-10-01
1
-9/+12
*
"boolean" --> "Boolean" (per the style guide).
Fred Drake
2001-10-01
4
-5/+5
*
Fix some minor style-guide conformance bugs.
Fred Drake
2001-10-01
1
-7/+8
*
Straighten out some markup.
Fred Drake
2001-10-01
1
-3/+4
*
Refer to the objects which define __len__(), __*item__(), and __iter__()
Fred Drake
2001-10-01
1
-17/+35
*
Clarify comments about mailbox objects being iterable.
Fred Drake
2001-10-01
1
-2/+3
*
Docs for SF patch #462628
Guido van Rossum
2001-10-01
1
-2/+8
*
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
[next]