summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-292-16/+43
* Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
* Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* Issue #15041: update "see also" list in tkinter documentation.Andrew Svetlov2012-07-262-3/+20
* Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-252-12/+31
* Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
* Issue #15445: Updated logging configuration documentation to highlight potent...Vinay Sajip2012-07-251-0/+19
* Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-253-3/+7
* Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-253-5/+38
* #15232: make NEWS entry more accurate.R David Murray2012-07-241-1/+1
* Issue #14197: For OS X framework builds, ensure links to the sharedNed Deily2012-07-243-1/+8
* Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
* Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-232-4/+5
* Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-233-0/+31
* merge heads.Senthil Kumaran2012-07-233-2/+35
|\
| * #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-233-2/+35
* | - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-232-3/+11
|/
* #15429: Fix invalid mention of types.NoneType from None docs.R David Murray2012-07-231-1/+1
* Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-222-7/+4
* #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-224-14/+35
* #12353: argparse now correctly handles null argument values.R David Murray2012-07-223-1/+4
* #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
* #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
* Raise ImportError if pyexpat's version is incompatibleEli Bendersky2012-07-211-4/+7
* Fix test_pprint random dict ordering.Florent Xicluna2012-07-211-2/+3
* Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-213-1/+17
* Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-203-35/+50
* Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-202-4/+5
* Issue #15404: Refleak in PyMethodObject repr.Andrew Svetlov2012-07-202-1/+5
* Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
* Closes #15395: memory leaks in selectmodule.cJesus Cea2012-07-191-1/+2
* Closes #15396: memory leak in tkinterJesus Cea2012-07-192-1/+4
* Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-193-1/+11
* Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-193-28/+46
* remove unused variableMeador Inge2012-07-181-1/+1
* Issue #15368: fixing variable typo.Meador Inge2012-07-181-1/+1
* Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-182-2/+25
* Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
* merge headsEli Bendersky2012-07-173-14/+22
|\
| * #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-172-14/+19
| * Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp d...Nick Coghlan2012-07-171-1/+1
| * Fix context manager use in posixpath.join() testsHynek Schlawack2012-07-171-9/+12
* | ISsue #14988: restore Python 2's behavior of raising ImportError when unable ...Eli Bendersky2012-07-171-0/+2
|/
* one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
* Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
* Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
* Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-164-7/+223
* #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-153-8/+24
* Issue #15230: Update runpy docs to clarify a couple of points that came up in...Nick Coghlan2012-07-142-0/+14
* Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-143-158/+277