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

sort by:
Revision Author Date Message Commit Date
16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. 07 April 2010, 11:01:46 UTC
65605f7 Use some more interesting test values for (unsigned) long long ctypes tests, in the hope of getting more information about the test_ctypes failures on Sparc (see issue #8314). 07 April 2010, 10:18:27 UTC
497256b Issue #8331: logging: fixed some grammatical errors in documentation. 07 April 2010, 09:40:52 UTC
ef7590e Issue #8328: Silence Visual Studio warnings. 07 April 2010, 08:24:44 UTC
5a5a37c document new PYTHONWARNINGS env var 06 April 2010, 23:38:57 UTC
f3a8c66 tell people to update python.man, too 06 April 2010, 23:32:27 UTC
aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W command line option patch from Brian Curtin 06 April 2010, 23:24:45 UTC
c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. 06 April 2010, 23:18:16 UTC
ccd8bc8 Issue #8327: logging: Clarification of propagation functionality in documentation. 06 April 2010, 22:32:37 UTC
ad971d6 More NaN consistency doc fixes. 06 April 2010, 22:18:23 UTC
e07acb5 Use consistent spelling for nans (thanks Georg for noticing). 06 April 2010, 22:10:55 UTC
3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 06 April 2010, 21:50:00 UTC
22c62dd use skip decorator 06 April 2010, 21:37:06 UTC
fb12044 Fix syntax. 06 April 2010, 20:27:59 UTC
99e73f9 Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along with a number of additional minor edits and typo corrections. 06 April 2010, 19:50:03 UTC
ea7e551 Silence a 'comparison between signed and unsigned integer expressions' gcc warning. 06 April 2010, 18:58:54 UTC
a5db431 Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator. 06 April 2010, 18:20:11 UTC
3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. 06 April 2010, 17:21:09 UTC
8279167 Misc/NEWS entry for r79843. 06 April 2010, 16:47:55 UTC
3ec9b94 Issue #8259: Get rid of 'outrageous left shift count' error when left-shifting an integer by more than 2**31 on a 64-bit machine. Also convert shift counts to a Py_ssize_t instead of a C long. 06 April 2010, 16:46:09 UTC
72ec2e2 14 years later, we still don't know what it's for. Spotted by the PyPy developers. Original commit is: branch: trunk user: guido date: Mon Aug 19 21:32:04 1996 +0200 files: Python/getargs.c description: [svn r6499] Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by Geoff Philbrick <philbric@delphi.hks.com> (slightly changed by me). Also a little change to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). 06 April 2010, 15:38:25 UTC
6a92860 Note that PEP 378 also applies to int. 06 April 2010, 15:17:33 UTC
2b051d7 Add JP. 06 April 2010, 14:33:44 UTC
c466385 Fixed PEP 378 example. 06 April 2010, 14:30:15 UTC
abe448c #8320: document return value of recv_into(). 06 April 2010, 08:18:15 UTC
e266d3e ready _sre types 06 April 2010, 03:34:09 UTC
021f334 Fix several links and other mistakes. 06 April 2010, 03:26:49 UTC
b02b311 Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" 06 April 2010, 03:23:33 UTC
f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`. 05 April 2010, 21:35:07 UTC
fce1d31 Fix a failing test on an apparently slow Windows buildbot. On slower Windows machines, waiting 0.1 seconds can sometimes not be enough for a subprocess to start and be ready to accept signals, causing the test to fail. One buildbot is also choking on input()/EOFError so that was changed to not depend on input. 05 April 2010, 19:04:23 UTC
56506a6 Use a better NaN test in _Py_HashDouble as well. 05 April 2010, 18:54:51 UTC
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
back to top