Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.4 | Guido van Rossum | 2014-04-18 | 0 | -0/+0 |
|\ | |||||
| * | asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). | Guido van Rossum | 2014-04-15 | 2 | -0/+59 |
| | | |||||
* | | asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). | Guido van Rossum | 2014-04-15 | 2 | -0/+59 |
| | | |||||
* | | Fix typo in test method name. | Mark Dickinson | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge typo fix from 3.4 | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo in the docstring of nb_index. | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge typo fix from 3.4 | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo in the signature for object.__ge__ | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | correct len signature in docstring (closes #21294) | Benjamin Peterson | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-17 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | fix ref count annotations on sphinx >= 1.2.1 (closes #21286) | Benjamin Peterson | 2014-04-17 | 1 | -1/+4 |
| | | |||||
* | | - Merge 3.4 | doko@ubuntu.com | 2014-04-17 | 3 | -38/+53 |
|\ \ | |/ | |||||
| * | - Issue #21285: Refactor and fix curses configure check to always search | doko@ubuntu.com | 2014-04-17 | 3 | -38/+53 |
| | | | | | | | | in a ncursesw directory. | ||||
* | | - Merge 3.4 | doko@ubuntu.com | 2014-04-17 | 4 | -2/+15 |
|\ \ | |/ | |||||
| * | Fixes for KFreeBSD and the Hurd: | doko@ubuntu.com | 2014-04-17 | 4 | -2/+15 |
| | | | | | | | | | | | | | | | | - Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21275: Fix a socket test on KFreeBSD. | ||||
* | | - fix merge conflict | doko@ubuntu.com | 2014-04-17 | 1 | -5/+3 |
| | | |||||
* | | Merge 3.4 | doko@ubuntu.com | 2014-04-17 | 2 | -2/+19 |
|\ \ | |/ | |||||
| * | - Issue #15234: For BerkelyDB and Sqlite, only add the found library and | doko@ubuntu.com | 2014-04-17 | 2 | -2/+17 |
| | | | | | | | | | | include directories if they aren't already being searched. This avoids an explicit runtime library dependency. | ||||
* | | Add a --ciphers option to Lib/test/ssl_servers.py | Antoine Pitrou | 2014-04-17 | 1 | -0/+4 |
| | | |||||
* | | Use ssl.create_default_context in Lib/test/ssl_servers.py | Antoine Pitrou | 2014-04-17 | 1 | -2/+2 |
| | | |||||
* | | support setting fpu precision on m68k (closes #20904) | Benjamin Peterson | 2014-04-17 | 5 | -0/+69 |
| | | | | | | | | Patch from Andreas Schwab. | ||||
* | | merge 3.4 | Senthil Kumaran | 2014-04-16 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. ↵ | Senthil Kumaran | 2014-04-16 | 1 | -6/+6 |
| | | | | | | | | Closes #21248 | ||||
* | | merge 3.4 | Senthil Kumaran | 2014-04-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct the URL in the http.client example. Noted by Evens Fortuné. Closes ↵ | Senthil Kumaran | 2014-04-16 | 1 | -1/+1 |
| | | | | | | | | #21229 | ||||
* | | Merge: #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-16 | 1 | -1/+1 |
| | | | | | | | | Patch by Sam Lucidi. | ||||
* | | Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly | Thomas Wouters | 2014-04-17 | 2 | -14/+13 |
| | | | | | | | | | | when building in a separate object tree. More people should build this way. This may still fail if the source is unwritable, I haven't tested that yet. | ||||
* | | Removes unused varargs and varkwargs from assert_not_called(). | Kushal Das | 2014-04-17 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-16 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | remove superfluous and useless line | Benjamin Peterson | 2014-04-16 | 1 | -1/+0 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-16 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | use the called property of the run_pip mock rather than an assertion method ↵ | Benjamin Peterson | 2014-04-16 | 1 | -8/+8 |
| | | | | | | | | that doesn't exist | ||||
* | | Closes Issue 21262: New method assert_not_called for Mock. | Kushal Das | 2014-04-17 | 4 | -0/+34 |
| | | | | | | | | It raises AssertionError if the mock has been called. | ||||
* | | Closes Issue 21238: New keyword argument `unsafe` to Mock. | Kushal Das | 2014-04-16 | 4 | -3/+27 |
| | | | | | | | | | | It raises `AttributeError` incase of an attribute startswith assert or assret. | ||||
* | | merge 3.4 | Senthil Kumaran | 2014-04-16 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers ↵ | Senthil Kumaran | 2014-04-16 | 1 | -1/+4 |
| | | | | | | | | | | | | attribute further. Initial patch by Caelyn McAulay. | ||||
* | | Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not ↵ | Antoine Pitrou | 2014-04-16 | 4 | -6/+10 |
| | | | | | | | | PROTOCOL_SSLv3, for maximum compatibility. | ||||
* | | Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue ↵ | Antoine Pitrou | 2014-04-16 | 1 | -1/+6 |
|\ \ | |/ | | | | | #21015 | ||||
| * | Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue ↵ | Antoine Pitrou | 2014-04-16 | 1 | -1/+6 |
| | | | | | | | | #21015 | ||||
* | | #6490: Expand documentation for os.popen(). | Andrew Kuchling | 2014-04-16 | 1 | -4/+21 |
| | | | | | | | | Patch by Sam Kimbrel. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-15 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | #18566: Whitespace | Terry Jan Reedy | 2014-04-15 | 1 | -5/+5 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-15 | 2 | -7/+8 |
|\ \ | |/ | |||||
| * | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. | Terry Jan Reedy | 2014-04-15 | 2 | -7/+8 |
| | | |||||
* | | Close issue #8931: Make alternate formatting for 'c' raise an exception. ↵ | Eric V. Smith | 2014-04-15 | 3 | -0/+13 |
| | | | | | | | | Patch by Torsten Landschoff. | ||||
* | | #20103: Rewrite description of itertools.accumulate(). | Andrew Kuchling | 2014-04-15 | 1 | -4/+9 |
| | | | | | | | | Patch by Christian Hudon. | ||||
* | | Merge from 3.4 | Andrew Kuchling | 2014-04-15 | 2 | -2/+3 |
|\ \ | |/ | |||||
| * | #1704474: mark refleak test as specific to CPython | Andrew Kuchling | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | Patch by Christian Hudon. |