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
*
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definit...
Senthil Kumaran
2011-07-17
1
-0/+5
*
merge from 3.2 - Issue10403 - datetime module documentation changes based on...
Senthil Kumaran
2011-07-17
1
-18/+20
*
merge from 3.2.
Senthil Kumaran
2011-07-17
1
-4/+5
*
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
Eli Bendersky
2011-07-17
1
-2/+2
*
It is really a suffix :-)
Raymond Hettinger
2011-07-14
1
-1/+1
*
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-3/+0
*
Mention logging.captureWarnings in the warnings module doc.
Antoine Pitrou
2011-07-09
1
-0/+4
*
Move sys.subversion at the right place in alphabetical order,
Antoine Pitrou
2011-07-09
1
-14/+20
*
Issue #12326: document the recommended idiom for checking sys.platform on Uni...
Antoine Pitrou
2011-07-09
2
-0/+19
*
Issue #12423: Fix os.abort() documentation
Victor Stinner
2011-07-08
1
-2/+3
*
Fix closes issue10403 - Let's not use members anymore.
Senthil Kumaran
2011-07-04
20
-122/+124
*
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
Senthil Kumaran
2011-07-03
1
-36/+37
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
2
-2/+12
*
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
Ezio Melotti
2011-06-26
1
-0/+48
*
#11363: clean up curses doc.
Ezio Melotti
2011-06-26
1
-87/+87
*
Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch.
Senthil Kumaran
2011-06-26
1
-0/+12
*
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
Ezio Melotti
2011-06-25
1
-3/+3
*
Issue 11889: Clarify docs for enumerate.
Raymond Hettinger
2011-06-25
1
-8/+7
*
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
Mark Dickinson
2011-06-25
1
-2/+2
*
#9921: clarify os.path.join joining algorithm
R David Murray
2011-06-24
1
-4/+5
*
#12389: fix missing space at sentence end.
R David Murray
2011-06-23
1
-1/+1
*
#6771: fix docs: curses.wrapper is exposed as a function, not a module
R David Murray
2011-06-18
1
-34/+13
*
update link to pycrypto (closes #12351)
Benjamin Peterson
2011-06-16
1
-1/+1
*
Closes #12206: documentation update for LogRecord constructor and Formatter.f...
Vinay Sajip
2011-06-13
1
-0/+10
*
Fix named tuples to work with vars().
Raymond Hettinger
2011-06-03
1
-1/+3
*
Cleanup example
Raymond Hettinger
2011-06-01
1
-5/+4
*
Multiple clean-ups to the docs for builtin functions.
Raymond Hettinger
2011-06-01
1
-28/+34
*
Link to suggestions for how to use super().
Raymond Hettinger
2011-06-01
1
-0/+4
*
Issue 12003: fixing error in xrange alternative sample
Eli Bendersky
2011-05-23
1
-1/+1
*
Simplify example
Raymond Hettinger
2011-05-21
1
-4/+0
*
this should actually be an IOError
Benjamin Peterson
2011-05-20
1
-1/+1
*
add example for not using access
Benjamin Peterson
2011-05-20
1
-1/+20
*
#12093: fix typo in struct doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-17
1
-1/+1
*
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-2/+2
*
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-0/+3
*
Add a note to the str.find doc to suggest the use of the "in" operator.
Ezio Melotti
2011-05-09
1
-0/+9
*
#11985: document the return value of platform.python_implementation for PyPy.
Ezio Melotti
2011-05-03
1
-1/+1
*
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Victor Stinner
2011-05-03
1
-0/+4
*
Fix grammar to include both integer types in 2.x
Éric Araujo
2011-05-02
1
-2/+2
*
Fix spelling.
Raymond Hettinger
2011-05-02
1
-1/+1
*
note abcs of int and float (closes #11977)
Benjamin Peterson
2011-05-01
1
-1/+5
*
#11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7/+7
*
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-30
1
-3/+107
*
#11952: Fix typo in multiprocessing doc.
Ezio Melotti
2011-04-29
1
-1/+1
*
Merged solution for #11786 from 2.6
Łukasz Langa
2011-04-28
1
-4/+6
|
\
|
*
Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().
Łukasz Langa
2011-04-28
1
-5/+7
*
|
#11901: add description of how bitfields are laid out to hexversion docs
R David Murray
2011-04-25
1
-0/+24
*
|
Fix some more markup glitches in argparse doc.
Ezio Melotti
2011-04-21
1
-98/+110
*
|
The \ is not supported in Sphinx 0.6.
Ezio Melotti
2011-04-21
1
-6/+2
*
|
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
Ezio Melotti
2011-04-21
1
-1/+1
[next]