Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #29292: Merge 3.5. | Xiang Zhang | 2017-01-20 | 8 | -110/+197 |
|\ | |||||
| * | Issue #15657: Merge other doc fix from 3.5 | Martin Panter | 2017-01-11 | 8 | -110/+197 |
| |\ | |||||
| | * | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Martin Panter | 2017-01-11 | 1 | -3/+2 |
| | | | | | | | | | | | | Patch by Berker Peksag. | ||||
| | * | Issue #29087: Removed the documentation of non-existing UCS4 support functions. | Serhiy Storchaka | 2016-12-28 | 1 | -20/+0 |
| | |\ | |||||
| | * \ | Merge from 3.5. | Serhiy Storchaka | 2016-12-25 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | Issue #29009: Merge 3.5. | Xiang Zhang | 2016-12-19 | 1 | -4/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | Issue #28771: Merge C API doc fix from 3.5 | Martin Panter | 2016-12-10 | 9 | -112/+200 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-06 | 1 | -2/+1 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. | Serhiy Storchaka | 2016-11-20 | 1 | -7/+5 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
| | | * \ \ \ \ \ | Issue #19569: Suggested more appropriate replacements for deprecated Unicode | Serhiy Storchaka | 2016-11-20 | 9 | -112/+200 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C API functions. | ||||
| | | | * \ \ \ \ \ | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵ | Serhiy Storchaka | 2016-11-16 | 1 | -0/+6 |
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. | ||||
| | | | * | | | | | | | Issue #28635: Fix a couple of missing/incorrect versionchanged tags | Yury Selivanov | 2016-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | ||||
| | | | * | | | | | | | Issue #28496: Mark up constants 0, 1 and -1 that denote return values or | Serhiy Storchaka | 2016-10-27 | 12 | -64/+64 |
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | special input values as literal text. | ||||
| | | | * \ \ \ \ \ \ \ | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 9 | -112/+200 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 2 | -7/+7 |
| | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ | Issue #28432: Merge from 3.5 | Berker Peksag | 2016-10-17 | 9 | -112/+200 |
| | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ | Merge from 3.5. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+6 |
| | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -1/+2 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original patch by Niklas Koep. | ||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 9 | -112/+200 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original patch by Xiang Zhang. | ||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #27740: Merge from 3.5 | Berker Peksag | 2016-09-28 | 9 | -112/+200 |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Issues #25909, #28211: Restored correct documentation of PyMapping_Items, | Serhiy Storchaka | 2016-09-26 | 9 | -112/+200 |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang. | ||||
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #25270: Merge from 3.5 | Berker Peksag | 2016-09-16 | 9 | -112/+200 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Closes #22731: Documents change of console mode. | Steve Dower | 2016-09-09 | 1 | -0/+4 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | | | | | | | | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) | Steve Dower | 2016-09-08 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 | 3 | -25/+17 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | Issue #15767: Use ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | Issue #15767: Add ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). | Brett Cannon | 2016-09-06 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | Issue #26027: Support path-like objects in PyUnicode-FSConverter(). | Brett Cannon | 2016-09-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to add support for os.exec*() and os.spawn*() functions. Part of PEP 519. | ||||
| | | | | | | | | | * | | | | | | | | | | | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-05 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | Merge #27782 fix from 3.5 | Nick Coghlan | 2016-08-21 | 1 | -1/+1 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ | Issue #12946: Merge from 3.5 | Berker Peksag | 2016-08-19 | 1 | -4/+7 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #24637: Merge from 3.5 | Berker Peksag | 2016-08-13 | 1 | -8/+9 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #24278: Merge argument parsing docs from 3.5 | Martin Panter | 2016-08-04 | 8 | -68/+149 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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. | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Oren Milman for the patch. | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | Merge from 3.5 | Berker Peksag | 2016-07-05 | 7 | -64/+145 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return | Brett Cannon | 2016-06-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type of __fspath__(). As part of this change, also make sure that the pure Python implementation of os.fspath() is tested. | ||||
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #24314: Merge doc links from 3.5 | Martin Panter | 2016-06-18 | 7 | -64/+144 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support | Serhiy Storchaka | 2016-06-09 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | positional-only and keyword parameters in the same function. | ||||
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Merge | Brett Cannon | 2016-06-09 | 1 | -4/+2 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #15476: Merge index entries from 3.5 | Martin Panter | 2016-06-09 | 1 | -4/+2 |
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | Issue #27186: Document PyOS_FSPath(). | Brett Cannon | 2016-06-09 | 1 | -0/+10 |
| | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / | |||||
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | merge 3.5 | Benjamin Peterson | 2016-06-02 | 6 | -60/+122 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 6 | -60/+122 |
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #25533: Merge frozen module docs from 3.5 | Martin Panter | 2016-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 3.5 (#26986) | Benjamin Peterson | 2016-05-09 | 6 | -60/+122 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Corey Brune. | ||||
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | PyMem_Malloc() now uses the fast pymalloc allocator | Victor Stinner | 2016-04-22 | 1 | -23/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application. |