4445 Commits (ce3dd0bdd550500d149121ca08611ebca623641f)

Author SHA1 Message Date
Benjamin Peterson 7e30373126 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) 13 years ago
Benjamin Peterson d2b58a9880 only recursively expand in the format spec (closes #17644) 13 years ago
Raymond Hettinger 36f74aa7f7 Issue #17563: Fix dict resize performance regression. 13 years ago
Benjamin Peterson e1b4cbc422 when arguments are cells clear the locals slot (backport of #17927) 13 years ago
Antoine Pitrou 8b0e98426d Issue #17237: Fix crash in the ASCII decoder on m68k. 13 years ago
Antoine Pitrou 957a23b088 Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. 13 years ago
Ezio Melotti 6b02772c13 Remove trailing whitespace. 13 years ago
Mark Dickinson c9734484ca Issue #17715: Add missing NULL Check to PyNumber_Long. 13 years ago
Mark Dickinson 64aafeb4de Issue #16447: Fix potential segfault when setting __name__ on a class. 13 years ago
Antoine Pitrou 36b045f4db Fix supernumerary 's' in sys._debugmallocstats() output. 13 years ago
Benjamin Peterson c9314d9e08 don't run frame if it has no stack (closes #17669) 13 years ago
Serhiy Storchaka 278d03bd66 Revert a premature patch for issue #14010 (changeset aaaf36026511). 13 years ago
Serhiy Storchaka e8f706eda7 Issue #14010: Fix a crash when iterating or deleting deeply nested filters 13 years ago
Benjamin Peterson 6395241471 list slotdefs in offset order rather than sorting them (closes #17610) 13 years ago
Benjamin Peterson da2c7ebd23 allow any type with __getitem__ to be a mapping for the purposes of % (#15801) 13 years ago
Raymond Hettinger 378170d5d9 Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. 13 years ago
Kristján Valur Jónsson 1d108bc714 Issue #10211 : Buffer object should support the new buffer interface. 13 years ago
Victor Stinner 2cb16aa3cb _PyUnicode_Writer() now also reuses Unicode singletons: 13 years ago
Benjamin Peterson b1efa53662 fix possible setdefault refleak (closes #17328) 13 years ago
Mark Dickinson 7cac1c25a1 Issue #16445: Fix potential segmentation fault when deleting an exception message. 13 years ago
R David Murray 1cb0cb2fcd #17296: backport fix for issue 1692335, naive exception pickling. 13 years ago
Victor Stinner d21b58c05d Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside 13 years ago
Serhiy Storchaka 18809fa94e Remove unused defines. 13 years ago
Benjamin Peterson 8e830a0664 fix building without pymalloc (closes #17228) 13 years ago
Benjamin Peterson 2dba1ee3e6 fix building without pymalloc (closes #17228) 13 years ago
Stefan Krah 674a42b114 Fix error messages. 13 years ago
R David Murray 5aff27aec1 #7963: fix error message when 'object' called with arguments. 13 years ago
R David Murray 6b30759022 #7963: fix error message when 'object' called with arguments. 13 years ago
Serhiy Storchaka 5e61f14c6d Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError 13 years ago
Antoine Pitrou 4de7457009 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 13 years ago
Victor Stinner bbbac2ec34 Issue #17137: When an Unicode string is resized, the internal wide character 13 years ago
Serhiy Storchaka 3fd4ab356d Issue #17043: The unicode-internal decoder no longer read past the end of 13 years ago
Serhiy Storchaka d5327d95d2 Issue #17043: The unicode-internal decoder no longer read past the end of 13 years ago
Serhiy Storchaka f458a03617 Issue #17034: Use Py_CLEAR() in bytesobject.c. 13 years ago
Serhiy Storchaka a8d64ae304 Issue #17034: Use Py_CLEAR() in stringobject.c. 13 years ago
Gregory P. Smith ce9e3c3af9 Silence a -Wformat-extra-argument warning when compiling. 13 years ago
Gregory P. Smith c0022b2d8c Silence a -Wformat-extra-argument warning when compiling. 13 years ago
Serhiy Storchaka afb1cb5579 Issue #16971: Fix a refleak in the charmap decoder. 13 years ago
Serhiy Storchaka d679377be7 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. 13 years ago
Serhiy Storchaka c8e58126a2 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. 13 years ago
Ezio Melotti 3f5db3940f Fix a few typos and a double semicolon. Patch by Eitan Adler. 13 years ago
Serhiy Storchaka 059972535f Issue #10156: In the interpreter's initialization phase, unicode globals 13 years ago
Serhiy Storchaka c59c85c1ac Issue #10156: In the interpreter's initialization phase, unicode globals 13 years ago
Serhiy Storchaka 73e38809e0 Issue #16980: Fix processing of escaped non-ascii bytes in the 13 years ago
Serhiy Storchaka ace3ad3bf7 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. 13 years ago
Serhiy Storchaka 01b3a08f5e Issue #16975: Fix error handling bug in the escape-decode decoder. 13 years ago
Serhiy Storchaka 1d3acd4b59 Issue #16335: Fix integer overflow in unicode-escape decoder. 13 years ago
Serhiy Storchaka 4f5f0e54e0 Issue #16335: Fix integer overflow in unicode-escape decoder. 13 years ago
Serhiy Storchaka 926f3a37de Issue #15989: Fix possible integer overflow in str formatting as in unicode formatting. 13 years ago
Serhiy Storchaka 74f49ab28b Issue #15989: Fix several occurrences of integer overflow 13 years ago