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
...
*
|
use the called property of the run_pip mock rather than an assertion method t...
Benjamin Peterson
2014-04-16
1
-8/+8
*
|
Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...
Senthil Kumaran
2014-04-16
1
-1/+4
*
|
Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...
Antoine Pitrou
2014-04-16
1
-1/+6
*
|
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
2
-7/+8
*
|
#1704474: mark refleak test as specific to CPython
Andrew Kuchling
2014-04-15
1
-0/+1
*
|
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-16
1
-2/+2
*
|
#20874: reflow paragraph.
R David Murray
2014-04-16
1
-7/+7
*
|
#20874: update tutorial wording: sophisticated line editing is now standard.
R David Murray
2014-04-16
1
-4/+3
*
|
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
|
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...
Michael Foord
2014-04-15
3
-6/+31
*
|
Run test_urllib2_localnet tests using unittest.main().
Senthil Kumaran
2014-04-15
1
-7/+17
*
|
Closes Issue 21222.
Kushal Das
2014-04-15
3
-0/+9
*
|
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
doko@ubuntu.com
2014-04-15
2
-1/+5
*
|
asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly
Yury Selivanov
2014-04-15
2
-0/+20
*
|
Reverted 16efa8d27e4c after discussion with Eric.
Vinay Sajip
2014-04-15
3
-13/+0
*
|
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
Vinay Sajip
2014-04-15
3
-2/+22
*
|
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Pat...
Eric V. Smith
2014-04-15
3
-0/+13
*
|
misc.news: Remove whitespace
Yury Selivanov
2014-04-15
1
-1/+1
*
|
asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
Yury Selivanov
2014-04-15
3
-1/+32
*
|
Invoke test_urllibnet tests using unittest.main function
Senthil Kumaran
2014-04-15
1
-7/+3
*
|
#15104: add backtick code markup.
R David Murray
2014-04-14
1
-7/+7
*
|
#17498: Defer SMTPServerDisconnected errors until the next command.
R David Murray
2014-04-14
3
-3/+33
*
|
merge heads
Senthil Kumaran
2014-04-14
1
-1/+1
|
\
\
|
*
|
Issue #13598: Added acknowledgements to Misc/NEWS.
Eric V. Smith
2014-04-14
1
-1/+1
*
|
|
merge heads
Senthil Kumaran
2014-04-14
3
-2/+42
|
\
\
\
|
|
/
/
|
*
|
Issue #13598: Add auto-numbering of replacement fields to string.Formatter.
Eric V. Smith
2014-04-14
3
-2/+42
*
|
|
merge heads
Senthil Kumaran
2014-04-14
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Add conditional code for android's lack of definition of SYS_getdent64.
Gregory P. Smith
2014-04-14
1
-0/+6
*
|
|
Convert urllib.request parse_proxy doctests to unittests.
Senthil Kumaran
2014-04-14
2
-45/+39
|
/
/
*
|
Issue 17826. Setting an iterable side_effect on a mock created by create_auto...
Michael Foord
2014-04-14
3
-2/+34
*
|
#15104: improve the discussion of __main__.
R David Murray
2014-04-14
1
-5/+11
*
|
Fix the NEWS Entry item. (Thanks Stéphane Wirtel)
Senthil Kumaran
2014-04-14
1
-1/+1
*
|
#18518: mention that including a return statement changes/breaks the behaviour
Andrew Kuchling
2014-04-14
1
-0/+6
*
|
do not generate pipe names in the temporary dir
Benjamin Peterson
2014-04-14
1
-1/+1
*
|
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT...
Senthil Kumaran
2014-04-14
3
-26/+100
*
|
merge 3.3
Benjamin Peterson
2014-04-14
0
-0/+0
|
\
\
|
|
/
|
*
merge 3.2
Benjamin Peterson
2014-04-14
0
-0/+0
|
|
\
|
|
*
fix poor spelling
Benjamin Peterson
2014-04-14
1
-1/+1
*
|
|
Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...
Eric V. Smith
2014-04-14
3
-11/+32
*
|
|
merge 3.3
Benjamin Peterson
2014-04-14
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2014-04-14
1
-4/+5
|
|
\
\
|
|
|
/
|
|
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-4/+5
*
|
|
Merge
Michael Foord
2014-04-14
3
-1/+31
|
\
\
\
|
*
|
|
Issue 20968. unittest.mock.MagicMock now supports division
Michael Foord
2014-04-14
3
-1/+31
*
|
|
|
Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...
Mark Dickinson
2014-04-14
1
-4/+4
|
/
/
/
*
|
|
#21169: add comment and doc update for getpass change.
R David Murray
2014-04-14
2
-4/+6
*
|
|
Fix faq example with division.
Eric V. Smith
2014-04-14
1
-1/+1
*
|
|
Fix text about int() with octal numbers. Closes #21212.
Eric V. Smith
2014-04-14
1
-1/+1
*
|
|
fix sending tuples to custom generator objects with yield from (closes #21209)
Benjamin Peterson
2014-04-14
3
-1/+23
[prev]
[next]