summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-202-4/+5
* | | Issue #15091: Call importlib.invalidate_caches() and reactivate a testBrett Cannon2012-07-202-28/+19
* | | Running the importlib tests from test_import is redundant as there isBrett Cannon2012-07-201-13/+6
|/ /
* | Close #15386: There was a loophole that meant importlib.machinery and imp wou...Nick Coghlan2012-07-205-5/+27
* | Add missing NEWS entry for changeset b79d276041a8Ronald Oussoren2012-07-201-0/+3
* | Merge headsAndrew Svetlov2012-07-201-1/+1
|\ \
| * | Fix Visual Studio warning.Stefan Krah2012-07-201-1/+1
* | | Merge 3.2Andrew Svetlov2012-07-202-1/+5
|\ \ \ | |/ / |/| / | |/
| * Issue #15404: Refleak in PyMethodObject repr.Andrew Svetlov2012-07-202-1/+5
* | Closes #15399: merged documentation fix from 3.2.Vinay Sajip2012-07-201-0/+3
|\ \ | |/
| * Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
* | Issue #15401: Fix typo in inspect.getclosurevars docstring.Meador Inge2012-07-201-1/+1
* | Issue #15365: Make traceback reporting ignore any errors when printing outKristján Valur Jónsson2012-07-191-1/+4
* | #1492704: Backout and wait for 3.4Hynek Schlawack2012-07-194-33/+5
* | MERGE: Closes #15395: memory leaks in selectmodule.cJesus Cea2012-07-191-1/+2
|\ \ | |/
| * Closes #15395: memory leaks in selectmodule.cJesus Cea2012-07-191-1/+2
* | MERGE: Closes #15396: memory leak in tkinterJesus Cea2012-07-192-1/+4
|\ \ | |/
| * 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 #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-193-1/+11
* | #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-07-194-5/+33
* | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-193-28/+46
|\ \ | |/
| * 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-180-0/+0
|\ \ | |/
| * remove unused variableMeador Inge2012-07-181-1/+1
* | remove unused variableBenjamin Peterson2012-07-181-1/+1
* | Issue #15368: fixing variable typo.Meador Inge2012-07-181-1/+1
|\ \ | |/