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
*
remove mention of check_hostname parameter
Benjamin Peterson
2014-12-07
1
-4/+4
*
remove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson
2014-12-07
1
-9/+2
*
note that sslv3 may not be available
Benjamin Peterson
2014-12-06
1
-2/+5
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-3/+8
*
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
2
-7/+8
*
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
*
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Donald Stufft
2014-11-11
4
-1/+144
*
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
*
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
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
10
-13/+12
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
6
-39/+39
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
11
-13/+13
*
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...
Georg Brandl
2014-10-28
1
-1/+1
*
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 #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
*
Fix a typo caught by Gabriella Capone on docs@
Zachary Ware
2014-10-19
1
-1/+1
*
note xmlrpclib doesn't verify certs (yet)
Benjamin Peterson
2014-10-13
1
-0/+5
*
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 #14303: socket.makefile() does not call dup() anymore on the socket fd.
Georg Brandl
2014-10-06
1
-3/+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
*
closes #22528: add source links to symtable and compileall
Georg Brandl
2014-10-02
2
-0/+8
*
add link to pdb source (closes #22528)
Benjamin Peterson
2014-09-30
1
-0/+3
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
1
-0/+10
*
Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...
Georg Brandl
2014-09-20
1
-0/+1
*
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
Vinay Sajip
2014-09-18
1
-1/+9
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-1/+1
*
Issue #20643: Fixed references to the next() method (distinguish from the
Serhiy Storchaka
2014-09-05
3
-7/+7
*
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
[next]