56067 Commits (da1ffbc4eecb53d21b0a25fda9aa8989cbd7463b)
 

Author SHA1 Message Date
Meador Inge da1ffbc4ee Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar 14 years ago
Antoine Pitrou 5e36edbaba Port additional tests from #14579 (the issue is already fixed). 14 years ago
Antoine Pitrou b4bbee25b1 Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling. 14 years ago
Ned Deily cc409f4ecc Issue #15168: Ensure test_importlib subdirectories are installed. 14 years ago
Brett Cannon ed19fcec89 Fix another import error. 14 years ago
Brett Cannon 86ae981da9 Fix an import from the importlib.test move. 14 years ago
Brett Cannon d382bfc921 Move importlib.test.benchmark to Tools/importbench to make it more 14 years ago
Brett Cannon 45a5e3afe5 Issue #15168: Move importlb.test to test.test_importlib. 14 years ago
Brett Cannon 4afc1c08d0 Merge 14 years ago
Brett Cannon 6ee9695270 Issue #15091: Call importlib.invalidate_caches() and reactivate a test 14 years ago
Brett Cannon ba52586f76 Running the importlib tests from test_import is redundant as there is 14 years ago
Meador Inge b17ad53e39 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py 14 years ago
Meador Inge ca9652ea5d Issue #15406: Fix deprecation warning in ctypes test_bitfields.py 14 years ago
Nick Coghlan be7e49fd82 Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap 14 years ago
Ronald Oussoren 818b1186f9 Add missing NEWS entry for changeset b79d276041a8 14 years ago
Andrew Svetlov 674d6a6972 Merge heads 14 years ago
Andrew Svetlov a0364764fd Merge 3.2 14 years ago
Andrew Svetlov ddcb6206bf Issue #15404: Refleak in PyMethodObject repr. 14 years ago
Stefan Krah 26a1c7a905 Fix Visual Studio warning. 14 years ago
Vinay Sajip 5e1658c5d7 Closes #15399: merged documentation fix from 3.2. 14 years ago
Vinay Sajip 3be7a8bbcf Issue #15399: Added versionchanged for processName. 14 years ago
Meador Inge 8fda359095 Issue #15401: Fix typo in inspect.getclosurevars docstring. 14 years ago
Kristján Valur Jónsson c5963d3842 Issue #15365: Make traceback reporting ignore any errors when printing out 14 years ago
Hynek Schlawack 26fe37dd3f #1492704: Backout and wait for 3.4 14 years ago
Jesus Cea 024abca053 MERGE: Closes #15395: memory leaks in selectmodule.c 14 years ago
Jesus Cea 62a5c3216d Closes #15395: memory leaks in selectmodule.c 14 years ago
Jesus Cea 3cd346ae33 MERGE: Closes #15396: memory leak in tkinter 14 years ago
Jesus Cea ef86d12979 Closes #15396: memory leak in tkinter 14 years ago
Meador Inge f4cc2161d5 Issue #15394: Fix ref leaks in PyModule_Create. 14 years ago
Meador Inge 29e49d6394 Issue #15394: Fix ref leaks in PyModule_Create. 14 years ago
Hynek Schlawack 77d3283370 #1492704: Make shutil.copyfile() raise a distinct SameFileError 14 years ago
Meador Inge 7506dab2e8 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 14 years ago
Meador Inge 60c2266afe Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 14 years ago
Meador Inge c958ca8f69 remove unused variable 14 years ago
Meador Inge 996ae04943 remove unused variable 14 years ago
Benjamin Peterson 51ab2830bb remove unused variable 14 years ago
Meador Inge 9544aa38d9 Issue #15368: fixing variable typo. 14 years ago
Meador Inge f69e24e3c6 Issue #15368: fixing variable typo. 14 years ago
Meador Inge 1f336adc8f Issue #15368: make bytecode generation deterministic. 14 years ago
Meador Inge 2ca6315d15 Issue #15368: make bytecode generation deterministic. 14 years ago
Nick Coghlan c5afd42df8 Fix importlib.machinery.all_suffixes docs 14 years ago
Nick Coghlan 76e077001d Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo() 14 years ago
Vinay Sajip 90db661b43 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. 14 years ago
Hynek Schlawack 11718620ef Use posixpath.join() explicitely in posixpath.join() test 14 years ago
Hynek Schlawack 0b350c6b3e Use posixpath.join() explicitely in posixpath.join() test 14 years ago
Eli Bendersky f90fc68db4 fix whitespace woes 14 years ago
Eli Bendersky 43cc5f29a8 Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933 14 years ago
Nick Coghlan 9455492142 Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly 14 years ago
Eli Bendersky b48ff7fdda Merge for #14988 14 years ago
Eli Bendersky ceb23316c8 merge heads 14 years ago