8840 Commits (aaa377f01db46d726062042e1f87f491c494b44e)

Author SHA1 Message Date
Yury Selivanov f488fb422a Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
Benjamin Peterson 80f78a3efc fix use after free (closes #24552) 11 years ago
Serhiy Storchaka 05744ac6e0 Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. 11 years ago
Serhiy Storchaka 449e2be12b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() 11 years ago
Benjamin Peterson 4801383c29 upgrade to Unicode 8.0.0 11 years ago
Benjamin Peterson 7b78d4364d prevent integer overflow in escape_unicode (closes #24522) 11 years ago
Benjamin Peterson 59b08c18a8 use safe allocation and reallocation macros 11 years ago
Antoine Pitrou 6bc217dd3d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 11 years ago
Serhiy Storchaka d741a88049 Fixed indentation of Python examples in C comments. 11 years ago
Serhiy Storchaka e7070f09bc Issue #14373: C implementation of functools.lru_cache() now can be used with 11 years ago
Berker Peksag 12b50ce4cb Issue #23659: Document **fmtparams in csv.register_dialect docstring. 11 years ago
Nick Coghlan 53f95024d7 Issue #24373: Eliminate PEP 489 test refleaks 11 years ago
Tal Einat d5519ed7f4 Issue #19543: Implementation of isclose as per PEP 485 11 years ago
Serhiy Storchaka fa494fd883 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
Serhiy Storchaka 8b2e8b6cce Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 11 years ago
Serhiy Storchaka 7e810a6e3d Use converter names instead of format units in Argument Clinic descriptions 11 years ago
Eric Snow 96c6af9b20 Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
Eric Snow 47db71756d Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
Benjamin Peterson e20056c8f7 fix importing one char extension modules (closes #24328) 11 years ago
Serhiy Storchaka 50451eb912 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. 11 years ago
Yury Selivanov 6ef059097c Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 11 years ago
Serhiy Storchaka 46c5611948 Backed out changeset: b0a0b9b59012 11 years ago
Larry Hastings 8252cc9832 Backed out changeset 57776eee74f2 11 years ago
Serhiy Storchaka 1c858c352b Issue #14373: Added C implementation of functools.lru_cache(). Based on 11 years ago
Steve Dower 6baa0f9805 Fixes cast warning in bufferedio.c 11 years ago
Nick Coghlan a48db2bc8b Issue #24268: Address some PEP 489 refleaks 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Steve Dower d9ef74e3dd Issue 24244: Prevents termination when an invalid format string is encountered on Windows. 11 years ago
Zachary Ware 7dc9dea778 Issue #20035: Reimplement tkinter._fix module as a C function. 11 years ago
Serhiy Storchaka 08d230a540 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
Raymond Hettinger 5cbd8331ff Issue #24221: Small optimizations for heapq. 11 years ago
Serhiy Storchaka 548de2b210 Issue #22955: Fixed reference leak in attrgetter.repr(). 11 years ago
Antoine Pitrou 45d6156154 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. 11 years ago
Serhiy Storchaka 35ac5f8280 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator 11 years ago
Serhiy Storchaka 5bf3120e24 Issue #24091: Fixed various crashes in corner cases in C implementation of 11 years ago
Zachary Ware c15ea4c812 Issue #23488: Fix a syntax error on big endian platforms. 11 years ago
Benjamin Peterson de12b79cd6 allow test node after ** in calls (closes #24176) 11 years ago
Serhiy Storchaka 6b680cd6b2 Fixed compilation error in signalmodule.c (issue #20182). 11 years ago
Tal Einat c7027b7904 Issue #20182: converted the signal module to use Argument Clinic 11 years ago
Raymond Hettinger c784c6db60 Tighten-up code by eliminating an unnecessary variable. 11 years ago
Raymond Hettinger d69755d1a3 Minor code clean-up. 11 years ago
Zachary Ware 77772c0e7b Issue #20172: Update clinicizations to current clinic. 11 years ago
Serhiy Storchaka dce0405f03 Issue #23488: Random generator objects now consume 2x less memory on 64-bit. 11 years ago
Zachary Ware f2244eaf9e Issue #20172: Convert the _winapi module to Argument Clinic. 11 years ago
Raymond Hettinger 636488043b More timings suggest that 2500 is closer to the break-even point. 11 years ago
Serhiy Storchaka f0b5015edb Converted os._getfullpathname() and os._isdir() to Argument Clinic. 11 years ago
Serhiy Storchaka 48e47aaa28 Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is 11 years ago
Berker Peksag ea6d5592f2 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError 11 years ago
Berker Peksag d10d6ae2fa Issue #23796: peak and read1 methods of BufferedReader now raise ValueError 11 years ago
Serhiy Storchaka 1aa5e1d63e Fixed compilation on Windows for issue #20173. 11 years ago