Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27430: Fix typos, patch by scop. | Berker Peksag | 2016-07-01 | 4 | -4/+4 |
| | |||||
* | Issue #26665: Remove mis-use of ``$`` in activate.fish. | Brett Cannon | 2016-06-30 | 2 | -2/+4 |
| | | | | | | | This is a revertion of cfc66e37eb8e. Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang Zhang, and Dan McCombs for diagnosing the issue. | ||||
* | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 2 | -24/+28 |
| | | | | 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. | ||||
* | Issue #27418: Fixed Tools/importbench/importbench.py. | Serhiy Storchaka | 2016-06-30 | 2 | -7/+11 |
| | |||||
* | Fix issue #27402: example for typing did not type-check. | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
| | |||||
* | asyncio: Use socket specs for getaddrinfo() in sock_connect() | Yury Selivanov | 2016-06-28 | 2 | -1/+13 |
| | | | | Patch by Martin Richard. GH PR #365. | ||||
* | asyncio: Fix NameError in sslproto _fatal_error() | Yury Selivanov | 2016-06-28 | 2 | -0/+17 |
| | | | | Patch by Richard Walker. | ||||
* | Adds script for purging the caching server for downloads on python.org. | Steve Dower | 2016-06-27 | 1 | -0/+74 |
| | |||||
* | Adds batch file to build nuget packages. | Steve Dower | 2016-06-27 | 1 | -0/+55 |
| | |||||
* | Include libs folder in nuget package and allow preinstalling packages | Steve Dower | 2016-06-27 | 2 | -11/+29 |
| | |||||
* | 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. | ||||
* | Null merge from 3.4 (well, except, pull in the tag for 3.4.5.) | Larry Hastings | 2016-06-27 | 1 | -0/+1 |
|\ | |||||
| * | Merge. | Larry Hastings | 2016-06-27 | 3 | -5/+11 |
| |\ | |||||
| * | | Post-release fixups for Python 3.4.5. | Larry Hastings | 2016-06-27 | 2 | -1/+13 |
| | | | |||||
| * | | Added tag v3.4.5 for changeset 619b61e505d0 | Larry Hastings | 2016-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | Version bump for 3.4.5 final.v3.4.5 | Larry Hastings | 2016-06-25 | 3 | -5/+16 |
| | | | |||||
| * | | Regenerate pydoc topics for 3.4.5 final. | Larry Hastings | 2016-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. | Matthias Klose | 2016-06-13 | 1 | -1/+2 |
| | | | |||||
* | | | Merge. | Larry Hastings | 2016-06-27 | 110 | -794/+1523 |
|\ \ \ | |||||
| * | | | Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 2 | -1/+21 |
| | | | | |||||
| * | | | Issue #22115: Fixed tracing Tkinter variables: | Serhiy Storchaka | 2016-06-26 | 3 | -8/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | * tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings | ||||
| * | | | Simplifies nuget build with better parameters. | Steve Dower | 2016-06-25 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix a scoping issue where an UnboundLocalError was triggered if a | Brett Cannon | 2016-06-25 | 3 | -4/+18 |
| | | | | | | | | | | | | | | | | lazy-loaded module was already in sys.modules. | ||||
| * | | | Remove a stale reference to pathlib.PurePath.path | Brett Cannon | 2016-06-24 | 1 | -3/+2 |
| | | | | |||||
| * | | | Preinstalls pip into the nuget package so that pip.exe is available after ↵ | Steve Dower | 2016-06-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | installation. | ||||
| * | | | Adds scripts for producing Nuget packages. | Steve Dower | 2016-06-24 | 4 | -12/+103 |
| | | | | |||||
| * | | | Issue #27381: Remove superfluous paren in zipfile documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #18300: Set TERM='' by default in assert_python_* | Berker Peksag | 2016-06-24 | 2 | -15/+13 |
| | | | | |||||
| * | | | 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. | ||||
| * | | | Make PyPIRCCommandTestCase derive from a base class | Berker Peksag | 2016-06-24 | 4 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class. | ||||
| * | | | Fixed integer overflow in array.buffer_info(). | Serhiy Storchaka | 2016-06-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | 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 | ||||
| * | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. | Terry Jan Reedy | 2016-06-22 | 3 | -0/+58 |
| | | | | | | | | | | | | | | | | Rest of patch that should not be cherry picked into 3.5.2 final. | ||||
| * | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 |
| | | | | |||||
| * | | | alter header; '%' really throws latex through a loop | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Issue #20120: Add a test case to verify the % char can be used in .pypirc | Berker Peksag | 2016-06-20 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | I noticed that there is no test for this feature while doing triaging work on pypa/pypi-legacy. | ||||
| * | | | Issue #27006: Do not use PyDec_CheckExact() on a type. | Stefan Krah | 2016-06-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #27006: from_float(): call the subclass' __new__() and __init__(). | Stefan Krah | 2016-06-20 | 2 | -3/+12 |
| | | | | |||||
| * | | | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 2 | -3/+3 |
| | | | | |||||
| * | | | Added more tests for issue #27122. | Serhiy Storchaka | 2016-06-20 | 1 | -5/+11 |
| | | | | |||||
| * | | | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. | Serhiy Storchaka | 2016-06-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 4 | -5/+61 |
| | | | | | | | | | | | | | | | | represented as a compination of known flags. | ||||
| * | | | Issue #27349: Fix typo in distutils upload command | Berker Peksag | 2016-06-18 | 2 | -2/+3 |
| | | | | |||||
| * | | | issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Patch contributed Марк Коренберг. | ||||
| * | | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 6 | -1/+62 |
| | | | | | | | | | | | | | | | | an iterable of integers. Now only strings and byte-like objects are accepted. | ||||
| * | | | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 14 | -64/+69 |
| | | | | |||||
| * | | | Issue #27343: Fixed error message for conflicting initializers of ↵ | Serhiy Storchaka | 2016-06-18 | 2 | -10/+5 |
| | | | | | | | | | | | | | | | | ctypes.Structure. |