| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) | Serhiy Storchaka | 2017-09-25 | 1 | -0/+53 |
| | | | | Patch by Raymond Hettinger. | ||||
| * | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -9/+24 |
| | | | | | functools.partial objects. | ||||
| * | Rename class attribute "thetype" to "partial" in functools.partial tests | Serhiy Storchaka | 2016-06-12 | 1 | -34/+34 |
| | | | | | for consistency with Python 3. | ||||
| * | Issue #25455: Backported tests for pickling recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+20 |
| | | |||||
| * | Issue #25945: Fixed bugs in functools.partial. | Serhiy Storchaka | 2016-02-02 | 1 | -5/+96 |
| | | | | | | | | Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types tuple and dict correspondingly. | ||||
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
| | | |||||
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -2/+3 |
| | | |||||
| * | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -4/+4 |
| | | |||||
| * | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple | Serhiy Storchaka | 2013-02-04 | 1 | -0/+18 |
| | | | | | parses nested mutating sequence. | ||||
| * | Fix skip conditions in some docstings tests. | Serhiy Storchaka | 2013-01-28 | 1 | -1/+1 |
| | | |||||
| * | - Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -0/+1 |
| | | | | | --without-doc-strings option. | ||||
| * | Fix the total_ordering decorator to handle cross-type comparisons | Éric Araujo | 2011-03-19 | 1 | -0/+24 |
| | | | | | that could lead to infinite recursion (closes #10042). | ||||
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -30/+30 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| * | enable and fix TestTotalOrdering | Benjamin Peterson | 2010-08-23 | 1 | -7/+8 |
| | | |||||
| * | add test for class with no operations defined | Benjamin Peterson | 2010-04-11 | 1 | -0/+6 |
| | | |||||
| * | Classes that override __eq__ also need to define __hash__. | Raymond Hettinger | 2010-04-05 | 1 | -0/+7 |
| | | |||||
| * | Add tests for functools.total_ordering. | Raymond Hettinger | 2010-04-04 | 1 | -0/+69 |
| | | |||||
| * | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -1/+6 |
| | | | | | | | Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource. | ||||
| * | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -5/+23 |
| | | | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch. | ||||
| * | Fix a redefined test method. | Georg Brandl | 2010-02-07 | 1 | -9/+8 |
| | | |||||
| * | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+1 |
| | | |||||
| * | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
| | | | | | mistake. ( It may come in for sure tough) | ||||
| * | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
| | | | | | Patch by flox | ||||
| * | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
| | | |||||
| * | #5228: add pickle support to functools.partial | Jack Diederich | 2009-03-31 | 1 | -1/+14 |
| | | |||||
| * | Copy reduce() to _functools so to have functools.reduce() not raise a warning | Brett Cannon | 2008-08-09 | 1 | -1/+44 |
| | | | | | from usage under -3. | ||||
| * | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+7 |
| | | |||||
| * | Add functools.update_wrapper() and functools.wraps() as described in PEP 356 | Nick Coghlan | 2006-06-08 | 1 | -0/+109 |
| | | |||||
| * | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -0/+177 |
| Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily. | |||||
