4534 Commits (3cd30c2ceeaeabe0486a2467fd11cdc008bf6f67)

Author SHA1 Message Date
Benjamin Peterson 2476b98acf avoid reading unallocated memory when argc == 0 (closes #22633) 11 years ago
Serhiy Storchaka 4fdb68491e Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
Benjamin Peterson 7a66fc22ad revert lineno and col_offset changes from #16795 (closes #21295) 11 years ago
Victor Stinner 26f7b8acdc Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). 11 years ago
Serhiy Storchaka 000daaee57 Fixed memory leak in marshal. 11 years ago
Serhiy Storchaka d3faf43f9b Issue #23181: More "codepoint" -> "code point". 11 years ago
Benjamin Peterson f18bf6fd2d add some overflow checks before multiplying (closes #23165) 11 years ago
Benjamin Peterson 47e782a67a update for copyright for 2015 11 years ago
Victor Stinner fe02e39029 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), 11 years ago
Benjamin Peterson 3cda0ed062 pop the loop block even for infinite while loops (closes #23048) 11 years ago
Victor Stinner 0b881dd50f Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, 11 years ago
Serhiy Storchaka b757c83ec6 Issue #22581: Use more "bytes-like object" throughout the docs and comments. 11 years ago
Barry Warsaw 2a413853f1 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is 11 years ago
Serhiy Storchaka 56a6d855e2 Removed duplicated words in in comments and docs. 11 years ago
Serhiy Storchaka 81f68a7d4b Issue #22453: Warn against the use of leaking macro PyObject_REPR(). 11 years ago
Serhiy Storchaka 030e92d1a5 Issue #22193: Fixed integer overflow error in sys.getsizeof(). 11 years ago
Georg Brandl edc3cbaaba Copyright year update, add version to licenses. 11 years ago
Serhiy Storchaka 4b1681832b Issue #22518: Fixed integer overflow issues in "backslashreplace", 11 years ago
Victor Stinner 5e78f4daa8 Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if 11 years ago
Serhiy Storchaka e2bd2a7186 Issue #21715: Extracted shared complicated code in the _io module to new 11 years ago
Antoine Pitrou 0ddbf4795f Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. 11 years ago
Serhiy Storchaka 2e374098ff Issue #22518: Fixed integer overflow issues in "backslashreplace", 11 years ago
Serhiy Storchaka 8aa8c47db2 Fixed reference leak in the "backslashreplace" error handler. 11 years ago
Antoine Pitrou cb0a006fd1 Issue #4180: The warnings registries are now reset when the filters are modified. 11 years ago
Nick Coghlan 8fad1676a2 Issue #22166: clear codec caches in test_codecs 11 years ago
Victor Stinner 282124b8c4 Closes #22258: Fix the the internal function set_inheritable() on Illumos. 12 years ago
Serhiy Storchaka 547d3bc3a6 Issue #22193: Added private function _PySys_GetSizeOf() needed to implement 12 years ago
Zachary Ware 9b33872812 Issue #22146: Fix typo in __build_class__ error message 12 years ago
Victor Stinner ab826d11a3 Issue #21925: PyImport_Cleanup(): Remove unused parameter in 12 years ago
Ned Deily 529ea5d184 Issue #21891: remove extraneous semicolon. 12 years ago
Benjamin Peterson 59830b6ec4 revert tstate_delete_common, since it's pretty much wrong 12 years ago
Benjamin Peterson 95d75194ac remove extra call to tstate_delete_common (merge artifact) 12 years ago
Benjamin Peterson 068f81e115 avoid a deadlock with the interpreter head lock and the GIL during finalization 12 years ago
Benjamin Peterson 17548dda51 check if the thread is finalizing after retaking the GIL 12 years ago
Terry Jan Reedy f2fb73f675 Issue #19362: Tweek len() doc and docstring to expand the indicated range of 12 years ago
Eric Snow 58cfdd8af8 Issue #21226: fix a ref leak. 12 years ago
Antoine Pitrou 9961405ed1 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. 12 years ago
Raymond Hettinger 2a54582d72 Issue 20620: Update the min()/max() docs for the new default argument. 12 years ago
Eric Snow 08197a4616 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. 12 years ago
Antoine Pitrou 9845c7ebc5 Issue #21425: Fix flushing of standard streams in the interactive interpreter. 12 years ago
Kristján Valur Jónsson ddf343855d The PyCOND_TIMEDWAIT must use microseconds for the timeout argument 12 years ago
Antoine Pitrou 871dfc41d3 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. 12 years ago
Antoine Pitrou e472aeafc3 Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. 12 years ago
Benjamin Peterson 5edbb7b7a4 correct len signature in docstring (closes #21294) 12 years ago
doko@ubuntu.com 4a173bc4ed Fixes for KFreeBSD and the Hurd: 12 years ago
Vinay Sajip 809f90f369 Reverted 16efa8d27e4c after discussion with Eric. 12 years ago
Eric V. Smith a0d107324d Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. 12 years ago
Eric V. Smith 2ea9712ee9 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. 12 years ago
Benjamin Peterson f6e50b4a81 fix sending tuples to custom generator objects with yield from (closes #21209) 12 years ago
Brett Cannon 18fc4e70f3 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets 12 years ago