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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing target.
Georg Brandl
2010-07-03
1
-0/+2
*
Fix typo in sys.float_info docs.
Mark Dickinson
2010-07-03
1
-1/+1
*
Fix role name.
Georg Brandl
2010-07-03
1
-1/+1
*
#9139: the thousands separator is new in 2.7. Also add a missing variable in...
Ezio Melotti
2010-07-02
1
-0/+4
*
#9139: Add examples for str.format().
Ezio Melotti
2010-07-02
1
-23/+152
*
Moved period outside paren, where it belongs.
Eric Smith
2010-07-02
1
-1/+1
*
Clarify sys.float_info documentation.
Mark Dickinson
2010-07-02
1
-35/+62
*
Grammar and markup fixes.
Georg Brandl
2010-07-02
1
-16/+17
*
trunc does use the special method, though
Benjamin Peterson
2010-07-01
1
-1/+1
*
fix fixer name
Benjamin Peterson
2010-07-01
1
-1/+1
*
remove docs about delegating to special methods; it does no such thing
Benjamin Peterson
2010-07-01
1
-4/+1
*
Issue #1789: clarify that the 'size' column in struct docs refers to standar...
Mark Dickinson
2010-06-29
1
-1/+5
*
group cStringIO docs under its factory function
Benjamin Peterson
2010-06-29
1
-18/+23
*
Added information about pickle security and SocketHandler.
Vinay Sajip
2010-06-29
1
-0/+5
*
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HT...
Senthil Kumaran
2010-06-29
1
-1/+1
*
Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...
Senthil Kumaran
2010-06-28
1
-2/+2
*
Fix issue3428 - Document HTTPMessage class.
Senthil Kumaran
2010-06-28
1
-0/+8
*
Use designated syntax for optional grammar element.
Georg Brandl
2010-06-27
1
-1/+1
*
Addressing RDM's review comments on the doc change.
Senthil Kumaran
2010-06-16
1
-5/+7
*
Fix Issue8937 - SimpleHTTPServer should contain usage example
Senthil Kumaran
2010-06-16
1
-1/+23
*
Issue #8469: Further clarifications and improvements to struct module
Mark Dickinson
2010-06-15
1
-30/+33
*
Issue #8469: Add standard sizes to table in struct documentation; additional
Mark Dickinson
2010-06-12
1
-118/+119
*
Backport a fix from Py3k for a potentially misleading example
Nick Coghlan
2010-06-12
1
-4/+4
*
Fix gratuitous indentation.
Georg Brandl
2010-06-12
1
-12/+12
*
Document that an existing directory raises in mkdir().
Georg Brandl
2010-06-12
1
-1/+2
*
Fixed markup of tm_isdst attribute.
Alexander Belopolsky
2010-06-09
1
-1/+1
*
fix sphinx warning with an extra space
v2.7rc1
Benjamin Peterson
2010-06-06
1
-1/+1
*
remove extra space
Benjamin Peterson
2010-06-06
1
-1/+1
*
Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...
Michael Foord
2010-06-05
1
-2/+21
*
Issue #8899: time.struct_time now has class and atribute docstrings.
Alexander Belopolsky
2010-06-05
1
-8/+9
*
Issue #8890: Documentation changed to avoid reference to temporary files - ot...
Vinay Sajip
2010-06-04
1
-11/+11
*
Issue #8890: Documentation changed to avoid reference to temporary files.
Vinay Sajip
2010-06-03
1
-2/+4
*
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray
2010-06-02
2
-6/+9
*
Issue #8873: add a documentation note about possible performance issues with the
Antoine Pitrou
2010-06-02
1
-0/+6
*
Fix issue8788 - description of doseq parameter in urllib.urlencode
Senthil Kumaran
2010-06-02
1
-11/+13
*
Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea...
Georg Brandl
2010-06-01
1
-23/+27
*
#7583: clarify discussion of hard tab expansion in doctests.
R. David Murray
2010-06-01
1
-10/+17
*
Improve documentation for getaddrinfo() (part of #8857)
Antoine Pitrou
2010-05-31
1
-15/+33
*
Fix typo
Stefan Krah
2010-05-29
1
-1/+1
*
Issue #8840: Make documentation for truncate() clearer
Antoine Pitrou
2010-05-29
1
-4/+6
*
2to3 doesn't fix test_support #6583
Benjamin Peterson
2010-05-28
1
-5/+1
*
Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.
R. David Murray
2010-05-25
1
-3/+3
*
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...
Georg Brandl
2010-05-24
1
-0/+2
*
argparse documentation updates (including updates to optparse and getopt docu...
Steven Bethard
2010-05-24
3
-5/+31
*
#1436346: make it more obvious that timetuple[7] is yday.
Georg Brandl
2010-05-23
1
-7/+10
*
#8785: less confusing description of regex.find*.
Georg Brandl
2010-05-22
1
-2/+6
*
#8709: mention Windows support for os.devnull.
Georg Brandl
2010-05-21
1
-2/+2
*
Correct info for Semaphore.acquire() semantics under OSX.
Georg Brandl
2010-05-21
1
-4/+3
*
#8707: remove duplicate paragraph part.
Georg Brandl
2010-05-21
1
-8/+3
*
Add missing parameter in SimpleXMLRPCServer signature.
Georg Brandl
2010-05-21
1
-1/+1
[next]