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

sort by:
Revision Author Date Message Commit Date
e1d665a Classes that override __eq__ also need to define __hash__. 05 April 2010, 18:53:43 UTC
5e0c274 Use a more robust infinity check in _Py_HashDouble. This fixes a test_decimal failure on FreeBSD 8.0. (modf apparently doesn't follow C99 Annex F on FreeBSD.) 05 April 2010, 18:07:51 UTC
0c08009 Issue 8316: make test_gdb robust in the face of differing terminal widths. Patch by Dave Malcolm. 05 April 2010, 16:28:49 UTC
0b93a6b added a note for Andrew, about distutils2 05 April 2010, 14:58:14 UTC
425aa2e Fix some broken URLs. 05 April 2010, 12:51:45 UTC
891cd83 Ensure that the gdb hooks can be installed when srcdir != builddir. Without this patch it is no longer possible to build python when you don't run configure from the root of the source tree. 05 April 2010, 11:21:21 UTC
d341ec8 Further documentation fix for unittest.rst 05 April 2010, 10:30:14 UTC
c5ff3f6 Furterh documentation fix for unittest.rst 05 April 2010, 10:28:27 UTC
3165503 Documentation fixes for unittest 05 April 2010, 10:26:26 UTC
9ccc581 Fix markup errors. 05 April 2010, 08:16:41 UTC
01fa86a Fix markup, punctuation and whitespaces in _winreg.rst. 05 April 2010, 08:02:54 UTC
c0deec1 #8212: rephrase the webservers howto and fix some mistakes. 05 April 2010, 03:51:38 UTC
034b0ac fix escape_encode to return the correct consumed size 05 April 2010, 02:51:51 UTC
dd194ab Issue 8287: try to fix the gdb-python install errors on Solaris and FreeBSD. Patch by Dave Malcolm. 05 April 2010, 01:34:50 UTC
5543035 Document signal handling functions in unittest.rst 05 April 2010, 00:39:50 UTC
ddb20df Adding documentation for new unittest.main() parameters 04 April 2010, 23:28:44 UTC
76a23c1 fix dis on new style classes #8310 04 April 2010, 23:23:22 UTC
6f65d2d Fix markup in decimal.rst. 04 April 2010, 23:21:53 UTC
f5e7b3e fix tabs 04 April 2010, 23:03:22 UTC
51fd586 tabify 04 April 2010, 23:01:03 UTC
09e2980 unittest documentation formatting changes 04 April 2010, 22:41:54 UTC
06bc0b6 Add tests for functools.total_ordering. 04 April 2010, 22:24:03 UTC
b1affc5 Add versionchanged entry for Decimal(float) construction. Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences. 04 April 2010, 22:09:21 UTC
bb006cf Add tests for cmp_to_key. Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource. 04 April 2010, 21:45:01 UTC
4f18522 A handful of whitespace fixes in Modules/_struct.c. 04 April 2010, 21:19:35 UTC
a551f31 Add functools.CmpToKey() 04 April 2010, 18:34:45 UTC
fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check and improve test coverage. Thanks Meador Inge for the patch. 04 April 2010, 08:43:04 UTC
0d57caa Documentation nit 04 April 2010, 07:33:46 UTC
a28eb1c Use more specific assert* methods in test_struct. 04 April 2010, 07:00:02 UTC
4edfe96 Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo. 04 April 2010, 06:50:58 UTC
0cee379 Add a versionadded to Counter.subtract() doc. 04 April 2010, 06:41:27 UTC
20ae90d Issue 5479: Add functools.total_ordering class decorator. 04 April 2010, 01:24:59 UTC
88623d7 use our own locale independent ctype macros requires building pyctype.o into pgen 03 April 2010, 23:03:35 UTC
4ceeeb0 ensure that the locale does not affect the tokenization of identifiers 03 April 2010, 22:48:51 UTC
ab8b9ca Expand test coverage for deque.count(). 03 April 2010, 22:34:15 UTC
a44f393 import bsddb more robustly 03 April 2010, 21:50:40 UTC
47b1d02 Remove useless (?) import from r79706 03 April 2010, 21:42:18 UTC
945d4cc Fix wording / typography, and a slightly misleading statement (memoryviews don't support complex structures right now) 03 April 2010, 21:22:38 UTC
60fccd2 Don't install python-gdb.py as an executable. 03 April 2010, 18:54:07 UTC
a3a5050 Silence DeprecationWarnings from uses of has_key and <> in plat-mac. 03 April 2010, 18:17:54 UTC
5f516ed Add count() method to collections.deque(). 03 April 2010, 18:10:37 UTC
30583e3 Silence a compiler warning. 03 April 2010, 17:10:05 UTC
ba097ec Documenting new features in unittest 03 April 2010, 17:03:11 UTC
74c5c2b Replace backquotes with repr(), to silence a SyntaxWarning. 03 April 2010, 16:54:02 UTC
920fd66 Ensure 'module removed' warning messages contain the word 'module' or 'package'. This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this. 03 April 2010, 16:41:20 UTC
0ccc7bb stop CObject deprecation warnings in test___all__ 03 April 2010, 16:06:42 UTC
674a9eb remove deprecation warnings silence attempting 03 April 2010, 15:58:15 UTC
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
back to top