summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #13756: Fix building extensions modules on CygwinZachary Ware2016-10-011-1/+1
* Issue #21085: add configure check for siginfo_t.si_bandZachary Ware2016-10-011-0/+4
* Issue #28275: Merge bz2 fix from 3.6Martin Panter2016-10-011-1/+3
|\
| * Issue #28275: Merge bz2 fix from 3.5 into 3.6Martin Panter2016-10-011-1/+3
| |\
| | * Issue #28275: Clean up to avoid use-after-free after bzip decompress failureMartin Panter2016-10-011-1/+3
* | | Merge 3.6Victor Stinner2016-09-291-1/+1
|\ \ \ | |/ /
| * | Fix xml.etree.ElementTree.Element.getiterator()Victor Stinner2016-09-291-1/+1
* | | Merged from 3.6Alexander Belopolsky2016-09-282-92/+30
|\ \ \ | |/ /
| * | Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky2016-09-282-92/+30
* | | Issue #20947: Fixed a gcc warning with -Wstrict-overflow.Serhiy Storchaka2016-09-271-1/+1
|\ \ \ | |/ /
| * | Issue #20947: Fixed a gcc warning with -Wstrict-overflow.Serhiy Storchaka2016-09-271-1/+1
| |\ \ | | |/
| | * Issue #20947: Fixed a gcc warning with -Wstrict-overflow.Serhiy Storchaka2016-09-271-1/+1
* | | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-1/+3
|\ \ \ | |/ /
| * | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-1/+3
| |\ \ | | |/
| | * Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-1/+3
* | | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-2/+4
|\ \ \ | |/ /
| * | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-2/+4
| |\ \ | | |/
| | * Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-2/+4
* | | Issue #20100: Simplify newPyEpoll_Object()Berker Peksag2016-09-261-8/+10
* | | Issue #28277: remove linefeed character from iomodule.h. Patch by Michael FeltChristian Heimes2016-09-261-1/+1
|\ \ \ | |/ /
| * | Issue #28277: remove linefeed character from iomodule.h. Patch by Michael FeltChristian Heimes2016-09-261-1/+1
* | | TypoChristian Heimes2016-09-241-1/+1
|\ \ \ | |/ /
| * | TypoChristian Heimes2016-09-241-1/+1
* | | Finish GC code for SSLSession and increase test coverageChristian Heimes2016-09-241-4/+9
|\ \ \ | |/ /
| * | Finish GC code for SSLSession and increase test coverageChristian Heimes2016-09-241-4/+9
* | | Increase buffer for readlink() in case OS will support longer names one day.Christian Heimes2016-09-231-3/+4
|\ \ \ | |/ /
| * | Increase buffer for readlink() in case OS will support longer names one day.Christian Heimes2016-09-231-3/+4
| |\ \ | | |/
| | * Increase buffer for readlink() in case OS will support longer names one day.Christian Heimes2016-09-231-3/+4
* | | Add an extra byte for null in case we ever get very long unicode names.Christian Heimes2016-09-231-4/+4
|\ \ \ | |/ /
| * | Add an extra byte for null in case we ever get very long unicode names.Christian Heimes2016-09-231-4/+4
| |\ \ | | |/
| | * Add an extra byte for null in case we ever get very long unicode names.Christian Heimes2016-09-231-4/+4
* | | Don't define PY_WITH_KECCAKChristian Heimes2016-09-211-2/+0
|\ \ \ | |/ /
| * | Don't define PY_WITH_KECCAKChristian Heimes2016-09-211-2/+0
* | | Merge 3.6 (os.getrandom)Victor Stinner2016-09-201-10/+18
|\ \ \ | |/ /
| * | Fix memleak in os.getrandom()Victor Stinner2016-09-201-10/+18
* | | merge 3.6Benjamin Peterson2016-09-201-1/+1
|\ \ \ | |/ /
| * | revert expat changesBenjamin Peterson2016-09-201-1/+1
* | | merge 3.6 (closes #28184)Benjamin Peterson2016-09-203-8/+8
|\ \ \ | |/ /
| * | merge 3.5 (#28184)Benjamin Peterson2016-09-203-8/+8
| |\ \ | | |/
| | * Issue #28075: Fix test_access_denied in Python 3.5Berker Peksag2016-09-181-2/+4
* | | Merge 3.6Victor Stinner2016-09-191-1/+1
|\ \ \ | |/ /
| * | Fix memory leak in path_converter()Victor Stinner2016-09-191-1/+1
* | | merge 3.6Benjamin Peterson2016-09-192-84/+84
|\ \ \ | |/ /
| * | stop using Py_LL and Py_ULLBenjamin Peterson2016-09-192-84/+84
* | | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-14/+31
|\ \ \ | |/ /
| * | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-14/+31
* | | Merge with 3.6Steve Dower2016-09-171-1/+2
|\ \ \ | |/ /
| * | Issue #28192: Don't import readline in isolated modeSteve Dower2016-09-171-1/+2
* | | Issue #28075: Merge from 3.6Berker Peksag2016-09-171-2/+4
|\ \ \ | |/ /
| * | Issue #28075: Merge from 3.5Berker Peksag2016-09-171-2/+4
| |\ \ | | |/