summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #18011: base64.b32decode() now raises a binascii.Error if there areSerhiy Storchaka2013-05-284-5/+11
|\ \ | |/
| * Issue #18011: base64.b32decode() now raises a binascii.Error if there areSerhiy Storchaka2013-05-284-5/+11
* | Issue #18079: Fix a typo in the tutorial.Serhiy Storchaka2013-05-281-2/+2
|\ \ | |/
| * Issue #18079: Fix a typo in the tutorial.Serhiy Storchaka2013-05-281-2/+2
* | 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-283-13/+168
|\ \ | |/
| * Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...Jason R. Coombs2013-05-284-13/+173
* | Merge with 3.3Terry Jan Reedy2013-05-289-2/+118
|\ \ | |/
| * Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-289-2/+118
* | NEWS entry for issue #18072Brett Cannon2013-05-281-0/+3
* | Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-283-17/+121
* | grammarBenjamin Peterson2013-05-271-3/+3
* | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...Benjamin Peterson2013-05-274-14/+71
* | Fix typo in embedding doc and update examples to 3.4.Ned Deily2013-05-271-4/+4
|\ \ | |/
| * Fix typo in embedding doc and update examples to 3.3.Ned Deily2013-05-271-4/+4
* | Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.Brett Cannon2013-05-264-15/+66
* | 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
* | Mention issue #16832 in Misc/NEWSŁukasz Langa2013-05-251-1/+4
* | Fix #16832 - expose cache validity checking support in ABCMetaŁukasz Langa2013-05-253-0/+34
* | mergeBrett Cannon2013-05-251-1/+5
|\ \ | |/
| * Mention __cached__ in the import ref.Brett Cannon2013-05-251-1/+5
* | mergeBrett Cannon2013-05-251-1/+1
|\ \ | |/
| * Add a missing parenthesis.Brett Cannon2013-05-251-1/+1
* | mergeBrett Cannon2013-05-251-3/+8
|\ \ | |/
| * Various tweaks to importlib docs.Brett Cannon2013-05-251-3/+8
* | 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-254-74/+123
|\ \ | |/
| * Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-254-74/+123
* | Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preproces...Antoine Pitrou2013-05-251-3/+4
* | 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
* | Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.Antoine Pitrou2013-05-252-1/+6
* | Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-253-25/+30
* | merge 3.3Benjamin Peterson2013-05-241-3/+3
|\ \ | |/
| * indicate that read/write work with bytes (closes #18009)Benjamin Peterson2013-05-241-3/+3
* | merge fix for issue #17953Brett Cannon2013-05-241-0/+2
|\ \ | |/
| * Issue #17953: document that sys.modules shouldn't be replaced (thanksBrett Cannon2013-05-242-0/+5
* | Fix #17272 - Make Request.full_url and Request.get_full_url return same resul...Senthil Kumaran2013-05-244-2/+35
* | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-243-0/+15
|\ \ | |/