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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add strong security warning about the rexec module.
Fred Drake
2002-08-27
1
-1/+10
*
SF # 572928 One word change for lib/libgettext.tex
Neal Norwitz
2002-06-24
1
-1/+1
*
Make the docs for string.capitalize() match those of str.capitalize()
Fred Drake
2002-06-20
1
-1/+1
*
Typo: bites --> bytes
Fred Drake
2002-06-18
1
-1/+1
*
Add description of the deadlock problem with child processes and pipes, and
Fred Drake
2002-06-18
2
-0/+67
*
Note the limitation that mime_decode_header() only works for Latin-1.
Fred Drake
2002-06-18
1
-0/+1
*
Clarified documentation for os.access().
Fred Drake
2002-06-18
1
-5/+7
*
Clarified description of error handling for shutil.rmtree().
Fred Drake
2002-06-18
1
-2/+3
*
Do not claim that getlocale() returns a tulpe; that is not always true.
Fred Drake
2002-06-13
1
-3/+3
*
Add version annotations for some older changes to the calendar module.
Fred Drake
2002-06-13
1
-2/+10
*
Backport to 2.1.x:
Guido van Rossum
2002-05-31
1
-0/+12
*
Add availability information for a couple of the types.
Fred Drake
2002-05-21
1
-2/+4
*
Add a note explaining the interaction between unbuffered input and
Fred Drake
2002-05-06
1
-1/+4
*
Add information on support for repietition & concatenation for buffer
Fred Drake
2002-05-02
1
-7/+15
*
Explain what os.read() returns at end of file.
Fred Drake
2002-05-01
1
-1/+3
*
Add missing right-parenthesis.
Fred Drake
2002-05-01
1
-1/+1
*
Add a note about when the "%r" formatting code was added.
Fred Drake
2002-04-30
1
-0/+1
*
Be more consistent, both internally and with recommended practice (within
Fred Drake
2002-04-26
1
-7/+8
*
Add text about circular references caused by storing frames in local
Fred Drake
2002-04-23
1
-0/+15
*
Do not call "knee" a standard module.
Fred Drake
2002-04-08
1
-3/+1
*
Back-port Neal Norwitz's patch:
Fred Drake
2002-04-04
1
-1/+1
*
Fix stupid typo in example.
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
*
"level" keyword argument in example should be "stacklevel".
Fred Drake
2002-03-12
1
-1/+1
*
Add an availability statement for alarm().
Fred Drake
2002-02-15
1
-0/+1
*
Consistently use \textasciicircum to produce a ^ character.
Fred Drake
2002-02-14
1
-17/+23
*
Add keyword.kwlist to the public API.
Fred Drake
2002-01-24
1
-1/+8
*
Merge in Thomas Heller's typo fix from revision 1.13.
Fred Drake
2002-01-15
1
-1/+1
*
Adjust the instructions for building large file support so that it works
Fred Drake
2002-01-10
1
-6/+4
*
backport Fred's 1.58:
Anthony Baxter
2002-01-10
1
-0/+13
*
Do not mask the name of a built-in function in example code.
Fred Drake
2002-01-05
1
-1/+1
*
Fix minor typo reported in SF patch #497951.
Fred Drake
2002-01-05
1
-1/+1
*
Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are
Fred Drake
2001-12-27
1
-6/+19
*
Fix wrongly-named formal parameters in three places: begin_y was used twice
Fred Drake
2001-12-26
1
-76/+75
*
Fix the erroneous availability annotation for s.makefile() from the last
Fred Drake
2001-12-22
1
-1/+0
*
Add notes that fromfd() and s.makefile() are Unix-specific.
Fred Drake
2001-12-21
1
-8/+11
*
Remove extraneous "}"; possibly an incorrectly backported patch?
Fred Drake
2001-12-15
1
-1/+1
*
Add a links to the gmpy and mxNumber packages.
Fred Drake
2001-12-15
1
-0/+13
*
Document that the flag and mode arguments to dumbdbm.open() are ignored.
Fred Drake
2001-12-07
1
-10/+6
*
Describe the behavior of the read() method when the list of filenames
Fred Drake
2001-12-07
1
-0/+18
*
Update the platform notes for the CGIHTTPServer module; it works on more
Fred Drake
2001-11-19
1
-3/+3
*
Typo: NamedNodeList --> NamedNodeMap
Fred Drake
2001-10-25
1
-1/+1
*
Clarify that the resource module does not attempt to mask platform
Fred Drake
2001-10-22
1
-1/+3
*
Add deprecations for profile.HotProfile and profile.OldProfile, since they
Fred Drake
2001-10-19
1
-0/+4
*
Remove lines that should never have been checked into this
Fred Drake
2001-08-09
1
-9/+3
*
Remove some false statements.
Fred Drake
2001-07-19
1
-4/+2
*
Revise the description of time.clock() so that it correctly describes the
Fred Drake
2001-07-16
1
-4/+11
*
Fix return value for m.group() for groups not in the part of the RE that
Fred Drake
2001-07-12
1
-1/+1
*
Added information about the timeout parameter to the poll() method for
Fred Drake
2001-07-11
1
-1/+5
*
Explain the exit code for the wait() method, including a reference to
Fred Drake
2001-07-06
1
-1/+6
[next]