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
*
Move comment to correct line.
Raymond Hettinger
2009-06-11
1
-2/+2
*
Add example of how to do key lookups with bisect().
Raymond Hettinger
2009-06-11
1
-1/+19
*
Issue 2947: document how return code handling translates from
R. David Murray
2009-06-09
2
-10/+24
*
#6238: add fillchar to string.just function family.
Georg Brandl
2009-06-08
1
-5/+6
*
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
Georg Brandl
2009-06-08
1
-3/+2
*
Remove period from end of headings.
Georg Brandl
2009-06-08
6
-18/+12
*
http://bugs.python.org/issue6192
Kristján Valur Jónsson
2009-06-07
1
-0/+9
*
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Georg Brandl
2009-06-06
2
-4/+1
*
Minor documentation fixes for logging.
Eric Smith
2009-06-04
1
-2/+2
*
#6175: document that inet_aton supports alternate input formats with less tha...
Georg Brandl
2009-06-04
1
-0/+3
*
#6176: fix man page section for flock(2).
Georg Brandl
2009-06-04
1
-1/+1
*
Use the preferred form of raise statements in the docs.
Georg Brandl
2009-06-03
5
-9/+10
*
Issue 3848: document the fact that epoll register raises an IOError if
R. David Murray
2009-05-31
1
-0/+5
*
Fix markup.
Georg Brandl
2009-05-31
1
-6/+3
*
Add more examples to the ipaddr documentation.
Gregory P. Smith
2009-05-30
1
-2/+90
*
Rewrap a few long lines.
Georg Brandl
2009-05-30
1
-35/+38
*
Fix markup problem.
Georg Brandl
2009-05-30
1
-1/+1
*
#6146: fix markup bug.
Georg Brandl
2009-05-30
1
-1/+1
*
no fdatasync on macos
Benjamin Peterson
2009-05-30
1
-0/+3
*
Move the basic examples section back to the beginning.
Raymond Hettinger
2009-05-29
1
-63/+67
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-14/+153
*
Issue 6141: document that the first item of args is still the
R. David Murray
2009-05-29
1
-3/+6
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-29
1
-0/+2
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
1
-6/+6
*
#6112: list.remove raises ValueError, not RuntimeError.
Georg Brandl
2009-05-26
1
-1/+1
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-0/+12
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-21/+5
*
add a versionadded tag for set_tunnel
Gregory P. Smith
2009-05-24
1
-0/+2
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
1
-0/+6
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
1
-3/+5
*
remove mention of old ctypes version
Benjamin Peterson
2009-05-23
1
-2/+1
*
s/use/call/
Georg Brandl
2009-05-22
1
-1/+1
*
Fix confusing wording.
Georg Brandl
2009-05-22
1
-1/+1
*
Fix references to file-related functions and methods (os.* vs file.*).
Georg Brandl
2009-05-22
1
-15/+15
*
#6084: fix example.
Georg Brandl
2009-05-22
1
-1/+1
*
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
Philip Jenvey
2009-05-22
1
-0/+10
*
Fix-up moving average example.
Raymond Hettinger
2009-05-22
1
-5/+3
*
#6051: refer to email examples for better way to construct email messages.
Georg Brandl
2009-05-20
2
-0/+7
*
#6055: refer to "sqlite3" consistently.
Georg Brandl
2009-05-20
1
-10/+12
*
Note that ordered dictionaries work with reversed().
Raymond Hettinger
2009-05-19
1
-0/+3
*
#5935: mention that BROWSER is looked for in PATH.
Georg Brandl
2009-05-17
1
-1/+6
*
#5942: Copy over flag table from dbm.rst which is clearer.
Georg Brandl
2009-05-17
1
-11/+25
*
#6017: better document behavior of dictiterators when the dict is changed.
Georg Brandl
2009-05-17
1
-3/+4
*
#2856: document 2.x os.listdir() behavior for undecodable filenames.
Georg Brandl
2009-05-16
1
-1/+2
*
#6009: undocument default argument of Option as deprecated.
Georg Brandl
2009-05-16
1
-2/+2
*
#6025: fix signature of parse().
Georg Brandl
2009-05-16
1
-1/+1
*
Fix example output for doctest-like demos.
Georg Brandl
2009-05-15
1
-6/+6
*
Make it clear up front that shelve only records changes
R. David Murray
2009-05-12
1
-7/+11
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-3/+33
*
sys.setdefaultencoding() strikes me as a bad example
Benjamin Peterson
2009-05-10
1
-3/+3
[next]