summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-252-4/+8
| | | | Patch by Xiang Zhang.
* Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-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 Dower2016-07-251-1/+1
|
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-1615-10/+868
| | | | works correctly.
* Issue #13849: Fix test_null_bytes under WindowsBerker Peksag2016-07-231-1/+1
|
* Issue #13849: Add tests for null byte checking in test_genericpathBerker Peksag2016-07-231-0/+9
|
* Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns falseBerker Peksag2016-07-231-0/+3
| | | | Patch by Chris Angelico.
* Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-235-419/+437
| | | | Patch by Xiang Zhang.
* socket: use INVALID_SOCKETVictor Stinner2016-07-222-7/+12
| | | | | | | | * Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
* socket: Fix internal_select()Victor Stinner2016-07-221-1/+1
| | | | | Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-192-3/+4
| | | | Patch by Alakshendra Yadav.
* Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-192-3/+16
|
* Issue #16191: Fix up references to renamed variablesMartin Panter2016-07-181-6/+6
|
* Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-182-1/+14
| | | | Patch by Xiang Zhang.
* Removes unused files from PC folder.Steve Dower2016-07-183-51/+0
|
* Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-182-0/+11
|
* Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-182-0/+4
|
* Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
|
* Issue #27531: Update signature of Mock.assert_not_called methodBerker Peksag2016-07-171-1/+1
| | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
* Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-172-3/+75
| | | | eliminate all internal uses of overridden methods.
* Issue #27419: Added temporary workaround for subinterpreters.Serhiy Storchaka2016-07-171-1/+4
|
* Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
|
* Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-172-8/+8
| | | | | 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-175-22/+89
| | | | Original patch by Alexandre Vassalotti.
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-167-29/+68
|
* Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
| | | | Users must include the same imports required to run directly in Python.
* Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-165-2573/+2589
|
* #27522: break unintended cycle in feedparser.R David Murray2016-07-162-3/+8
| | | | Patch by Costas.
* Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4
| | | | Thanks to Xiang Zhang for the patch.
* Fix building tcl/tk with only the VC build tools installed.Steve Dower2016-07-153-0/+6
|
* Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-153-7/+13
| | | | | | | | | | 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-153-2/+6
| | | | | | type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch.
* Issue #27518: Fix typo in Grammar/GrammarBerker Peksag2016-07-151-1/+1
| | | | Patch by Stéphane Wirtel.
* make too many nested blocks be a SyntaxError instead of a SystemError ↵Benjamin Peterson2016-07-153-3/+8
| | | | | | (closes #27514) Patch by Ammar Askar.
* Issue #27180: Clarify Path.rename() behavior on Unix systemsBerker Peksag2016-07-141-2/+3
| | | | Patch by Evelyn Mitchell.
* Issue #27455: Improve examples in tkinter documentationBerker Peksag2016-07-141-13/+13
| | | | Patch by John Hagen.
* Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-142-4/+8
|\
| * Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-142-4/+8
| |\
| | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-142-4/+5
| | |\
| | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-142-4/+5
| | | |
| | | * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
| | | |
* | | | Fixes build order and lingering intermediate files.Steve Dower2016-07-142-7/+7
| | | |
* | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-123-4/+106
| | | | | | | | | | | | | | | | Patch by Jim Fulton.
* | | | Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-122-6/+22
| | | | | | | | | | | | | | | | in case of embedded null characters/bytes. Patch by Xiang Zhang.
* | | | English spelling and grammar fixesMartin Panter2016-07-1111-17/+17
| | | |
* | | | 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-113-8/+32
| | | |
* | | | Merge headsSerhiy Storchaka2016-07-102-4/+4
|\ \ \ \
| * \ \ \ #22758 null mergeR David Murray2016-07-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | #22758 null mergeR David Murray2016-07-100-0/+0
| | |\ \ \ | | | |/ /