summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #24583: Fix crash when set is mutated while being updated.Raymond Hettinger2015-07-161-5/+13
* mergeRaymond Hettinger2015-07-161-1/+2
|\
| * Issue #24583: Fix crash when set is mutated while being updated.Raymond Hettinger2015-07-161-1/+2
* | Neaten-up a little bit.Raymond Hettinger2015-07-081-3/+3
* | Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during ...Raymond Hettinger2015-07-071-13/+22
* | Minor bit of factoring-out common code.Raymond Hettinger2015-07-071-18/+11
* | Tighten-up code in the set iterator to use an entry pointer rather than index...Raymond Hettinger2015-07-071-22/+13
* | Tighten-up code in set_next() to use an entry pointer rather than indexing.Raymond Hettinger2015-07-061-5/+7
* | Bring related functions add/contains/discard together in the code.Raymond Hettinger2015-07-051-40/+34
* | Change add/contains/discard calls to pass the key and hash instead of an entr...Raymond Hettinger2015-07-051-52/+42
* | Clean-up call patterns for add/contains/discard to better match the caller's ...Raymond Hettinger2015-07-051-36/+33
* | merge headsBenjamin Peterson2015-07-052-77/+64
|\ \
| * | Make the unicode equality test an external function rather than in-lining it.Raymond Hettinger2015-07-042-5/+11
| * | Make sure the dummy percentage calculation won't overflow.Raymond Hettinger2015-07-041-2/+2
| * | Minor cleanup.Raymond Hettinger2015-07-041-2/+2
| * | Minor nit: Make the style of checking error return values more consistent.Raymond Hettinger2015-07-041-16/+16
| * | Minor factoring: move redundant resize scaling logic into the resize function.Raymond Hettinger2015-07-041-4/+5
| * | Call set_lookkey() directly to avoid unnecessary memory spills and reloads.Raymond Hettinger2015-07-041-4/+5
| * | Move insertion resize logic into set_insert_key().Raymond Hettinger2015-07-041-45/+24
* | | merge 3.5 (#24407)Benjamin Peterson2015-07-051-7/+19
|\ \ \ | |/ / |/| / | |/
| * merge 3.4 (#24407)Benjamin Peterson2015-07-051-7/+19
| |\
| | * merge 3.3 (#24407)Benjamin Peterson2015-07-051-7/+19
| | |\
| | | * protect against mutation of the dict during insertion (closes #24407)Benjamin Peterson2015-07-051-7/+19
* | | | Merge 3.5 (Issue #19235)Yury Selivanov2015-07-032-7/+14
|\ \ \ \ | |/ / /
| * | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-032-7/+14
* | | | Merge 3.5 (Issue #24450)Yury Selivanov2015-07-031-0/+22
|\ \ \ \ | |/ / /
| * | | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-0/+22
* | | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-1/+3
|\ \ \ \ | |/ / /
| * | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-1/+3
| |\ \ \ | | |/ /
| | * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-1/+3
* | | | Minor refactoring. Move reference count logic into function that adds entry.Raymond Hettinger2015-06-281-14/+4
* | | | merge 3.5Benjamin Peterson2015-06-271-791/+1641
|\ \ \ \ | |/ / /
| * | | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-791/+1641
* | | | Minor tweeak to tighten the inner-loop.Raymond Hettinger2015-06-261-1/+1
* | | | Merge 3.5 (issue #24439)Yury Selivanov2015-06-241-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-5/+5
* | | | Minor code cleanup.Raymond Hettinger2015-06-241-3/+5
* | | | Issue #24400: Merge 3.5Yury Selivanov2015-06-222-57/+274
|\ \ \ \ | |/ / /
| * | | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-222-57/+274
* | | | Harmonize the bottom of the outer loop with its entry pointRaymond Hettinger2015-06-211-2/+2
* | | | Restore quick exit (no freeslot check) for common case (found null on first p...Raymond Hettinger2015-06-211-1/+11
* | | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
|\ \ \ \ | |/ / /
| * | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
| |\ \ \ | | |/ /
| | * | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
* | | | Merge 3.5Benjamin Peterson2015-06-071-54/+57
|\ \ \ \ | |/ / /
| * | | repair my irrational excuberanceBenjamin Peterson2015-06-071-54/+57
* | | | merge 3.5Benjamin Peterson2015-06-071-58/+57
|\ \ \ \ | |/ / /
| * | | remove unnecessary braces and indentationBenjamin Peterson2015-06-071-58/+57
* | | | merge 3.5Benjamin Peterson2015-06-041-2/+6
|\ \ \ \ | |/ / /
| * | | fix refleak when keys() failsBenjamin Peterson2015-06-041-2/+6