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
*
Issue #23047: Fix typo in pyporting.rst.
Berker Peksag
2014-12-13
1
-1/+1
*
Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.
Ned Deily
2014-12-13
1
-3/+3
*
Address some comments from Nick Coghlan
Brett Cannon
2014-12-12
1
-8/+23
*
remove reference to dead irc channel (closes #23038)
Benjamin Peterson
2014-12-12
1
-3/+1
*
Issue 23005: Fix typos
Raymond Hettinger
2014-12-12
1
-2/+2
*
Issue #22823: Fixed an output of sets in examples.
Serhiy Storchaka
2014-12-11
1
-12/+12
*
whitespace
Terry Jan Reedy
2014-12-10
1
-1/+1
*
Issue #23006 whitespace
Terry Jan Reedy
2014-12-10
1
-2/+2
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
2
-5/+14
*
fix path to patchlevel.py
Benjamin Peterson
2014-12-10
1
-1/+1
*
#22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
R David Murray
2014-12-10
1
-2/+1
*
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag
2014-12-09
3
-7/+20
*
fix reference by adding module name
Benjamin Peterson
2014-12-07
1
-1/+1
*
HTTPSConnection: prefer the context's check_hostname attribute over the const...
Benjamin Peterson
2014-12-07
1
-8/+3
*
note that sslv3 may not be available
Benjamin Peterson
2014-12-06
1
-2/+5
*
Fix a bad link
Brett Cannon
2014-12-05
1
-1/+1
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
4
-17/+20
*
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
Brett Cannon
2014-12-05
1
-584/+343
*
Edit Menus section of Idle doc. Make menu entries match current Idle in order
Terry Jan Reedy
2014-12-05
1
-123/+138
*
docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
2014-12-05
1
-1/+2
*
Issue #3068: Document the new Configure Extensions dialog and menu entry.
Terry Jan Reedy
2014-12-04
1
-11/+19
*
Issue #16893: For Idle doc, move index entries, copy no-subprocess section
Terry Jan Reedy
2014-12-04
1
-20/+38
*
Fix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou
2014-12-03
1
-4/+3
*
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-8/+2
*
Closes #22475: asyncio doc, fix Task.get_stack() doc
Victor Stinner
2014-12-02
1
-1/+1
*
Close #22473: asyncio doc: rephrase Future with run_forever() example
Victor Stinner
2014-12-02
1
-8/+3
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
2
-2/+2
*
context is keyword-only
Benjamin Peterson
2014-11-30
1
-1/+1
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-2/+7
*
Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Victor Stinner
2014-11-28
1
-4/+10
*
asyncio doc: reformat event loop policy doc
Victor Stinner
2014-11-28
1
-8/+18
*
asyncio doc: explain how to pass keywords to callbacks (functools.partial)
Victor Stinner
2014-11-28
2
-0/+38
*
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
1
-39/+72
*
pydoc: Add a note about setting PAGER to affect console output pagination.
Zachary Ware
2014-11-27
1
-0/+4
*
(3.4) Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
3
-4/+26
*
pydoc: Remove mention of '-g' command line option, document its removal.
Zachary Ware
2014-11-27
1
-6/+4
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
*
add context parameter to HTTPHandler (closes #22788)
Benjamin Peterson
2014-11-24
1
-5/+10
*
correct versionchanged version
Benjamin Peterson
2014-11-24
1
-1/+1
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-7/+7
*
document that cadefault does nothing now
Benjamin Peterson
2014-11-23
1
-4/+1
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-23/+24
*
Issue #22839: Fix Snapshot.statistics() link.
Berker Peksag
2014-11-10
1
-1/+1
*
Issue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger
2014-11-10
1
-4/+5
*
Issue #22695: Fix rendering of the deprecated-removed role in HTML.
Berker Peksag
2014-11-08
1
-6/+4
*
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag
2014-11-07
1
-1/+2
*
Issue 22803: Add missing versionadded directive.
Raymond Hettinger
2014-11-06
1
-0/+2
*
Closes #22525: clarify documentation for ast.literal_eval().
Georg Brandl
2014-11-05
1
-7/+9
*
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
4
-15/+38
*
wrap
Benjamin Peterson
2014-11-02
1
-2/+2
[next]