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
*
remove incorrect plural
Benjamin Peterson
2014-11-25
1
-1/+1
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
*
Fix faulty indent.
Ned Deily
2014-11-24
1
-1/+1
*
pep 476: verify certificates by default (#22417)
Benjamin Peterson
2014-11-24
3
-7/+31
*
give urllib.urlopen a context parameter (closes #22927)
Benjamin Peterson
2014-11-24
1
-4/+14
*
fix versionchanged version
Benjamin Peterson
2014-11-24
1
-1/+1
*
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...
Benjamin Peterson
2014-11-24
1
-7/+7
*
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...
Benjamin Peterson
2014-11-23
2
-12/+44
*
Fix 2to3 reference link in pyporting.rst.
Ned Deily
2014-11-23
1
-4/+3
*
Issue #22827: Backport the new Distributing and Instaling Docs from 3.4
Donald Stufft
2014-11-20
5
-4/+403
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
2
-0/+7
*
Fix description.
Georg Brandl
2014-11-14
1
-1/+1
*
Closes #22868: make example less ambiguous.
Georg Brandl
2014-11-14
1
-3/+3
*
Close #22300 by tweaking 2.7.9 What's New announcements
Nick Coghlan
2014-11-14
1
-0/+8
*
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Donald Stufft
2014-11-11
5
-1/+203
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-5/+5
*
Use internal links where possible
Raymond Hettinger
2014-11-10
2
-4/+2
*
Issue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger
2014-11-10
1
-4/+7
*
Fixes path to patchlevel.py in doc/make.bat
Steve Dower
2014-11-06
1
-1/+1
*
Closes #22525: clarify documentation for ast.literal_eval().
Georg Brandl
2014-11-05
1
-6/+8
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
2
-6/+7
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
3
-7/+9
*
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+8
*
minor grammar fixes (from docs@python.org)
Georg Brandl
2014-10-31
1
-2/+2
*
rstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl
2014-10-30
1
-1/+1
*
rstlint: add more directives we use
Georg Brandl
2014-10-30
1
-6/+6
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
2
-2/+2
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
25
-34/+32
*
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on w...
Georg Brandl
2014-10-29
1
-0/+10
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
14
-61/+59
*
Fixing broken links in doc, part 2: howto/
Georg Brandl
2014-10-29
5
-45/+30
*
Fixing broken links in doc, part 1: faq/
Georg Brandl
2014-10-29
9
-35/+29
*
Fix external links to docs.python.org to use internal links instead.
Georg Brandl
2014-10-29
1
-3/+3
*
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial I...
Georg Brandl
2014-10-29
1
-2/+2
*
Update "where is python.org hosted" FAQ.
Georg Brandl
2014-10-29
1
-4/+5
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
49
-140/+140
*
Use https:// URLs in the HTML templates.
Georg Brandl
2014-10-29
4
-12/+12
*
Doc readme: Fix markup, use https:// URLs.
Georg Brandl
2014-10-29
1
-36/+36
*
Adjust the author field of the .tex files to reflect that docs are now mainta...
Georg Brandl
2014-10-29
1
-1/+1
*
Move Sphinx templates and extensions to their own subdirs.
Georg Brandl
2014-10-29
10
-26/+10
*
Fix link to ABOP install chapter.
Georg Brandl
2014-10-28
1
-2/+2
*
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
Georg Brandl
2014-10-28
1
-3/+2
*
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...
Georg Brandl
2014-10-28
1
-1/+1
*
Closes #22748: there are no PyString C functions in 3.x.
Georg Brandl
2014-10-28
1
-4/+3
*
Closes #22736: move seealso to the bottom of the section about RE syntax.
Georg Brandl
2014-10-28
1
-7/+8
*
#22237: document that sorted() is guaranteed to be stable. Initial patch by ...
Ezio Melotti
2014-10-28
2
-1/+8
*
Issue #16863: Explain difference between text and 2.7 behavior.
Terry Jan Reedy
2014-10-22
1
-0/+2
*
Updated cookbook entry to replace shutil.chown with os.chown.
Vinay Sajip
2014-10-22
1
-2/+7
*
Issue #22660: update various mentions in the ssl module documentation.
Antoine Pitrou
2014-10-20
1
-115/+95
*
make plural s lowercase
Benjamin Peterson
2014-10-19
1
-1/+1
[next]