Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. | Guido van Rossum | 2016-08-08 | 7 | -129/+138 |
| | |||||
* | Fix use of default reST role | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
| | |||||
* | Issue #23322: Remove outdated reference to an example in parser docs | Berker Peksag | 2016-08-08 | 1 | -7/+0 |
| | | | | Initial patch by Sahil Chelaramani. | ||||
* | Use asyncio.gather instead of asyncio.wait in example. | Andrew Svetlov | 2016-08-08 | 1 | -1/+1 |
| | | | | | gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone. | ||||
* | Issue #26750: unittest.mock.create_autospec() now works properly | Gregory P. Smith | 2016-08-07 | 3 | -22/+51 |
| | | | | for subclasses of property() and other data descriptors. | ||||
* | Better docs for typing.Any by Michael Lee. Fixes issue #27688. | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
| | |||||
* | Issue #18548: Fix unittest.TestSuite() example | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
| | | | | Initial patch by py.user. | ||||
* | Issue #20160: Merged fix from 3.4. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
|\ | |||||
| * | Issue #20160: Merged fix from 3.3. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| |\ | |||||
| | * | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| | | | |||||
* | | | Add typing.Generator docs, by Michael Lee. | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
| | | | |||||
* | | | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 14 | -15/+15 |
| | | | |||||
* | | | Fix half-finished sentence. | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Reported by Linda Pescatore on docs@. | ||||
* | | | Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs | Berker Peksag | 2016-08-04 | 1 | -1/+1 |
| | | | |||||
* | | | Indent ipaddress.ip_address() example correctly | Berker Peksag | 2016-08-04 | 1 | -7/+4 |
| | | | |||||
* | | | https link to the bug tracker (closes #27670) | Benjamin Peterson | 2016-08-04 | 2 | -10/+22 |
| | | | |||||
* | | | Issue #27641: Comment out regeneration rules when cross compiling | Martin Panter | 2016-07-29 | 4 | -37/+21 |
| | | | |||||
* | | | Issue #24278: Explain how argument parsing output buffers are managed | Martin Panter | 2016-08-03 | 1 | -14/+19 |
| | | | |||||
* | | | Merge 3.4 | Donald Stufft | 2016-08-03 | 3 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.3 | Donald Stufft | 2016-08-03 | 3 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Switch upload.pypi.io to upload.pypi.org | Donald Stufft | 2016-08-03 | 3 | -4/+4 |
| | | | |||||
* | | | Issue #23710: Update PyObject_HEAD documentation | Berker Peksag | 2016-08-03 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. | ||||
* | | | Issue #20767: Fix -R option for FreeBSD/clang. | Stefan Krah | 2016-08-03 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ↵ | Berker Peksag | 2016-08-03 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | = deco(f) Patch by Chris Angelico. | ||||
* | | | Issue #27241: Catch exception when running pstats as main. | Stefan Krah | 2016-08-02 | 1 | -1/+4 |
| | | | |||||
* | | | merge heads | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
|\ \ \ | |||||
| * \ \ | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| | * | | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| | | * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
* | | | | all SCHED_ constants are optional (closes #27656) | Benjamin Peterson | 2016-07-31 | 2 | -0/+8 |
|/ / / | |||||
* | | | Issue #27453: CPP invocation in configure must use CPPFLAGS. | Xavier de Gaye | 2016-07-30 | 4 | -2/+6 |
| | | | | | | | | | | | | Patch by Chi Hsuan Yen. | ||||
* | | | Silence another "default role used" warning in typing.rst | Berker Peksag | 2016-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | This should make ware-docs green again. | ||||
* | | | Fix whitespace. | Guido van Rossum | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
* | | | Expand documentation about type aliases and NewType in the typing module. | Guido van Rossum | 2016-07-29 | 1 | -1/+96 |
| | | | | | | | | | | | | By Michael Lee. | ||||
* | | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 47 | -128/+329 |
| | | | | | | | | | | | | Patch by Julien Palard. | ||||
* | | | Correct typo in Windows docs. | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Found by Jack Copper on docs@ | ||||
* | | | NEWS: tag security related changes with [Security] prefix | Victor Stinner | 2016-07-28 | 1 | -9/+9 |
| | | | | | | | | | | | | Issue #27404. | ||||
* | | | Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 | Martin Panter | 2016-07-28 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 33 | -48/+48 |
| | | | | | | | | | | | | Based on patch by Ville Skyttä. | ||||
* | | | Issue #27490: Do not build pgen when cross-compiling | Martin Panter | 2016-07-28 | 5 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. | ||||
* | | | ctypes: fix CThunkObject_new() | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry. | ||||
* | | | Issue #27633: Fix usage of versionchanged directive in email.parser.rst | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Florian Preinstorfer. | ||||
* | | | Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 5 | -164/+108 |
| | | | | | | | | | | | | as the Python program to be used for file generation during the build. | ||||
* | | | Issue #26638: Don’t link 2to3 -l option to the tarfile -l option | Martin Panter | 2016-07-26 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() | Martin Panter | 2016-07-25 | 2 | -4/+8 |
| | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
* | | | 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. | ||||
* | | | Fixes default intermediate directory when building on Windows. | Steve Dower | 2016-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 15 | -10/+868 |
| | | | | | | | | | | | | works correctly. | ||||
* | | | Issue #13849: Fix test_null_bytes under Windows | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #13849: Add tests for null byte checking in test_genericpath | Berker Peksag | 2016-07-23 | 1 | -0/+9 |
| | | |