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 #23305: clarified RotatingFileHandler documentation.
Vinay Sajip
2015-01-23
1
-9/+10
*
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
1
-2/+2
*
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
Georg Brandl
2015-01-15
1
-1/+1
*
Issue20467: clarify __init__'s role
Ethan Furman
2015-01-15
1
-4/+8
*
Closes #23181: codepoint -> code point
Georg Brandl
2015-01-14
5
-12/+12
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
4
-4/+4
*
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-33/+54
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
1
-4/+4
*
Silence a Sphinx warning in ftplib.rst.
Berker Peksag
2015-01-06
1
-1/+1
*
Fix a markup error in the argparse documentation.
Berker Peksag
2015-01-06
1
-2/+2
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+2
*
Clarified documentation for logging exception function/method.
Vinay Sajip
2015-01-06
1
-4/+6
*
emphasize that cffi is better than extension modules for portability
Benjamin Peterson
2015-01-05
1
-5/+10
*
allow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson
2015-01-04
1
-5/+13
*
make SSLv23 the default version in ftplib (closes #23111)
Benjamin Peterson
2015-01-04
1
-1/+1
*
Add missing URL link to Modernize docs.
Ned Deily
2015-01-03
1
-1/+1
*
update for copyright for 2015
Benjamin Peterson
2015-01-01
2
-2/+2
*
Issue #23125: Update nose project page link.
Berker Peksag
2014-12-28
1
-1/+1
*
improve incorrect French (#23109)
Benjamin Peterson
2014-12-24
1
-2/+2
*
Issue #23070: Fix a comment in the tutorial.
Berker Peksag
2014-12-17
1
-1/+1
*
Issue #23047: Fix typo in pyporting.rst.
Berker Peksag
2014-12-13
1
-1/+1
*
Backport of porting HOWTO
Brett Cannon
2014-12-12
1
-583/+358
*
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 #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
2
-9/+31
*
fix path to patchlevel.py
Benjamin Peterson
2014-12-10
1
-1/+1
*
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily
2014-12-10
1
-3/+3
*
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag
2014-12-10
3
-4/+17
*
Merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
1
-4/+4
|
\
|
*
remove mention of check_hostname parameter
Benjamin Peterson
2014-12-07
1
-4/+4
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
1
-9/+2
|
\
\
|
|
/
|
*
remove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson
2014-12-07
1
-9/+2
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
1
-2/+5
|
\
\
|
|
/
|
*
note that sslv3 may not be available
Benjamin Peterson
2014-12-06
1
-2/+5
*
|
Edit Menus section of Idle doc. Make menu entries match current Idle in order
Terry Jan Reedy
2014-12-05
1
-123/+138
*
|
Issue #3068: Document the new Configure Extensions dialog and menu entry.
Terry Jan Reedy
2014-12-04
1
-11/+19
*
|
Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just
Terry Jan Reedy
2014-12-04
1
-89/+308
*
|
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
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-3/+8
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-3/+8
*
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
1
-42/+71
*
|
pydoc: Add a note about setting PAGER to affect console output pagination.
Zachary Ware
2014-11-27
1
-0/+4
|
/
*
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
[prev]
[next]