54430 Commits (2ee61422ed2d9069e11ce685823bd247b5a2e4e6)
 

Author SHA1 Message Date
Brett Cannon 2ee61422ed Issue #13959: Re-implement imp.load_package() in imp.py. 14 years ago
Brett Cannon 01a76171a0 Issue #13959: Re-implement imp.load_module() in imp.py. 14 years ago
Brett Cannon 7c3e150d06 merge 14 years ago
Brett Cannon 2fef4d2e6b Consider load_dynamic() something to keep in _imp. 14 years ago
Brett Cannon c1b3f63653 Try to get hg to treat importlib.h as binary. 14 years ago
Victor Stinner 0db176f8f6 Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 14 years ago
Brett Cannon 8a1d04c643 Issue #13959: Simplify imp.reload() by relying on a module's 14 years ago
Brett Cannon 7ceedb8c1e Update importlib.h 14 years ago
Brett Cannon 6f44d66bc4 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin 14 years ago
Brett Cannon 7788838473 merge 14 years ago
Brett Cannon 881535b726 Issue #14582: Import returns the module returned by a loader instead 14 years ago
Philip Jenvey f8f3190d32 utilize startswith(tuple) 14 years ago
Brett Cannon 27fc52877c Set ImportError.name when raising the exception in the case of None 14 years ago
Mark Dickinson da4210f77d Issue #13496: Merge from 3.2 14 years ago
Mark Dickinson a13b109bc0 Issue 13496: Fix bisect.bisect overflow bug for large collections. 14 years ago
Mark Dickinson b0f00476a0 Issue #13889: Merge fix from 3.2. 14 years ago
Mark Dickinson 18e3d81f96 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. 14 years ago
Kristján Valur Jónsson 69c635266e Issue #10576: Add a progress callback to gcmodule 14 years ago
Kristján Valur Jónsson c014df7edf Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. 14 years ago
Kristján Valur Jónsson 473fde60dc Make all socket related modules link with ws2_32.lib on windows, like 14 years ago
Ross Lagerwall acb2b0dc67 Merge with remote. 14 years ago
Ross Lagerwall 0b63b5691c Be less verbose when building dbm. 14 years ago
Brett Cannon fc9ca274b8 Plug a refleak. 14 years ago
Brett Cannon 2a082add9d Clarify that one should not use __import__() directly. Also mention 14 years ago
Brett Cannon 49f8d8b016 Handle importing pkg.mod by executing 14 years ago
Brett Cannon 59f9c3affc Rebuild importlib.h to incorporate added comments. 14 years ago
Brett Cannon aef82d3d1e IDLE was relying on implicit relative imports which have gone away in 14 years ago
Brett Cannon 44590e4786 Add some comments. 14 years ago
Brian Curtin 2217c46a5f merge with the tip 14 years ago
Brian Curtin e6b299faf5 Fix Windows build 14 years ago
Brett Cannon afbdc13c1b Fix an import race condition. 14 years ago
Brett Cannon 73def61edd Try to fix a sporadic test failure from what is probably a caching race condition. 14 years ago
Brett Cannon 740fce0e38 Undo a C99 idiom. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Sandro Tosi d2cbd90539 merge with 3.2 14 years ago
Sandro Tosi 1ee17198c8 fix typo; thanks to Jérôme Mainka from docs@ 14 years ago
Ezio Melotti 9c9af9d2ad Merge highlight and spacing fixes in json example with 3.2. 14 years ago
Ezio Melotti 84e59aa989 Fix highlight and spacing in json example. 14 years ago
Ezio Melotti 584fbbb32d #14535: merge with 3.2. 14 years ago
Ezio Melotti f86b28e3d2 #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. 14 years ago
R David Murray 2c4efa871e Merge #14399: corrected news item 14 years ago
R David Murray 650dfaf5c4 #14399: corrected news item 14 years ago
Benjamin Peterson 780b66b3e6 merge 3.2 14 years ago
Benjamin Peterson 3bf01757b6 move outside WITH_THREAD conditional 14 years ago
Victor Stinner b8d016955a Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int 14 years ago
Michael Foord 0682a0c0a9 Minor docstring / docs corrections for unittest.mock 14 years ago
Michael Foord 656319e58d Make unittest.mock.create_autospec resilient against AttributeError on original object 14 years ago
Benjamin Peterson 899ee613f7 merge 3.2 14 years ago
Benjamin Peterson 43162b8a02 take linkage def outside of WITH_THREAD conditional (closes #14569) 14 years ago
Michael Foord c287062fcf unittest.mock.PropertyMock return value and attributes are now standard MagicMocks 14 years ago