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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15741: Fix potential NULL dereference. Found by Coverity.
Stefan Krah
2012-08-20
1
-0/+2
*
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
Stefan Krah
2012-08-20
2
-0/+12
*
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-20
2
-0/+18
*
#13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
4
-9/+26
*
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
3
-2/+38
*
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
Stefan Krah
2012-08-19
1
-1/+3
*
Allow redemo.py to be used from the command line like other demos.
Ned Deily
2012-08-18
1
-0/+2
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
3
-0/+13
*
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson
2012-08-18
4
-10/+28
*
tutorial typo fix
Eli Bendersky
2012-08-18
1
-1/+1
*
#15636: add versionadded for decodebytes
R David Murray
2012-08-18
1
-0/+2
*
#15355: Mention already-executing Exception in generator docs.
R David Murray
2012-08-18
1
-2/+9
*
#15694: reflow paragraph.
R David Murray
2012-08-18
1
-3/+2
*
#15694: Link discussion of file objects to glossary entry.
R David Murray
2012-08-18
2
-8/+16
*
Issue 15660: Clarify 0 prefix for width field in str.format doc.
Terry Jan Reedy
2012-08-17
1
-3/+3
*
Issue #15412: Remove erroneous note about weakrefs
Richard Oudkerk
2012-08-17
1
-6/+0
*
Issue #14501: Clarify that authentication keys are byte strings
Richard Oudkerk
2012-08-17
1
-19/+20
*
Update the getpeercert() example with a real-world cert showing non-trivial i...
Antoine Pitrou
2012-08-16
1
-17/+33
*
#11062: Fix universal newline support in Babyl._install_message()
Petri Lehtinen
2012-08-16
1
-3/+10
*
Fix str docstring
Nick Coghlan
2012-08-16
1
-4/+8
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
11
-39/+87
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
6
-34/+31
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
13
-23/+77
*
merge heads in 3.2 branch
Eli Bendersky
2012-08-15
3
-13/+9
|
\
|
*
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
3
-13/+9
*
|
Issue #15656: fixing code sample in extending doc
Eli Bendersky
2012-08-15
1
-5/+10
|
/
*
#15269: document dircmp.left and right, and add tests for them.
R David Murray
2012-08-15
2
-2/+33
*
fix typo
Sandro Tosi
2012-08-14
1
-1/+1
*
Merge 3.2
Andrew Svetlov
2012-08-14
1
-1/+1
|
\
|
*
Modules/socketmodule.c: netdb_lock: define static.
Matthias Klose
2012-08-14
1
-1/+1
*
|
Add test to explicit check the absence regression in subprocess (issue #15592).
Andrew Svetlov
2012-08-14
1
-0/+12
|
/
*
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov
2012-08-14
1
-6/+17
*
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
4
-2/+40
*
Restore original line lengths.
Georg Brandl
2012-08-14
2
-32/+26
*
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
2
-2/+69
*
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Andrew Svetlov
2012-08-13
1
-3/+5
*
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Andrew Svetlov
2012-08-13
1
-19/+21
*
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
2
-24/+30
*
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
2
-3/+19
*
add usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi
2012-08-12
1
-1/+3
*
escape '\'; thanks to Steve Holden from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...
Sandro Tosi
2012-08-12
1
-1/+1
*
update Geany URL; thanks to Karl Tarbet from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
11
-21/+24
*
Remove unused variables in parsetok().
Georg Brandl
2012-08-11
1
-2/+1
*
Revert 961a15aff2a6, this is already checked in another way.
Georg Brandl
2012-08-11
1
-3/+1
[next]