| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception | Ethan Furman | 2014-03-19 | 1 | -26/+2 |
|
|
* | Issue #20574: Implement incremental decoder for cp65001 code | Victor Stinner | 2014-03-17 | 1 | -32/+9 |
|
|
* | correct the fix for #20637; allow slot descriptor inheritance to take place b... | Benjamin Peterson | 2014-03-17 | 1 | -9/+8 |
|
|
* | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|\ |
|
| * | avoid referencing past the bounds of an array | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2014-03-15 | 2 | -2/+3 |
|\ \
| |/ |
|
| * | avoid referencing out-of-bounds memory | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|
|
| * | fix c89 declaration order | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | don't do pointer arithmetic with signed numbers | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|
|
* | | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 6 | -15/+52 |
|\ \
| |/ |
|
| * | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 6 | -15/+52 |
|
|
* | | Merge with 3.3 | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix pickling of rangeiter. rangeiter_setstate would not allow setting it | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|
|
| * | Issue #19619: Blacklist non-text codecs in method API | Serhiy Storchaka | 2014-02-24 | 1 | -2/+2 |
|
|
* | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ | Yury Selivanov | 2014-03-02 | 1 | -2/+2 |
|
|
* | | Issue #20637: Key-sharing now also works for instance dictionaries of subclas... | Antoine Pitrou | 2014-02-23 | 1 | -0/+3 |
|
|
* | | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) | Benjamin Peterson | 2014-02-16 | 1 | -12/+6 |
|
|
* | | merge 3.3 (#20507) | Benjamin Peterson | 2014-02-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | give non-iterable TypeError a message (closes #20507) | Benjamin Peterson | 2014-02-15 | 1 | -1/+1 |
|
|
* | | Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. | Serhiy Storchaka | 2014-02-12 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. | Serhiy Storchaka | 2014-02-12 | 1 | -2/+4 |
|
|
* | | Issue #19255: The builtins module is restored to initial value before | Serhiy Storchaka | 2014-02-10 | 1 | -5/+8 |
|
|
* | | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -2/+2 |
|
|
* | | Issue #20530: The signatures for slot builtins have been updated | Larry Hastings | 2014-02-10 | 1 | -42/+42 |
|
|
* | | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 1 | -33/+86 |
|
|
* | | Issue #20437: Fixed 22 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 2 | -14/+7 |
|\ \
| |/ |
|
| * | Issue #20437: Fixed 21 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 3 | -14/+7 |
|
|
* | | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 5 | -92/+131 |
|
|
* | | Close #20500: Don't trigger PyObject_Str assertion at shutdown | Nick Coghlan | 2014-02-09 | 1 | -1/+1 |
|
|
* | | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 1 | -1/+9 |
|
|
* | | Issue #17162: Fix compilation, replace non-breaking space with an ASCII space | Victor Stinner | 2014-02-04 | 1 | -1/+1 |
|
|
* | | Issue #17162: Add PyType_GetSlot. | Martin v. Löwis | 2014-02-04 | 1 | -0/+13 |
|
|
* | | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 5 | -109/+83 |
|
|
* | | Close #20105: set __traceback__ when chaining exceptions in C | Nick Coghlan | 2014-01-26 | 1 | -2/+5 |
|
|
* | | Issue #20390: Small fixes and improvements for Argument Clinic. | Larry Hastings | 2014-01-26 | 2 | -6/+5 |
|
|
* | | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 5 | -177/+269 |
|
|
* | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ \
| |/ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
| * | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 2 | -18/+0 |
|
|
* | | Fix minor bug in dict.__contains__ docstring. | Meador Inge | 2014-01-14 | 1 | -3/+3 |
|
|
* | | Fix typo in comment. | Eric V. Smith | 2014-01-14 | 1 | -1/+1 |
|
|
* | | Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns | Ethan Furman | 2014-01-12 | 1 | -2/+2 |
|
|
* | | Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X | Ethan Furman | 2014-01-12 | 1 | -2/+27 |
|
|
* | | Issue #19273: The marker comments Argument Clinic uses have been changed | Larry Hastings | 2014-01-07 | 2 | -12/+12 |
|
|
* | | Add comments to frozenset_hash(). | Raymond Hettinger | 2014-01-05 | 1 | -1/+14 |
|
|
* | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -8/+27 |
|
|
* | | Reverted changeset b72c5573c5e7 (issue #15027). | Serhiy Storchaka | 2014-01-04 | 2 | -128/+61 |
|
|
* | | Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. | Serhiy Storchaka | 2014-01-04 | 2 | -61/+128 |
|
|