summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include libs folder in nuget package and allow preinstalling packagesSteve Dower2016-06-272-11/+29
|
* Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
|
* Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| | | | Patch by Manuel Kaufmann.
* Null merge from 3.4 (well, except, pull in the tag for 3.4.5.)Larry Hastings2016-06-271-0/+1
|\
| * Merge.Larry Hastings2016-06-273-5/+11
| |\
| * | Post-release fixups for Python 3.4.5.Larry Hastings2016-06-272-1/+13
| | |
| * | Added tag v3.4.5 for changeset 619b61e505d0Larry Hastings2016-06-251-0/+1
| | |
| * | Version bump for 3.4.5 final.v3.4.5Larry Hastings2016-06-253-5/+16
| | |
| * | Regenerate pydoc topics for 3.4.5 final.Larry Hastings2016-06-251-1/+1
| | |
| * | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | |
* | | Merge.Larry Hastings2016-06-27110-794/+1523
|\ \ \
| * | | Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-262-1/+21
| | | |
| * | | Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-263-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 Dower2016-06-251-1/+2
| | | |
| * | | Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-253-4/+18
| | | | | | | | | | | | | | | | lazy-loaded module was already in sys.modules.
| * | | Remove a stale reference to pathlib.PurePath.pathBrett Cannon2016-06-241-3/+2
| | | |
| * | | Preinstalls pip into the nuget package so that pip.exe is available after ↵Steve Dower2016-06-241-1/+4
| | | | | | | | | | | | | | | | installation.
| * | | Adds scripts for producing Nuget packages.Steve Dower2016-06-244-12/+103
| | | |
| * | | Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
| | | |
| * | | Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-242-15/+13
| | | |
| * | | Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-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 HOWTOBerker Peksag2016-06-241-3/+1
| | | | | | | | | | | | | | | | Patch by Matt Morrison.
| * | | Make PyPIRCCommandTestCase derive from a base classBerker Peksag2016-06-244-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 Storchaka2016-06-231-1/+1
| | | |
| * | | Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-233-1/+31
| | | | | | | | | | | | | | | | Patch by Yoni Lavi
| * | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.Terry Jan Reedy2016-06-223-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 Reedy2016-06-222-3/+3
| | | |
| * | | alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2
| | | |
| * | | Issue #20120: Add a test case to verify the % char can be used in .pypircBerker Peksag2016-06-201-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 Krah2016-06-201-1/+1
| | | |
| * | | Issue #27006: from_float(): call the subclass' __new__() and __init__().Stefan Krah2016-06-202-3/+12
| | | |
| * | | Fix spelling errors in code commentsMartin Panter2016-06-202-3/+3
| | | |
| * | | Added more tests for issue #27122.Serhiy Storchaka2016-06-201-5/+11
| | | |
| * | | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.Serhiy Storchaka2016-06-191-0/+1
| | | |
| * | | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-184-5/+61
| | | | | | | | | | | | | | | | represented as a compination of known flags.
| * | | Issue #27349: Fix typo in distutils upload commandBerker Peksag2016-06-182-2/+3
| | | |
| * | | issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.Senthil Kumaran2016-06-181-1/+5
| | | | | | | | | | | | | | | | Patch contributed Марк Коренберг.
| * | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-186-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 Panter2016-06-1814-64/+69
| | | |
| * | | Issue #27343: Fixed error message for conflicting initializers of ↵Serhiy Storchaka2016-06-182-10/+5
| | | | | | | | | | | | | | | | ctypes.Structure.
| * | | Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-173-4/+23
| | | | | | | | | | | | | | | | variables contain non-ASCII characters
| * | | ctypes: the type of b_size is Py_ssize_t.Serhiy Storchaka2016-06-171-4/+4
| | | |
| * | | py_getrandom(): use long type for the syscall() resultVictor Stinner2016-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall.
| * | | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-164-22/+33
| | | |
| * | | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-154-3/+4
| | | |
| * | | Issue #27327: fix doc typo, noted by Jakub Wilk.Ned Deily2016-06-151-1/+1
| | | |
| * | | Issue #27301: Fixed incorrect return codes for errors in compile.c.Serhiy Storchaka2016-06-151-16/+20
| | | |
| * | | Make faq/general.rst gender-inclusive, patch by Sam Hathaway.Berker Peksag2016-06-151-1/+1
| | | |
| * | | merge with 3.4Georg Brandl2016-06-151-1/+8
| |\ \ \ | | | |/ | | |/|
| | * | Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
| | | |