summaryrefslogtreecommitdiff
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+94
* Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+3
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-5/+3
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-022-2/+2
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #27125: Fix various errors like ?will [be] inherited?Martin Panter2016-05-291-1/+1
* backout 3c9512d8ac0dBenjamin Peterson2016-05-281-1/+1
* Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-7/+4
* fix indentation of comments in cellobject.c (closes #27011)Benjamin Peterson2016-05-121-3/+3
* Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-21/+3
* Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-1/+3
* Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-041-15/+15
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-173-3/+3
* fix slice cache finalization to use gc delBenjamin Peterson2016-04-161-1/+1
* add gc support to slice (closes #26659)Benjamin Peterson2016-04-161-4/+15
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-152-2/+2
* Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-3/+3
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-105-10/+10
* 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
* merge 3.4 (closes #26478)Benjamin Peterson2016-03-031-5/+4
|\
| * properly use the ObjArgs variant of CallMethod in dictview binary operations ...Benjamin Peterson2016-03-031-5/+4
* | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-6/+6
* | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-9/+12
* | Fix str.translate()Victor Stinner2016-03-011-3/+4
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-131-12/+21
* | Fix resize_compact()Victor Stinner2016-01-271-0/+2
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+138
* | Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-4/+2
* | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-13/+14
* | set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-181-1/+1
* | dictobject.c(dict_sizeof): Make it static again.doko2016-01-141-1/+1
* | Comment out some tests that won't pass now that we've reverted theBarry Warsaw2016-01-111-27/+0
* | Issue #22995: [UPDATE] Comment out the one of the pickleability tests inBarry Warsaw2016-01-111-0/+9
* | merge 3.4Benjamin Peterson2016-01-011-3/+0
|\ \ | |/
| * merge 3.3Benjamin Peterson2016-01-0152-5265/+7766
| |\
| * | remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-011-3/+0
* | | Issue #25961: Disallowed null characters in the type name.Serhiy Storchaka2015-12-301-28/+17
* | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-272-10/+11
* | | Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-272-37/+23
* | | Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-251-15/+36
* | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-249-36/+18
* | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-222-24/+10
* | | Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-201-6/+12
* | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-196-7/+5
* | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-031-0/+5
|\ \ \ | | |/ | |/|
| * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-031-0/+5
* | | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed insideSerhiy Storchaka2015-11-2541-3585/+11039
|\ \ \ | |/ / |/| |
| * | Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-2541-3585/+11039
| |\ \