Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typo in Windows docs. | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
| | | | | Found by Jack Copper on docs@ | ||||
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 6 | -6/+6 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #27633: Fix usage of versionchanged directive in email.parser.rst | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
| | | | | Patch by Florian Preinstorfer. | ||||
* | Issue #26638: Don’t link 2to3 -l option to the tarfile -l option | Martin Panter | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | Issue #27601: Improve example in the "Hashing of numeric types" section | Berker Peksag | 2016-07-25 | 1 | -11/+11 |
| | | | | | | | * Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry. | ||||
* | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module | Martin Panter | 2016-07-23 | 1 | -6/+6 |
| | | | | Patch by Xiang Zhang. | ||||
* | Issue #25393: Fix probable copy/paste error in resource docs | Zachary Ware | 2016-07-19 | 1 | -3/+3 |
| | | | | Patch by Alakshendra Yadav. | ||||
* | Issue #27528: Document and test warning messages must match at beginning | Martin Panter | 2016-07-19 | 1 | -3/+4 |
| | |||||
* | Issue #27531: Update signature of Mock.assert_not_called method | Berker Peksag | 2016-07-17 | 1 | -1/+1 |
| | | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough. | ||||
* | Issue #26696: Document collections.abc.ByteString. | Brett Cannon | 2016-07-15 | 1 | -1/+4 |
| | | | | Thanks to Xiang Zhang for the patch. | ||||
* | Issue #27180: Clarify Path.rename() behavior on Unix systems | Berker Peksag | 2016-07-14 | 1 | -2/+3 |
| | | | | Patch by Evelyn Mitchell. | ||||
* | Issue #27455: Improve examples in tkinter documentation | Berker Peksag | 2016-07-14 | 1 | -13/+13 |
| | | | | Patch by John Hagen. | ||||
* | Issue #27481: Docummented that ValueError is now raised instead of TypeError | Serhiy Storchaka | 2016-07-12 | 2 | -6/+22 |
| | | | | in case of embedded null characters/bytes. Patch by Xiang Zhang. | ||||
* | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 4 | -4/+4 |
| | |||||
* | #26176: fix usage of Address constructor in email examples. | R David Murray | 2016-07-10 | 2 | -4/+4 |
| | | | | Patch by Nathan Harold. | ||||
* | Add versionadded to PyDict_SetDefault documentation | Berker Peksag | 2016-07-05 | 1 | -0/+1 |
| | | | | It was added for Python 3.4 in a0b750ea3397. | ||||
* | Issue #27431: Update default protocol version in shelve.Shelf() documentation | Berker Peksag | 2016-07-01 | 1 | -1/+1 |
| | | | | shelve.open() documentation was updated in f351fb7ea179. | ||||
* | Issue #27430: Fix typos, patch by scop. | Berker Peksag | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -22/+26 |
| | | | | Based on patch by Gabriel Genellina. | ||||
* | Issue #27416: clarify copy doc | Victor Stinner | 2016-06-30 | 1 | -1/+1 |
| | | | | Patch written by R. David Murray. | ||||
* | Fix issue #27402: example for typing did not type-check. | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
| | |||||
* | Issue #27393: Fix escaping of C:\ too | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Issue #27393: Fix escaping of venv activate commands on Windows | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | | | | Patch by Manuel Kaufmann. | ||||
* | Remove a stale reference to pathlib.PurePath.path | Brett Cannon | 2016-06-24 | 1 | -3/+2 |
| | |||||
* | Issue #27381: Remove superfluous paren in zipfile documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | Issue #26547: Remove outdated term dictproxy from vars() documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 |
| | | | | | | | dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien. | ||||
* | Issue #27378: Remove an outdated reference from regex HOWTO | Berker Peksag | 2016-06-24 | 1 | -3/+1 |
| | | | | Patch by Matt Morrison. | ||||
* | Issue #27304: Source code links for sub-packages in the same file. | Terry Jan Reedy | 2016-06-23 | 3 | -1/+31 |
| | | | | Patch by Yoni Lavi | ||||
* | alter header; '%' really throws latex through a loop | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -2/+2 |
| | | | | represented as a compination of known flags. | ||||
* | issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 |
| | | | | Patch contributed Марк Коренберг. | ||||
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 14 | -64/+69 |
| | |||||
* | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Make faq/general.rst gender-inclusive, patch by Sam Hathaway. | Berker Peksag | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | merge with 3.4 | Georg Brandl | 2016-06-15 | 1 | -1/+8 |
|\ | |||||
| * | Docs: add html-stable autobuild variant | Georg Brandl | 2016-06-15 | 1 | -1/+7 |
| | | |||||
* | | Issue #27311: Fix ZipFile.writestr data argument name. | Martin Panter | 2016-06-15 | 1 | -2/+2 |
| | | | | | | | | Patch by John Hagen. | ||||
* | | Delete outdated paragraph about OptimizedUnicode again | Berker Peksag | 2016-06-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge. | ||||
* | | Issue #16182: set_pre_input_hook() may not exist; document, and update test | Martin Panter | 2016-06-14 | 1 | -2/+5 |
| | | |||||
* | | Issue #27306: Fix typo in tarfile documentation | Berker Peksag | 2016-06-13 | 1 | -7/+7 |
| | | | | | | | | Patch by Gareth Rees. | ||||
* | | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Berker Peksag | 2016-06-12 | 1 | -3/+2 |
| | | |||||
* | | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | ||||
* | | Use exc role for ValueError in multiprocessing.rst | Berker Peksag | 2016-06-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #27221: Delete an outdated paragraph about pickle support of Process | Berker Peksag | 2016-06-12 | 1 | -6/+1 |
| | | | | | | | | Initial patch by Jelle Zijlstra. | ||||
* | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 4 | -30/+64 |
| | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
* | | Fix typo and silence a Sphinx warning in Doc/glossary.rst | Berker Peksag | 2016-06-11 | 1 | -1/+1 |
| | | |||||
* | | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 |
| | | |||||
* | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 221 | -134/+531 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. |