summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #15368: fixing variable typo.Meador Inge2012-07-181-1/+1
* | Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-182-2/+25
|\ \ | |/
| * Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-182-2/+25
* | Fix importlib.machinery.all_suffixes docsNick Coghlan2012-07-181-4/+4
* | Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-185-6/+40
* | Closes #15307: symlinks now work on OS X with framework Python builds. Patch...Vinay Sajip2012-07-176-27/+115
* | Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
|\ \ | |/
| * Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
* | fix whitespace woesEli Bendersky2012-07-171-1/+1
* | Optimize tostringlist by taking the stream class outside the function. It's n...Eli Bendersky2012-07-171-13/+19
* | Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendlyNick Coghlan2012-07-171-1/+2
* | Merge for #14988Eli Bendersky2012-07-171-5/+1
|\ \ | |/
| * merge headsEli Bendersky2012-07-173-14/+22
| |\