index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 12003: fixing error in xrange alternative sample
Eli Bendersky
2011-05-23
1
-1
/
+1
*
Issue 12126: removing incorrect claim about return value of select
Eli Bendersky
2011-05-22
1
-2
/
+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
*
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-20
1
-1
/
+1
*
#12092: backport rephrasing of a paragraph in the tutorial.
Ezio Melotti
2011-05-17
1
-4
/
+3
*
#12093: fix typo in struct doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-17
1
-1
/
+1
*
Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
1
-5
/
+5
*
#11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
Ezio Melotti
2011-05-14
1
-16
/
+17
*
#12061: remove duplicate glossary entry.
Georg Brandl
2011-05-12
1
-20
/
+0
*
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-2
/
+2
*
Issue 12047: Expand the style guide.
Raymond Hettinger
2011-05-10
1
-0
/
+104
*
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-10
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
*
#11997: fix typo in init.rst.
Ezio Melotti
2011-05-05
1
-1
/
+1
*
Fix #11834. Correct site-packages paths.
Brian Curtin
2011-05-03
1
-1
/
+1
*
#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
*
Branch merge
Éric Araujo
2011-05-02
1
-4
/
+21
|
\
|
*
Fix wording
Éric Araujo
2011-05-01
1
-2
/
+2
|
*
Advertise nesting directives for class/method and class/data combos.
Éric Araujo
2011-04-16
1
-4
/
+21
*
|
Fix grammar to include both integer types in 2.x
Éric Araujo
2011-05-02
1
-2
/
+2
*
|
Fix spelling.
Raymond Hettinger
2011-05-01
1
-1
/
+1
*
|
note abcs of int and float (closes #11977)
Benjamin Peterson
2011-05-01
1
-1
/
+5
*
|
Split combined code/doctest code blocks in two blocks, to enable proper highl...
Georg Brandl
2011-05-01
1
-2
/
+5
*
|
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray
2011-04-30
3
-3
/
+3
*
|
#11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7
/
+7
*
|
fix function name in example (closes #11966)
Benjamin Peterson
2011-04-30
1
-1
/
+1
|
/
*
fix formatting, :c:func: --> :cfunc:
Eli Bendersky
2011-04-30
1
-1
/
+1
*
Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...
Eli Bendersky
2011-04-30
1
-0
/
+3
*
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-29
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
*
|
Issue #11940: Update external link.
Raymond Hettinger
2011-04-27
1
-1
/
+1
*
|
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
Ezio Melotti
2011-04-28
1
-1
/
+1
*
|
#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-22
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
*
|
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
Ezio Melotti
2011-04-21
1
-4
/
+4
*
|
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
Ezio Melotti
2011-04-21
1
-1
/
+1
*
|
Add the :mod: role where it was missing.
Ezio Melotti
2011-04-21
1
-11
/
+11
*
|
#11885: capitalize Python.
Ezio Melotti
2011-04-21
1
-2
/
+2
*
|
Fix wrong function name. Noticed by Clive Darke.
Ezio Melotti
2011-04-20
1
-1
/
+1
*
|
Fix wrong number of functions noticed by Sandro Tosi.
Ezio Melotti
2011-04-19
1
-1
/
+1
*
|
Updated documentation on fileConfig().
Vinay Sajip
2011-04-19
1
-7
/
+21
*
|
Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6
Victor Stinner
2011-04-18
2
-0
/
+4
*
|
#11865: fix typo in init.rst.
Ezio Melotti
2011-04-18
1
-1
/
+1
[next]