summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #28114: Fix a crash in parse_envlist() when env contains byte stringsBerker Peksag2016-09-151-17/+39
* Unicode 9.0.0Benjamin Peterson2016-09-153-23621/+25119
* Issue #28153: Make kqueue()'s event filters optionalBerker Peksag2016-09-141-0/+18
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-5/+7
|\
| * Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-5/+7
* | Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()Christian Heimes2016-09-141-1/+1
|\ \ | |/
| * Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()Christian Heimes2016-09-141-1/+1
* | more granular configure checks for clock_* functions (closes #28081)Benjamin Peterson2016-09-141-3/+11
* | Issue #28131: Merge from 3.5Berker Peksag2016-09-141-1/+1
|\ \ | |/
| * Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-1/+1
* | Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an e...Christian Heimes2016-09-131-3/+2
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-134-11/+11
* | Fix NULL check in sock_sendmsg_iovec. CID 1372885Christian Heimes2016-09-131-1/+1
* | Issue #27866: Fix refleak in cipher_to_dict()Victor Stinner2016-09-121-12/+1
* | socket: Fix memory leak in sendmsg() and sendmsg_afalg()Victor Stinner2016-09-121-5/+12
* | Cleanup socketmodule.cVictor Stinner2016-09-121-13/+31
* | Revert part of 3471a3515827 that caused a performance regressionRaymond Hettinger2016-09-121-8/+44
* | Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...Berker Peksag2016-09-123-27/+17
* | Adds missing assert suppression.Steve Dower2016-09-121-0/+4
* | Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.Alexander Belopolsky2016-09-121-33/+81
* | Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContextChristian Heimes2016-09-111-21/+59
* | Issue #27810: Regenerate Argument Clinic.Serhiy Storchaka2016-09-114-28/+28
* | Issue 24454: Removed unused match_getitem_doc.Eric V. Smith2016-09-111-3/+0
* | Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...Eric V. Smith2016-09-111-1/+0
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-1/+18
* | Issue #28036: Remove unused pysqlite_flush_statement_cache functionBerker Peksag2016-09-111-20/+0
* | Use uint16_t instead of short in audioop.Serhiy Storchaka2016-09-111-14/+14
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-114-105/+45
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-2/+370
* | #28067: Fixed another typo.Alexander Belopolsky2016-09-101-1/+1
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-0/+31
* | #28067: Fixed a typo.Alexander Belopolsky2016-09-101-1/+1
* | Closes #28067: Do not call localtime (gmtime) in datetime module.Alexander Belopolsky2016-09-101-42/+60
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-101-1/+1
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-16/+29
|\ \ | |/
| * Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-16/+29
* | Don't run garbage collection on interpreter exit if it was explicitly disabledŁukasz Langa2016-09-101-0/+9
* | Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-1020-390/+391
* | fix dummy macroBenjamin Peterson2016-09-101-1/+2
* | DTrace support: function calls, GC activity, line executionŁukasz Langa2016-09-101-0/+8
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-10/+4
|\ \ | |/
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-10/+4
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-079-9/+9
* | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-4/+8
* | remove --with(out)-signal-module, since the signal module is non-optionalBenjamin Peterson2016-09-092-3/+1
* | Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENATSteve Dower2016-09-091-2/+3
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-091-0/+1
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+1
* | Issue 18550: Check return value of ioctl() / fnctl() in internal_setblockingChristian Heimes2016-09-081-20/+41
* | Add NULL checks to the initializer of the locale moduleChristian Heimes2016-09-081-34/+20