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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
#17325: Improve distutils PyPI documentation.
R David Murray
2014-10-12
1
-56/+90
*
Closes #22586: clarify meaning of allow_fragments in urlparse.
Georg Brandl
2014-10-12
1
-2/+3
*
Issue #15414: Clean and correct the os.path.join docs.
Zachary Ware
2014-10-10
1
-11/+16
*
Issue #22575: Revise bytearray entry for 2.7.
Terry Jan Reedy
2014-10-10
1
-3/+3
*
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...
R David Murray
2014-10-10
1
-0/+33
*
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
*
use source role instead of linking to svn
Benjamin Peterson
2014-10-07
1
-10/+7
*
Closes #19071: "self" argument is not the module for module functions in 2.x.
Georg Brandl
2014-10-06
1
-2/+3
*
Closes #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl
2014-10-06
3
-6/+14
*
Closes #17057: fix grammar in old-style vs new-style class docs.
Georg Brandl
2014-10-06
1
-14/+14
*
Closes #14303: socket.makefile() does not call dup() anymore on the socket fd.
Georg Brandl
2014-10-06
1
-3/+5
*
Closes #10031: overhaul the "imports" section of the programming FAQ.
Georg Brandl
2014-10-06
2
-16/+6
*
Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
Georg Brandl
2014-10-06
1
-0/+5
*
Document builtin classes as such, not functions.
Georg Brandl
2014-10-06
1
-33/+36
*
#14201: Update ctypes docs to match behavior changed from 214b28d7a999.
R David Murray
2014-10-04
1
-5/+10
*
#14056: Small improvements to the tarfile documentation.
R David Murray
2014-10-04
1
-10/+14
*
Fix a few typo/grammar issues in the multiprocessing docs.
Zachary Ware
2014-10-03
1
-3/+3
*
merge heads
Georg Brandl
2014-10-02
2
-0/+8
|
\
|
*
closes #22528: add source links to symtable and compileall
Georg Brandl
2014-10-02
2
-0/+8
*
|
Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ...
Georg Brandl
2014-10-02
4
-74/+47
|
/
*
Issue 22465: grammar, number agreement.
Terry Jan Reedy
2014-09-30
1
-1/+1
*
Remove duplicate PyLong function descriptions.
Georg Brandl
2014-09-30
1
-28/+0
*
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
21
-116/+7
*
Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...
Georg Brandl
2014-09-30
1
-1/+0
*
Prepare sphinx extensions for 1.3.
Georg Brandl
2014-09-30
2
-1/+3
*
add link to pdb source (closes #22528)
Benjamin Peterson
2014-09-30
1
-0/+3
*
#20135: FAQ entry for list mutation.
R David Murray
2014-09-29
1
-1/+76
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
1
-0/+10
*
allow archives for rc releases to be built (closes #22484)
Benjamin Peterson
2014-09-25
1
-2/+3
*
Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...
Georg Brandl
2014-09-20
2
-4/+5
*
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Georg Brandl
2014-09-20
7
-57/+57
*
remove extra letter
Benjamin Peterson
2014-09-19
1
-1/+1
*
standardize pep 466 relnote style
Benjamin Peterson
2014-09-19
1
-11/+9
*
whatsnew for pep 466 ssl backport
Benjamin Peterson
2014-09-19
1
-0/+11
*
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
Vinay Sajip
2014-09-18
1
-1/+9
*
Issue #16827: Make Interpreter introduction section of the tutorial more
Senthil Kumaran
2014-09-18
3
-111/+128
*
make hg link secure
Benjamin Peterson
2014-09-13
1
-1/+1
*
y2k compliance, lol (closes #22380)
Benjamin Peterson
2014-09-10
1
-37/+0
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
2
-2/+2
*
Issue #20643: Fixed references to the next() method (distinguish from the
Serhiy Storchaka
2014-09-05
8
-28/+27
*
backport our own copy of the ref-counting extension
Benjamin Peterson
2014-09-05
2
-2/+122
*
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Benjamin Peterson
2014-09-05
3
-93/+161
*
fix malformed use cmdoption directive
Benjamin Peterson
2014-09-05
1
-1/+2
*
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
Alex Gaynor
2014-09-04
1
-1/+1
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
1
-4/+14
*
the correct role is :meth: not :method:
Benjamin Peterson
2014-09-04
1
-8/+6
*
remove script that now lives at https://github.com/python/docsbuild-scripts
Benjamin Peterson
2014-09-02
1
-135/+0
*
Issue #22320: Fix broken link in the General Python FAQ.
Ned Deily
2014-09-01
1
-1/+2
*
getuid() returns real process id not effective (closes #22307)
Benjamin Peterson
2014-08-31
1
-4/+4
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
1
-0/+18
[prev]
[next]