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
...
*
correct call grammar error (#3473)
Benjamin Peterson
2014-08-28
1
-1/+1
*
Issue #22243: fix except grammar in reference.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
Update PEP 466 What's New in 2.7 section
Nick Coghlan
2014-08-23
1
-6/+16
*
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
Ned Deily
2014-08-22
1
-0/+4
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
1
-179/+1203
*
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
Zachary Ware
2014-08-11
1
-1/+1
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-7/+13
*
Issue #22130: Corrected fileConfig() documentation.
Vinay Sajip
2014-08-05
1
-1/+1
*
#21928: clarify functools.wraps docs.
Ezio Melotti
2014-08-05
1
-3/+4
*
#18034: update FAQ to suggest importlib.import_module instead of __import__. ...
Ezio Melotti
2014-08-04
1
-12/+3
*
Issue #13540: Merge commits
Jason R. Coombs
2014-08-03
1
-19/+53
|
\
|
*
Issue #13540: Update references to Action class to match syntax used for othe...
Jason R. Coombs
2014-08-03
1
-2/+2
|
*
Issue #13540: Removed redundant documentation about Action instance attribute...
Jason R. Coombs
2014-07-20
1
-49/+26
|
*
Issue #13540: Expanded argparse documents to clarify the action API
Jason R. Coombs
2011-12-14
1
-19/+76
*
|
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
Victor Stinner
2014-07-24
1
-0/+5
*
|
Fix grammar
Andrew Svetlov
2014-07-24
1
-1/+1
*
|
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
Zachary Ware
2014-07-22
1
-1/+1
*
|
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
Serhiy Storchaka
2014-07-22
1
-10/+16
*
|
args doesn't need to be a tuple (closes #17210)
Benjamin Peterson
2014-07-19
1
-1/+1
*
|
Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ...
Mark Dickinson
2014-07-19
1
-4/+0
*
|
Issue #22004: Correct an argument name.
Zachary Ware
2014-07-18
1
-1/+1
*
|
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
Zachary Ware
2014-07-16
1
-1/+1
*
|
Fix typo found by Scott Hinton on docs@
Zachary Ware
2014-07-07
1
-1/+1
*
|
#20135: move FAQ about mutable default arguments to the programming FAQs page.
Ezio Melotti
2014-07-06
2
-56/+56
*
|
Fix guidance for subclassing collections.Set()
Raymond Hettinger
2014-07-02
1
-1/+1
*
|
Issue #14097: Backport 796d1371605d and subsequent changes.
Zachary Ware
2014-07-01
1
-289/+267
*
|
Fix typo pointed out by Dmitry Chaplinsky on docs@.
Berker Peksag
2014-06-28
1
-1/+1
*
|
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Ned Deily
2014-06-27
1
-9/+2
*
|
Issue #19897: Use python as executable instead of python3.
Berker Peksag
2014-06-26
1
-2/+2
*
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea
2014-06-25
4
-0/+29
*
|
Fixed typo in documentation.
Vinay Sajip
2014-06-25
1
-1/+1
*
|
Issue #11974: Add tutorial section on class and instance variables
Raymond Hettinger
2014-06-24
1
-0/+71
*
|
clarify that islink only really works if python knows about symlinks (closes ...
Benjamin Peterson
2014-06-23
1
-1/+1
*
|
issue 20091 - index entry for __main__ in runpy docs.
Senthil Kumaran
2014-06-20
1
-0/+6
*
|
#21690: fix a couple of links in the docs of the re module. Noticed by Julia...
Ezio Melotti
2014-06-19
1
-2/+2
*
|
Fix typo reported by Jesse W on docs@
Zachary Ware
2014-06-16
1
-1/+2
*
|
Closes #21759: URL Typo in Documentation FAQ
Jesus Cea
2014-06-16
1
-1/+1
*
|
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy
2014-06-16
1
-1/+2
*
|
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson
2014-06-16
1
-3/+5
*
|
document IOBase.__del__'s behavior (closes #21764)
Benjamin Peterson
2014-06-15
1
-0/+6
*
|
#5904: Add sentence about the encoding of strftime's result.
R David Murray
2014-06-13
1
-1/+3
*
|
Issue #21726: Remove unnecessary and contextually wrong line.
Terry Jan Reedy
2014-06-13
1
-3/+0
*
|
#21693 - Fix the broken link for pylons project.
Senthil Kumaran
2014-06-11
1
-1/+1
*
|
#20903: clarify what happens when an smtp connection timeout occurs.
R David Murray
2014-06-09
1
-2/+4
*
|
document TokenError and unclosed expression behavior (closes #12063)
Benjamin Peterson
2014-06-08
1
-0/+18
*
|
specify that getuid() returns the real uid (closes #10503)
Benjamin Peterson
2014-06-07
1
-1/+1
*
|
document the compress_level argument to tarfile.open (closes #21404)
Benjamin Peterson
2014-06-07
1
-0/+4
*
|
Updates to Python 2.7 What's New preamble
Nick Coghlan
2014-06-07
1
-39/+133
*
|
#21653: fix doc for return type of sqlite3.Row.keys().
R David Murray
2014-06-05
1
-1/+1
*
|
Update references to Python docs in the sidebar index.
Senthil Kumaran
2014-06-03
1
-16/+16
[prev]
[next]