summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2Martin v. Löwis2012-07-111-2/+2
|\
| * Use _RPCFile.write properly.Martin v. Löwis2012-07-111-2/+2
* | merge 3.2Martin v. Löwis2012-07-111-2/+8
|\ \ | |/
| * Don't use TextIOBase implementations in _RPCFile.Martin v. Löwis2012-07-111-2/+8
* | merge 3.2Martin v. Löwis2012-07-112-2/+2
|\ \ | |/
| * Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. Löwis2012-07-112-2/+2
| * Backport test for nested namespace packages.Antoine Pitrou2012-07-091-2/+44
* | Issue #15111: When a module was imported using a 'from import'Brett Cannon2012-07-102-20/+7
* | Issue #15315: Support VS 2010 in distutils cygwincompiler.Martin v. Löwis2012-07-101-0/+3
* | Issue #15167 (as part of #13959): imp.get_magic() is no implemented inBrett Cannon2012-07-092-7/+99
* | Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...Antoine Pitrou2012-07-092-5/+57
* | merge 3.2Martin v. Löwis2012-07-091-1/+1
|\ \ | |/
| * normalize whitespaceMartin v. Löwis2012-07-091-1/+1
* | merge 3.2Martin v. Löwis2012-07-093-3/+25
|\ \ | |/
| * Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-093-3/+25
* | Issue #15056: imp.cache_from_source() and source_from_cache() raiseBrett Cannon2012-07-093-7/+37
* | Issue #15256: Re-use the ImportError exception message as defined byBrett Cannon2012-07-091-1/+1
* | Merge with 3.2 Issue 12510Terry Jan Reedy2012-07-091-14/+20
|\ \ | |/
| * Issue 12510: Delete actual first param name for all methods; revise tests.Terry Jan Reedy2012-07-091-14/+20
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-092-6/+0
|\ \ | |/
| * revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-092-6/+0
* | Issue #15110: Copy same docstring as other '_exec_module' methods.Amaury Forgeot d'Arc2012-07-081-0/+3
* | Issue #15110: Also hide importlib frames when importing a builtin module fails.Amaury Forgeot d'Arc2012-07-081-1/+5
* | test AST base type garbage collectionBenjamin Peterson2012-07-081-1/+14
* | Closes #15281, #15283: Don't make venv scripts executable, but copy source mo...Vinay Sajip2012-07-081-3/+10
* | Issue 14814: The new systematic tests aren't just about error reporting any m...Nick Coghlan2012-07-082-36/+85
* | MergeAntoine Pitrou2012-07-081-3/+9
|\ \
| * | Fix test_inspect messing up with linecache.cache.Antoine Pitrou2012-07-081-3/+9
* | | Issue 14814: Remove dead function (noticed by Serhiy Storchaka)Nick Coghlan2012-07-082-19/+0
|/ /
* | Fix test failure under WindowsAntoine Pitrou2012-07-081-1/+1
* | Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.Florent Xicluna2012-07-081-1/+2
* | Issue #15110: Fix the tracebacks generated by "import xxx" to not show the im...Antoine Pitrou2012-07-082-3/+115
* | issue 14826 - Address the buildbot failure quote of url is the required chang...Senthil Kumaran2012-07-081-1/+1
|\ \ | |/
| * issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-081-1/+1
* | #15284: Skip {send,recv}msg tests with disabled IPv6Ross Lagerwall2012-07-081-5/+5
* | Issue 14814: Further error case testing coverage and cleanupsNick Coghlan2012-07-082-98/+93
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-082-1/+7
|\ \ | |/
| * Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-082-1/+7
* | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-072-3/+10
* | Merge remoteŁukasz Langa2012-07-072-6/+51
|\ \
| * | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occursŁukasz Langa2012-07-072-6/+51
* | | Merge with remote.Ross Lagerwall2012-07-071-3/+5
|\ \ \ | |/ / |/| |
| * | #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-071-3/+5
* | | trace: remove unused imports.Florent Xicluna2012-07-071-3/+0
* | | Add tests to marshall double with xmlrpc.client.Florent Xicluna2012-07-071-0/+16
* | | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-072-24/+8
* | | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-072-79/+37
* | | Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-072-128/+166
|/ /
* | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-072-7/+22
* | Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-07-071-8/+12