summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #13959: Re-implement imp.load_compiled() in imp.py.Brett Cannon2012-04-171-5/+20
* Issue #14592: A relative import will raise a KeyError if __package__Brett Cannon2012-04-171-0/+5
* Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
|\
| * Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-173-0/+105
* | #14603: use a listcomp in ZipFile.namelist.Ezio Melotti2012-04-171-4/+1
* | Properly guard against special-casing.Brett Cannon2012-04-171-1/+1
* | Issue #13959: Re-implement imp.load_source() in imp.py.Brett Cannon2012-04-171-1/+28
* | Issue #14599: Fix an import caching race condition.Brett Cannon2012-04-171-0/+1
* | Issue #14599: Make test_reprlib robust against import cache raceBrett Cannon2012-04-171-0/+7
* | Issue #13959: Fix a logic bug.Brett Cannon2012-04-171-1/+1
* | pep8-ize test namesAntoine Pitrou2012-04-161-3/+3
* | Fix refleak in test_gcAntoine Pitrou2012-04-161-1/+2
* | Closes #14452: brought tests in line with removal of BOM insertion code.Vinay Sajip2012-04-161-3/+3
* | Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-1/+1
|\ \ | |/
| * Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-2/+0
* | Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-161-0/+18
* | mergeBrett Cannon2012-04-161-112/+111
|\ \
| * \ Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-112/+111
| |\ \ | | |/
| | * Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-112/+111
* | | Issue #13959: Re-implement imp.load_package() in imp.py.Brett Cannon2012-04-161-2/+17
|/ /
* | Issue #13959: Re-implement imp.load_module() in imp.py.Brett Cannon2012-04-161-1/+28
* | mergeBrett Cannon2012-04-153-5/+184
|\ \
| * | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-153-5/+184
* | | Consider load_dynamic() something to keep in _imp.Brett Cannon2012-04-151-3/+4
|/ /
* | Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-152-30/+62
* | mergeBrett Cannon2012-04-151-2/+2
|\ \
| * | utilize startswith(tuple)Philip Jenvey2012-04-151-2/+2
* | | Issue #14582: Import returns the module returned by a loader insteadBrett Cannon2012-04-152-34/+14
|/ /
* | Issue #13496: Merge from 3.2Mark Dickinson2012-04-151-0/+7
|\ \ | |/
| * Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+7
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-11/+44
* | Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-1/+135
* | Handle importing pkg.mod by executingBrett Cannon2012-04-152-1/+10
* | IDLE was relying on implicit relative imports which have gone away inBrett Cannon2012-04-151-3/+7
* | Add some comments.Brett Cannon2012-04-141-0/+2
* | Fix an import race condition.Brett Cannon2012-04-141-2/+2
* | Try to fix a sporadic test failure from what is probably a caching race condi...Brett Cannon2012-04-141-0/+1
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-1419-59/+103
* | Minor docstring / docs corrections for unittest.mockMichael Foord2012-04-131-6/+6
* | Make unittest.mock.create_autospec resilient against AttributeError on origin...Michael Foord2012-04-132-2/+29
* | unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-132-0/+14
* | Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-139-41/+76
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-1/+23
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-11/+44
* | code improvement. 'as cm' not required when not used. Review comment by Georg...Senthil Kumaran2012-04-121-7/+7
* | #14508: make gprof2html script runnable under python3R David Murray2012-04-111-1/+24
|\ \ | |/
* | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-112-51/+56
|\ \ | |/
| * 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-112-51/+56
| * Merge 3.2.3 release clone.Georg Brandl2012-04-112-2/+2
| |\