Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
8a95071 Add Misc/NEWS entry for r79609. 03 April 2010, 15:47:46 UTC
4dbda85 spelling 03 April 2010, 15:45:59 UTC
7beeeb5 silence PyCObject warnings in bsddb 03 April 2010, 15:44:56 UTC
7daf985 remove unneeded argument 03 April 2010, 15:40:29 UTC
73541af wrap 03 April 2010, 15:38:38 UTC
3dd9f40 Minor tweak to unittest command line usage message 03 April 2010, 15:20:00 UTC
d43b63f Adding -b command line option to the unittest usage message. 03 April 2010, 14:52:18 UTC
856a3be Use more specific assert* methods in test_decimal. 03 April 2010, 14:51:00 UTC
4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. Based on a patch by Meador Inge. 03 April 2010, 14:05:10 UTC
ae50952 Add missing return statement in an error condition. 03 April 2010, 13:58:39 UTC
b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule - rename to _test_structmembersType to avoid the class being automatically called by test_capi - allow space for trailing NUL in inplace_member field of all_structmembers - use T_STRING_INPLACE instead of T_INPLACE_STRING as keyword argument to _test_structmembersType initializer - don't attempt to initialize inplace_member field if T_STRING_INPLACE argument wasn't supplied. 03 April 2010, 10:27:05 UTC
34c35b2 Add subtract() method to collections.Counter() objects. 03 April 2010, 10:22:00 UTC
f70c581 Issue #8227: Fix C API documentation, argument parsing * 'z', 'z#', 'z*' does also accept Unicode * unify types name: replace "string or Unicode objet" by "string or Unicode" 03 April 2010, 08:40:16 UTC
0000295 Issue #1222585: Added LDCXXSHARED for C++ support 03 April 2010, 08:37:59 UTC
dd2fedc Factor-out constant expressions 03 April 2010, 07:57:09 UTC
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. 03 April 2010, 03:14:28 UTC
9323266 Another attempt at a fix for unittest.test.test_result for windows line endings 03 April 2010, 02:33:55 UTC
9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. 03 April 2010, 02:21:39 UTC
1c7c11e give TypeError when trying to set T_STRING_INPLACE 03 April 2010, 01:28:57 UTC
931190b Support dotted module names for test discovery paths in unittest. Issue 7780. 03 April 2010, 01:15:21 UTC
2b79fdf split out large test function 03 April 2010, 01:08:34 UTC
e9da81c Fix assertRaises usage on reflection functions which should raise NotImplementedError on Windows XP and below. 03 April 2010, 00:59:32 UTC
bea424a more _PyString_Resize error checking 03 April 2010, 00:57:33 UTC
3928276 Clear cyclical references in list based OrderedDict. 03 April 2010, 00:39:26 UTC
6caf7ff always check _PyString_Resize for error also normalize how this error is checked 02 April 2010, 23:59:41 UTC
4564c08 set svn:eol-style on new file 02 April 2010, 23:31:40 UTC
85108e6 Add note about #1220212 (os.kill on Windows) 02 April 2010, 23:31:28 UTC
e5aa886 Implement #1220212. Add os.kill support for Windows. os.kill takes one of two newly added signals, CTRL_C_EVENT and CTRL_BREAK_EVENT, or any integer value. The events are a special case which work with subprocess console applications which implement a special console control handler. Any other value but those two will cause os.kill to use TerminateProcess, outright killing the process. This change adds win_console_handler.py, which is a script to implement SetConsoleCtrlHandler and applicable handler function, using ctypes. subprocess also gets another attribute which is a necessary flag to creationflags in Popen in order to send the CTRL events. 02 April 2010, 23:26:06 UTC
a04c7a0 Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches 02 April 2010, 22:55:59 UTC
25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest 02 April 2010, 22:30:56 UTC
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
back to top