- 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
- 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 15 years ago
- 8a95071 Add Misc/NEWS entry for r79609. by Mark Dickinson · 15 years ago
- 4dbda85 spelling by Benjamin Peterson · 15 years ago
- 7beeeb5 silence PyCObject warnings in bsddb by Benjamin Peterson · 15 years ago
- 7daf985 remove unneeded argument by Benjamin Peterson · 15 years ago
- 73541af wrap by Benjamin Peterson · 15 years ago
- 3dd9f40 Minor tweak to unittest command line usage message by Michael Foord · 15 years ago
- d43b63f Adding -b command line option to the unittest usage message. by Michael Foord · 15 years ago
- 856a3be Use more specific assert* methods in test_decimal. by Ezio Melotti · 15 years ago
- 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
- ae50952 Add missing return statement in an error condition. by Brian Curtin · 15 years ago
- b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
- 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
- f70c581 Issue #8227: Fix C API documentation, argument parsing by Victor Stinner · 15 years ago
- 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 15 years ago
- dd2fedc Factor-out constant expressions by Raymond Hettinger · 15 years ago
- 6b96ecb Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear() so that decrefs to zero won't trigger arbitrary code . Also runs a bit faster. by Raymond Hettinger · 15 years ago
- 9323266 Another attempt at a fix for unittest.test.test_result for windows line endings by Michael Foord · 15 years ago
- 9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. by Michael Foord · 15 years ago
- 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
- 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
- 2b79fdf split out large test function by Benjamin Peterson · 15 years ago
- e9da81c Fix assertRaises usage on reflection functions which should raise by Brian Curtin · 15 years ago
- bea424a more _PyString_Resize error checking by Benjamin Peterson · 15 years ago
- 3928276 Clear cyclical references in list based OrderedDict. by Raymond Hettinger · 15 years ago
- 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 15 years ago
- 4564c08 set svn:eol-style on new file by Benjamin Peterson · 15 years ago
- 85108e6 Add note about #1220212 (os.kill on Windows) by Brian Curtin · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- a04c7a0 Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches by Michael Foord · 15 years ago
- 25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest by Michael Foord · 15 years ago
- 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
- 58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option by Michael Foord · 15 years ago
- 19479fa Add a line about #7347 to Misc\News by Brian Curtin · 15 years ago
- 7999dea Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package). by Ezio Melotti · 15 years ago
- 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
- 51f2f16 removed documentation on code that was reverted and pushed into distutils2 by Tarek Ziadé · 15 years ago
- e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
- ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest by Tarek Ziadé · 15 years ago
- a1ffe65 Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. by Mark Dickinson · 15 years ago
- 651416d Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers. by Mark Dickinson · 15 years ago
- ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
- dc36d7c #6647: add note to two examples by Andrew M. Kuchling · 15 years ago
- d886290 #6647: document that catch_warnings is not thread-safe by Andrew M. Kuchling · 15 years ago
- f37592f Backport some robotparser test and skip the test if the external resource is not available. by Florent Xicluna · 15 years ago
- d54e699 #4440: modernize a use of filter(), making it compatible with 3.x by Andrew M. Kuchling · 15 years ago
- d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 15 years ago
- 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 15 years ago
- 5ac006d Capsule-related changes: by Larry Hastings · 15 years ago
- f3eeca1 Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. by Mark Dickinson · 15 years ago
- e096e82 Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. by Mark Dickinson · 15 years ago
- ea2d389 #8012: clarification in generator glossary entry. by Georg Brandl · 15 years ago
- 677fdec Document PyImport_ExecCodeModuleEx(). by Georg Brandl · 15 years ago
- d3bab6a Remove col-spanning cells in logging docs. by Georg Brandl · 15 years ago
- 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
- 6eba779 Fix typo in unicode character name. by Georg Brandl · 15 years ago
- 49b9192 #2768: add a note on how to get a file descriptor. by Georg Brandl · 15 years ago
- 304b10e Add 2.6.5. by Georg Brandl · 15 years ago
- dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
- a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
- d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
- f28dd0d Cleanup itertools recipes by Raymond Hettinger · 15 years ago
- 4bfd3bd Add and update itertools recipes. by Raymond Hettinger · 15 years ago
- 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
- b5023df Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked by Antoine Pitrou · 15 years ago
- 76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The by Antoine Pitrou · 15 years ago
- f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
- bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago
- a01da93 Fix a test_pydoc failure on Neal Norwitz's buildbot. by Brian Curtin · 15 years ago
- 6c9fc4c A couple small grammar fixes in test.rst, and rewrite the by R. David Murray · 15 years ago
- 4fcf7d4 Add -Wd and -3 to the flags used to run the tests on Windows. by Ezio Melotti · 15 years ago
- 90fd01b Add -Wd and -3 to the flags used to run the tests. by Ezio Melotti · 15 years ago
- 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
- ad59833 Fix typo by Florent Xicluna · 15 years ago
- a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 15 years ago
- 26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. by Florent Xicluna · 15 years ago
- f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 15 years ago
- fe4900c Correct what was intended to be a single-tuple to just be a != check. by Brian Curtin · 15 years ago
- fcc500e Silence a py3k warning. by Ezio Melotti · 15 years ago
- eb72991 Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. by Ezio Melotti · 15 years ago
- aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. by Brian Curtin · 15 years ago
- b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
- 08b56b6 Removed merge tracking for "svnmerge" for by Thomas Heller · 15 years ago
- 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
- 8f66efe Fix small error in r79502 by Antoine Pitrou · 15 years ago
- 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
- 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
- ec71794 fix ACKS: alphabetic order and UTF-8 by Florent Xicluna · 15 years ago
- 75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). by Florent Xicluna · 15 years ago
- 58b6566 Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. by Florent Xicluna · 15 years ago
- 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 15 years ago
- e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
- b8d688c Update itertools recipe for consume(). by Raymond Hettinger · 15 years ago
- d282b93 Add a note on optimizing the itertools recipes for production. by Raymond Hettinger · 15 years ago
- 5b027f8 Update itertools recipes. by Raymond Hettinger · 15 years ago
- a7e08fe Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals by Michael Foord · 15 years ago
- b35ecf4 Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). by Michael Foord · 15 years ago
- ff88939 A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) by Michael Foord · 15 years ago
- 9588d99 Add Misc/NEWS entry for r79455. by Mark Dickinson · 15 years ago