summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge usage of argument/parameter and markup fixes from 3.2.Ezio Melotti2013-03-201-4/+4
|\
| * Fix usage of argument/parameter and markup.Ezio Melotti2013-03-201-4/+4
* | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-201-1/+1
* | Use a larger amount of data for tests such as the interrupted_writeGregory P. Smith2013-03-202-5/+8
* | Automated merge with file:///Users/skumaran/python/cpythonSenthil Kumaran2013-03-201-8/+8
|\ \
| * | #17474 - Mark the deprecated Request methods as deprecated-removed. Review by...Senthil Kumaran2013-03-201-8/+8
* | | Issue #15038 : Fixing the condition broadcast and docs.Kristján Valur Jónsson2013-03-201-6/+6
|/ /
* | #17471 - merge from 3.2Senthil Kumaran2013-03-191-1/+7
|\ \ | |/
| * #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...Senthil Kumaran2013-03-191-1/+9
* | Merge with 3.2Kristján Valur Jónsson2013-03-190-0/+0
|\ \ | |/
| * MergeKristján Valur Jónsson2013-03-191-0/+5
| |\
* | \ MergeKristján Valur Jónsson2013-03-191-0/+5
|\ \ \
| * \ \ #10296: Merge to 3.3Kristján Valur Jónsson2013-03-191-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | Issue #10296 : Don't handle BreakPoint exceptions usingKristján Valur Jónsson2013-03-191-0/+5
* | | | merge from 3.2Gregory P. Smith2013-03-191-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | merge headsGregory P. Smith2013-03-191-1/+11
| |\ \ \
| * \ \ \ merge heads in 3.2Gregory P. Smith2013-03-199-6/+50
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | merge headsGregory P. Smith2013-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
| | | |/ | | |/|
* | | | merge headsGregory P. Smith2013-03-192-48/+70
|\ \ \ \ | |/ / /
| * | | - update config.guess and config.subdoko@ubuntu.com2013-03-192-48/+70
* | | | merge heads in 3.3Gregory P. Smith2013-03-199-6/+51
|\ \ \ \ | |/ / /
| * | | #17471 - merge from 3.2Senthil Kumaran2013-03-191-0/+3
| |\ \ \ | | |/ /
| | * | #17471 - Improve urllib2 test coverage. Patch contributed by Daniel WozniakSenthil Kumaran2013-03-191-0/+3
| * | | Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-192-1/+5
| |\ \ \ | | |/ /
| | * | #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-192-1/+5
| * | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-193-0/+8
| |\ \ \ | | |/ /
| | * | #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-193-0/+7
| * | | 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.2Senthil Kumaran2013-03-191-3/+3
| |\ \ \ | | |/ /
| | * | #17460 - Adding relevant warning messages regarding strict removal in docsSenthil Kumaran2013-03-191-3/+3
| * | | #17476: make allmethods actually return all methods.R David Murray2013-03-193-2/+32
| |\ \ \ | | |/ /
| | * | #17476: make allmethods actually return all methods.R David Murray2013-03-193-1/+31
* | | | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1997-2790/+12613
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-19240-7990/+34962
| |/
* | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg17...Senthil Kumaran2013-03-191-0/+4
* | Documentation corrections for unittest.mockMichael Foord2013-03-181-0/+19
* | Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
* | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-183-2/+6
|\ \ | |/
| * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-183-2/+6
* | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-182-0/+3
|\ \ | |/
| * #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-182-0/+3
* | Issue #16880: _imp.load_dynamic() is not defined on a platform thatBrett Cannon2013-03-172-2/+9
* | Merge with 3.2Terry Jan Reedy2013-03-171-1/+1
|\ \ | |/
| * Issue #17415: Trim trailing whitespaceTerry Jan Reedy2013-03-171-1/+1
* | 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
* | Issue #16389: Fixed an issue number in previos commit.Serhiy Storchaka2013-03-161-1/+1
|\ \ | |/