summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-243-0/+15
* | merge from 3.3Senthil Kumaran2013-05-231-5/+15
|\ \ | |/
| * Fix #18007 : Document CookieJar.add_cookie_header request parameter changes i...Senthil Kumaran2013-05-231-5/+15
* | Merge issue 17844 from 3.3Nick Coghlan2013-05-231-30/+50
|\ \ | |/
| * Issue 17844: Clarify meaning of different codec tablesNick Coghlan2013-05-231-30/+50
* | mergeRaymond Hettinger2013-05-231-4/+0
|\ \ | |/
| * Issue #18031: %-formatting isn't dead yet and might pull through.Raymond Hettinger2013-05-231-4/+0
* | Issue #17532: mergeNed Deily2013-05-225-2/+8
|\ \ | |/
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-225-2/+8
* | 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-225-24/+65
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-225-24/+65
* | Move a NEWS entity to a correct place.Serhiy Storchaka2013-05-221-3/+3
* | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.Serhiy Storchaka2013-05-222-28/+29
|\ \ | |/
| * Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.Serhiy Storchaka2013-05-222-28/+29
* | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.Giampaolo Rodola'2013-05-213-0/+10
* | merge #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
|\ \ | |/
| * #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
* | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickledSerhiy Storchaka2013-05-213-6/+15
* | Backed out changeset c0f2b038fc12Charles-François Natali2013-05-213-10/+7
* | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-François Natali2013-05-213-7/+10
* | #14146: merge with 3.3.Roger Serwy2013-05-212-0/+32
|\ \ | |/
| * #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-212-0/+36
* | 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 #18026: mergeNed Deily2013-05-201-1/+1
|\ \ | |/