summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-0/+3
* Issue #26750: unittest.mock.create_autospec() now works properly forGregory P. Smith2016-08-071-0/+4
|\
| * Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-0/+3
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-0/+2
* | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-053-4/+4
|\ \ | |/
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-043-4/+4
* | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflictMartin Panter2016-08-041-0/+3
* | Issue #27641: Merge cross-compiling improvement from 3.5Martin Panter2016-08-041-2/+3
|\ \ | |/
| * Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-2/+3
* | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-0/+2
* | Issue #22557: Now importing already imported modules is up to 2.5 times faster.Serhiy Storchaka2016-08-021-0/+2
* | [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+5
|\ \ | |/
| * merge headsSenthil Kumaran2016-07-311-0/+4
| |\
| | * [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
| | |\
| | | * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
| | | |\
| | | | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
* | | | | merge 3.5 (#27656)Benjamin Peterson2016-07-311-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | all SCHED_ constants are optional (closes #27656)Benjamin Peterson2016-07-311-0/+2
| |/ / /
* | | | (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS.Xavier de Gaye2016-07-301-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #27453: CPP invocation in configure must use CPPFLAGS.Xavier de Gaye2016-07-302-0/+4
* | | | 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