summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #25301: Fix compatibility with ISO C90Victor Stinner2015-10-051-1/+5
* | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for errorVictor Stinner2015-10-051-9/+39
* | | Fix _PyUnicodeWriter_PrepareKind()Victor Stinner2015-10-021-7/+18
* | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-9/+12
|\ \ \ | |/ /
| * | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-9/+12
| |\ \ | | |/
| | * Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-9/+12
* | | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+37
|\ \ \ | |/ /
| * | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+37
* | | Make _PyUnicode_TranslateCharmap() symbol privateVictor Stinner2015-10-011-1/+1
* | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for errorVictor Stinner2015-10-012-53/+101
* | | (Merge 3.5) Issue #25182: Fix compilation on WindowsVictor Stinner2015-09-301-3/+6
|\ \ \ | |/ /
| * | (Merge 3.4) Issue #25182: Fix compilation on WindowsVictor Stinner2015-09-301-3/+6
| |\ \ | | |/
| | * Issue #25182: Fix compilation on WindowsVictor Stinner2015-09-301-3/+6
* | | Issue #25182: The stdprinter (used as sys.stderr before the io module isSerhiy Storchaka2015-09-301-4/+21
|\ \ \ | |/ /
| * | Issue #25182: The stdprinter (used as sys.stderr before the io module isSerhiy Storchaka2015-09-301-4/+21
| |\ \ | | |/
| | * Issue #25182: The stdprinter (used as sys.stderr before the io module isSerhiy Storchaka2015-09-301-6/+22
* | | Optimize ascii/latin1+surrogateescape encodersVictor Stinner2015-09-291-0/+16
* | | Issue #25227: Cleanup unicode_encode_ucs1() error handlerVictor Stinner2015-09-241-9/+13
* | | Issue #24870: revert unwanted changeVictor Stinner2015-09-221-43/+9
* | | Issue #25207, #14626: Fix my commit.Victor Stinner2015-09-211-9/+43
* | | _PyUnicodeWriter_PrepareInternal(): make the assertion more strictVictor Stinner2015-09-211-1/+2
* | | Issue #24870: Add _PyUnicodeWriter_PrepareKind() macroVictor Stinner2015-09-211-9/+29
* | | Issue #24870: Reuse the new _Py_error_handler enumVictor Stinner2015-09-211-87/+77
* | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-211-5/+61
* | | Merge 3.5Victor Stinner2015-09-191-4/+6
|\ \ \ | |/ /
| * | Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" toVictor Stinner2015-09-191-4/+6
* | | Merge 3.5 (pytime, odict)Victor Stinner2015-09-181-1/+1
|\ \ \ | |/ /
| * | odictobject.c: fix compiler warningVictor Stinner2015-09-181-1/+1
* | | Issue #15989: Fixed some scarcely probable integer overflows.Serhiy Storchaka2015-09-061-12/+12
* | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-051-0/+59
|\ \ \ | |/ /
| * | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-051-0/+59
| |\ \
| | * | Issue #24912: Prevent __class__ assignment to immutable built-in objects.Guido van Rossum2015-09-051-0/+59
* | | | Merge 3.5 (odict)Victor Stinner2015-09-031-18/+22
|\ \ \ \ | |/ / /
| * | | Issue #24992: Fix error handling and a race condition (related to garbageVictor Stinner2015-09-031-18/+22
| |/ /
* | | type_call() now detect bugs in type new and initVictor Stinner2015-09-031-19/+27
* | | Fixed an incorrect comment.Eric V. Smith2015-08-261-1/+1
* | | Merge #15944.Stefan Krah2015-08-081-8/+2
|\ \ \ | |/ /
| * | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-8/+2
* | | Merge from 3.5 (issue #24667).Eric Snow2015-08-071-7/+10
|\ \ \ | |/ /
| * | Issue #24667: Resize odict in all cases that the underlying dict resizes.Eric Snow2015-08-071-7/+10
* | | Fix typo in comment.Eric V. Smith2015-08-071-1/+1
* | | Move the active entry multiplication to later in the hash calculationRaymond Hettinger2015-08-071-4/+4
* | | Restore frozenset hash caching removed in cf707dd190a9Raymond Hettinger2015-08-071-0/+3
* | | Closes #21279: Merge with 3.5Zachary Ware2015-08-061-5/+6
|\ \ \ | |/ /
| * | Issue #21279: Merge with 3.4Zachary Ware2015-08-061-5/+6
| |\ \ | | |/
| | * Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-5/+6
* | | Fix comment typoRaymond Hettinger2015-08-011-1/+1
* | | Tweak the commentsRaymond Hettinger2015-08-011-1/+3
* | | Issue #24762: Speed-up frozenset_hash() and greatly beef-up the comments.Raymond Hettinger2015-08-011-27/+43
* | | Issue #24681: Move the most likely test first in set_add_entry().Raymond Hettinger2015-07-311-6/+9