Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23806: Merge susp-ignored.csv from 3.5 | Martin Panter | 2016-04-24 | 1 | -0/+1 |
|\ | |||||
| * | Issue #23806: Update susp-ignored.csv | Martin Panter | 2016-04-24 | 1 | -0/+1 |
| | | |||||
* | | Issue #26041: Remove "will be removed in Python 3.7" from description messages | Berker Peksag | 2016-04-24 | 4 | -11/+10 |
|\ \ | |/ | | | | | | | | | | | We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala. | ||||
| * | Issue #26041: Remove "will be removed in Python 3.7" from description messages | Berker Peksag | 2016-04-24 | 4 | -11/+10 |
| | | | | | | | | | | | | | | We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala. | ||||
* | | Issue #19731: Update copyright year in docs.p.o footer | Berker Peksag | 2016-04-24 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou. | ||||
| * | Issue #19731: Update copyright year in docs.p.o footer | Berker Peksag | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou. | ||||
* | | Issue #18572: Remove redundant note about surrogates in string escape doc | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #18572: Remove redundant note about surrogates in string escape doc | Berker Peksag | 2016-04-24 | 1 | -2/+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. | ||||
| * | 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. | ||||
* | | Issue #21382: Clarify signal.signal() documentation on Windows | Berker Peksag | 2016-04-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | | | All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError. | ||||
| * | Issue #21382: Clarify signal.signal() documentation on Windows | Berker Peksag | 2016-04-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError. | ||||
* | | Issue #26089: Remove duplicate field 'license' from DistributionMetadata | Berker Peksag | 2016-04-23 | 1 | -2/+1 |
| | | | | | | | | | | | | It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville. | ||||
* | | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation | Berker Peksag | 2016-04-23 | 1 | -18/+11 |
|\ \ | |/ | | | | | | | | | | | | | * Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova. | ||||
| * | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation | Berker Peksag | 2016-04-23 | 1 | -18/+11 |
| | | | | | | | | | | | | | | | | * Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova. | ||||
* | | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 | 3 | -0/+18 |
|\ \ | |/ | | | | | silently ignore keyword arguments. | ||||
| * | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 | 3 | -0/+18 |
| | | | | | | | | silently ignore keyword arguments. | ||||
* | | merge 3.5 (#26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix python 3 mod init function declaration (closes #26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #26733: Disassembling a class now disassembles class and static methods. | Serhiy Storchaka | 2016-04-23 | 4 | -8/+60 |
|\ \ | |/ | | | | | Patch by Xiang Zhang. | ||||
| * | Issue #26733: Disassembling a class now disassembles class and static methods. | Serhiy Storchaka | 2016-04-23 | 4 | -8/+60 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | merge 3.5 | Senthil Kumaran | 2016-04-23 | 1 | -0/+5 |
|\ \ | |/ | | | | | Document no_proxy environment variable in python 3.x #issue23806 | ||||
| * | Issue23806 - Document the no_proxy environment variable in Python 3 docs. | Senthil Kumaran | 2016-04-23 | 1 | -0/+5 |
| | | |||||
* | | Issue #22359: Merge cross-compilation fix from 3.5 | Martin Panter | 2016-04-23 | 4 | -7/+27 |
|\ \ | |/ | |||||
| * | Issue #22359: Disable running cross-compiled _freeze_importlib and pgen | Martin Panter | 2016-04-23 | 4 | -7/+27 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | Issue #26249: Try test_capi on Windows | Victor Stinner | 2016-04-22 | 1 | -6/+7 |
| | | |||||
* | | PyMem_Malloc() now uses the fast pymalloc allocator | Victor Stinner | 2016-04-22 | 5 | -32/+58 |
| | | | | | | | | | | | | | | 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. | ||||
* | | [minor] Doc fix in old python doc. | Senthil Kumaran | 2016-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.5 | Victor Stinner | 2016-04-20 | 1 | -10/+4 |
|\ \ | |/ | |||||
| * | gdb/libpython.py: inline _type_void_ptr() | Victor Stinner | 2016-04-20 | 1 | -10/+4 |
| | | | | | | | | The function was only called in _sizeof_void_p() | ||||
* | | Merge 3.5 | Victor Stinner | 2016-04-20 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #26799: Fix typo in Misc/NEWS | Victor Stinner | 2016-04-20 | 1 | -2/+2 |
| | | |||||
* | | Merge 3.5: Issue #26799 | Victor Stinner | 2016-04-20 | 3 | -14/+39 |
|\ \ | |/ | |||||
| * | python-gdb.py: get C types at runtime | Victor Stinner | 2016-04-20 | 3 | -14/+39 |
| | | | | | | | | | | | | | | | | Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. | ||||
* | | Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS | Victor Stinner | 2016-04-20 | 1 | -0/+1 |
| | | |||||
* | | Issue #21668: Fix author of the patch. | Victor Stinner | 2016-04-20 | 1 | -1/+1 |
| | | | | | | | | | | Sorry, it was hard to retrieve the original author of the patch in this issue with a long history and many authors. | ||||
* | | Additional grammar fix | Martin Panter | 2016-04-19 | 1 | -1/+1 |
| | | |||||
* | | Merge doc and comment fixes from 3.5 | Martin Panter | 2016-04-19 | 11 | -15/+15 |
|\ \ | |/ | |||||
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 11 | -15/+15 |
| | | |||||
* | | Null merge 3.5 (changes already applied to test_gdb) | Victor Stinner | 2016-04-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Backport test_gdb fix for s390x buildbots | Victor Stinner | 2016-04-19 | 1 | -17/+7 |
| | | |||||
* | | Optimize func(*tuple) function call | Victor Stinner | 2016-04-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Issue #26802: Optimize function calls only using unpacking like "func(*tuple)" (no other positional argument, no keyword): avoid copying the tuple. Patch written by Joe Jevnik. | ||||
* | | Merge with 3.5 | Paul Moore | 2016-04-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Mention types.SimpleNamespace in collections.namedtuple doc | Paul Moore | 2016-04-19 | 1 | -0/+5 |
| | | | | | | | | Issue #26805. | ||||
* | | Issue #26802: Optimized calling a function with *args only positional arguments. | Serhiy Storchaka | 2016-04-19 | 1 | -0/+15 |
| | | | | | | | | Patch by Joe Jevnik. | ||||
* | | Merge 3.5: issue #26801 | Victor Stinner | 2016-04-19 | 4 | -1/+8 |
|\ \ | |/ | |||||
| * | Fix shutil.get_terminal_size() error handling | Victor Stinner | 2016-04-19 | 4 | -1/+8 |
| | | | | | | | | | | | | | | | | Issue #26801: Fix error handling in shutil.get_terminal_size(), catch AttributeError instead of NameError. Patch written by Emanuel Barry. test_shutil: skip the functional test using "stty size" command if os.get_terminal_size() is missing. | ||||
* | | MERGE: Trivial typo | Jesus Cea | 2016-04-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Trivial typo | Jesus Cea | 2016-04-19 | 1 | -1/+1 |
| | | |||||
* | | Mention types.SimpleNamespace in collections.namedtuple doc | Paul Moore | 2016-04-19 | 1 | -0/+5 |
| | | | | | | | | Issue #26805. |