summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18219: Optimize csv.DictWriter for large number of columns.INADA Naoki2016-10-211-0/+3
* Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-211-0/+2
* Issue #28492: Fix how StopIteration is raised in _asyncio.FutureYury Selivanov2016-10-201-0/+2
* Issue #28480: Avoid label at end of compound statement --without-threadsMartin Panter2016-10-201-0/+3
* Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrongXavier de Gaye2016-10-191-0/+3
* Issue #28471: Fix crash (GIL state related) in socket.setblockingYury Selivanov2016-10-181-0/+4
* Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-181-0/+3
|\
| * Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-181-0/+3
* | Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-0/+5
|\ \ | |/
| * Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-2/+4
* | Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)Guido van Rossum2016-10-131-0/+2
|\ \ | |/
| * Issue #24452: Make webbrowser support Chrome on Mac OS X.Guido van Rossum2016-10-131-0/+2
* | Issue #20766: Merge with 3.5.Xavier de Gaye2016-10-121-0/+3
|\ \ | |/
| * Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.Xavier de Gaye2016-10-121-0/+3
* | Issue #28208: Update Windows build to use SQLite 3.14.2.0Zachary Ware2016-10-111-0/+2
* | Issue #28248: Merge with 3.5Zachary Ware2016-10-111-0/+5
|\ \ | |/
| * Issue #28248: Merge with 3.4Zachary Ware2016-10-111-0/+2
| |\
| | * Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-111-0/+5
| | * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-10-061-0/+3
| | * Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-021-2/+0
* | | Start 3.6.0b3Ned Deily2016-10-111-0/+12
* | | Version bump for 3.6.0b2v3.6.0b2Ned Deily2016-10-101-1/+3
* | | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-0/+2
* | | Issue #28394: Merge typo fixes from 3.5 into 3.6Martin Panter2016-10-102-2/+2
|\ \ \ | |/ /
| * | Issue #28394: Spelling and typo fixes in code comments and changelogMartin Panter2016-10-102-2/+2
* | | Issue #28183: Optimize and cleanup dict iteration.Serhiy Storchaka2016-10-091-0/+2
* | | Merge 3.5 (issue #27972)Yury Selivanov2016-10-091-0/+2
|\ \ \ | |/ /
| * | Issue #27972: Prohibit Tasks to await on themselves.Yury Selivanov2016-10-091-0/+2
* | | Merge 3.5 (issue #28399)Yury Selivanov2016-10-091-0/+3
|\ \ \ | |/ /
| * | Issue #28399: Remove UNIX socket from FS before binding.Yury Selivanov2016-10-091-0/+3
* | | Fixed wrong issue number in NEWSINADA Naoki2016-10-091-1/+1
* | | Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+3
* | | Merge from 3.5.Serhiy Storchaka2016-10-081-0/+3
|\ \ \ | |/ /
| * | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().Serhiy Storchaka2016-10-081-0/+3
* | | Add proper credit to NEWS file.Steve Dower2016-10-081-1/+2
* | | Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk...Steve Dower2016-10-081-0/+2
* | | Merge from 3.5.Serhiy Storchaka2016-10-081-0/+3
|\ \ \ | |/ /
| * | Issue #28376: The type of long range iterator is now registered as Iterator.Serhiy Storchaka2016-10-081-0/+3
* | | Issue #28376: Creating instances of range_iterator by calling range_iteratorSerhiy Storchaka2016-10-081-0/+3
* | | Merge from 3.5.Serhiy Storchaka2016-10-081-0/+3
|\ \ \ | |/ /
| * | Issue #28376: The constructor of range_iterator now checks that step is not 0.Serhiy Storchaka2016-10-081-0/+3
* | | Issue #27998: Fixed bytes path support in os.scandir() on Windows.Serhiy Storchaka2016-10-081-0/+3
* | | Issue #28317: The disassembler now decodes FORMAT_VALUE argument.Serhiy Storchaka2016-10-081-0/+2
* | | Issue #26906: Resolving special methods of uninitialized type now causesSerhiy Storchaka2016-10-081-0/+3
|\ \ \ | |/ /
| * | Issue #26906: Resolving special methods of uninitialized type now causesSerhiy Storchaka2016-10-081-0/+3
* | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-072-0/+4
|\ \ \ | |/ /
| * | Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-072-0/+4
* | | Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+4
|\ \ \ | |/ /
| * | Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+4
* | | Issue #24098: Fixed possible crash when AST is changed in process ofSerhiy Storchaka2016-10-071-0/+3
|\ \ \ | |/ /