summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5Benjamin Peterson2016-04-161-1/+1
|\
| * fix slice cache finalization to use gc delBenjamin Peterson2016-04-161-1/+1
* | merge 3.5 (#26659)Benjamin Peterson2016-04-161-4/+15
|\ \ | |/
| * add gc support to slice (closes #26659)Benjamin Peterson2016-04-161-4/+15
* | Issue #26766: Remove redundant bytearray_format() from bytearrayobject.cBerker Peksag2016-04-151-14/+1
* | Issue #26766: Fix _PyBytesWriter_Finish()Victor Stinner2016-04-151-1/+6
* | Issue #26764: Fixed SystemError in bytes.__rmod__.Serhiy Storchaka2016-04-151-6/+4
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-152-2/+2
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-2/+2
* | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-132-410/+165
* | Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-3/+3
|\ \ | |/
| * Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-3/+3
* | Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-111-2/+2
|\ \ | |/
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-106-11/+11
|\ \ | |/
| * Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-105-10/+10
* | Issue #17339: Improved TypeError message in bytes constructor.Serhiy Storchaka2016-04-101-16/+15
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0614-55/+55
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-069-36/+36
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-308-16/+22
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-308-16/+22
* | Moved misplaced functions to the section for C API functions.Raymond Hettinger2016-03-271-12/+12
* | Responsibility for argument checking belongs in set.__init__() rather than se...Raymond Hettinger2016-03-261-3/+0
* | Speed-up construction of empty sets by approx 12-14%.Raymond Hettinger2016-03-251-2/+3
* | longobject.c: fix compilation warning on Windows 64-bitVictor Stinner2016-03-231-1/+1
* | _PyMem_DebugFree(): fix compiler warning on WindowsVictor Stinner2016-03-231-1/+1
* | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-212-18/+38
* | Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-161-7/+7
* | Oops, revert unwanted change used to create an exampleVictor Stinner2016-03-151-1/+0
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-152-0/+10
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-141-22/+70
* | Add PYTHONMALLOC env varVictor Stinner2016-03-141-59/+132
* | merge 3.5 (closes #26478)Benjamin Peterson2016-03-041-5/+4
|\ \ | |/
| * merge 3.4 (closes #26478)Benjamin Peterson2016-03-041-5/+4
| |\
| | * properly use the ObjArgs variant of CallMethod in dictview binary operations ...Benjamin Peterson2016-03-041-5/+4
* | | Merge 3.5 (issue #25888)Yury Selivanov2016-03-021-6/+6
|\ \ \ | |/ /
| * | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-6/+6
* | | Merge 3.5Victor Stinner2016-03-011-9/+12
|\ \ \ | |/ /
| * | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-9/+12
* | | Merge 3.5Victor Stinner2016-03-011-3/+4
|\ \ \ | |/ /
| * | Fix str.translate()Victor Stinner2016-03-011-3/+4
* | | Merge 3.5 (issue #25887)Yury Selivanov2016-02-131-12/+21
|\ \ \ | |/ /
| * | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-131-12/+21
* | | Issues #26289 and #26315: Optimize floor/modulo div for single-digit longsYury Selivanov2016-02-111-0/+79
* | | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-1/+1
* | | Issue #25949: __dict__ for an OrderedDict instance is now created only whenSerhiy Storchaka2016-02-081-16/+7
* | | Issue #26288: Fix commentYury Selivanov2016-02-061-3/+3
* | | Issue #26288: Optimize PyLong_AsDouble.Yury Selivanov2016-02-061-0/+7
* | | Add early-out for the common case where kwds is NULL (gives 1.1% speedup).Raymond Hettinger2016-02-041-2/+3
* | | Issue #23601: Use small object allocator for dict key objectsRaymond Hettinger2016-01-311-3/+3
* | | Merge 3.5Victor Stinner2016-01-271-0/+2
|\ \ \ | |/ /