summaryrefslogtreecommitdiff
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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
* | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-101-1/+1
* | merge 3.5 (#27248)Benjamin Peterson2016-07-061-3/+9
|\ \ | |/
| * fix refleaks in PyDict_SetItem error cases (closes #27248)Benjamin Peterson2016-07-061-3/+9
* | Issue #27460: Unified error messages in bytes constructor for integersSerhiy Storchaka2016-07-061-2/+2
* | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-033-0/+29
* | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-1/+5
|\ \ | |/
| * Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-1/+5
* | Backed out changeset b0087e17cd5e (issue #26765)Serhiy Storchaka2016-07-033-77/+138
* | Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.Serhiy Storchaka2016-07-031-0/+1
* | Issue #26765: Moved wrappers for bytes and bytearray methods to common headerSerhiy Storchaka2016-07-013-138/+77
* | Issue #27007: The fromhex() class methods of bytes and bytearray subclassesSerhiy Storchaka2016-07-013-9/+18
* | Merge spelling fixes from 3.5Martin Panter2016-06-201-1/+1
|\ \ | |/
| * Fix spelling errors in code commentsMartin Panter2016-06-201-2/+2
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-1/+7
|\ \ | |/
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-1/+7
* | Issue #27333: Simplified testing step on 0.Serhiy Storchaka2016-06-181-11/+4
* | Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.Serhiy Storchaka2016-06-181-5/+5
* | Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-1/+1
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-091-0/+94
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+94
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-094-47/+90
* | odict: Remove useless ";" after function definitionVictor Stinner2016-06-081-9/+9
* | Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+3
|\ \ | |/
| * Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+3
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-3/+3
* | Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+2
|\ \ | |/
| * Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-5/+3