summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
|\ \ | |/
| * Use simple call to os.symlink for broken link (intended for previous commit)Jason R. Coombs2013-05-271-1/+1
* | Merge with 3.3Jason R. Coombs2013-05-271-8/+36
|\ \ | |/
| * Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...Jason R. Coombs2013-05-271-8/+36
* | Merge with 3.3Terry Jan Reedy2013-05-277-2/+114
|\ \ | |/
| * Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-277-2/+114
* | Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-272-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-201-0/+30
|\ \ | |/
| * #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-201-0/+30
* | Closes #17743: Merged fix from 3.3.Vinay Sajip2013-05-201-13/+14
|\ \ | |/
| * Issue #17743: Now use extended syntax of set command in .bat files.Vinay Sajip2013-05-201-13/+14
* | Closes #17744: Merged fix from 3.3.Vinay Sajip2013-05-201-4/+8
|\ \ | |/
| * Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.Vinay Sajip2013-05-201-4/+8
* | Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
* | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-202-22/+13
* | merge 3.3Benjamin Peterson2013-05-191-0/+5
|\ \ | |/
| * add recursive repr testBenjamin Peterson2013-05-191-0/+5
* | Get rid of ugly code duplication for ElementTree.parse when the acceleratorEli Bendersky2013-05-191-28/+11
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-192-2/+15
* | normalize whitespaceEli Bendersky2013-05-191-4/+0