summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | ../bug-fixes/http_error_interface/.hg/last-message.txtSenthil Kumaran2013-03-191-21/+20
| | | | | |
* | | | | | Refactor test_urllib2. Include test_HTTPError_interface under MiscTestsSenthil Kumaran2013-03-191-21/+20
|/ / / / /
* | | | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-193-0/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
| * | | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-193-0/+8
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
| | * | | #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-193-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
* | | | | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
| | | | |
* | | | | #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
| | | | |
* | | | | Null merge 7127fbc363bb.Ezio Melotti2013-03-190-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | #17476: make allmethods actually return all methods.R David Murray2013-03-193-2/+32
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
| | * | #17476: make allmethods actually return all methods.R David Murray2013-03-193-1/+31
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
* | | Merge: #17476: make allmethods actually return all methods.R David Murray2013-03-193-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
* | | bump Python-ast.cBenjamin Peterson2013-03-181-1/+2
| | |
* | | placate msvcBenjamin Peterson2013-03-181-1/+2
| | |
* | | merge headsBenjamin Peterson2013-03-182-1/+26
|\ \ \
| * | | #17464: improve pydoc test coverage.R David Murray2013-03-192-1/+26
| | | | | | | | | | | | | | | | Patch by Matt Bachmann.
* | | | refactor to fix refleaksBenjamin Peterson2013-03-182-27/+49
| | | |
* | | | sprinkle constBenjamin Peterson2013-03-181-7/+7
|/ / /
* | | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-184-134/+2
| | |
* | | Closes issue 16709. unittest test discovery sorts test files for consistent ↵Michael Foord2013-03-184-3/+17
| | | | | | | | | | | | test ordering
* | | #10050 : merge to defaultSenthil Kumaran2013-03-181-0/+4
|\ \ \ | |/ /
| * | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener ↵Senthil Kumaran2013-03-181-0/+4
| | | | | | | | | | | | (msg172874 )
* | | use the HTTPS for pypi uploadBenjamin Peterson2013-03-184-7/+18
| | |
* | | MergeMichael Foord2013-03-181-0/+19
|\ \ \ | |/ /
| * | Documentation corrections for unittest.mockMichael Foord2013-03-181-0/+19
| | |
* | | #5024: whichhdr now returns the frame count for WAV files.R David Murray2013-03-184-6/+13
| | | | | | | | | | | | Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle.
* | | #17460: Remove the strict argument of HTTPConnection and removing theSenthil Kumaran2013-03-183-32/+14
| | | | | | | | | | | | DeprecationWarning being issued from 3.2 onwards.
* | | move declaration to top of blockBenjamin Peterson2013-03-181-1/+2
| | |
* | | add Sven Brauch for his #16795 contributionBenjamin Peterson2013-03-181-0/+1
| | |
* | | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-1811-219/+234
| | | | | | | | | | | | Patch from Sven Brauch.
* | | Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
|\ \ \ | |/ /
| * | Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
| | |
* | | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not ↵Giampaolo Rodola'2013-03-181-4/+4
| | | | | | | | | | | | installed
* | | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-183-2/+6
|\ \ \ | |/ / | | | | | | Patch by Rafael Santos.
| * | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-183-2/+6
| |\ \ | | |/ | | | | | | Patch by Rafael Santos.
| | * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-183-2/+6
| | | | | | | | | | | | Patch by Rafael Santos.
* | | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-172-0/+3
|\ \ \ | |/ / | | | | | | Original patch by Kushal Das.
| * | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-172-0/+3
| |\ \ | | |/ | | | | | | Original patch by Kushal Das.
| | * #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-172-0/+3
| | | | | | | | | | | | Original patch by Kushal Das.
* | | mergeBrett Cannon2013-03-172-2/+9
|\ \ \ | |/ /
| * | Issue #16880: _imp.load_dynamic() is not defined on a platform thatBrett Cannon2013-03-172-2/+9
| | | | | | | | | | | | | | | | | | | | | does not support dynamic loading (e.g. Atari), so make sure that imp doesn't assume it always exists. Patch by Christian Heimes.
* | | 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
| | | | | | | | | | | | the sentence referred to. Make other minor edits to improve flow.