Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 3.4 | Andrew Kuchling | 2014-04-14 | 1 | -0/+6 |
|\ | |||||
| * | #18518: mention that including a return statement changes/breaks the behaviour | Andrew Kuchling | 2014-04-14 | 1 | -0/+6 |
* | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | do not generate pipe names in the temporary dir | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
* | | merge from 3.4 | Senthil Kumaran | 2014-04-14 | 3 | -26/+100 |
|\ \ | |/ | |||||
| * | Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT... | Senthil Kumaran | 2014-04-14 | 3 | -26/+100 |
* | | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. | Eric V. Smith | 2014-04-14 | 5 | -0/+55 |
* | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merge 3.3 | Benjamin Peterson | 2014-04-14 | 0 | -0/+0 |
| |\ | |||||
| | * | merge 3.2 | Benjamin Peterson | 2014-04-14 | 0 | -0/+0 |
| | |\ | |||||
| | | * | fix poor spelling | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
* | | | | Closes issue #12546: Allow \x00 as a fill character for builtin type __format... | Eric V. Smith | 2014-04-14 | 3 | -11/+32 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth... | Eric V. Smith | 2014-04-14 | 3 | -11/+32 |
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -4/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-04-14 | 1 | -4/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-04-14 | 1 | -4/+5 |
| | |\ \ | | | |/ | |||||
| | | * | disallow a negative idx parameter | Benjamin Peterson | 2014-04-14 | 1 | -4/+5 |
| * | | | Merge | Michael Foord | 2014-04-14 | 3 | -1/+31 |
| |\ \ \ | |||||
* | \ \ \ | Merge | Michael Foord | 2014-04-14 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Issue #20624: Merge exception docs tweak from 3.4 branch. | Mark Dickinson | 2014-04-14 | 1 | -4/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri... | Mark Dickinson | 2014-04-14 | 1 | -4/+4 |
* | | | | | | Merge | Michael Foord | 2014-04-14 | 3 | -1/+31 |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | Issue 20968. unittest.mock.MagicMock now supports division | Michael Foord | 2014-04-14 | 3 | -1/+31 |
| |/ / / | |||||
* | | | | Merge: #21169: add comment and doc update for getpass change. | R David Murray | 2014-04-14 | 2 | -4/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | #21169: add comment and doc update for getpass change. | R David Murray | 2014-04-14 | 2 | -4/+6 |
* | | | | Merge 3.4: Fix faq example with division. | Eric V. Smith | 2014-04-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix faq example with division. | Eric V. Smith | 2014-04-14 | 1 | -1/+1 |
* | | | | Merge 3.4: Fix text about int() with octal numbers. Closes #21212. | Eric V. Smith | 2014-04-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix text about int() with octal numbers. Closes #21212. | Eric V. Smith | 2014-04-14 | 1 | -1/+1 |
* | | | | merge 3.4 (#21209) | Benjamin Peterson | 2014-04-14 | 3 | -1/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix sending tuples to custom generator objects with yield from (closes #21209) | Benjamin Peterson | 2014-04-14 | 3 | -1/+23 |
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 4 | -1/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-04-14 | 4 | -1/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-04-14 | 4 | -1/+12 |
| | |\ \ | | | |/ | |||||
| | | * | in scan_once, prevent the reading of arbitrary memory when passed a negative ... | Benjamin Peterson | 2014-04-14 | 4 | -1/+12 |
* | | | | Mierge #21169: fix getpass to use replace error handler on UnicodeEncodeError. | R David Murray | 2014-04-14 | 3 | -2/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | #21169: fix getpass to use replace error handler on UnicodeEncodeError. | R David Murray | 2014-04-14 | 3 | -2/+19 |
* | | | | correct sphinx mark up for cmdline options (closes #21210) | Benjamin Peterson | 2014-04-13 | 1 | -2/+4 |
* | | | | Issue #20635: Added tests for Tk geometry managers. | Serhiy Storchaka | 2014-04-13 | 3 | -0/+915 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #20635: Added tests for Tk geometry managers. | Serhiy Storchaka | 2014-04-13 | 3 | -0/+915 |
* | | | | Issue #21171: Fixed undocumented filter API of the rot13 codec. | Serhiy Storchaka | 2014-04-13 | 2 | -1/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21171: Fixed undocumented filter API of the rot13 codec. | Serhiy Storchaka | 2014-04-13 | 2 | -1/+4 |
* | | | | Remove references to the obsolete Mac Carbon modules in the GUI | Ned Deily | 2014-04-12 | 1 | -8/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove references to the obsolete Mac Carbon modules in the GUI | Ned Deily | 2014-04-12 | 1 | -8/+4 |
* | | | | test the change of #21193 correctly | Benjamin Peterson | 2014-04-11 | 1 | -2/+2 |
* | | | | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr... | Mark Dickinson | 2014-04-11 | 4 | -2/+6 |
* | | | | Merge with 3.4 | Terry Jan Reedy | 2014-04-11 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21170: Removed invalid parameter names from unittest doc. | Terry Jan Reedy | 2014-04-11 | 1 | -2/+2 |
* | | | | Issue #20539: Improve math.factorial error messages and types for large inputs. | Mark Dickinson | 2014-04-10 | 3 | -6/+26 |
* | | | | Update comment for the comparison table to use measured results rather than p... | Raymond Hettinger | 2014-04-10 | 1 | -9/+10 |