summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test AST base type garbage collectionBenjamin Peterson2012-07-081-1/+14
|
* add news note for 85cccc38d01cBenjamin Peterson2012-07-081-0/+2
|
* add gc support to the AST base type (closes #15293)Benjamin Peterson2012-07-082-8/+34
|
* Closes #15281, #15283: Don't make venv scripts executable, but copy source ↵Vinay Sajip2012-07-081-3/+10
| | | | mode instead, and provide better help for pyvenv.
* Issue 14814: The new systematic tests aren't just about error reporting any ↵Nick Coghlan2012-07-082-36/+85
| | | | more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths
* 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
|
* MergeAntoine Pitrou2012-07-081-1/+2
|\
| * Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.Florent Xicluna2012-07-081-1/+2
| |
* | Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.Antoine Pitrou2012-07-083-0/+5
|/
* Issue #15110: Fix the tracebacks generated by "import xxx" to not show the ↵Antoine Pitrou2012-07-085-2463/+2721
| | | | importlib stack frames.
* issue 14826 - Address the buildbot failure quote of url is the required ↵Senthil Kumaran2012-07-082-3/+3
|\ | | | | | | change ( explanation msg164973)
| * issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-082-3/+3
| |
* | merge headsSenthil Kumaran2012-07-082-5/+8
|\ \
| * | #15284: Skip {send,recv}msg tests with disabled IPv6Ross Lagerwall2012-07-082-5/+8
| | | | | | | | | | | | Patch by Brian Brazil.
* | | Fix markup for versionchanged sphinx directive.Senthil Kumaran2012-07-081-4/+2
|/ /
* | Issue 14814: Further error case testing coverage and cleanupsNick Coghlan2012-07-082-98/+93
| |
* | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵Senthil Kumaran2012-07-083-1/+12
|\ \ | |/ | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne.
| * Fix issue14826 - make urllib.request.Request quoted url consistent with ↵Senthil Kumaran2012-07-083-1/+12
| | | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne.
* | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it ↵Senthil Kumaran2012-07-074-3/+18
| | | | | | | | specifies an implementation specific term.
* | Check-in compiled importlib changes (you must run "make" after modifying the ↵Antoine Pitrou2012-07-071-3422/+3408
| | | | | | | | importlib sources).
* | 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
| | | | | | | | | | | | earlier without preceding space.
* | | Merge with remote.Ross Lagerwall2012-07-072-3/+11
|\ \ \ | |/ / |/| |
| * | #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-072-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | The leak occurred by setting: echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 before running test_support. Patch by Brian Brazil.
* | | Add a blurb about PEP 412Antoine Pitrou2012-07-071-0/+12
| | |
* | | Some cleanup in the Tools directory.Florent Xicluna2012-07-078-49/+53
| | |
* | | 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 ↵Florent Xicluna2012-07-075-63/+21
| | | | | | | | | | | | BufferedWriter and BufferedRWPair.
* | | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-073-79/+39
| | |
* | | Issue 14814: Ensure ordering semantics across all 3 entity types in ↵Nick Coghlan2012-07-073-128/+169
|/ / | | | | | | ipaddress are consistent and well-defined
* | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-073-7/+25
| |
* | Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-07-071-8/+12
| |
* | Issue 14814: Further clean ups to the ipaddress tutorialNick Coghlan2012-07-071-13/+24
| |
* | Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ↵Nick Coghlan2012-07-073-16/+43
| | | | | | | | and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
* | Use correct types for ASCII_CHAR_MASK integer constants.Mark Dickinson2012-07-073-6/+6
| |
* | Issue 14814: Make the ipaddress code easier to follow by using newer ↵Nick Coghlan2012-07-071-91/+67
| | | | | | | | language features (patch by Serhiy Storchaka)
* | Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring.Florent Xicluna2012-07-071-14/+15
| |
* | Minor refactoring in xml.etree.ElementTree doctype parser.Florent Xicluna2012-07-071-2/+2
| |
* | Merge branchFlorent Xicluna2012-07-073-1/+8
|\ \ | |/
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding ↵Florent Xicluna2012-07-073-1/+8
| | | | | | | | declaration.
* | Issue 14814: Provide more informative error messages in ipaddress, and ↵Nick Coghlan2012-07-073-196/+502
| | | | | | | | ensure that errors are caught as expected
* | Issue 14814: %s implies coercion with str() - remove a lot of redundant ↵Nick Coghlan2012-07-071-34/+33
| | | | | | | | str() calls from the ipaddress implementation
* | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko@ubuntu.com2012-07-073-0/+16
| |
* | Issue #15247: FileIO now raises an error when given a file descriptor ↵Antoine Pitrou2012-07-063-12/+16
|\ \ | |/ | | | | pointing to a directory.
| * Issue #15247: FileIO now raises an error when given a file descriptor ↵Antoine Pitrou2012-07-063-12/+16
| | | | | | | | pointing to a directory.
* | Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing ↵Nick Coghlan2012-07-062-31/+46
| | | | | | | | an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests.