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
*
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
*
|
Merge for issue #26095
Brett Cannon
2016-03-18
1
-0/+46
|
\
\
|
|
/
|
*
Suggest people use feature detection in porting guide
Brett Cannon
2016-03-18
1
-0/+46
*
|
Issue #26252: Add an example on how to register a finder
Brett Cannon
2016-03-18
1
-2/+32
*
|
#26250: merge with 3.5.
Ezio Melotti
2016-03-18
1
-0/+12
|
\
\
|
|
/
|
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
1
-0/+12
*
|
Doc: fix typos, patch written by Stefan Behnel
Victor Stinner
2016-03-18
3
-6/+6
*
|
Fixed a typo.
Serhiy Storchaka
2016-03-18
1
-1/+1
|
\
\
|
|
/
|
*
Fixed a typo.
Serhiy Storchaka
2016-03-18
1
-1/+1
*
|
Issue #26580: Remove outdated reference to ftpmirror
Berker Peksag
2016-03-18
1
-6/+0
|
\
\
|
|
/
|
*
Issue #26580: Remove outdated reference to ftpmirror
Berker Peksag
2016-03-18
1
-6/+0
*
|
Enhance documentation on malloc debug hooks
Victor Stinner
2016-03-18
3
-11/+20
*
|
Issue #21042: Revert Linux find_library() to return just filename
Martin Panter
2016-03-17
1
-7/+4
*
|
Issue #26499: Merge HTTPResponse fix from 3.5
Martin Panter
2016-03-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
1
-0/+4
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
2
-1/+49
*
|
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
2
-3/+9
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
3
-18/+102
[next]