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
*
SF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger
2007-01-19
1
-1/+1
*
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...
Andrew M. Kuchling
2007-01-17
1
-25/+57
*
Add a note for strptime that just because strftime supports some extra
Brett Cannon
2007-01-15
1
-0/+6
*
Doc patch matching r53434 (htonl etc. now always take/return positive ints).
Guido van Rossum
2007-01-15
1
-4/+4
*
Added documentation for WatchedFileHandler (based on SF patch #1598415)
Vinay Sajip
2007-01-14
1
-2/+38
*
Fix typo.
Georg Brandl
2007-01-13
1
-1/+1
*
Deprecate the sets module.
Brett Cannon
2007-01-13
1
-0/+2
*
Fix error where the end of a funcdesc environment was accidentally moved too
Brett Cannon
2007-01-12
1
-1/+1
*
- Make the documentation match the code and the docstring
Matthias Klose
2007-01-11
1
-1/+1
*
typo fix
Gregory P. Smith
2007-01-05
1
-1/+1
*
Support linking of the bsddb module against BerkeleyDB 4.5.x
Gregory P. Smith
2007-01-05
1
-1/+1
*
Add EnvironmentVarGuard to test.test_support. Provides a context manager to
Brett Cannon
2007-01-04
1
-0/+18
*
Fix wrong markup of an argument in a method signature.
Thomas Heller
2006-12-21
1
-1/+1
*
Mention the os.SEEK_* constants
Andrew M. Kuchling
2006-12-21
3
-9/+13
*
[Bug #1619680] in_dll() arguments are documented in the wrong order
Andrew M. Kuchling
2006-12-20
1
-1/+1
*
Some other built-in functions are described with 'sequence' arguments
Andrew M. Kuchling
2006-12-20
1
-38/+38
*
Two grammar fixes
Andrew M. Kuchling
2006-12-20
1
-2/+2
*
[Bug #1619674] Make sum() use the term iterable, not sequence
Andrew M. Kuchling
2006-12-20
1
-5/+5
*
Patch #1484695: The tarfile module now raises a HeaderError exception
Georg Brandl
2006-12-19
1
-0/+7
*
Updated documentation for findCaller() to indicate that a 3-tuple is now retu...
Vinay Sajip
2006-12-19
1
-2/+4
*
[Bug #1613651] Document socket.recv_into, socket.recvfrom_into
Andrew M. Kuchling
2006-12-19
1
-2/+23
*
[Bug #1618083] Add missing word; make a few grammar fixes
Andrew M. Kuchling
2006-12-18
1
-4/+4
*
Note that guard_warnings_filter was added in 2.6
George Yoshida
2006-12-14
1
-0/+2
*
Add test.test_support.guard_warnings_filter . This function returns a context
Brett Cannon
2006-12-13
1
-0/+4
*
Fix a typo
Neal Norwitz
2006-12-11
1
-1/+1
*
- Fix the build of the library reference in info format.
Matthias Klose
2006-12-09
1
-2/+2
*
RFE #1592899: mention string.maketrans() in docs for str.translate,
Georg Brandl
2006-12-07
2
-1/+4
*
Fix pickle doc typo
George Yoshida
2006-12-05
1
-1/+1
*
fix a versionchanged tag
George Yoshida
2006-12-04
1
-1/+1
*
Patch #1371075: Make ConfigParser accept optional dict type
Martin v. Löwis
2006-12-03
1
-3/+12
*
Bug #1603789: grammatical error in Tkinter docs.
Georg Brandl
2006-11-27
1
-1/+1
*
Bug #1601630: little improvement to getopt docs
Georg Brandl
2006-11-23
1
-3/+6
*
Fix SF #1599879, socket.gethostname should ref getfqdn directly.
Neal Norwitz
2006-11-21
1
-2/+2
*
Further markup fix.
Georg Brandl
2006-11-20
1
-1/+1
*
markup fix
George Yoshida
2006-11-20
1
-1/+1
*
Patch #1070046: Marshal new-style objects like InstanceType
Martin v. Löwis
2006-11-19
1
-1/+8
*
Bug #1597824: return the registered function from atexit.register()
Georg Brandl
2006-11-16
1
-0/+16
*
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
Georg Brandl
2006-11-16
1
-1/+1
*
Bug #1067760: Deprecate passing floats to file.seek.
Martin v. Löwis
2006-11-12
1
-0/+1
*
Patch #1065257: Support passing open files as body in
Martin v. Löwis
2006-11-12
1
-0/+5
*
Bug #1594758: wording improvement for dict.update() docs.
Georg Brandl
2006-11-11
1
-1/+2
*
Bug #1594742: wrong word in stringobject doc.
Georg Brandl
2006-11-11
1
-1/+1
*
[Feature request #1542920] Link to wsgi.org
Andrew M. Kuchling
2006-11-10
1
-1/+2
*
Bug #1592533: rename variable in heapq doc example, to avoid shadowing
Georg Brandl
2006-11-08
1
-4/+4
*
Fix grammatical error as well.
Thomas Heller
2006-11-07
1
-2/+2
*
Fix markup.
Thomas Heller
2006-11-07
1
-4/+2
*
note that user can control directory location even if default dir is used
Skip Montanaro
2006-11-06
1
-1/+6
*
Fix a code example by adding a missing import.
Thomas Heller
2006-11-02
1
-1/+1
*
Replace the XXX marker in the 'Arrays and pointers' reference manual
Thomas Heller
2006-11-02
1
-1/+2
*
Added relativeCreated to Formatter doc (has been in the system for a long tim...
Vinay Sajip
2006-10-31
1
-0/+3
[next]