Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes issue 16709. unittest test discovery sorts test files for consistent t... | Michael Foord | 2013-03-19 | 4 | -3/+17 |
* | #10050 : merge to default | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
|\ | |||||
| * | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg17... | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
* | | use the HTTPS for pypi upload | Benjamin Peterson | 2013-03-18 | 4 | -7/+18 |
* | | Merge | Michael Foord | 2013-03-18 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Documentation corrections for unittest.mock | Michael Foord | 2013-03-18 | 1 | -0/+19 |
* | | #5024: whichhdr now returns the frame count for WAV files. | R David Murray | 2013-03-18 | 4 | -6/+13 |
* | | #17460: Remove the strict argument of HTTPConnection and removing the | Senthil Kumaran | 2013-03-18 | 3 | -32/+14 |
* | | move declaration to top of block | Benjamin Peterson | 2013-03-18 | 1 | -1/+2 |
* | | add Sven Brauch for his #16795 contribution | Benjamin Peterson | 2013-03-18 | 1 | -0/+1 |
* | | unify some ast.argument's attrs; change Attribute column offset (closes #16795) | Benjamin Peterson | 2013-03-18 | 11 | -219/+234 |
* | | Issue #17463: Fix test discovery for test_pdb.py | Andrew Svetlov | 2013-03-18 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Issue #17463: Fix test discovery for test_pdb.py | Andrew Svetlov | 2013-03-18 | 1 | -4/+5 |
* | | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst... | Giampaolo Rodola' | 2013-03-18 | 1 | -4/+4 |
* | | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 3 | -2/+6 |
|\ \ | |/ | |||||
| * | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 3 | -2/+6 |
| |\ | |||||
| | * | #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 3 | -2/+6 |
* | | | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 2 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 2 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 2 | -0/+3 |
* | | | merge | Brett Cannon | 2013-03-17 | 2 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #16880: _imp.load_dynamic() is not defined on a platform that | Brett Cannon | 2013-03-17 | 2 | -2/+9 |
* | | | Merge with 3.3 | Terry Jan Reedy | 2013-03-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.2 | Terry Jan Reedy | 2013-03-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #17415: Trim trailing whitespace | Terry Jan Reedy | 2013-03-17 | 1 | -1/+1 |
* | | | Merge with 3.3 | Terry Jan Reedy | 2013-03-17 | 1 | -7/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.2 | Terry Jan Reedy | 2013-03-17 | 1 | -7/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #17415: Clarify 'this' referent by moving containing sentence just after | Terry Jan Reedy | 2013-03-17 | 1 | -7/+5 |
* | | | merge heads | Benjamin Peterson | 2013-03-16 | 9 | -40/+84 |
|\ \ \ | |||||
| * \ \ | Issue #16389: Fixed an issue number in previos commit. | Serhiy Storchaka | 2013-03-16 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16389: Fixed an issue number in previos commit. | Serhiy Storchaka | 2013-03-16 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Issue #16389: Fixed an issue number in previos commit. | Serhiy Storchaka | 2013-03-16 | 1 | -1/+1 |
| * | | | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 2 | -6/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 2 | -6/+27 |
| | |\ \ | | | |/ | |||||
| | | * | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 2 | -9/+28 |
| * | | | Null merge | Serhiy Storchaka | 2013-03-16 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Null merge | Serhiy Storchaka | 2013-03-16 | 0 | -0/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Merge heads 3.2. | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| | | |\ | |||||
| | * | \ | Merge heads 3.3. | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| | |\ \ \ | |||||
| * | | | | | Fix markup/wording. | Ezio Melotti | 2013-03-16 | 1 | -1/+1 |
| * | | | | | Merge heads default. | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge with 3.3 | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Merge with 3.2 | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | | * | | | Issue #17418: specify that buffer sizes are bytes as soon as possible. | Terry Jan Reedy | 2013-03-16 | 1 | -2/+2 |
| * | | | | | | #11420: merge with 3.3. | Ezio Melotti | 2013-03-16 | 6 | -31/+54 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | | | |||||
| | * | | | | #11420: merge with 3.2. | Ezio Melotti | 2013-03-16 | 6 | -31/+54 |
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/| | |||||
| | | * | | #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by... | Ezio Melotti | 2013-03-16 | 6 | -29/+52 |
| | | |/ | |||||
* | | | | C89 compliance | Benjamin Peterson | 2013-03-16 | 1 | -1/+2 |
|/ / / | |||||
* | | | reject non-docs strings between future imports (closes #17434) | Benjamin Peterson | 2013-03-16 | 4 | -11/+28 |
* | | | merge with 3.3 | Georg Brandl | 2013-03-16 | 1 | -1/+1 |
|\ \ \ | |/ / |