| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 4 | -1/+44 |
| | | | | | Original patch by J Derek Wilson. | ||||
| * | Improved cookbook entry and fixed typo. | Vinay Sajip | 2012-07-27 | 1 | -3/+3 |
| | | |||||
| * | Issue #15041: Update "see also" list in tkinter documentation. | Andrew Svetlov | 2012-07-26 | 2 | -3/+20 |
| | | |||||
| * | Mention the *limit* argument of TextIO.readline(). | Antoine Pitrou | 2012-07-25 | 1 | -1/+3 |
| | | |||||
| * | Issue #15445: Updated logging configuration documentation to highlight ↵ | Vinay Sajip | 2012-07-25 | 1 | -0/+19 |
| | | | | | potential security risk posed by listen() in certain scenarios. | ||||
| * | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 3 | -7/+38 |
| | | | | | Patch by Roger Serwy and myself. | ||||
| * | #15232: make NEWS entry more accurate. | R David Murray | 2012-07-24 | 1 | -1/+1 |
| | | |||||
| * | Rollback an incorrect Doc/ACKS.txt entry | Jesus Cea | 2012-07-23 | 1 | -1/+0 |
| | | |||||
| * | Better test for Issue #15402: Add a __sizeof__ method to struct.Struct | Jesus Cea | 2012-07-23 | 2 | -4/+5 |
| | | |||||
| * | Issue #15402: Add a __sizeof__ method to struct.Struct. | Meador Inge | 2012-07-23 | 3 | -0/+31 |
| | | | | | Initial patch by Serhiy Storchaka. | ||||
| * | Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ↵ | Senthil Kumaran | 2012-07-23 | 2 | -3/+12 |
| | | | | | contributed by Chris Jerdonek. | ||||
| * | #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 3 | -2/+36 |
| | | |||||
| * | merge heads | Gregory P. Smith | 2012-07-22 | 15 | -86/+174 |
| |\ | |||||
| | * | #13922: argparse no longer incorrectly strips '--' after the first one. | R David Murray | 2012-07-22 | 4 | -14/+34 |
| | | | | | | | | | Patch by Jeff Knupp. | ||||
| | * | #12353: argparse now correctly handles null argument values. | R David Murray | 2012-07-22 | 3 | -1/+4 |
| | | | | | | | | | Patch by Torsten Landschoff. | ||||
| | * | #14391: clarify docstring discussion of Action's 'type' argument's value. | R David Murray | 2012-07-21 | 1 | -4/+4 |
| | | | |||||
| | * | #15342: Add clarifying sentence to posixpath.join docstring. | R David Murray | 2012-07-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion. | ||||
| | * | Fix typo introduced in 79d54fba49b3. | Georg Brandl | 2012-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix whitespace | Raymond Hettinger | 2012-07-21 | 1 | -20/+16 |
| | | | |||||
| | * | Issue #14579: Fix error handling bug in the utf-16 decoder. | Antoine Pitrou | 2012-07-20 | 3 | -3/+30 |
| | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #15399: Added versionchanged for processName. | Vinay Sajip | 2012-07-20 | 1 | -0/+3 |
| | | | |||||
| | * | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. | Meador Inge | 2012-07-19 | 3 | -28/+46 |
| | | | |||||
| | * | Closes #9254: backport __import__ docstring/doc mentions of importlib. | R David Murray | 2012-07-18 | 2 | -12/+9 |
| | | | | | | | | | Patch by Éric Araujo. | ||||
| | * | remove unused variable | Meador Inge | 2012-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Issue #15368: fixing variable typo. | Meador Inge | 2012-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Issue #15368: make bytecode generation deterministic. | Meador Inge | 2012-07-18 | 2 | -3/+26 |
| | | | |||||
| | * | #15375: remove duplicated word 'child' | R David Murray | 2012-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Consistently raise a TypeError when a non str is passed to hashlib.new | Gregory P. Smith | 2012-07-22 | 2 | -1/+2 |
| |/ | | | | regardless of which of the two implementations of new is used. | ||||
| * | Fix the with_poll tests for platforms without poll. missing import. | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
| | | |||||
| * | Issue 15337: help() shown as undocumented | Raymond Hettinger | 2012-07-16 | 2 | -4/+5 |
| | | |||||
| * | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 4 | -1/+224 |
| | | | | | | | to avoid failing due to the select() file descriptor limit. Contributed by Akintayo Holder and under the Google contributor agreement. | ||||
| * | allow any number to be returned from __length_hint__ (closes #15354) | Benjamin Peterson | 2012-07-15 | 1 | -1/+1 |
| | | |||||
| * | Try other approach to fix issue #15334. | Antoine Pitrou | 2012-07-13 | 1 | -3/+8 |
| | | |||||
| * | #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward. | Ezio Melotti | 2012-07-13 | 1 | -1/+1 |
| | | |||||
| * | Issue #15334: skip test_dynamic_key when run in non-interactive mode. | Antoine Pitrou | 2012-07-13 | 1 | -0/+1 |
| | | | | | Patch by Jeremy Kloth. | ||||
| * | Issue #15338: skip test_UNC_path when the current user doesn't have enough ↵ | Antoine Pitrou | 2012-07-13 | 1 | -0/+7 |
| | | | | | permissions to access the path. | ||||
| * | Use _RPCFile.write properly. | Martin v. Löwis | 2012-07-11 | 1 | -2/+2 |
| | | |||||
| * | Don't use TextIOBase implementations in _RPCFile. | Martin v. Löwis | 2012-07-11 | 1 | -2/+8 |
| | | |||||
| * | Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. | Martin v. Löwis | 2012-07-11 | 2 | -2/+2 |
| | | |||||
| * | Issue 13532: Allow bytearrays to be written also. | Terry Jan Reedy | 2012-07-09 | 2 | -4/+4 |
| | | |||||
| * | Widen test to support unicode. | Martin v. Löwis | 2012-07-09 | 2 | -2/+2 |
| | | |||||
| * | - Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | 3 | -3/+25 |
| | | |||||
| * | Issue #13557: Clarify effect of giving two different namespaces to exec or | Terry Jan Reedy | 2012-07-08 | 3 | -2/+10 |
| | | | | | execfile(). | ||||
| * | merge heads. | Senthil Kumaran | 2012-07-08 | 0 | -0/+0 |
| |\ | |||||
| | * | Fix the buildbot failure - msg164973 | Senthil Kumaran | 2012-07-08 | 2 | -5/+4 |
| | | | |||||
| * | | revert the changes done in d931a3b64fd6 - buildbot failure. | Senthil Kumaran | 2012-07-08 | 3 | -13/+1 |
| |/ | | | | | The fix for issue14826 might need to address toBytes and test_url_encoding in test_cookielib.py before it is brought back in. | ||||
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-08 | 3 | -2/+14 |
| | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | ||||
| * | Fix leftover quote. | Georg Brandl | 2012-07-06 | 1 | -1/+1 |
| | | |||||
| * | Issue #15247: FileIO now raises an error when given a file descriptor ↵ | Antoine Pitrou | 2012-07-06 | 3 | -12/+16 |
| | | | | | pointing to a directory. | ||||
| * | Fix closes issue # 15033 - Return the proper exitcode for failure when ↵ | Senthil Kumaran | 2012-07-05 | 3 | -2/+21 |
| | | | | | modules are invoked using -m switch. Patch contributed by Jeff Knupp | ||||
