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 #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
3
-8/+46
*
Issue #6953: Merge readline doc from 3.5
Martin Panter
2016-04-05
1
-59/+116
|
\
|
*
Issue #6953: Rearrange and expand Readline module documentation
Martin Panter
2016-04-05
1
-59/+116
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-1/+1
*
|
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Guido van Rossum
2016-04-04
2
-7/+11
*
|
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Berker Peksag
2016-04-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Berker Peksag
2016-04-02
1
-2/+2
*
|
Issue #26688: Fix module name in mock docs
Berker Peksag
2016-04-02
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26688: Fix module name in mock docs
Berker Peksag
2016-04-02
1
-3/+3
*
|
Issue #26678: Merge datetime doc fixes from 3.5
Martin Panter
2016-04-01
1
-59/+63
|
\
\
|
|
/
|
*
Issue #26678: Fix indexing of datetime.tzinfo and timezone classes
Martin Panter
2016-04-01
1
-59/+63
*
|
Merged documentation update from 3.5.
Vinay Sajip
2016-04-01
1
-0/+102
|
\
\
|
|
/
|
*
Added a cookbook recipe for a logging context manager.
Vinay Sajip
2016-04-01
1
-0/+102
*
|
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
Martin Panter
2016-04-01
1
-1/+2
*
|
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
6
-15/+15
|
\
\
|
|
/
|
*
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
6
-15/+15
*
|
Fix typo in xml.dom.pulldom.rst
Berker Peksag
2016-03-30
1
-1/+3
|
\
\
|
|
/
|
*
Fix typo in xml.dom.pulldom.rst
Berker Peksag
2016-03-30
1
-1/+3
*
|
Merge 3.5
Andrew Svetlov
2016-03-29
1
-0/+2
|
\
\
|
|
/
|
*
Document None as timeout for asyncio.timeout()
Andrew Svetlov
2016-03-29
1
-0/+2
*
|
Issue #25314: Merge argparse doc from 3.5
Martin Panter
2016-03-28
1
-4/+6
|
\
\
|
|
/
|
*
Issue #25314: store_true and store_false also create appropriate defaults.
Raymond Hettinger
2011-11-20
1
-4/+6
*
|
Issue #23804: Merge SSL zero read fix from 3.5
Martin Panter
2016-03-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
Martin Panter
2016-03-28
1
-1/+1
*
|
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
Berker Peksag
2016-03-27
1
-3/+5
|
\
\
|
|
/
|
*
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
Berker Peksag
2016-03-27
1
-3/+5
*
|
Document sqlite3.Cursor.close()
Berker Peksag
2016-03-27
1
-0/+6
|
\
\
|
|
/
|
*
Document sqlite3.Cursor.close()
Berker Peksag
2016-03-27
1
-0/+6
*
|
sqlite3 documentation: Connection.iterdump() is a method
Berker Peksag
2016-03-27
1
-2/+2
|
\
\
|
|
/
|
*
sqlite3 documentation: Connection.iterdump() is a method
Berker Peksag
2016-03-27
1
-2/+2
|
*
Issue #25654:
Victor Stinner
2016-03-25
1
-1/+1
*
|
Issue #25654:
Victor Stinner
2016-03-25
1
-1/+1
*
|
Don't doc check the venv dir
Zachary Ware
2016-03-25
1
-1/+1
*
|
Merge with 3.5
Terry Jan Reedy
2016-03-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26525: Change chr example to match change in ord example.
Terry Jan Reedy
2016-03-23
1
-1/+1
*
|
Fix typo in doc: avoid the french "& cie" :-)
Victor Stinner
2016-03-23
2
-5/+5
*
|
faulthandler: add Windows exception handler
Victor Stinner
2016-03-23
2
-0/+11
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
1
-1/+7
*
|
tracemalloc now supports domains
Victor Stinner
2016-03-22
1
-6/+39
*
|
Optimize bytes.replace(b'', b'.')
Victor Stinner
2016-03-21
1
-0/+3
*
|
Merge with 3.5
Terry Jan Reedy
2016-03-21
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
Terry Jan Reedy
2016-03-21
1
-2/+2
*
|
Merge with 3.5
Terry Jan Reedy
2016-03-21
1
-2/+4
|
\
\
|
|
/
|
*
Issue #15660: Further clarify 0 prefix for width specifier in formats.
Terry Jan Reedy
2016-03-21
1
-2/+4
*
|
Issue #26593: Fix typo in logging HOWTO
Berker Peksag
2016-03-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26593: Fix typo in logging HOWTO
Berker Peksag
2016-03-20
1
-1/+1
*
|
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
Berker Peksag
2016-03-19
2
-0/+5
*
|
Issue #26567: enhance ResourceWarning example
Victor Stinner
2016-03-19
1
-9/+12
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
3
-1/+49
[next]