https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
2cab8db update pydoc-topics 10 April 2010, 16:28:34 UTC
fbac6c1 bump version to 2.7b1 10 April 2010, 16:22:05 UTC
14459d5 Fix typo in comment 10 April 2010, 15:01:54 UTC
1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) 10 April 2010, 14:24:36 UTC
9352f1c #8346: update version. 10 April 2010, 11:16:59 UTC
90aae55 #8360: skipTest was added in 2.7. 10 April 2010, 11:15:24 UTC
a1d61d0 Fixup new itertools recipes. 10 April 2010, 07:01:32 UTC
343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) 09 April 2010, 22:41:31 UTC
9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response 09 April 2010, 21:00:36 UTC
92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation with earlier versions. 09 April 2010, 20:38:39 UTC
7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. 08 April 2010, 17:40:54 UTC
e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. 08 April 2010, 17:38:32 UTC
1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. 08 April 2010, 09:47:40 UTC
7591285 This check-in fixes two problems: 1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6. 08 April 2010, 08:13:31 UTC
efc2f49 Correction of unittest documentation typos and omissions 08 April 2010, 04:33:20 UTC
91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. 08 April 2010, 00:04:24 UTC
f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. 07 April 2010, 23:04:22 UTC
9a39ecc Issue #8337: Disable the remaining test also for now. 07 April 2010, 19:11:32 UTC
6d22cfc Document the libffi FreeBSD fix. 07 April 2010, 16:34:08 UTC
422c742 FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is also the case in FreeBSD's port of libffi). Reviewed by: dickinsm 07 April 2010, 14:33:37 UTC
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
back to top