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

sort by:
Revision Author Date Message Commit Date
727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an AttributeError since __slots__ were added to zipfile.ZipInfo in r46967 two years ago. Add a warning about the removal of TarFileCompat in Python 3.0. 02 August 2008, 11:26:39 UTC
aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. 02 August 2008, 07:20:25 UTC
97b1fb6 Remove a __getitem__() removal on an exception to silence a warning triggered under -3. 02 August 2008, 03:37:50 UTC
0d89407 Remove a dict.has_key() use to silence a warning when running under -3. 02 August 2008, 03:32:13 UTC
926779e Remove a dict.has_key() use to silence a warning raised under -3. 02 August 2008, 03:28:42 UTC
50bb7e1 Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised while running under -3. 02 August 2008, 03:15:20 UTC
2005050 Remove a tuple unpacking in a parameter list to suppress the SyntaxWarning with -3. 02 August 2008, 03:13:46 UTC
8df0e4f fix compile error on Windows 02 August 2008, 03:11:16 UTC
8079028 revert last revision; code was right 02 August 2008, 03:05:11 UTC
1af6fb5 fix indentation that caused logic bug 02 August 2008, 02:57:17 UTC
290d3d9 This should really be a comment. 01 August 2008, 20:13:29 UTC
632f631 Add the grammar to the reference manual, since the new docs don't have the feature of putting all the small EBNF snippets together into one big file. 01 August 2008, 20:04:43 UTC
1299e36 Submit fix for issue3393: Memory corruption in multiprocessing module 01 August 2008, 19:46:50 UTC
8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. 01 August 2008, 14:10:26 UTC
dadcd1f Tone down math.fsum warning. 01 August 2008, 09:13:07 UTC
52597be Remove a use of callable() to silence the warning triggered under -3. 01 August 2008, 01:45:49 UTC
f5eb2ff Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple unpacking in a parameter list and set some constants by hand that were pulled from the 'compiler' package. 01 August 2008, 01:40:24 UTC
c6a30ec Remove use of tuple unpacking and dict.has_key() so as to silence SyntaxWarning as triggered by -3. 01 August 2008, 01:36:47 UTC
791ec1f Remove assignment to True/False to silence the SyntaxWarning that is triggered by -3. 01 August 2008, 01:34:05 UTC
5400b6b Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback' module. 01 August 2008, 01:21:50 UTC
06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: the freelist contained half-initialized objects with freed pointers. The comment /* XXX UNREF/NEWREF interface should be more symmetrical */ was copied from tupleobject.c, and appears in some other places. I sign the petition. 31 July 2008, 23:39:05 UTC
ad96040 Remove a dummy test that was checked in by mistake 31 July 2008, 21:35:03 UTC
39fd672 #3479: unichr(2**32) used to return u'\x00'. The argument was fetched in a long, but PyUnicode_FromOrdinal takes an int. (why doesn't gcc issue a truncation warning in this case?) 31 July 2008, 21:28:03 UTC
e7d8be8 Security patches from Apple: prevent int overflow when allocating memory 31 July 2008, 17:17:14 UTC
e70f8e1 remove usage of MacOS from Tkinter 31 July 2008, 15:15:45 UTC
0f6414a Rename testSum to testFsum and move it to proper place in test_math.py 31 July 2008, 14:48:32 UTC
cda5ce2 Backport test.support.fcmp() from 3.0 to silence -3 warnings. 31 July 2008, 03:00:53 UTC
f080e6d Alter recipe to show how to call izip_longest() with both a keyword argument and star arguments. 31 July 2008, 01:19:50 UTC
246daed #2542: now that issubclass() may call arbitrary code, make sure that PyErr_ExceptionMatches returns 0 when an exception occurs there. 31 July 2008, 00:42:16 UTC
b8827c0 I mess up again; BufferError inherits StandardError 30 July 2008, 23:49:28 UTC
23957cb Add note about problems with math.fsum on x86 hardware. 30 July 2008, 20:23:15 UTC
67ebfef add BufferError to the exception hieracrchy 30 July 2008, 19:35:27 UTC
c0bf76d backport r64751 30 July 2008, 17:45:10 UTC
ff3fdce Replace math.sum with math.fsum in a couple of comments that were missed by r65308 30 July 2008, 16:25:16 UTC
fef6b13 Rename math.sum to math.fsum 30 July 2008, 16:20:10 UTC
f2eb2b4 getrandombits is actually getrandbits 30 July 2008, 13:46:53 UTC
abe0aee Fix special-value handling for math.sum. Also minor cleanups to the code: fix tabbing, remove trailing whitespace, and reformat to fit into 80 columns. 30 July 2008, 12:01:41 UTC
efdf706 Neaten-up the itertools recipes. 30 July 2008, 07:27:30 UTC
66b14de the from __future__ import with_statement isn't needed in 2.6 29 July 2008, 19:28:49 UTC
ff5f16e More modifications to tests for math.sum: replace the Python version of msum by a version using a different algorithm, and use the new float.fromhex method to specify test results exactly. 29 July 2008, 18:45:38 UTC
cde8cdd Be less strict with replication timeouts (the machine can be a bit loaded), and be sure to yield the CPU when waiting. 29 July 2008, 16:16:23 UTC
a99363f Refinements in the bsddb testsuite 29 July 2008, 13:38:50 UTC
01a2432 backport r65264 28 July 2008, 23:35:27 UTC
5d2841f Clarify wording 28 July 2008, 17:04:48 UTC
fff5cf6 clarify Popen argument 27 July 2008, 15:22:14 UTC
3e9c60c Remove math.sum tests related to overflow, special values, and behaviour near the extremes of the floating-point range. (The behaviour of math.sum should be regarded as undefined in these cases.) 27 July 2008, 07:15:29 UTC
fe84cce Issue #3449: Update decimal module to use most recent specification (v. 1.68) and tests (v. 2.58) from IBM. 27 July 2008, 06:39:07 UTC
f9ac43f note robotparser bug fix. 27 July 2008, 00:50:41 UTC
1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. Adds test cases which use Allow: as well. 27 July 2008, 00:49:02 UTC
4b99e9b Shorten some overlong lines. 26 July 2008, 22:13:29 UTC
36897e1 disable some failing tests in test_locale due to a bug in locale.py. this should fix the failures on the solaris buildbot. 26 July 2008, 13:49:13 UTC
cd48d8a Remove extra words 26 July 2008, 13:09:06 UTC
feeee75 This sentence continues to bug me; rewrite it for the second time 26 July 2008, 13:08:19 UTC
6327e84 Fix more buildbot failures on test_locale. 26 July 2008, 11:56:37 UTC
524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot 26 July 2008, 10:29:43 UTC
92f8216 add a NEWS entry 25 July 2008, 22:22:08 UTC
c2cc80c Raymond's patch for #1819: speedup function calls with named parameters (35% faster according to pybench) 25 July 2008, 22:13:52 UTC
0c37ae0 add a pybench test for complex function calls (part of #1819) 25 July 2008, 22:02:07 UTC
3ac2f24 fix indentation 25 July 2008, 21:59:53 UTC
ba54eda convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222) 25 July 2008, 20:40:19 UTC
5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix 25 July 2008, 19:42:26 UTC
8c664e8 Issue 1592: Better error reporting for operations on closed shelves. 25 July 2008, 18:43:33 UTC
4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions 25 July 2008, 17:45:59 UTC
5255cba document default value for fillvalue 25 July 2008, 17:02:11 UTC
612e29b teach .bzrignore about doc tools 25 July 2008, 16:55:37 UTC
ba55936 Make ctypes compatible with Python 2.3, 2.4, and 2.5 again. 24 July 2008, 11:16:45 UTC
340739e Fix indentation. 24 July 2008, 07:09:21 UTC
7f59b5c Convert from long to Py_ssize_t. 24 July 2008, 07:04:55 UTC
527eee2 Finish conversion from int to Py_ssize_t. 24 July 2008, 05:38:48 UTC
4020221 add some documentation for 2to3 24 July 2008, 02:45:37 UTC
8e234c6 fix markup 24 July 2008, 02:31:28 UTC
415ce06 fix spacing 24 July 2008, 02:27:46 UTC
723ba30 Parse to the correct datatype. 24 July 2008, 00:53:49 UTC
33fcf9d Finish-up the partial conversion from int to Py_ssize_t for deque indices and length. 24 July 2008, 00:08:18 UTC
8c81fda Use correct indentation. 23 July 2008, 16:00:44 UTC
d4c7e63 Move opcode handling to Python's extension. 23 July 2008, 15:17:09 UTC
f9efabb 3k-warn about parser's "ast" aliases. 23 July 2008, 15:16:45 UTC
c6ad794 use isinstance 23 July 2008, 13:25:06 UTC
c5a11fa bsddb module updated to version 4.7.2devel9. This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2 23 July 2008, 11:38:42 UTC
30e208d remove unneeded import 22 July 2008, 23:44:37 UTC
d8dd86c One more attribution. 22 July 2008, 19:18:50 UTC
5d4d16e Fix credits for math.sum() 22 July 2008, 19:03:05 UTC
340383c Tuples now have both count() and index(). 22 July 2008, 19:00:47 UTC
9973ee8 Remove out-of-date section on Exact/Inexact. 22 July 2008, 18:54:02 UTC
5aa0b4d Fix build issue on OSX 10.4, somehow this wasn't committed before. 22 July 2008, 07:06:33 UTC
5a849d4 Fix buglet in fix for issue3381 22 July 2008, 07:06:00 UTC
0470bab Issue #2620: Overflow checking when allocating or reallocating memory was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed. 22 July 2008, 04:46:32 UTC
f5574a0 don't use assert statement 21 July 2008, 22:05:34 UTC
e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. The problem was introduced by r53954, the correction is to restore the symmetry between PyFrame_FastToLocals and PyFrame_LocalsToFast 21 July 2008, 22:00:38 UTC
90d0717 Increment version number in NEWS file, and move items that were added after 2.6b2. (I thought there was a script to automate this kind of updates) 21 July 2008, 21:36:24 UTC
74bd40d On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. Since python doesn't provide any particular random data, it seems more reasonable anyway. 21 July 2008, 21:06:46 UTC
be44991 nonlocal is not in 2.6. 21 July 2008, 18:26:21 UTC
f3f6759 Issue 3396. Fixed the autocompletion of 'int.', and worked a little that part of the code, fixing a detail and enhancing a bit others. 21 July 2008, 14:28:17 UTC
fa26782 Save the whole of sys.modules instead of using an import tracker. This, when merged to py3k, will fix the spurious buildbot failure in test_urllib2 ("<urlopen error unknown url type: do>"). 20 July 2008, 23:18:55 UTC
be3ff9c Fix misspeeld method name (negative) 20 July 2008, 20:39:36 UTC
c86b54c Fix a couple of names in error messages that were wrong 20 July 2008, 19:35:23 UTC
e64f738 #926501: add info where to put the docstring. 20 July 2008, 11:50:29 UTC
61d5c43 Remove exception indexing in asyncore. 20 July 2008, 07:29:58 UTC
b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. This is still messy, realistically PC/_subprocess.c should never cast pointers to python numbers and back at all. I don't have a 64-bit windows build environment because microsoft apparently thinks that should cost money. Time to watch the buildbots. It builds and passes tests on 32-bit windows. 20 July 2008, 00:22:08 UTC
f1f46f0 Clean-up itertools docs and recipes. 19 July 2008, 23:58:47 UTC
back to top