Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Close #22457: Honour load_tests in the start_dir of discovery. | Robert Collins | 2014-11-04 | 6 | -59/+167 | |
* | | | | Issue #22773: fix failing test with old readline versions due to issue #19884. | Antoine Pitrou | 2014-11-04 | 2 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22773: fix failing test with old readline versions due to issue #19884. | Antoine Pitrou | 2014-11-04 | 2 | -0/+8 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-11-04 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | test that keyfile can be None | Benjamin Peterson | 2014-11-04 | 1 | -1/+1 | |
* | | | | context has been backported so fix versionchanged | Benjamin Peterson | 2014-11-03 | 1 | -1/+1 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 | |
| | |\ \ | | | |/ | ||||||
| | | * | move idna test domain to pythontest.net | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 | |
* | | | | merge 3.4 (#22417) | Benjamin Peterson | 2014-11-03 | 11 | -69/+115 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 11 | -69/+116 | |
* | | | | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 5 | -4/+25 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 5 | -4/+25 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-11-02 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | wrap | Benjamin Peterson | 2014-11-02 | 1 | -2/+2 | |
| * | | | backport context argument of urlopen (#22366) for pep 476 | Senthil Kumaran | 2014-09-19 | 4 | -2/+29 | |
* | | | | Merge heads | Antoine Pitrou | 2014-11-02 | 1 | -1/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix test_urllib without the ssl module | Antoine Pitrou | 2014-11-02 | 1 | -1/+5 | |
* | | | | | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 4 | -11/+34 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 4 | -11/+34 | |
* | | | | | Merge asyncio doc English phrasing fix. | R David Murray | 2014-11-02 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Reflow paragraph. | R David Murray | 2014-11-02 | 1 | -2/+2 | |
| * | | | | Fix English phrasing. | R David Murray | 2014-11-02 | 1 | -1/+1 | |
* | | | | | Null merge | Serhiy Storchaka | 2014-11-02 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge heads | Serhiy Storchaka | 2014-11-02 | 2 | -3/+5 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge heads | Serhiy Storchaka | 2014-11-02 | 2 | -3/+5 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | #22751: merge with 3.4. | Ezio Melotti | 2014-11-02 | 2 | -3/+5 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | | | ||||||
| | * | | | | #22751: fix test___all__ warning about modified environment in the tests. Pa... | Ezio Melotti | 2014-11-02 | 2 | -3/+5 | |
* | | | | | | Issue #22388: Unified the style of "Contributed by" sentences in What's New. | Serhiy Storchaka | 2014-11-02 | 3 | -137/+138 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | Issue #22388: Unified the style of "Contributed by" sentences in What's New. | Serhiy Storchaka | 2014-11-02 | 2 | -107/+107 | |
| |/ / / | ||||||
* | | | | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 9 | -7/+13 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 9 | -12/+19 | |
* | | | | Issue #22770: merge from 3.4 | Ned Deily | 2014-11-02 | 2 | -3/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. | Ned Deily | 2014-11-02 | 2 | -3/+4 | |
* | | | | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 5 | -7/+24 | |
* | | | | Null merge with 3.4 | Zachary Ware | 2014-11-01 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 4 | -1/+21 | |
* | | | | #22734 marshal needs a lower stack depth for debug builds on Windows | Steve Dower | 2014-11-01 | 2 | -2/+2 | |
* | | | | #22732 ctypes tests don't set correct restype for intptr_t functions | Steve Dower | 2014-11-01 | 2 | -2/+8 | |
* | | | | #22731 test_capi test fails because of mismatched newlines | Steve Dower | 2014-11-01 | 1 | -3/+4 | |
* | | | | Closes #22776: Merged fix from 3.4. | Vinay Sajip | 2014-11-01 | 2 | -14/+17 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Brought excluded code into the scope of a try block in SysLogHandler.emit(). | Vinay Sajip | 2014-11-01 | 2 | -14/+17 | |
* | | | | standardize Enum docs by referring to 'special methods' instead of __dunder__... | Ethan Furman | 2014-11-01 | 1 | -5/+5 | |
* | | | | Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. | Berker Peksag | 2014-11-01 | 3 | -1/+23 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. | Berker Peksag | 2014-11-01 | 3 | -1/+23 | |
* | | | | Issue #6623: Remove deprecated Netrc class in the ftplib module. | Berker Peksag | 2014-11-01 | 5 | -129/+23 | |
* | | | | issue22780: update NotImplemented description | Ethan Furman | 2014-10-31 | 1 | -3/+3 | |
* | | | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. | Georg Brandl | 2014-10-31 | 1 | -2/+2 | |