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
...
|
|
*
|
|
|
#13579: minimize code base drift for 'a' string.Formatter change.
R David Murray
2012-08-19
2
-9/+10
|
|
*
|
|
|
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
3
-0/+13
|
|
*
|
|
|
Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson
2012-08-18
3
-6/+28
|
|
*
|
|
|
Fix typo in tutorial
Eli Bendersky
2012-08-18
1
-1/+1
|
|
*
|
|
|
Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis
Eli Bendersky
2012-08-18
1
-7/+308
|
|
*
|
|
|
#15355: Mention already-executing Exception in generator docs.
R David Murray
2012-08-18
1
-2/+9
|
|
*
|
|
|
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 #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
11
-52/+112
|
|
*
|
|
|
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
7
-49/+47
|
|
*
|
|
|
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
13
-26/+78
|
|
*
|
|
|
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
3
-1/+16
|
|
*
|
|
|
#15269: document dircmp.left and right.
R David Murray
2012-08-15
1
-0/+25
|
|
*
|
|
|
fix typo
Sandro Tosi
2012-08-14
1
-1/+1
|
|
*
|
|
|
- Issue #15647: Make isdir static for windows and posix
Matthias Klose
2012-08-14
1
-2/+2
|
|
*
|
|
|
Modules/socketmodule.c: netdb_lock: define static.
Matthias Klose
2012-08-14
1
-1/+1
|
|
*
|
|
|
#9161: Fix test to use standard optparse test pattern (what was I thinking?)
R David Murray
2012-08-14
1
-6/+6
|
|
*
|
|
|
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov
2012-08-14
1
-9/+22
|
|
*
|
|
|
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
4
-2/+43
|
|
*
|
|
|
#9161: add test for the bug fixed by r82581.
R David Murray
2012-08-14
1
-0/+7
|
|
*
|
|
|
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 #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
2
-3/+19
|
|
*
|
|
|
complete cgi.parse() signature; thanks to Aaron Bingham from docs@
Sandro Tosi
2012-08-12
1
-2/+2
|
|
*
|
|
|
add usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi
2012-08-12
1
-1/+3
|
|
*
|
|
|
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
|
|
*
|
|
|
Remove unused variables in parsetok().
Georg Brandl
2012-08-11
1
-2/+1
|
|
*
|
|
|
Fix casing of SocketServer module in 2.7.
Georg Brandl
2012-08-11
1
-5/+5
|
|
*
|
|
|
Graft a89d654adaa2 from 3.2 branch. Fixes #15620.
Georg Brandl
2012-08-11
2
-0/+5
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
|
|
*
|
|
|
|
Fix #15567. collections.deque wasn't imported
Brian Curtin
2012-08-10
2
-1/+4
|
|
*
|
|
|
|
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
|
|
*
|
|
|
|
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
2
-0/+21
|
|
*
|
|
|
|
make documented file() kw names and actual ones agree (closes #15572)
Benjamin Peterson
2012-08-07
1
-1/+1
|
|
*
|
|
|
|
#15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
|
|
*
|
|
|
|
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
2
-4/+6
|
|
*
|
|
|
|
Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder ...
Vinay Sajip
2012-08-04
1
-4/+6
|
|
*
|
|
|
|
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
2
-5/+28
|
|
*
|
|
|
|
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi
2012-08-04
1
-1/+1
|
|
*
|
|
|
|
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
2
-17/+32
|
|
*
|
|
|
|
#15512: Declarations reorganization
Jesus Cea
2012-08-03
1
-21/+23
|
|
*
|
|
|
|
#15512: Remove remnants of debugging code
Jesus Cea
2012-08-03
1
-2/+0
|
|
*
|
|
|
|
Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
3
-1/+39
|
|
*
|
|
|
|
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
5
-4/+103
|
|
*
|
|
|
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...
Antoine Pitrou
2012-08-02
4
-2/+6
|
|
*
|
|
|
|
Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
Eli Bendersky
2012-08-02
1
-1/+6
[prev]
[next]