2482 Commits (a4b13d00200053e5985c089af45be34cdbffd1eb)

Author SHA1 Message Date
Victor Stinner c5c3ba4bec Add _PyBytesWriter_Resize() function 10 years ago
Victor Stinner 2ec8063cc9 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI 10 years ago
Victor Stinner 2bf8993db9 Optimize bytes.fromhex() and bytearray.fromhex() 10 years ago
Victor Stinner 772b2b09f2 Optimize bytearray % args 10 years ago
Victor Stinner 661aaccf9d Add use_bytearray attribute to _PyBytesWriter 10 years ago
Victor Stinner 50856d5ae7 sys.setrecursionlimit() now raises RecursionError 10 years ago
Victor Stinner c29e29bed1 Relax _PyBytesWriter API 10 years ago
Victor Stinner be75b8cf23 Issue #25349: Optimize bytes % int 10 years ago
Victor Stinner ce179bf6ba Add _PyBytesWriter_WriteBytes() to factorize the code 10 years ago
Victor Stinner 53926a1ce2 _PyBytesWriter: rename size attribute to min_size 10 years ago
Victor Stinner b3653a3458 Issue #25318: cleanup code _PyBytesWriter 10 years ago
Victor Stinner 0016507c16 Issue #25318: Move _PyBytesWriter to bytesobject.c 10 years ago
Victor Stinner fdfbf78114 Issue #25318: Add _PyBytesWriter API 10 years ago
Serhiy Storchaka b9d98d532c Issue #24483: C implementation of functools.lru_cache() now calculates key's 10 years ago
Victor Stinner ca9381ea01 Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro 11 years ago
Eric V. Smith 235a6f0984 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. 11 years ago
Victor Stinner 6df29ada02 Issue #25150: Hide the private _Py_atomic_xxx symbols from the public 11 years ago
Victor Stinner 9a8b177e60 Issue #25155: Add _PyTime_AsTimevalTime_t() function 11 years ago
Victor Stinner 1e2b6882fc Issue #25155: Add _PyTime_AsTimevalTime_t() function 11 years ago
Larry Hastings 82c0c69011 Post-release updates for Python 3.5.0. 11 years ago
Larry Hastings f92f6c8e56 Version bump for Python 3.5.0 final. 11 years ago
Victor Stinner ce6aa749b4 Make _PyTime_RoundHalfEven() private again 11 years ago
Larry Hastings 03728fac15 Post-release update for Python 3.5.0rc4. 11 years ago
Larry Hastings 1043f95b9b Version bump for Python 3.5.0rc4. 11 years ago
Victor Stinner 7667f58151 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of 11 years ago
Larry Hastings 442c560bd8 Version bump for Python 3.5.0rc3. 11 years ago
Victor Stinner 2ec558739e Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest 11 years ago
Victor Stinner 744742320f Issue #23517: Add "half up" rounding mode to the _PyTime API 11 years ago
Yury Selivanov beaa5094a2 docs: Better comment for tp_as_async slot 11 years ago
Larry Hastings a51812ae98 Post-release updates for Python 3.5.0rc2. 11 years ago
Larry Hastings e6c6f69ac9 Version bump for Python 3.5.0rc2. 11 years ago
R David Murray 803502c56b #21167: Fix definition of NAN when ICC used without -fp-model strict. 11 years ago
R David Murray edbc28ce81 #21167: Fix definition of NAN when ICC used without -fp-model strict. 11 years ago
Larry Hastings 2ab6ddb19d Post-release bump for Python 3.5.0rc1. 11 years ago
Larry Hastings 71ea65feed Release bump for Python 3.5.0rc1. 11 years ago
Raymond Hettinger 9344bd828c Clarify comments on setentry invariants. 11 years ago
Larry Hastings 3d1dc904f4 Post-release updates for Python 3.5.0b4. 11 years ago
Larry Hastings 164df4e51a Version bump for Python 3.5.0b4. 11 years ago
Larry Hastings b34db6ad9b Post-release fixes for Python 3.5.0b3. 11 years ago
Larry Hastings 9626971c74 Version bump for Python 3.5.0b3 release. 11 years ago
Raymond Hettinger ac2ef65c32 Make the unicode equality test an external function rather than in-lining it. 11 years ago
Yury Selivanov f488fb422a Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
Yury Selivanov 5376ba9630 Issue #24400: Introduce a distinct type for 'async def' coroutines. 11 years ago
Serhiy Storchaka 5fa22fc088 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 11 years ago
Serhiy Storchaka 73c95f1949 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 11 years ago
Yury Selivanov eb698fe68c Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper 11 years ago
Yury Selivanov ca82910221 Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
Yury Selivanov aab3c4a211 Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully 11 years ago
Eric Snow a762af74b2 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. 11 years ago
Yury Selivanov d8cf382ee7 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private 11 years ago