summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Automated merge with ssh://hg.python.org/cpythonSenthil Kumaran2013-03-201-0/+5
|\
| * #17474 - merge from 3.3. Update default Docs with versionchanged markup on wh...Senthil Kumaran2013-03-201-0/+5
| |\
| | * #17474 - Mark the deprecated Request methods as deprecated-removed. Review by...Senthil Kumaran2013-03-201-8/+8
* | | Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-201-3/+6
|/ /
* | Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-201-2/+6
* | Merge: #1525919: Document MIMEText+set_payload encoding behavior.R David Murray2013-03-191-0/+10
|\ \ | |/
| * Merge: #1525919: Document MIMEText+set_payload encoding behavior.R David Murray2013-03-191-0/+10
| |\
| | * #1525919: Document MIMEText+set_payload encoding behavior.R David Murray2013-03-191-1/+11
* | | #17460 - merge from 3.3Senthil Kumaran2013-03-191-0/+12
|\ \ \ | |/ /
| * | #17460 - merge from 3.2Senthil Kumaran2013-03-191-3/+3
| |\ \ | | |/
| | * #17460 - Adding relevant warning messages regarding strict removal in docsSenthil Kumaran2013-03-191-3/+3
* | | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-191-69/+0
* | | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-191-0/+5
* | | #10050 : merge to defaultSenthil Kumaran2013-03-191-0/+4
|\ \ \ | |/ /
| * | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg17...Senthil Kumaran2013-03-191-0/+4
* | | MergeMichael Foord2013-03-181-0/+19
|\ \ \ | |/ /
| * | Documentation corrections for unittest.mockMichael Foord2013-03-181-0/+19
* | | #17460: Remove the strict argument of HTTPConnection and removing theSenthil Kumaran2013-03-181-15/+3
* | | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+2
|\ \ \ | |/ /
| * | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+2
| |\ \ | | |/
| | * #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+2
* | | Merge with 3.3Terry Jan Reedy2013-03-171-1/+1
|\ \ \ | |/ /
| * | Merge with 3.2Terry Jan Reedy2013-03-171-1/+1
| |\ \ | | |/
| | * Issue #17415: Trim trailing whitespaceTerry Jan Reedy2013-03-171-1/+1
* | | Merge with 3.3Terry Jan Reedy2013-03-171-7/+5
|\ \ \ | |/ /
| * | Merge with 3.2Terry Jan Reedy2013-03-171-7/+5
| |\ \ | | |/
| | * Issue #17415: Clarify 'this' referent by moving containing sentence just afterTerry Jan Reedy2013-03-171-7/+5
* | | Fix markup/wording.Ezio Melotti2013-03-161-1/+1
* | | Merge with 3.3Terry Jan Reedy2013-03-161-2/+2
|\ \ \ | |/ /
| * | Merge with 3.2Terry Jan Reedy2013-03-161-2/+2
| |\ \ | | |/
| | * Issue #17418: specify that buffer sizes are bytes as soon as possible.Terry Jan Reedy2013-03-161-2/+2
* | | merge with 3.3Georg Brandl2013-03-161-1/+1
|\ \ \ | |/ /
| * | Remove row-spanning cell, which the Sphinx text writer does not support.Georg Brandl2013-03-161-1/+1
* | | Merge with 3.3Terry Jan Reedy2013-03-151-3/+3
|\ \ \ | |/ /
| * | Merge with 3.2Terry Jan Reedy2013-03-151-3/+3
| |\ \ | | |/
| | * Issue #17398: document url argument of RobotFileParserTerry Jan Reedy2013-03-151-3/+3
* | | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-151-4/+8
* | | Small cosmetic fixesEli Bendersky2013-03-141-6/+3
* | | Merge with 3.3: Issue #17386Terry Jan Reedy2013-03-141-1/+1
|\ \ \ | |/ /
| * | Merge with 3.2: Issue #17386Terry Jan Reedy2013-03-141-1/+1
| |\ \ | | |/
| | * Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.Terry Jan Reedy2013-03-141-1/+1
* | | #17307 - merge from 3.3Senthil Kumaran2013-03-132-0/+27
|\ \ \ | |/ /
| * | #17307 - merge from 3.2Senthil Kumaran2013-03-132-0/+27
| |\ \ | | |/
| | * #17307 - Example of HTTP PUT Request using http.clientSenthil Kumaran2013-03-131-0/+16
| * | Issue #17176: Document that imp.NullImporter is no longerBrett Cannon2013-03-132-7/+11
* | | Issue #17099: Have importlib.find_loader() raise ValueError whenBrett Cannon2013-03-131-1/+7
* | | Issue #17176: Document that imp.NullImporter is no longer insertedBrett Cannon2013-03-132-7/+11
* | | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-132-7/+13
* | | Issue #17222: Document that py_compile now uses importlib for its fileBrett Cannon2013-03-131-1/+6
* | | expose O_PATH if possibleBenjamin Peterson2013-03-131-0/+1