summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #18066: remove vestigial code depending on the sgi moduleAndrew Kuchling2013-06-011-12/+1
* merge from 3.3Senthil Kumaran2013-06-011-2/+1
|\
| * Fix #17967: For ftp urls CWD to target instead of hopping to each directorySenthil Kumaran2013-06-011-2/+1
* | frozen modules now apparently have empty __path__Benjamin Peterson2013-06-011-1/+1
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-014-5/+16
* | fix whitespaceBrett Cannon2013-05-311-1/+1
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-3110-3634/+3931
* | Docstring cleanupBrett Cannon2013-05-311-2/+3
* | Fix for last commit on adding reset_name to module_to_loadBrett Cannon2013-05-311-3/+6
* | Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-313-2/+30
* | Update What's New for importlib.util.module_to_load name changeBrett Cannon2013-05-311-1/+1
* | Add a reference to module_to_loadBrett Cannon2013-05-311-2/+1
* | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-312-51/+30
|\ \ | |/
| * Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-312-51/+29
* | Remove duplicate entry due to mismerge and incomplete resolution.Terry Jan Reedy2013-05-311-3/+0
* | mergeTerry Jan Reedy2013-05-311-0/+3
|\ \ | |/
| * Issue #15392: Finish news entry.Terry Jan Reedy2013-05-311-1/+1
* | Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-306-3527/+3548
* | Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS XƁukasz Langa2013-05-302-0/+12
* | Merge headsSerhiy Storchaka2013-05-292-8/+4
|\ \
| * | Issue #18084: Use sys.byteorder in wave.py.Serhiy Storchaka2013-05-292-8/+4
* | | Merge 3.3.Stefan Krah2013-05-291-7/+8
|\ \ \ | | |/ | |/|
| * | Support multiarch build in tests.Stefan Krah2013-05-291-7/+8
* | | Null merge.Stefan Krah2013-05-290-0/+0
|\ \ \ | |/ /
| * | Backport bff16086f03b and bcaaaa00425b.Stefan Krah2013-05-292-5/+18
* | | Mark untestable lines for gcov.Stefan Krah2013-05-291-5/+5
| |/ |/|
* | test_decimal: add __sizeof__() tests for code coverage.Stefan Krah2013-05-291-0/+13
* | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-296-22/+42
* | Merge 3.3.Stefan Krah2013-05-295-16/+64
|\ \ | |/
| * Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-295-16/+64
* | merge from 3.3Senthil Kumaran2013-05-293-0/+17
|\ \ | |/
| * #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-293-0/+17
* | Merge with 3.3Terry Jan Reedy2013-05-292-8/+8
|\ \ | |/
| * Issue #15392: Do not run tests if threading/_thread not available. OtherwiseTerry Jan Reedy2013-05-292-8/+8
* | #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointerAndrew Kuchling2013-05-291-1/+23
* | Issue #18080: merge from 3.3Ned Deily2013-05-283-4/+47
|\ \ | |/
| * Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-283-4/+47
* | Undo a recommendation as load_module() methods might be called directlyBrett Cannon2013-05-281-5/+1
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-286-3474/+3451
* | Clarify some documentationBrett Cannon2013-05-281-31/+17
* | Update importlib.hBrett Cannon2013-05-281-2676/+2675
* | Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-286-3333/+3500
* | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.Serhiy Storchaka2013-05-281-1/+1
|\ \ | |/
| * Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.Serhiy Storchaka2013-05-281-1/+1
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-283-0/+20
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-283-0/+20
* | Issue #17746: Skip test_shutil.test_non_matching_mode when run as root orSerhiy Storchaka2013-05-281-0/+4
|\ \ | |/
| * Issue #17746: Skip test_shutil.test_non_matching_mode when run as root orSerhiy Storchaka2013-05-281-0/+4
* | Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.Serhiy Storchaka2013-05-281-1/+1
* | Move some Misc/NEWS entries to correct place.Serhiy Storchaka2013-05-281-7/+7