- aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
- e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
- 0aaaa62 Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind. by Antoine Pitrou · 12 years ago
- 207dd38 fix unused variable by Victor Stinner · 12 years ago
- eb4b5ac Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function by Victor Stinner · 12 years ago
- cfc4c13 Add _PyUnicodeWriter_WriteSubstring() function by Victor Stinner · 12 years ago
- d3f41fe merge 3.3 (#17610) by Benjamin Peterson · 12 years ago
- 6395241 list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
- 7faf705 Issue #17591: Use lowercase filenames when including Windows header files. by Antoine Pitrou · 12 years ago
- 51612fd merge by Raymond Hettinger · 12 years ago
- 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
- 5589850 fix warning (closes #17327) by Benjamin Peterson · 12 years ago
- 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
- fb84b5d (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
- 2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
- cf77da9 Backed out changeset b9f7b1bf36aa by Victor Stinner · 12 years ago
- 313cac8 Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type) by Victor Stinner · 12 years ago
- 42f382f merge 3.3 (#17328) by Benjamin Peterson · 12 years ago
- b1efa53 fix possible setdefault refleak (closes #17328) by Benjamin Peterson · 12 years ago
- 3602547 (Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character by Victor Stinner · 12 years ago
- d21b58c Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside by Victor Stinner · 12 years ago
- 06b16f8 Remove unused defines. by Serhiy Storchaka · 12 years ago
- 18809fa Remove unused defines. by Serhiy Storchaka · 12 years ago
- abe40c2 merge 3.3 (#17228) by Benjamin Peterson · 12 years ago
- 2dba1ee fix building without pymalloc (closes #17228) by Benjamin Peterson · 12 years ago
- 5e06d1d Merge 3.3. by Stefan Krah · 12 years ago
- 674a42b Fix error messages. by Stefan Krah · 12 years ago
- aaf16b9 Merge: #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
- 702a5dc #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
- 6b30759 #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
- 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 12 years ago
- b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 12 years ago
- b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- cfd2c1b (Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide by Victor Stinner · 12 years ago
- bbbac2e Issue #17137: When an Unicode string is resized, the internal wide character by Victor Stinner · 12 years ago
- d0c79dc Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 12 years ago
- 03ee12e Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 12 years ago
- 3fd4ab3 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 12 years ago
- 8911ef5 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 12 years ago
- d357a3f Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 12 years ago
- f458a03 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 12 years ago
- ce9e3c3 Silence a -Wformat-extra-argument warning when compiling. by Gregory P. Smith · 12 years ago
- 2aee6a6 Issue #16971: Fix a refleak in the charmap decoder. by Serhiy Storchaka · 12 years ago
- afb1cb5 Issue #16971: Fix a refleak in the charmap decoder. by Serhiy Storchaka · 12 years ago
- 8fe5a9f Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
- 24193de Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
- d679377 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
- 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
- 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
- 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
- ed3c412 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
- 678db84 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
- 0599725 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
- 570c5b2 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
- 73e3880 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
- f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
- e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
- ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
- 6481bfb Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
- c35f3a9 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
- 4f5f0e5 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
- 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- 55e2cb4 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
- 45d16d9 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
- 4fb8cae Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
- b946af5 Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
- 18ba40b Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
- 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
- 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
- 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
- ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
- 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
- dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
- 34bdeb5 Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found. by Christian Heimes · 12 years ago
- 4e02538 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
- 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
- 18aa447 Close #16281: handle tailmatch() failure and remove useless comment by Victor Stinner · 12 years ago
- 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
- 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
- a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
- 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
- c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
- 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
- 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
- 513762f use more specific type by Benjamin Peterson · 12 years ago
- 4de2924 Fix compilation error for #15422 by Andrew Svetlov · 12 years ago
- a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
- 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 12 years ago
- 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
- 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
- 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
- 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago