Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. | Meador Inge | 2012-07-29 | 2 | -16/+43 |
| | |||||
* | 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 |
| | |||||
* | Issue #15320: Make iterating the list of tests thread-safe when running ↵ | Antoine Pitrou | 2012-07-25 | 2 | -12/+31 |
| | | | | | | tests in multiprocess mode. Patch by Chris Jerdonek. | ||||
* | 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 #7163: Propagate return value of sys.stdout.write. | Martin v. Löwis | 2012-07-25 | 3 | -3/+7 |
| | | | | Patch by Roger Serwy. | ||||
* | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 3 | -5/+38 |
| | | | | Patch by Roger Serwy and myself. | ||||
* | #15232: make NEWS entry more accurate. | R David Murray | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Issue #14197: For OS X framework builds, ensure links to the shared | Ned Deily | 2012-07-24 | 3 | -1/+8 |
| | | | | library are created with the proper ABI suffix. | ||||
* | 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. | ||||
* | merge heads. | Senthil Kumaran | 2012-07-23 | 3 | -2/+35 |
|\ | |||||
| * | #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 3 | -2/+35 |
| | | |||||
* | | - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ↵ | Senthil Kumaran | 2012-07-23 | 2 | -3/+11 |
|/ | | | | contributed by Chris Jerdonek. | ||||
* | #15429: Fix invalid mention of types.NoneType from None docs. | R David Murray | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Consistently raise a TypeError when a non str is passed to hashlib.new | Gregory P. Smith | 2012-07-22 | 2 | -7/+4 |
| | | | | regardless of which of the two implementations of new is used. | ||||
* | #13922: argparse no longer incorrectly strips '--' after the first one. | R David Murray | 2012-07-22 | 4 | -14/+35 |
| | | | | 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. | ||||
* | Raise ImportError if pyexpat's version is incompatible | Eli Bendersky | 2012-07-21 | 1 | -4/+7 |
| | |||||
* | Fix test_pprint random dict ordering. | Florent Xicluna | 2012-07-21 | 1 | -2/+3 |
| | |||||
* | Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with ↵ | Florent Xicluna | 2012-07-21 | 3 | -1/+17 |
| | | | | unorderable key. | ||||
* | Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after ↵ | Antoine Pitrou | 2012-07-20 | 3 | -35/+50 |
| | | | | | | error handling. Patch by Serhiy Storchaka. | ||||
* | Issue #15406: Fix deprecation warning in ctypes test_bitfields.py | Meador Inge | 2012-07-20 | 2 | -4/+5 |
| | | | | Patch by Flávio Ribeiro. | ||||
* | Issue #15404: Refleak in PyMethodObject repr. | Andrew Svetlov | 2012-07-20 | 2 | -1/+5 |
| | |||||
* | Issue #15399: Added versionchanged for processName. | Vinay Sajip | 2012-07-20 | 1 | -0/+3 |
| | |||||
* | Closes #15395: memory leaks in selectmodule.c | Jesus Cea | 2012-07-19 | 1 | -1/+2 |
| | |||||
* | Closes #15396: memory leak in tkinter | Jesus Cea | 2012-07-19 | 2 | -1/+4 |
| | |||||
* | Issue #15394: Fix ref leaks in PyModule_Create. | Meador Inge | 2012-07-19 | 3 | -1/+11 |
| | | | | Patch by Julia Lawall. | ||||
* | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. | Meador Inge | 2012-07-19 | 3 | -28/+46 |
| | |||||
* | 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 | -2/+25 |
| | |||||
* | Use posixpath.join() explicitely in posixpath.join() test | Hynek Schlawack | 2012-07-17 | 1 | -1/+1 |
| | | | | Used os.path.join before which has different semantics on Windows. | ||||
* | merge heads | Eli Bendersky | 2012-07-17 | 3 | -14/+22 |
|\ | |||||
| * | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 2 | -14/+19 |
| | | | | | | | | Based on a patch by Nick Coghlan. | ||||
| * | Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp ↵ | Nick Coghlan | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | dir symlink in the test suite | ||||
| * | Fix context manager use in posixpath.join() tests | Hynek Schlawack | 2012-07-17 | 1 | -9/+12 |
| | | | | | | | | The asserts were useless (and buggy). | ||||
* | | ISsue #14988: restore Python 2's behavior of raising ImportError when unable ↵ | Eli Bendersky | 2012-07-17 | 1 | -0/+2 |
|/ | | | | to load pyexpat, instead of a SystemError/RuntimeError | ||||
* | one more test fix for systems without select.poll. tested by deleting | Gregory P. Smith | 2012-07-16 | 1 | -3/+6 |
| | | | | | select.poll before running. works both ways (finally). this should fix the windows build. | ||||
* | Fix unchecked select.poll reference in setUp and tearDown for | Gregory P. Smith | 2012-07-16 | 1 | -5/+7 |
| | | | | platforms that don't have it. | ||||
* | Fix the with_poll tests for platforms without poll. missing import. | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 4 | -7/+223 |
| | | | | to avoid failing due to the select() file descriptor limit. | ||||
* | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 3 | -8/+24 |
| | |||||
* | Issue #15230: Update runpy docs to clarify a couple of points that came up ↵ | Nick Coghlan | 2012-07-14 | 2 | -0/+14 |
| | | | | in this issue | ||||
* | Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ↵ | Nick Coghlan | 2012-07-14 | 3 | -158/+277 |
| | | | | the runpy tests to use a more systematic approach |