Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f

sort by:
Revision Author Date Message Commit Date
7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. 02 April 2010, 22:27:36 UTC
58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option 02 April 2010, 22:08:29 UTC
19479fa Add a line about #7347 to Misc\News 02 April 2010, 21:51:37 UTC
7999dea Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package). 02 April 2010, 21:43:10 UTC
5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. 02 April 2010, 21:42:47 UTC
51f2f16 removed documentation on code that was reverted and pushed into distutils2 02 April 2010, 21:34:19 UTC
e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. *ReflectionKey functions used to not be documented or tested, but they are now sufficiently documented and tested on platforms where they apply. Additionally, fixed a bug in QueryReflectionKey which was returning an incorrect value. All tests pass from XP through Windows 7, on 32 and 64-bit platforms. 02 April 2010, 21:18:14 UTC
ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest 02 April 2010, 21:14:04 UTC
a1ffe65 Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. 02 April 2010, 20:34:26 UTC
651416d Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers. 02 April 2010, 20:22:21 UTC
ed171ab Issue 8257: Decimal constructor to accept float. 02 April 2010, 18:39:24 UTC
dc36d7c #6647: add note to two examples 02 April 2010, 17:54:26 UTC
d886290 #6647: document that catch_warnings is not thread-safe 02 April 2010, 17:48:23 UTC
f37592f Backport some robotparser test and skip the test if the external resource is not available. 02 April 2010, 17:26:42 UTC
d54e699 #4440: modernize a use of filter(), making it compatible with 3.x 02 April 2010, 16:59:16 UTC
d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. 02 April 2010, 12:30:56 UTC
3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is a socket option available on FreeBSD 7.1 and newer. 02 April 2010, 11:18:17 UTC
5ac006d Capsule-related changes: * PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes. 02 April 2010, 11:01:35 UTC
f3eeca1 Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. Also rewrite the Decimal __hash__ method so that it doesn't rely on float('inf') being valid: float('inf') could raise an exception on platforms not using IEEE 754 arithmetic. 02 April 2010, 10:35:12 UTC
e096e82 Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. 02 April 2010, 10:17:07 UTC
ea2d389 #8012: clarification in generator glossary entry. 02 April 2010, 09:11:49 UTC
677fdec Document PyImport_ExecCodeModuleEx(). 02 April 2010, 09:07:42 UTC
d3bab6a Remove col-spanning cells in logging docs. 02 April 2010, 09:03:18 UTC
99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. Float to decimal comparison operations now return a result based on the numeric values of the operands. Decimal.__hash__ has also been fixed so that Decimal and float values that compare equal have equal hash value. 02 April 2010, 08:53:22 UTC
6eba779 Fix typo in unicode character name. 02 April 2010, 08:51:31 UTC
49b9192 #2768: add a note on how to get a file descriptor. 02 April 2010, 08:39:09 UTC
304b10e Add 2.6.5. 02 April 2010, 08:34:41 UTC
dfd3618 #7092: silence some py3k warnings 02 April 2010, 08:30:21 UTC
a7f242f #7092: Drop the cmp argument. 02 April 2010, 08:15:26 UTC
d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 02 April 2010, 07:24:52 UTC
f28dd0d Cleanup itertools recipes 02 April 2010, 06:23:12 UTC
4bfd3bd Add and update itertools recipes. 02 April 2010, 02:44:31 UTC
8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. 01 April 2010, 18:17:09 UTC
b5023df Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked as a regular test by regrtest.py, and fails. 01 April 2010, 17:56:57 UTC
76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!). 01 April 2010, 16:42:11 UTC
f54c268 Document link to Sorting HowTo 01 April 2010, 07:54:16 UTC
bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, allowing to use advanced gdb features when debugging Python. 01 April 2010, 07:40:51 UTC
a01da93 Fix a test_pydoc failure on Neal Norwitz's buildbot. 01 April 2010, 04:02:00 UTC
6c9fc4c A couple small grammar fixes in test.rst, and rewrite the check_warnings docs to be clearer. 01 April 2010, 01:28:39 UTC
4fcf7d4 Add -Wd and -3 to the flags used to run the tests on Windows. 31 March 2010, 22:43:31 UTC
90fd01b Add -Wd and -3 to the flags used to run the tests. 31 March 2010, 22:18:09 UTC
6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. 31 March 2010, 22:01:03 UTC
ad59833 Fix typo 31 March 2010, 21:40:32 UTC
a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. 31 March 2010, 21:32:15 UTC
26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. 31 March 2010, 21:21:54 UTC
f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single argument `-` which tells it to read files to compile from stdin. Each line is read on demand and the named file is compiled immediately. (Original patch by Piotr Ożarowski). 31 March 2010, 21:07:16 UTC
fe4900c Correct what was intended to be a single-tuple to just be a != check. Thanks to Éric Araujo for noticing that. 31 March 2010, 17:36:09 UTC
fcc500e Silence a py3k warning. 31 March 2010, 08:33:50 UTC
eb72991 Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. 31 March 2010, 07:26:24 UTC
aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. 31 March 2010, 03:10:21 UTC
b102dda Revert rev. 79509; ctypes doesn't build on linux. 30 March 2010, 20:57:06 UTC
08b56b6 Removed merge tracking for "svnmerge" for svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win 30 March 2010, 19:55:34 UTC
5006ba0 Merged revisions 79115,79424,79491 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win ........ r79115 | thomas.heller | 2010-03-19 22:14:47 +0100 (Fr, 19 Mrz 2010) | 7 lines Work in progress. 2 tests fail on x86/win32 because the stack checking code in ffi_call_win32 is not yet implemented. Remove most files from _ctypes/libffi_msvc, only two include files stay (updated from _ctypes/libffi/...). Other files are used in the cross-platform _ctypes/libffi directory. ........ r79424 | thomas.heller | 2010-03-25 19:28:02 +0100 (Do, 25 Mrz 2010) | 1 line Build _ctypes on Win64. ........ r79491 | thomas.heller | 2010-03-29 21:30:33 +0200 (Mo, 29 Mrz 2010) | 4 lines On Windows, ctypes does no longer check the stack before and after calling a foreign function. This allows to use the unmodified libffi library. ........ 30 March 2010, 19:46:23 UTC
8f66efe Fix small error in r79502 30 March 2010, 18:58:22 UTC
6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. 30 March 2010, 18:49:45 UTC
7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 Patch by George Sakkis 30 March 2010, 17:58:13 UTC
ec71794 fix ACKS: alphabetic order and UTF-8 30 March 2010, 16:42:47 UTC
75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). 30 March 2010, 16:31:14 UTC
58b6566 Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. 30 March 2010, 16:29:03 UTC
22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. 30 March 2010, 08:24:06 UTC
e6410c5 Backport of weakref.WeakSet and tests from Python 3. 29 March 2010, 20:04:23 UTC
b8d688c Update itertools recipe for consume(). 28 March 2010, 18:25:01 UTC
d282b93 Add a note on optimizing the itertools recipes for production. 28 March 2010, 18:08:15 UTC
5b027f8 Update itertools recipes. 28 March 2010, 18:02:41 UTC
a7e08fe Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding. 27 March 2010, 19:10:11 UTC
b35ecf4 Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). 27 March 2010, 13:42:34 UTC
ff88939 A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) 27 March 2010, 12:55:19 UTC
9588d99 Add Misc/NEWS entry for r79455. 27 March 2010, 11:14:37 UTC
71b7fac Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. 27 March 2010, 11:09:29 UTC
355adc5 Ensure that the failed or unexpected tests are sorted before printing. 26 March 2010, 19:32:44 UTC
eee91cd Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890) 26 March 2010, 19:27:16 UTC
c7024e7 reorder imports 26 March 2010, 13:53:32 UTC
79d1fa9 Makefile.pre.in for the unittest/test directory 26 March 2010, 13:07:38 UTC
fa2f1cd Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly 26 March 2010, 03:18:31 UTC
ee62788 Move a support TestCase out of the main namespace in unittest.test.test_suite 26 March 2010, 02:53:56 UTC
95ac82b Remove incorrect docstring in unittest.test 26 March 2010, 00:03:38 UTC
35b3792 Turn unittest tests into a package 25 March 2010, 23:56:33 UTC
fbe5199 Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. 25 March 2010, 23:48:54 UTC
0663873 make naming convention consistent 25 March 2010, 23:27:16 UTC
fd37dd4 Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest" 25 March 2010, 20:39:10 UTC
8aa5a58 #8207: Fix test_pep277 on OS X 25 March 2010, 20:33:49 UTC
c8a730b Syntax cleanup `== None` -> `is None` 25 March 2010, 20:32:07 UTC
ff33e2f make an attempt to add capsule to the Windows build 25 March 2010, 03:44:24 UTC
4a0661b Add various items 25 March 2010, 01:35:51 UTC
4e9830f Remove extraneous experimental code checked in by accident. 25 March 2010, 01:23:27 UTC
c1f842b Fix a gcc warning introduced by r79397. 25 March 2010, 01:18:38 UTC
37aab87 fix eol properties on capsule files 25 March 2010, 01:05:57 UTC
cf71456 set eol on email example 25 March 2010, 01:04:58 UTC
1c7b0e3 set bsddb eol style 25 March 2010, 01:03:51 UTC
402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. 25 March 2010, 00:54:54 UTC
53ff86e Fix _curses.tiget*() functions: deny None to avoid a crash. Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None). 25 March 2010, 00:51:58 UTC
6cbf90f Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler optimizations are disabled when --with-pydebug is used. 25 March 2010, 00:21:53 UTC
2ec1f27 Replace license with simple attribution. 24 March 2010, 23:03:24 UTC
2c6799a Revert r79384 (the fix failed). 24 March 2010, 22:12:15 UTC
fb224e3 replace copy right notice with simple attribution 24 March 2010, 22:03:09 UTC
914bdbb Trying to fix #8108. Will watch the buildbot(s). 24 March 2010, 21:55:12 UTC
36b9fbb Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available. 24 March 2010, 19:33:25 UTC
f91a679 Various edits 24 March 2010, 18:07:43 UTC
66d19e2 logging: Updated SysLogHandler documentation. 24 March 2010, 17:36:35 UTC
27e0240 Skip test_ascii_formatd if _ctypes is not available (BSD, ...). Previous change was incomplete (r79334). 24 March 2010, 17:32:58 UTC
back to top