summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4Benjamin Peterson2014-04-141-1/+1
|\
| * do not generate pipe names in the temporary dirBenjamin Peterson2014-04-141-1/+1
* | merge from 3.4Senthil Kumaran2014-04-142-26/+97
|\ \ | |/
| * Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT...Senthil Kumaran2014-04-142-26/+97
* | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.Eric V. Smith2014-04-142-0/+37
* | Closes issue #12546: Allow \x00 as a fill character for builtin type __format...Eric V. Smith2014-04-141-0/+21
|\ \ | |/
| * Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...Eric V. Smith2014-04-141-0/+21
* | MergeMichael Foord2014-04-142-1/+28
|\ \ | |/
| * Issue 20968. unittest.mock.MagicMock now supports divisionMichael Foord2014-04-142-1/+28
* | Merge: #21169: add comment and doc update for getpass change.R David Murray2014-04-141-0/+1
|\ \ | |/
| * #21169: add comment and doc update for getpass change.R David Murray2014-04-141-0/+1
* | merge 3.4 (#21209)Benjamin Peterson2014-04-141-0/+19
|\ \ | |/
| * fix sending tuples to custom generator objects with yield from (closes #21209)Benjamin Peterson2014-04-141-0/+19
* | merge 3.4Benjamin Peterson2014-04-141-0/+4
|\ \ | |/
| * merge 3.3Benjamin Peterson2014-04-141-0/+4
| |\
| | * merge 3.2Benjamin Peterson2014-04-141-0/+4
| | |\
| | | * in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+4
* | | | Mierge #21169: fix getpass to use replace error handler on UnicodeEncodeError.R David Murray2014-04-142-2/+15
|\ \ \ \ | |/ / /
| * | | #21169: fix getpass to use replace error handler on UnicodeEncodeError.R David Murray2014-04-142-2/+15
* | | | Issue #20635: Added tests for Tk geometry managers.Serhiy Storchaka2014-04-132-0/+913
|\ \ \ \ | |/ / /
| * | | Issue #20635: Added tests for Tk geometry managers.Serhiy Storchaka2014-04-132-0/+913
* | | | Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-131-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-131-1/+1
* | | | test the change of #21193 correctlyBenjamin Peterson2014-04-111-2/+2
* | | | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr...Mark Dickinson2014-04-111-1/+1
* | | | Issue #20539: Improve math.factorial error messages and types for large inputs.Mark Dickinson2014-04-101-2/+10
* | | | Update comment for the comparison table to use measured results rather than p...Raymond Hettinger2014-04-101-9/+10
* | | | Closes #21172: Merged fix from 3.4.Vinay Sajip2014-04-101-2/+9
|\ \ \ \ | |/ / /
| * | | Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-101-2/+9
* | | | merge 3.4Benjamin Peterson2014-04-102-1/+9
|\ \ \ \ | |/ / /
| * | | teach 2to3 about 'yield from'Benjamin Peterson2014-04-102-1/+9
* | | | merge 3.4Benjamin Peterson2014-04-105-9/+17
|\ \ \ \ | |/ / /
| * | | add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-105-9/+17
| * | | inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-082-93/+141
* | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-1012-10/+88
* | | | Add algorithmic notes for nsmallest() and nlargest().Raymond Hettinger2014-04-101-0/+56
* | | | inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-082-10/+46
* | | | inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-082-98/+142
* | | | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises aVictor Stinner2014-04-073-0/+34
|\ \ \ \ | |/ / /
| * | | Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-072-0/+15
| * | | asyncio: Document Task.cancel() properly.Victor Stinner2014-04-071-0/+19
* | | | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if theVictor Stinner2014-04-051-1/+1
* | | | Issue #21118: Add unit test for invalid character replacement (code point hig...Victor Stinner2014-04-051-0/+8
* | | | Issue #21118: Add more unit tests on str.translate()Victor Stinner2014-04-041-0/+20
* | | | Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...Mark Dickinson2014-04-052-10/+16
* | | | merge 3.4 (#21128)Benjamin Peterson2014-04-041-0/+3
|\ \ \ \ | |/ / /
| * | | make temporary read-only files writable, so rmtree can remove them (#21128)Benjamin Peterson2014-04-041-0/+3
* | | | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-042-1/+225
* | | | Issue #21076: sigpending() is not available on WindowsVictor Stinner2014-04-041-4/+5
* | | | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-043-5/+120