summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
* | MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-232-4/+5
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-233-0/+31
* | Putting the 3.2 -> default merge info in a happy place.Meador Inge2012-07-230-0/+0
|\ \ | |/
| * merge heads.Senthil Kumaran2012-07-233-2/+35
| |\
* | | Simplify the LaTeX section (only three escapes are needed for alltt)Raymond Hettinger2012-07-231-11/+6
* | | merge heads.Senthil Kumaran2012-07-233-2/+35
|\ \ \
| * \ \ Merge #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-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
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-232-3/+11
| |/
* | Merge #15429: Fix invalid mention of types.NoneType from None docs.R David Murray2012-07-231-1/+1
|\ \ | |/
| * #15429: Fix invalid mention of types.NoneType from None docs.R David Murray2012-07-231-1/+1
* | #15094: fix incorrectly placed #endif in _tkinter.c.Andrew Svetlov2012-07-222-1/+4
* | Issue #15184: Some config variables in test_sysconfig_moduleNed Deily2012-07-221-1/+21
* | Issue #15188: Prevent test_ldshared_value failure due to slightlyNed Deily2012-07-221-2/+2
* | Issue #15184: Fix test__remove_unsupported_archs failures on 10.6Ned Deily2012-07-221-1/+9
* | Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-222-1/+2
|\ \ | |/
| * Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-222-7/+4
* | Merge #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-223-14/+34
|\ \ | |/
| * #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-224-14/+35
* | Merge #12353: argparse now correctly handles null argument values.R David Murray2012-07-223-1/+4
|\ \ | |/
| * #12353: argparse now correctly handles null argument values.R David Murray2012-07-223-1/+4
* | Merge #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
|\ \ | |/
| * #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
* | Merge #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
|\ \ | |/
| * #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
* | Issue #15188: Modify the OS X build_installer script to remove temporaryNed Deily2012-07-211-12/+19
* | Raise ImportError if pyexpat's version is incompatibleEli Bendersky2012-07-211-3/+5
|\ \ | |/
| * Raise ImportError if pyexpat's version is incompatibleEli Bendersky2012-07-211-4/+7
* | Issue #15184: Ensure configuration-related environment variablesNed Deily2012-07-211-59/+63
* | Remove a relative import that escaped test.test_importlib.Brett Cannon2012-07-211-1/+1
* | Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-219-467/+818
* | Fix test_pprint random dict ordering.Florent Xicluna2012-07-211-2/+3
|\ \ | |/
| * 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-2/+18
|\ \ | |/
| * Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-213-1/+17
* | Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation docu...Meador Inge2012-07-211-1/+1
* | Issue #15409: Replace use of deprecated urllib.request.Request methods in htt...Meador Inge2012-07-211-4/+4
* | Port additional tests from #14579 (the issue is already fixed).Antoine Pitrou2012-07-201-4/+26
|\ \ | |/
| * Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-203-35/+50
* | Issue #15168: Ensure test_importlib subdirectories are installed.Ned Deily2012-07-201-3/+3
* | Fix another import error.Brett Cannon2012-07-201-2/+2
* | Fix an import from the importlib.test move.Brett Cannon2012-07-201-1/+1
* | Move importlib.test.benchmark to Tools/importbench to make it moreBrett Cannon2012-07-203-2/+10
* | Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-2043-38/+33
* | MergeBrett Cannon2012-07-202-4/+5
|\ \
| * \ Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-202-4/+5
| |\ \ | | |/