summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #7732: Move an imp.find_module test from test_import toBrett Cannon2013-06-072-10/+11
* | merge w/ 3.3 for issue #18055Brett Cannon2013-06-071-38/+19
|\ \ | |/
| * Issue #18055: Move to importlib from imp for IDLE.Brett Cannon2013-06-071-38/+19
* | Issue #17314: Stop using imp in multiprocessing.forking and move overBrett Cannon2013-06-071-10/+12
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-072-66/+10
* | tweak exception message (again)Brett Cannon2013-06-051-2/+2
* | Merge with 3.3Terry Jan Reedy2013-06-052-6/+6
|\ \ | |/
| * Issue 18130: delete extra spacesTerry Jan Reedy2013-06-052-6/+6
* | Merge with 3.3Terry Jan Reedy2013-06-053-51/+198
|\ \ | |/
| * Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.Terry Jan Reedy2013-06-053-51/+198
* | Add reference implementation for PEP 443Ɓukasz Langa2013-06-053-53/+499
* | Tweak at the suggestion of Ezio Melotti for exception messages whenBrett Cannon2013-06-041-2/+2
* | merge from 3.3Senthil Kumaran2013-06-021-1/+2
|\ \ | |/
| * Fix #17967 - Fix related to regression on Windows.Senthil Kumaran2013-06-021-1/+2
* | merge from 3.3Senthil Kumaran2013-06-011-1/+4
|\ \ | |/
| * Fix thishost helper funtion in urllib. Returns the ipaddress of localhost whenSenthil Kumaran2013-06-011-1/+4
* | #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-011-1/+1
* | fix whitespaceBrett Cannon2013-05-311-1/+1
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-316-104/+357
* | 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-312-1/+25
* | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-51/+27
|\ \ | |/
| * Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-51/+27
| * Backport bff16086f03b and bcaaaa00425b.Stefan Krah2013-05-291-0/+13
* | Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-303-10/+17
* | Issue #18084: Use sys.byteorder in wave.py.Serhiy Storchaka2013-05-291-8/+3
* | test_decimal: add __sizeof__() tests for code coverage.Stefan Krah2013-05-291-0/+13
* | Merge 3.3.Stefan Krah2013-05-292-1/+5
|\ \ | |/
| * Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-292-1/+5
* | merge from 3.3Senthil Kumaran2013-05-292-0/+13
|\ \ | |/
| * #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-292-0/+13
* | 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
* | Issue #18080: merge from 3.3Ned Deily2013-05-282-4/+42
|\ \ | |/
| * Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-282-4/+42
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-282-33/+15
* | Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-283-5/+84
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+9
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+9
* | 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
* | Issue #18011: base64.b32decode() now raises a binascii.Error if there areSerhiy Storchaka2013-05-282-4/+6
|\ \ | |/
| * Issue #18011: base64.b32decode() now raises a binascii.Error if there areSerhiy Storchaka2013-05-282-4/+6
* | Merge with 3.3Jason R. Coombs2013-05-281-1/+1
|\ \ | |/