summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Use simple call to os.symlink for broken link (intended for previous commit)Jason R. Coombs2013-05-281-1/+1
* | Merge with 3.3Jason R. Coombs2013-05-281-8/+36
|\ \ | |/
| * Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...Jason R. Coombs2013-05-281-8/+36
* | Merge with 3.3Terry Jan Reedy2013-05-287-2/+114
|\ \ | |/
| * Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-287-2/+114
* | Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-282-13/+113
* | Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.Brett Cannon2013-05-262-3/+54
* | Issue #18063: fix some struct specifications in the tests for sys.getsizeof().Antoine Pitrou2013-05-251-5/+5
|\ \ | |/
| * Issue #18063: fix some struct specifications in the tests for sys.getsizeof().Antoine Pitrou2013-05-251-5/+5
* | Fix #16832 - expose cache validity checking support in ABCMetaŁukasz Langa2013-05-252-0/+17
* | Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
|\ \ | |/
| * Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
* | Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
|\ \ | |/
| * Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
* | Fix test_bad_address on Ubuntu 13.04Antoine Pitrou2013-05-251-1/+4
|\ \ | |/
| * Fix test_bad_address on Ubuntu 13.04Antoine Pitrou2013-05-251-1/+4
* | Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-253-25/+30
* | Fix #17272 - Make Request.full_url and Request.get_full_url return same resul...Senthil Kumaran2013-05-243-2/+25
* | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
|\ \ | |/
| * Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
* | Issue #17532: mergeNed Deily2013-05-223-2/+4
|\ \ | |/
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-223-2/+4
* | merge 3.3Benjamin Peterson2013-05-221-0/+6
|\ \ | |/
| * add test for inequalityBenjamin Peterson2013-05-221-0/+6
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
* | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickledSerhiy Storchaka2013-05-212-6/+12
* | Backed out changeset c0f2b038fc12Charles-François Natali2013-05-211-6/+6
* | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-François Natali2013-05-211-6/+6
* | #14146: merge with 3.3.Roger Serwy2013-05-211-0/+30
|\ \ | |/