| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | grammar | Benjamin Peterson | 2013-05-27 | 1 | -3/+3 |
| | | |||||
| * | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times ↵ | Benjamin Peterson | 2013-05-27 | 4 | -14/+71 |
| | | | | | | | (closes #17206) A patch from Illia Polosukhin. | ||||
| * | Fix typo in embedding doc and update examples to 3.4. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix typo in embedding doc and update examples to 3.3. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
| | | | |||||
| * | | Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. | Brett Cannon | 2013-05-26 | 4 | -15/+66 |
| | | | | | | | | | | | | | | | While the previous location was fine, it makes more sense to have the method higher up in the inheritance chain, especially at a point where get_source() is defined which is the earliest source_to_code() could programmatically be used in the inheritance tree in importlib.abc. | ||||
| * | | Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). | Antoine Pitrou | 2013-05-25 | 1 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). | Antoine Pitrou | 2013-05-25 | 1 | -5/+5 |
| | | | |||||
| * | | Mention issue #16832 in Misc/NEWS | Łukasz Langa | 2013-05-25 | 1 | -1/+4 |
| | | | |||||
| * | | Fix #16832 - expose cache validity checking support in ABCMeta | Łukasz Langa | 2013-05-25 | 3 | -0/+34 |
| | | | |||||
| * | | merge | Brett Cannon | 2013-05-25 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Mention __cached__ in the import ref. | Brett Cannon | 2013-05-25 | 1 | -1/+5 |
| | | | |||||
| * | | merge | Brett Cannon | 2013-05-25 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Add a missing parenthesis. | Brett Cannon | 2013-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | merge | Brett Cannon | 2013-05-25 | 1 | -3/+8 |
| |\ \ | |/ | |||||
| | * | Various tweaks to importlib docs. | Brett Cannon | 2013-05-25 | 1 | -3/+8 |
| | | | |||||
| * | | Clean-up duplicated code in tests | Eli Bendersky | 2013-05-25 | 1 | -46/+0 |
| |\ \ | |/ | |||||
| | * | Clean-up duplicated code in tests | Eli Bendersky | 2013-05-25 | 1 | -46/+0 |
| | | | |||||
| * | | Issue #13612: handle unknown encodings without a buffer overflow. | Eli Bendersky | 2013-05-25 | 4 | -74/+123 |
| |\ \ | |/ | | | | | | | | | | | This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new function - DefaultUnknownEncodingHandler. Based on a patch by Serhiy Storchaka. | ||||
| | * | Issue #13612: handle unknown encodings without a buffer overflow. | Eli Bendersky | 2013-05-25 | 4 | -74/+123 |
| | | | | | | | | | | | | | | | This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new function - DefaultUnknownEncodingHandler. Based on a patch by Serhiy Storchaka. | ||||
| * | | Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC ↵ | Antoine Pitrou | 2013-05-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | preprocessor doesn't process #ifdef's inside a macro argument list. (found explanation at http://www.tech-archive.net/Archive/VC/microsoft.public.vc.language/2007-05/msg00385.html) | ||||
| * | | Fix test_bad_address on Ubuntu 13.04 | Antoine Pitrou | 2013-05-25 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | Fix test_bad_address on Ubuntu 13.04 | Antoine Pitrou | 2013-05-25 | 1 | -1/+4 |
| | | | |||||
| * | | Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. | Antoine Pitrou | 2013-05-25 | 2 | -1/+6 |
| | | | |||||
| * | | Closes #18046: Simplified logging internals relating to levels and their ↵ | Vinay Sajip | 2013-05-25 | 3 | -25/+30 |
| | | | | | | | | | names. Thanks to Alex Gaynor for the patch. | ||||
| * | | merge 3.3 | Benjamin Peterson | 2013-05-24 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | indicate that read/write work with bytes (closes #18009) | Benjamin Peterson | 2013-05-24 | 1 | -3/+3 |
| | | | |||||
| * | | merge fix for issue #17953 | Brett Cannon | 2013-05-24 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | Issue #17953: document that sys.modules shouldn't be replaced (thanks | Brett Cannon | 2013-05-24 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | to interp->modules) and that deleting essential items from the dict can cause Python to blow up. Thanks to Terry Reedy for coming up with initial wording and Yogesh Chaudhari for coming up with a patch using that wording in parallel to my own patch. | ||||
| * | | Fix #17272 - Make Request.full_url and Request.get_full_url return same ↵ | Senthil Kumaran | 2013-05-24 | 4 | -2/+35 |
| | | | | | | | | | | | | | result under all circumstances. Document the change of Request.full_url to a property. | ||||
| * | | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 3 | -0/+15 |
| |\ \ | |/ | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | ||||
| | * | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 3 | -0/+15 |
| | | | | | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | ||||
| * | | merge from 3.3 | Senthil Kumaran | 2013-05-23 | 1 | -5/+15 |
| |\ \ | |/ | | | | | Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 and 3.4. | ||||
| | * | Fix #18007 : Document CookieJar.add_cookie_header request parameter changes ↵ | Senthil Kumaran | 2013-05-23 | 1 | -5/+15 |
| | | | | | | | | | in 3.3 | ||||
| * | | Merge issue 17844 from 3.3 | Nick Coghlan | 2013-05-23 | 1 | -30/+50 |
| |\ \ | |/ | |||||
| | * | Issue 17844: Clarify meaning of different codec tables | Nick Coghlan | 2013-05-23 | 1 | -30/+50 |
| | | | |||||
| * | | merge | Raymond Hettinger | 2013-05-23 | 1 | -4/+0 |
| |\ \ | |/ | |||||
| | * | Issue #18031: %-formatting isn't dead yet and might pull through. | Raymond Hettinger | 2013-05-23 | 1 | -4/+0 |
| | | | |||||
| * | | Issue #17532: merge | Ned Deily | 2013-05-22 | 5 | -2/+8 |
| |\ \ | |/ | |||||
| | * | Issue #17532: Always include Options menu for IDLE on OS X. | Ned Deily | 2013-05-22 | 5 | -2/+8 |
| | | | | | | | | | Patch by Guilherme Simões. | ||||
| * | | merge 3.3 | Benjamin Peterson | 2013-05-22 | 1 | -0/+6 |
| |\ \ | |/ | |||||
| | * | add test for inequality | Benjamin Peterson | 2013-05-22 | 1 | -0/+6 |
| | | | |||||
| * | | Issue #16986: ElementTree now correctly parses a string input not only when | Serhiy Storchaka | 2013-05-22 | 5 | -24/+65 |
| |\ \ | |/ | | | | | an internal XML encoding is UTF-8 or US-ASCII. | ||||
| | * | Issue #16986: ElementTree now correctly parses a string input not only when | Serhiy Storchaka | 2013-05-22 | 5 | -24/+65 |
| | | | | | | | | | an internal XML encoding is UTF-8 or US-ASCII. | ||||
| * | | Move a NEWS entity to a correct place. | Serhiy Storchaka | 2013-05-22 | 1 | -3/+3 |
| | | | |||||
| * | | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. | Serhiy Storchaka | 2013-05-22 | 2 | -28/+29 |
| |\ \ | |/ | |||||
| | * | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. | Serhiy Storchaka | 2013-05-22 | 2 | -28/+29 |
| | | | |||||
| * | | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. | Giampaolo Rodola' | 2013-05-21 | 3 | -0/+10 |
| | | | |||||
| * | | merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). | R David Murray | 2013-05-21 | 1 | -5/+8 |
| |\ \ | |/ | |||||
| | * | #17973: fix technical inaccuracy in faq entry (it now passes doctest). | R David Murray | 2013-05-21 | 1 | -5/+8 |
| | | | |||||
| * | | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled | Serhiy Storchaka | 2013-05-21 | 3 | -6/+15 |
| | | | | | | | | | size and pickling time. | ||||
