summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| | | | Based on patch by Ville Skyttä.
* Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-0/+3
| | | | | | | | 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.
* Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
| | | | as the Python program to be used for file generation during the build.
* Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-251-0/+3
| | | | Patch by Xiang Zhang.
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-161-1/+3
| | | | works correctly.
* Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-0/+5
| | | | Patch by Xiang Zhang.
* Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-0/+3
| | | | Patch by Xiang Zhang.
* Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+5
|
* Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-181-0/+2
|
* Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-171-0/+4
| | | | | or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.
* Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
| | | | Original patch by Alexandre Vassalotti.
* #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
| | | | Patch by Costas.
* Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-0/+2
| | | | | | | | | | Windows. Originally only b'PYTHONCASEOK' was being checked for in os.environ, but that won't work under Windows where all environment variables are strings (on OS X they are bytes). Thanks to Eryk Sun for the bug report.
* Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-151-0/+3
| | | | | | type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch.
* make too many nested blocks be a SyntaxError instead of a SystemError ↵Benjamin Peterson2016-07-151-0/+3
| | | | | | (closes #27514) Patch by Ammar Askar.
* Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-0/+6
|\
| * Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-0/+6
| |\
| | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-0/+3
| | |\
| | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-0/+3
| | | |
| | | * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
| | | |
| | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-101-0/+3
| | | | | | | | | | | | | | | | | | | | This backports the fix from #16611, per discussion with the release manager.
| | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5
| | | |
| * | | Post-release fixups for Python 3.4.5.Larry Hastings2016-06-271-0/+12
| | | |
| * | | Version bump for 3.4.5 final.v3.4.5Larry Hastings2016-06-251-0/+11
| | | |
| * | | Release bump for 3.4.5rc1.v3.4.5rc1Larry Hastings2016-06-121-3/+3
| | | |
* | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-0/+3
| | | | | | | | | | | | | | | | Patch by Jim Fulton.
* | | | English spelling and grammar fixesMartin Panter2016-07-111-6/+6
| | | |
* | | | Restore NEWS entries lost in revision 8145f25f26aaMartin Panter2016-07-111-0/+6
| | | |
* | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+3
| | | |
* | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-101-0/+3
| | | | | | | | | | | | | | | | concatenations. Patch by Xiang Zhang.
* | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-0/+4
| | | | | | | | | | | | | | | | confirming the netscape cookie format.
* | | | Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-0/+3
| | | | | | | | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin.
* | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+3
| | | | | | | | | | | | | | | | negative integer for resized bytearray.
* | | | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
| | | |
* | | | Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-301-0/+5
| | | |
* | | | Merge.Larry Hastings2016-06-271-2/+61
|\ \ \ \
| * | | | Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-0/+9
| | | | |
| * | | | Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-251-0/+4
| | | | | | | | | | | | | | | | | | | | lazy-loaded module was already in sys.modules.
| * | | | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+2
| | | | | | | | | | | | | | | | | | | | represented as a compination of known flags.
| * | | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+11
| | | | | | | | | | | | | | | | | | | | an iterable of integers. Now only strings and byte-like objects are accepted.
| * | | | Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-171-0/+3
| | | | | | | | | | | | | | | | | | | | variables contain non-ASCII characters
| * | | | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-0/+2
| | | | |
| * | | | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-0/+1
| | | | |
| * | | | Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-141-0/+3
| | | | | | | | | | | | | | | | | | | | by Jelle Zijlstra.
| * | | | issue27122: fix typo in the news file, wrong issue #. not issue27123.Gregory P. Smith2016-06-141-1/+1
| | | | |
| * | | | Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782.
| * | | | Fix os.urandom() using getrandom() on LinuxVictor Stinner2016-06-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #27278: Fix os.urandom() implementation using getrandom() on Linux. Truncate size to INT_MAX and loop until we collected enough random bytes, instead of casting a directly Py_ssize_t to int.
| * | | | Issue #25843: Fix the NEWS entryVictor Stinner2016-06-141-1/+1
| | | | |