Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 4 | -11/+8 |
| | |||||
* | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 4 | -7/+63 |
| | |||||
* | asyncio: Remove asyncio.timeout() context manager. | Yury Selivanov | 2016-06-08 | 2 | -20/+0 |
| | | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html | ||||
* | asyncio: Update whatsnew/3.5.2 | Yury Selivanov | 2016-06-08 | 1 | -2/+7 |
| | |||||
* | Issue #27136: Update asyncio docs | Yury Selivanov | 2016-06-08 | 1 | -23/+24 |
| | |||||
* | Issue #23275: Backport target list assignment documentation fixes | Martin Panter | 2016-06-08 | 1 | -15/+14 |
| | |||||
* | Issue #21593: Clarify that re.search() returns the first match | Berker Peksag | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -1/+3 |
| | | | | Patch by Susumu Koshiba. | ||||
* | os.urandom() doesn't block on Linux anymore | Victor Stinner | 2016-06-07 | 1 | -3/+10 |
| | | | | | | Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley. | ||||
* | Issue #26014: Update 3.x packaging documentation: | Ned Deily | 2016-06-06 | 4 | -3/+12 |
| | | | | | | | - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun) | ||||
* | Issue #24291: Avoid WSGIRequestHandler doing partial writes | Martin Panter | 2016-06-05 | 1 | -0/+3 |
| | | | | | | | | | If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes. | ||||
* | issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and ↵ | Senthil Kumaran | 2016-06-05 | 2 | -5/+34 |
| | | | | | | | | | 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. | ||||
* | Issue #17888: Add a note about contributing to Python docs | Berker Peksag | 2016-06-05 | 1 | -3/+7 |
| | | | | Patch by Terry Chia and Laura Rupprecht. | ||||
* | issue27202 - Exclude 2.x release notes from python3 make doctests. | Senthil Kumaran | 2016-06-05 | 1 | -2/+3 |
| | | | | Patch contributed by Jelle Zijlstra. | ||||
* | Issue27203 - Fix doctests Doc/faq/programming.rst. | Senthil Kumaran | 2016-06-05 | 1 | -8/+20 |
| | | | | Patch contributed by Jelle Zijlstra. | ||||
* | Issue #19234: Documents socket.fileno() returns -1 on failure | Kushal Das | 2016-06-04 | 1 | -3/+2 |
| | |||||
* | Issue 27216: Fix typo (noticed by Alex Chan). | Ned Deily | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Fix typos in code comment and documentation | Martin Panter | 2016-06-04 | 3 | -3/+3 |
| | |||||
* | #22797: clarify when URLErrors are raised by urlopen. | R David Murray | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. | Senthil Kumaran | 2016-06-03 | 1 | -0/+5 |
| | | | | Patch contributed by Dave Sawyer. | ||||
* | issue8519 - Reference termios and ioctl manual pages in the library ↵ | Senthil Kumaran | 2016-06-03 | 2 | -5/+7 |
| | | | | documentation. | ||||
* | Document that CalledProcessError.returncode is the negative | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -1/+2 |
| | | | | signal number when the process died due to a signal. | ||||
* | #26829: Clarify that namespace is copied to a new __dict__ in instance creation. | R David Murray | 2016-06-03 | 2 | -2/+8 |
| | | | | Patch by Emily Morehouse. | ||||
* | Issue #16192: Fix copy and paste mistake noticed by Eryk Sun | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
| | |||||
* | #13784: fix xml.sax.reader getColumn/LineNumber docs. | R David Murray | 2016-06-02 | 1 | -2/+2 |
| | | | | verification and patch by Emily Morehouse. | ||||
* | Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation | Berker Peksag | 2016-06-02 | 1 | -5/+4 |
| | |||||
* | note that Py_VISIT handles NULL (closes #27183) | Benjamin Peterson | 2016-06-02 | 1 | -3/+4 |
| | |||||
* | Issue #23116: Improve ask_ok() example in the Python tutorial | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
| | |||||
* | Issue #12243: Remove redundant availability notes from getpass docs | Berker Peksag | 2016-06-02 | 1 | -3/+1 |
| | | | | Patch by Bryce Verdier. | ||||
* | Fix link in programming FAQ. | Berker Peksag | 2016-06-01 | 1 | -1/+1 |
| | | | | The example actually uses the sort method of list object. | ||||
* | Issue #27174: Update IPython URL in tutorial | Berker Peksag | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Fix typo in Python tutorial | Berker Peksag | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Issue #25570: Add example of customizing User-Agent via add_header() | Martin Panter | 2016-06-01 | 1 | -1/+6 |
| | |||||
* | Fix typo | Zachary Ware | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 7 | -8/+8 |
| | |||||
* | issue27043 - Explain the inspect.cleandoc behavior on synopsis line and ↵ | Senthil Kumaran | 2016-05-30 | 1 | -2/+6 |
| | | | | | | other lines. Patch contributed by Nathan Harold. | ||||
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 6 | -6/+7 |
| | |||||
* | Issue #27124: Fix documentation of exception raised by a2b_hex() | Martin Panter | 2016-05-29 | 1 | -2/+2 |
| | |||||
* | Issue #27147: Mention PEP 420 in the importlib docs. | Eric Snow | 2016-05-28 | 1 | -0/+3 |
| | |||||
* | Issue 25926: Clarify that the pure python equivalents are only approximate. | Raymond Hettinger | 2016-05-28 | 1 | -19/+21 |
| | |||||
* | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 6 | -13/+13 |
| | | | | Patch by Anish Shah and Aatish Neupane. | ||||
* | Issue #20699: Document that “io” methods accept bytes-like objects | Martin Panter | 2016-05-28 | 1 | -16/+27 |
| | | | | | | | | This matches the usage of ZipFile and BufferedWriter. This still requires return values to be bytes() objects. Also document and test that the write() methods should only access their argument before they return. | ||||
* | Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 | Martin Panter | 2016-05-27 | 1 | -0/+1 |
| | |||||
* | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 1 | -14/+48 |
| | | | | Based on documentation by AM Kuchling. | ||||
* | stop talking about svn | Benjamin Peterson | 2016-05-27 | 1 | -4/+3 |
| | |||||
* | remove cruft from Schwarzian transform section | Benjamin Peterson | 2016-05-27 | 1 | -30/+1 |
| | |||||
* | "Numeric Python" -> "NumPy" | Benjamin Peterson | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
| | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | ||||
* | Issue #27075: Link to StreamReader and StreamWriter docs | Berker Peksag | 2016-05-21 | 1 | -4/+4 |
| | | | | Patch by Ville Skyttä. | ||||
* | Back out pathlib.Path.path attr. (Merge 3.4->3.5) | Guido van Rossum | 2016-05-19 | 1 | -22/+0 |
|\ |