Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct name for ISO in Unicode HOWTO. (#1312) | Jesse Gonzalez | 2017-04-27 | 1 | -3/+3 |
| | |||||
* | bpo-28415: Note 0 conversion different between Python and C (#885) | Louie Lu | 2017-04-27 | 2 | -42/+48 |
| | |||||
* | bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) | Dong-hee Na | 2017-04-26 | 1 | -7/+0 |
| | |||||
* | bpo-30101: Add support for curses.A_ITALIC. (#1015) | Eijebong | 2017-04-26 | 1 | -0/+5 |
| | |||||
* | bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) | Mathias Rav | 2017-04-26 | 1 | -2/+7 |
| | | | | | | | | * Fix PEP 8 (SomeType instead of some_type) * Add a function parameter annotation * Explain, using wording from PEP 484 and PEP 526, why one annotation is in quotes and another is not. Suggested by Ivan Levkevskyi. | ||||
* | bpo-28698: Fix c_wchar_p doc example (GH-1160) | Louie Lu | 2017-04-26 | 1 | -5/+9 |
| | |||||
* | bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) | csabella | 2017-04-26 | 3 | -89/+98 |
| | | | | | | | | | | Builtin container types have two potential link targets in the docs: - their entry in the list of builtin callables - their type documentation This change brings `bytes` and `bytearray` into line with other container types by having cross-references default to linking to their type documentation, rather than their builtin callable entry. | ||||
* | bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) | Jim Fasarakis-Hilliard | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | bpo-28851: Improve namedtuple documentation (GH-1274) | csabella | 2017-04-25 | 1 | -3/+3 |
| | | | Clarify that a sequence of strings is the preferred value for 'field_names'. | ||||
* | bpo-30144: Import collections ABC from collections.abc rather than ↵ | Serhiy Storchaka | 2017-04-24 | 2 | -4/+4 |
| | | | | collections. (#1263) | ||||
* | bpo-29751: Improve PyLong_FromString documentation (GH-915) | csabella | 2017-04-24 | 1 | -7/+6 |
| | |||||
* | bpo-15718: Document the upper bound constrain on the __len__ return value. ↵ | Serhiy Storchaka | 2017-04-23 | 1 | -0/+9 |
| | | | | (#1256) | ||||
* | Remove outdated note about constraining of the bit shift right operand. (#1258) | Serhiy Storchaka | 2017-04-22 | 1 | -5/+0 |
| | | | The constrain was removed in bpo-29816. | ||||
* | Fix trailing colon and newline in test.rst (#1250) | Louie Lu | 2017-04-22 | 1 | -1/+2 |
| | |||||
* | Correct the README link in Unix install docs (#1245) | Sebastian Vetter | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | bpo-10379: Add %char examples to locale.format() docs (GH-1145) | Berker Peksag | 2017-04-20 | 1 | -3/+4 |
| | |||||
* | Remove redundant comma in argparse HOWTO (#1141) | Berker Peksag | 2017-04-20 | 1 | -1/+1 |
| | | | Reported by Sean Canavan on docs@p.o. | ||||
* | Minor grammar fixes (GH-1174) | Mariatta | 2017-04-19 | 1 | -3/+4 |
| | |||||
* | Fix minor typos (GH-1173) | cocoatomo | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | bpo-10076: Compiled regular expression and match objects now are copyable. ↵ | Serhiy Storchaka | 2017-04-16 | 1 | -0/+10 |
| | | | | (#1000) | ||||
* | bpo-19225: Remove duplicated description for standard warning categories ↵ | cocoatomo | 2017-04-15 | 1 | -12/+9 |
| | | | | (GH-1068) | ||||
* | bpo-30059: Include Py_Ellipsis in C API documentation (#1018) | Michael Seifert | 2017-04-14 | 1 | -0/+11 |
| | |||||
* | bpo-11913: Add README.rst to the distutils standard READMEs list (#563) | Ryan Gonzalez | 2017-04-14 | 2 | -2/+13 |
| | |||||
* | bpo-29995: re.escape() now escapes only special characters. (#1007) | Serhiy Storchaka | 2017-04-13 | 2 | -4/+8 |
| | |||||
* | Fix a typo in Doc/library/functions.rst (GH-1117) | Joshua Diaddigo | 2017-04-13 | 1 | -1/+1 |
| | | | Replace `For object's ... ` with `For objects ...` | ||||
* | bpo-30021: Add examples for re.escape(). (#1048) | Serhiy Storchaka | 2017-04-13 | 2 | -3/+16 |
| | | | | And fix the parameter name. | ||||
* | bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) | Marco Buttu | 2017-04-13 | 4 | -9/+25 |
| | |||||
* | bpo-29791: Clarify that flush is keyword-only argument (#1093) | Berker Peksag | 2017-04-13 | 1 | -1/+1 |
| | | | Reported by Lucio Ricardo Montero Valenzuela. | ||||
* | bpo-30055: add testcleanup to leave a fresh context (#1094) | Marco Buttu | 2017-04-13 | 1 | -0/+5 |
| | |||||
* | bpo-26985: Add missing info of code object in inspect documentation (GH-1090) | Xiang Zhang | 2017-04-13 | 1 | -179/+200 |
| | |||||
* | bpo-30047: Fix a typo in Doc/library/select.rst (#1086) | NAKAMURA Osamu | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | bpo-29506: Clarify deep copy note in copy module | Sanyam Khurana | 2017-04-09 | 1 | -2/+2 |
| | | | | | | The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. | ||||
* | Improvements to typing documentation (#967) | Jelle Zijlstra | 2017-04-08 | 1 | -7/+43 |
| | | | | Documents a few omitted classes and adds NamedTuple methods. | ||||
* | Fix a minor typo. (#1032) | Barry Warsaw | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Correct typo in configparser.rst (#1012) | Alex Jordan | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | bpo-29962: add math.remainder (#950) | Mark Dickinson | 2017-04-05 | 2 | -0/+27 |
| | | | | | | | | | | | | | | * Implement math.remainder. * Fix markup for arguments; use double spaces after period. * Mark up function reference in what's new entry. * Add comment explaining the calculation in the final branch. * Fix out-of-order entry in whatsnew. * Add comment explaining why it's good enough to compare m with c, in spite of possible rounding error. | ||||
* | bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) | csabella | 2017-04-04 | 1 | -0/+5 |
| | | | * bpo-29725: DOC: add text for arraysize in sqlite3.Cursor | ||||
* | Fix misleading documentation for math.exp. (#951) | Mark Dickinson | 2017-04-02 | 1 | -2/+2 |
| | |||||
* | bpo-19225: Add a table of warning names and missed exception names in C API ↵ | cocoatomo | 2017-04-02 | 1 | -56/+149 |
| | | | | | doc (#881) Move the `.. index` directive to more appropriate place. | ||||
* | bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) | Pierre Quentel | 2017-04-02 | 2 | -4/+16 |
| | | | | Return 304 response if file was not modified. | ||||
* | bpo-26947: DOC: clarify wording on hashable in glossary (#948) | csabella | 2017-04-02 | 1 | -3/+3 |
| | |||||
* | bpo-29952: Use usual terminology of dict (GH-917) | cocoatomo | 2017-03-31 | 1 | -1/+1 |
| | | | s/keys and elements/keys and values/ | ||||
* | bpo-29928: Add f-string to the Glossary (GH-864) | Mariatta | 2017-03-30 | 1 | -0/+5 |
| | |||||
* | bpo-29913: deprecate compare_networks() in documentation (GH-865) | s-sanjay | 2017-03-30 | 1 | -0/+3 |
| | |||||
* | bpo-29918: Add missed "const" modifiers in C API documentation. (#846) | Serhiy Storchaka | 2017-03-30 | 12 | -89/+84 |
| | |||||
* | bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) | Serhiy Storchaka | 2017-03-30 | 2 | -1/+16 |
| | | | | os.fwalk() is sped up by 2 times by using os.scandir(). | ||||
* | bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) | Serhiy Storchaka | 2017-03-30 | 1 | -0/+5 |
| | | | | unlucky Unicode characters. | ||||
* | bpo-29917: DOC: Remove link from PyMethodDef (#890) | csabella | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | bpo-29677: DOC: clarify documentation for `round` (GH-877) | csabella | 2017-03-29 | 1 | -3/+6 |
| | |||||
* | bpo-10379: add 'monetary' to format_string, deprecate format | Garvit Khatri | 2017-03-28 | 2 | -30/+46 |
| | | | | | | | Add the 'monetary' parameter to format_string so that all uses of format can be converted to format_string. Adjust the documentation accordingly, and add a deprecation warning when format is used. |