summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix resize_compact()Victor Stinner2016-01-271-0/+2
| * code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+138
* | Tests versus zero are more compact than tests versus -1.Raymond Hettinger2016-01-251-6/+6
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+138
* | Issue #26107: Fix typo in Objects/lnotab_notes.txtVictor Stinner2016-01-211-6/+6
* | co_lnotab supports negative line number deltaVictor Stinner2016-01-203-21/+29
* | Merge 3.5Victor Stinner2016-01-201-4/+2
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-13/+14
* | merge 3.5 (#25731)Benjamin Peterson2016-01-191-1/+1
|\ \ | |/
| * set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-191-1/+1
* | - merge 3.5doko@ubuntu.com2016-01-141-1/+1
|\ \ | |/
| * dictobject.c(dict_sizeof): Make it static again.doko@ubuntu.com2016-01-141-1/+1
* | As per further discussion, re-enable the typeobject.c guard for picklability.Barry Warsaw2016-01-111-9/+0
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #22995: [UPDATE] Comment out the one of the pickleability tests inBarry Warsaw2016-01-111-0/+9
* | Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-056-67/+22
* | merge 3.5Benjamin Peterson2016-01-011-3/+0
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-01-011-3/+0
| |\
| | * merge 3.3Benjamin Peterson2016-01-011-3/+0
| | |\
| | | * 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-17/+15
|\ \ \ \ | |/ / /
| * | | Issue #25961: Disallowed null characters in the type name.Serhiy Storchaka2015-12-301-28/+17
* | | | Clean up float.as_integer_ratio().Serhiy Storchaka2015-12-291-20/+16
* | | | Issue #25971: Optimized creating Fractions from floats by 2 times and fromSerhiy Storchaka2015-12-291-6/+6
* | | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.Serhiy Storchaka2015-12-273-23/+5
* | | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-272-10/+11
|\ \ \ \ | |/ / /
| * | | 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 #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 #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-251-15/+36
* | | | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-259-21/+21
* | | | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-254-11/+11
* | | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-249-36/+18
|\ \ \ \ | |/ / /
| * | | 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 #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 #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
|\ \ \ \ | |/ / /