summaryrefslogtreecommitdiff
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2014-03-1551-4581/+6687
|\
| * merge 3.3Benjamin Peterson2014-03-1451-4581/+6687
| |\
| | * merge 3.3Benjamin Peterson2014-03-141-1/+2
| | |\
| | * \ Make the various iterators' "setstate" sliently and consistently clip theKristj?n Valur J?nsson2014-03-0551-4581/+6687
| | |\ \
| | | * \ Merge with 3.3Kristj?n Valur J?nsson2014-03-041-1/+1
| | | |\ \
| | | * | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__Yury Selivanov2014-03-021-2/+2
| | | * | | Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-231-0/+3
| | | * | | merge 3.3 (#20695)Benjamin Peterson2014-02-1951-4583/+6686
| | | |\ \ \
| | | | * | | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)Benjamin Peterson2014-02-161-12/+6
| | | | * | | merge 3.3 (#20507)Benjamin Peterson2014-02-1551-4583/+6692
| | | | |\ \ \
| | | | | * \ \ Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.Serhiy Storchaka2014-02-1251-4583/+6692
| | | | | |\ \ \
| | | | | | * | | Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-101-5/+8
| | | | | | * | | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-2/+2
| | | | | | * | | Issue #20530: The signatures for slot builtins have been updatedLarry Hastings2014-02-091-42/+42
| | | | | | * | | Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-091-33/+86
| | | | | | * | | Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0951-4545/+6598
| | | | | | |\ \ \
| | | | | | | * | | Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-085-92/+131
| | | | | | | * | | Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-091-1/+1
| | | | | | | * | | Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-0851-4545/+6559
| | | | | | | |\ \ \
| | | | | | | | * | | Issue #17162: Fix compilation, replace non-breaking space with an ASCII spaceVictor Stinner2014-02-041-1/+1
| | | | | | | | * | | Issue #17162: Add PyType_GetSlot.Martin v. L?wis2014-02-041-0/+13
| | | | | | | | * | | Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-285-109/+83
| | | | | | | | * | | Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-271-2/+5
| | | | | | | | * | | Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-252-6/+5
| | | | | | | | * | | Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-245-177/+269
| | | | | | | | * | | Fix minor bug in dict.__contains__ docstring.Meador Inge2014-01-141-3/+3
| | | | | | | | * | | Fix typo in comment.Eric V. Smith2014-01-141-1/+1
| | | | | | | | * | | Issue19995: fixed typo; switched from test.support.check_warnings to assertWarnsEthan Furman2014-01-121-2/+2
| | | | | | | | * | | Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %XEthan Furman2014-01-111-2/+27
| | | | | | | | * | | Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-072-12/+12
| | | | | | | | * | | Add comments to frozenset_hash().Raymond Hettinger2014-01-051-1/+14
| | | | | | | | * | | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-8/+27
| | | | | | | | * | | Reverted changeset b72c5573c5e7 (issue #15027).Serhiy Storchaka2014-01-042-128/+61
| | | | | | | | * | | Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.Serhiy Storchaka2014-01-042-61/+128
| | | | | | | | * | | Remove deadcode (HASH macro is no more defined)Victor Stinner2014-01-031-1/+0
| | | | | | | | * | | Remove now unused variablesVictor Stinner2014-01-031-5/+0
| | | | | | | | * | | unicode_char() uses get_latin1_char() to get latin1 singleton charactersVictor Stinner2014-01-031-0/+3
| | | | | | | | * | | add unicode_char() in unicodeobject.c to factorize codeVictor Stinner2014-01-031-55/+31
| | | | | | | | * | | Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-6/+0
| | | | | | | | * | | Better assertion in PyObject_Call() to detect functions returning a result withVictor Stinner2013-12-191-1/+2
| | | | | | | | * | | Minor code clean-up. Keep the C-API all in one section.Raymond Hettinger2013-12-151-3/+3
| | | | | | | | * | | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError ifVictor Stinner2013-12-1351-4376/+6266
| | | | | | | | |\ \ \
| | | | | | | | | * | | Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-1/+0
| | | | | | | | | * | | Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-112-160/+147
| | | | | | | | | |\ \ \
| | | | | | | | | * | | | Silence expression result unused warnings with clang.Christian Heimes2013-12-047-9/+9
| | | | | | | | | * | | | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-6/+6
| | | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ \ Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-2/+2
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Issue #19088: Merge with 3.3.Alexandre Vassalotti2013-11-301-17/+20
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Remove an errant extra \ within a docstring.Gregory P. Smith2013-11-2551-4363/+6259
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ mergeRaymond Hettinger2013-11-2451-4363/+6259
| | | | | | | | | | |\ \ \ \ \ \ \