summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27366: Implement PEP 487Nick Coghlan2016-07-302-0/+5
* Issue #17596: MINGW: add wincrypt.h in Python/random.cMartin Panter2016-07-291-0/+2
* Issue #27647: Update Windows build to Tcl/Tk 8.6.6Zachary Ware2016-07-281-0/+2
* Merge 3.5 (issue #27404)Victor Stinner2016-07-281-8/+8
|\
| * NEWS: tag security related changes with [Security] prefixVictor Stinner2016-07-281-9/+9
* | Issue #23943: Merge spelling fixes from 3.5Martin Panter2016-07-281-2/+2
|\ \ | |/
| * Issue #23943: Restore extra fixes lost in merge 4fb2075952a4Martin Panter2016-07-281-2/+2
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | Issue #27490: Merge pgen cross-compile logic from 3.5Martin Panter2016-07-282-0/+4
|\ \ | |/
| * Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-282-0/+4
* | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
|\ \ | |/
| * Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
* | Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-251-0/+3
* | Issue #27581: Merge overflow fix from 3.5Martin Panter2016-07-251-0/+3
|\ \ | |/
| * Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-251-0/+3
* | Issue #7063: Remove dead code from array slice handlingMartin Panter2016-07-251-0/+3
* | Issue #27610: Adds PEP 514 metadata to Windows installerSteve Dower2016-07-251-0/+2
* | Fixes bad Misc/NEWS mergeSteve Dower2016-07-231-6/+3
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-231-0/+6
|\ \ | |/
| * Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-161-1/+3
* | Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter2016-07-231-0/+5
|\ \ | |/
| * Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-0/+5
* | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-0/+2
* | Issue #27472: Add test.support.unix_shell as the path to the default shell.Xavier de Gaye2016-07-221-0/+2
* | Closes #25393: Merge with 3.5Zachary Ware2016-07-191-0/+1
|\ \ | |/
| * Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-0/+1
* | Issue #27567: Expose the POLLRDHUP constant in the select moduleBerker Peksag2016-07-191-1/+2
* | add mising wordBenjamin Peterson2016-07-191-1/+1
* | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-191-0/+2
* | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-191-0/+2
* | Issue #1621: Avoid signed int negation overflow in audioopMartin Panter2016-07-191-0/+2
* | Issue #27507: Merge overflow check from 3.5Martin Panter2016-07-181-0/+3
|\ \ | |/
| * Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-0/+3
* | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+4
|\ \ | |/
| * 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 #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/+5
|\ \ | |/
| * Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-171-0/+4
* | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
|\ \ | |/
| * Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
* | Merge: #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
|\ \ | |/
| * #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
* | Merge for #27083Brett Cannon2016-07-151-0/+2
|\ \ | |/
| * Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-0/+2
* | Merge for #26844Brett Cannon2016-07-152-0/+4
|\ \ | |/
| * Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-152-0/+4
* | Issue #27512: Don't segfault when os.fspath() calls an object whoseBrett Cannon2016-07-151-0/+3
* | merge 3.5 (#27514)Benjamin Peterson2016-07-151-0/+3
|\ \ | |/