summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #27692: Removed unnecessary NULL checks in exceptions.c.Serhiy Storchaka2016-08-201-4/+3
* Issue #27366: Fix init_subclass()Victor Stinner2016-08-201-0/+5
* PyFile_WriteObject() now uses fast callVictor Stinner2016-08-191-9/+2
* calliter_iternext() now uses fast callVictor Stinner2016-08-191-19/+21
* slot_tp_iter() now uses fast callVictor Stinner2016-08-191-6/+3
* slot_nb_bool() now uses fast callVictor Stinner2016-08-191-8/+2
* Issue #27128: Cleanup slot_nb_bool()Victor Stinner2016-08-191-25/+41
* Issue #27128: slot_sq_item() uses fast callVictor Stinner2016-08-191-10/+3
* Issue #27128: Cleanup slot_sq_item()Victor Stinner2016-08-191-25/+33
* call_method() and call_maybe() now use fast callVictor Stinner2016-08-191-20/+26
* Cleanup call_method() and call_maybe()Victor Stinner2016-08-191-14/+12
* Merge 3.5 (fix refleak in call_maybe())Victor Stinner2016-08-191-1/+3
|\
| * Fix a refleak in call_maybe()Victor Stinner2016-08-191-1/+3
* | Merge 3.5 (fix refleak in call_method)Victor Stinner2016-08-191-1/+3
|\ \ | |/
| * Fix a refleak in call_method()Victor Stinner2016-08-191-1/+3
* | contains and rich compare slots use fast callVictor Stinner2016-08-191-16/+4
* | Fix PyObject_Call() parameter namesVictor Stinner2016-08-191-2/+4
* | Avoid call_function_tail() for empty format strVictor Stinner2016-08-191-20/+19
* | PEP 7: add {...} around null_error() in abstract.cVictor Stinner2016-08-191-28/+65
* | Cleanup callmethod()Victor Stinner2016-08-191-2/+6
* | Cleanup call_function_tail()Victor Stinner2016-08-191-20/+29
* | call_function_tail() uses fast callVictor Stinner2016-08-191-13/+6
* | Add _PyObject_FastCall()Victor Stinner2016-08-192-0/+169
* | Issue #12946: Remove dead code in PyModule_GetDictBerker Peksag2016-08-191-2/+1
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-4/+6
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-182-2/+24
* | Issue #27786: Simplify x_sub()Victor Stinner2016-08-171-3/+1
* | Issue #27704: Optimized creating bytes and bytearray from byte-like objectsSerhiy Storchaka2016-08-152-20/+16
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-142-18/+26
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-6/+7
* | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-052-2/+2
|\ \ | |/
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-042-2/+2
* | Issue #27652: Expose ESHUTDOWN conditionallyBerker Peksag2016-07-301-0/+2
* | Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-4/+3
* | Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-7/+92
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-282-5/+5
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-5/+5
* | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-26/+37
|\ \ | |/
| * Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-26/+37
* | Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-252-10/+12
* | Issue #27581: Merge overflow fix from 3.5Martin Panter2016-07-251-4/+5
|\ \ | |/
| * Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-251-4/+5
* | Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlaceBerker Peksag2016-07-251-14/+6
* | Issue #27507: Merge overflow check from 3.5Martin Panter2016-07-181-1/+11
|\ \ | |/
| * Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-1/+11
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-141-3/+3
* | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-102-16/+11
|\ \ | |/
| * Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-102-16/+11
* | Merge: #20647: Update dictobject.c comments to account for randomized string ...R David Murray2016-07-101-8/+5
|\ \ | |/
| * #20647: Update dictobject.c comments to account for randomized string hashes.R David Murray2016-07-101-8/+5