Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix for last commit on adding reset_name to module_to_load | Brett Cannon | 2013-05-31 | 1 | -3/+6 | |
| | | ||||||
* | | Add a reset_name argument to importlib.util.module_to_load in order to | Brett Cannon | 2013-05-31 | 3 | -2/+30 | |
| | | | | | | | | | | control whether to reset the module's __name__ attribute in case a reload is being done. | |||||
* | | Update What's New for importlib.util.module_to_load name change | Brett Cannon | 2013-05-31 | 1 | -1/+1 | |
| | | ||||||
* | | Add a reference to module_to_load | Brett Cannon | 2013-05-31 | 1 | -2/+1 | |
| | | ||||||
* | | Issue #18094: test_uuid no more reports skipped tests as passed. | Serhiy Storchaka | 2013-05-31 | 2 | -51/+30 | |
|\ \ | |/ | ||||||
| * | Issue #18094: test_uuid no more reports skipped tests as passed. | Serhiy Storchaka | 2013-05-31 | 2 | -51/+29 | |
| | | ||||||
* | | Remove duplicate entry due to mismerge and incomplete resolution. | Terry Jan Reedy | 2013-05-31 | 1 | -3/+0 | |
| | | ||||||
* | | merge | Terry Jan Reedy | 2013-05-31 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #15392: Finish news entry. | Terry Jan Reedy | 2013-05-31 | 1 | -1/+1 | |
| | | ||||||
* | | Rename importlib.util.ModuleManager to module_to_load so that the name | Brett Cannon | 2013-05-30 | 6 | -3527/+3548 | |
| | | | | | | | | explains better what the context manager is providing. | |||||
* | | Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X | Łukasz Langa | 2013-05-30 | 2 | -0/+12 | |
| | | | | | | | | Patch by Ronald Oussoren | |||||
* | | Merge heads | Serhiy Storchaka | 2013-05-29 | 2 | -8/+4 | |
|\ \ | ||||||
| * | | Issue #18084: Use sys.byteorder in wave.py. | Serhiy Storchaka | 2013-05-29 | 2 | -8/+4 | |
| | | | | | | | | | | | | Original patch by Hideaki Takahashi. | |||||
* | | | Merge 3.3. | Stefan Krah | 2013-05-29 | 1 | -7/+8 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Support multiarch build in tests. | Stefan Krah | 2013-05-29 | 1 | -7/+8 | |
| | | | ||||||
* | | | Null merge. | Stefan Krah | 2013-05-29 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Backport bff16086f03b and bcaaaa00425b. | Stefan Krah | 2013-05-29 | 2 | -5/+18 | |
| | | | ||||||
* | | | Mark untestable lines for gcov. | Stefan Krah | 2013-05-29 | 1 | -5/+5 | |
| |/ |/| | ||||||
* | | test_decimal: add __sizeof__() tests for code coverage. | Stefan Krah | 2013-05-29 | 1 | -0/+13 | |
| | | ||||||
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 6 | -22/+42 | |
| | | | | | | | | | | PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck. | |||||
* | | Merge 3.3. | Stefan Krah | 2013-05-29 | 5 | -16/+64 | |
|\ \ | |/ | ||||||
| * | Issue #17768: Support newline fill character in decimal.py and NUL fill | Stefan Krah | 2013-05-29 | 5 | -16/+64 | |
| | | | | | | | | character in _decimal.c. | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-05-29 | 3 | -0/+17 | |
|\ \ | |/ | | | | | | | | | #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. This helps in handling certain types invalid urls in a conservative manner. Patch contributed by Mher Movsisyan. | |||||
| * | #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. | Senthil Kumaran | 2013-05-29 | 3 | -0/+17 | |
| | | | | | | | | This helps in handling certain types invalid urls in a conservative manner. | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-05-29 | 2 | -8/+8 | |
|\ \ | |/ | ||||||
| * | Issue #15392: Do not run tests if threading/_thread not available. Otherwise | Terry Jan Reedy | 2013-05-29 | 2 | -8/+8 | |
| | | | | | | | | touchup test_idle. Rename README.txt. | |||||
* | | #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer | Andrew Kuchling | 2013-05-29 | 1 | -1/+23 | |
| | | ||||||
* | | Issue #18080: merge from 3.3 | Ned Deily | 2013-05-28 | 3 | -4/+47 | |
|\ \ | |/ | ||||||
| * | Issue #18080: When building a C extension module on OS X, if the compiler | Ned Deily | 2013-05-28 | 3 | -4/+47 | |
| | | | | | | | | | | | | is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0. | |||||
* | | Undo a recommendation as load_module() methods might be called directly | Brett Cannon | 2013-05-28 | 1 | -5/+1 | |
| | | ||||||
* | | Issue #18070: importlib.util.module_for_loader() now sets __loader__ | Brett Cannon | 2013-05-28 | 6 | -3474/+3451 | |
| | | | | | | | | | | and __package__ unconditionally in order to do the right thing for reloading. | |||||
* | | Clarify some documentation | Brett Cannon | 2013-05-28 | 1 | -31/+17 | |
| | | ||||||
* | | Update importlib.h | Brett Cannon | 2013-05-28 | 1 | -2676/+2675 | |
| | | ||||||
* | | Introduce importlib.util.ModuleManager which is a context manager to | Brett Cannon | 2013-05-28 | 6 | -3333/+3500 | |
| | | | | | | | | | | | | | | | | handle providing (and cleaning up if needed) the module to be loaded. A future commit will use the context manager in Lib/importlib/_bootstrap.py and thus why the code is placed there instead of in Lib/importlib/util.py. | |||||
* | | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. | Serhiy Storchaka | 2013-05-28 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. | Serhiy Storchaka | 2013-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw | Serhiy Storchaka | 2013-05-28 | 3 | -0/+20 | |
|\ \ | |/ | | | | | stream's read() returns more bytes than requested. | |||||
| * | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw | Serhiy Storchaka | 2013-05-28 | 3 | -0/+20 | |
| | | | | | | | | stream's read() returns more bytes than requested. | |||||
* | | Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or | Serhiy Storchaka | 2013-05-28 | 1 | -0/+4 | |
|\ \ | |/ | | | | | on unsuitable platform/environment. | |||||
| * | Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or | Serhiy Storchaka | 2013-05-28 | 1 | -0/+4 | |
| | | | | | | | | on unsuitable platform/environment. | |||||
* | | Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced. | Serhiy Storchaka | 2013-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Move some Misc/NEWS entries to correct place. | Serhiy Storchaka | 2013-05-28 | 1 | -7/+7 | |
| | | ||||||
* | | Issue #18011: base64.b32decode() now raises a binascii.Error if there are | Serhiy Storchaka | 2013-05-28 | 4 | -5/+11 | |
|\ \ | |/ | | | | | | | non-alphabet characters present in the input string to conform a docstring. Updated the module documentation. | |||||
| * | Issue #18011: base64.b32decode() now raises a binascii.Error if there are | Serhiy Storchaka | 2013-05-28 | 4 | -5/+11 | |
| | | | | | | | | | | non-alphabet characters present in the input string to conform a docstring. Updated the module documentation. | |||||
* | | Issue #18079: Fix a typo in the tutorial. | Serhiy Storchaka | 2013-05-28 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #18079: Fix a typo in the tutorial. | Serhiy Storchaka | 2013-05-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge with 3.3 | Jason R. Coombs | 2013-05-28 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Use simple call to os.symlink for broken link (intended for previous commit) | Jason R. Coombs | 2013-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with 3.3 | Jason R. Coombs | 2013-05-28 | 3 | -13/+168 | |
|\ \ | |/ | ||||||
| * | Issue #13772: Restored directory detection of targets in `os.symlink` on ↵ | Jason R. Coombs | 2013-05-28 | 4 | -13/+173 | |
| | | | | | | | | Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. |