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
*
Add verbose option for diagnostics
Raymond Hettinger
2012-07-09
1
-1/+9
*
Merge with 3.2 Issue 12510
Terry Jan Reedy
2012-07-09
1
-14/+20
|
\
|
*
Issue 12510: Delete actual first param name for all methods; revise tests.
Terry Jan Reedy
2012-07-09
1
-14/+20
*
|
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
3
-11/+0
|
\
\
|
|
/
|
*
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
3
-11/+0
*
|
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-08
1
-1/+2
*
|
Issue 15265: document the exception raised for invalid sample sizes.
Raymond Hettinger
2012-07-08
1
-0/+3
*
|
Minor algorithmic tweaks, better factoring, improved docstrings and variable ...
Raymond Hettinger
2012-07-08
1
-55/+62
*
|
Merge 3.2 closes issue 13557
Terry Jan Reedy
2012-07-08
2
-1/+10
|
\
\
|
|
/
|
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
2
-4/+7
*
|
Issue #15110: Copy same docstring as other '_exec_module' methods.
Amaury Forgeot d'Arc
2012-07-08
1
-0/+3
*
|
Issue #15110: Also hide importlib frames when importing a builtin module fails.
Amaury Forgeot d'Arc
2012-07-08
2
-2702/+2721
*
|
test AST base type garbage collection
Benjamin Peterson
2012-07-08
1
-1/+14
*
|
add news note for 85cccc38d01c
Benjamin Peterson
2012-07-08
1
-0/+2
*
|
add gc support to the AST base type (closes #15293)
Benjamin Peterson
2012-07-08
2
-8/+34
*
|
Closes #15281, #15283: Don't make venv scripts executable, but copy source mo...
Vinay Sajip
2012-07-08
1
-3/+10
*
|
Issue 14814: The new systematic tests aren't just about error reporting any m...
Nick Coghlan
2012-07-08
2
-36/+85
*
|
Merge
Antoine Pitrou
2012-07-08
1
-3/+9
|
\
\
|
*
|
Fix test_inspect messing up with linecache.cache.
Antoine Pitrou
2012-07-08
1
-3/+9
*
|
|
Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
Nick Coghlan
2012-07-08
2
-19/+0
|
/
/
*
|
Fix test failure under Windows
Antoine Pitrou
2012-07-08
1
-1/+1
*
|
Merge
Antoine Pitrou
2012-07-08
1
-1/+2
|
\
\
|
*
|
Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
Florent Xicluna
2012-07-08
1
-1/+2
*
|
|
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
Antoine Pitrou
2012-07-08
3
-0/+5
|
/
/
*
|
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the im...
Antoine Pitrou
2012-07-08
5
-2463/+2721
*
|
issue 14826 - Address the buildbot failure quote of url is the required chang...
Senthil Kumaran
2012-07-08
2
-3/+3
|
\
\
|
|
/
|
*
issue 14826 - Address the buildbot failure ( explanation msg164973)
Senthil Kumaran
2012-07-08
2
-3/+3
*
|
merge heads
Senthil Kumaran
2012-07-08
2
-5/+8
|
\
\
|
*
|
#15284: Skip {send,recv}msg tests with disabled IPv6
Ross Lagerwall
2012-07-08
2
-5/+8
*
|
|
Fix markup for versionchanged sphinx directive.
Senthil Kumaran
2012-07-08
1
-4/+2
|
/
/
*
|
Issue 14814: Further error case testing coverage and cleanups
Nick Coghlan
2012-07-08
2
-98/+93
*
|
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
3
-1/+12
|
\
\
|
|
/
|
*
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
3
-1/+12
*
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
4
-3/+18
*
|
Check-in compiled importlib changes (you must run "make" after modifying the ...
Antoine Pitrou
2012-07-07
1
-3422/+3408
*
|
Merge remote
Łukasz Langa
2012-07-07
2
-6/+51
|
\
\
|
*
|
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
Łukasz Langa
2012-07-07
2
-6/+51
*
|
|
Merge with remote.
Ross Lagerwall
2012-07-07
2
-3/+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
#15277: Fix a resource leak in support.py when IPv6 is disabled.
Ross Lagerwall
2012-07-07
2
-3/+11
*
|
|
Add a blurb about PEP 412
Antoine Pitrou
2012-07-07
1
-0/+12
*
|
|
Some cleanup in the Tools directory.
Florent Xicluna
2012-07-07
8
-49/+53
*
|
|
trace: remove unused imports.
Florent Xicluna
2012-07-07
1
-3/+0
*
|
|
Add tests to marshall double with xmlrpc.client.
Florent Xicluna
2012-07-07
1
-0/+16
*
|
|
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...
Florent Xicluna
2012-07-07
5
-63/+21
*
|
|
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
Florent Xicluna
2012-07-07
3
-79/+39
*
|
|
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...
Nick Coghlan
2012-07-07
3
-128/+169
|
/
/
*
|
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
Nick Coghlan
2012-07-07
3
-7/+25
*
|
Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-07-07
1
-8/+12
*
|
Issue 14814: Further clean ups to the ipaddress tutorial
Nick Coghlan
2012-07-07
1
-13/+24
*
|
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...
Nick Coghlan
2012-07-07
3
-16/+43
[next]