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

sort by:
Revision Author Date Message Commit Date
c64614e fixed the 64bits tests for get_platform() - mac osx 23 January 2010, 17:52:57 UTC
0e4e732 Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds. 23 January 2010, 10:43:05 UTC
5633a80 taking sysconfig out of distutils 23 January 2010, 09:23:15 UTC
c3b0cd7 #7725: fix referencing issue. 23 January 2010, 08:47:54 UTC
6878ee8 #7762: fix refcount annotation of PyUnicode_Tailmatch(). 23 January 2010, 08:43:31 UTC
adcda34 Issue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug in issue 7743). 22 January 2010, 17:04:07 UTC
f8a9402 This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. 22 January 2010, 16:58:28 UTC
86db342 Correct typo in comment. 22 January 2010, 16:18:09 UTC
0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). 22 January 2010, 00:39:04 UTC
3b0f9b0 - Mention CVE-2009-3720 for change in r74429. 22 January 2010, 00:34:48 UTC
77a64e7 #7746: rephrase a sentence 21 January 2010, 20:50:57 UTC
a3112d1 Use // for floor division. 21 January 2010, 19:58:41 UTC
5a63348 Add two more test_strtod test values. 21 January 2010, 18:32:27 UTC
294d6ac Additional testcases for strtod. 21 January 2010, 17:02:53 UTC
ca6ea56 Additional explanatory comments for _Py_dg_strtod. 20 January 2010, 21:23:25 UTC
1942806 Don't try to put a value into a NULL pointer. 20 January 2010, 18:02:41 UTC
4141d65 Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct. 20 January 2010, 17:36:31 UTC
8926108 Revert debugprint code in r77607. 19 January 2010, 08:25:26 UTC
6b35730 Do not compile stubs for the sha2 series hashes in the openssl hashlib module when the openssl version is too old to support them. That leads both compiled code bloat and to unittests attempting to test implementations that don't exist for comparison purposes on such platforms. 19 January 2010, 08:19:03 UTC
8f6f426 Add a pydebug mode only debug print to help debug the errors in http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly. 19 January 2010, 08:01:00 UTC
9179dab data descriptors do not override the class dictionary if __get__ is not defined Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion. 18 January 2010, 23:07:56 UTC
c07336c Add a NEWS entry for r77599 and r77600. 18 January 2010, 21:15:21 UTC
9a38682 Add ccbench to the Tools directory 18 January 2010, 21:10:31 UTC
c9d6238 Add iobench to the Tools directory (see December python-dev discussion) 18 January 2010, 21:04:00 UTC
b01f5e6 #7730: remove spaces after functions names 18 January 2010, 09:10:26 UTC
42eaded Fix internal reference. 17 January 2010, 23:33:53 UTC
9481c57 Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the private memory allocation scheme in dtoa.c, along with a piece of code that caches powers of 5 for future use. This makes it easier to detect dtoa.c memory leaks with Valgrind or similar tools. Patch by Stefan Krah. 17 January 2010, 20:57:56 UTC
92397ce Explicitly use /usr/bin/arch on OSX, fixes issue 7715 17 January 2010, 19:32:00 UTC
3c0a126 This patch ensures that the configure-script mentions checking for --enable-universalsdk and that it doesn't default to the 10.4u SDK when that SDK does not exist. (This affects OSX) This patch should fix most of issue 4834, although I haven't gotten enough information from the user to be sure. 17 January 2010, 19:27:57 UTC
a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on MacOSX. - Make configure look for util.h as well as libutil.h. The former is the header file that on OSX contains the defition of openpty. (Needed to compile for OSX 10.4 on OSX 10.6) - Use the correct definition of CC to compile the pythonw executable 17 January 2010, 16:25:57 UTC
60ba2c8 Use PyAPI_DATA. 17 January 2010, 15:55:45 UTC
23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. 17 January 2010, 13:37:57 UTC
724c5b2 Add text to Mac/README to warn about non-universal libraries when building a universal Python. Based on issue7679. 17 January 2010, 12:38:11 UTC
e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead. 17 January 2010, 12:26:20 UTC
aee9003 Add note about usage of STRINGLIB_EMPTY. 17 January 2010, 12:14:42 UTC
ab6ee7a Increase number of strtod tests slightly, to make it more likely that a memory leak is detected. 17 January 2010, 11:10:03 UTC
6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. 17 January 2010, 08:42:30 UTC
d87f22c Add better error reporting for MemoryErrors caused by str->float conversions. 16 January 2010, 20:33:02 UTC
5afe42b remove wrong markup 16 January 2010, 19:36:42 UTC
3373a3a typo: use one instead instead of two 16 January 2010, 18:38:01 UTC
18a818b Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421. 16 January 2010, 18:06:17 UTC
811ff82 Issue #7632: Fix one more case of incorrect rounding for str -> float conversion (see bug 5 in the issue tracker). 16 January 2010, 17:57:49 UTC
db983a7 Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk nor in py3k). Patch by Florent Xicluna as well as additional tests. 16 January 2010, 17:45:56 UTC
c755dba Fix issue number in comment. 16 January 2010, 16:08:32 UTC
476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing. 16 January 2010, 10:44:00 UTC
ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. Patch and tests by Martin von Gagern. 16 January 2010, 05:15:17 UTC
57cd8eb issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements. 16 January 2010, 04:27:58 UTC
334ffe8 Fixed issue-number mistake in NEWS update. 15 January 2010, 23:27:05 UTC
667dc19 try to fix for windows 15 January 2010, 02:26:07 UTC
0bc7747 Remove C++/C99-style comments. 15 January 2010, 01:31:45 UTC
c391ad0 Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a 1-byte argument. Patch by Victor Stinner. 15 January 2010, 00:18:00 UTC
3ffa43d The silencing of DeprecationWarning was not taking -3 into consideration. Since Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help. 14 January 2010, 20:00:28 UTC
efdddd3 Issue #3299: Fix possible crash in the _sre module when given bad argument values in debug mode. Patch by Victor Stinner. 14 January 2010, 17:25:24 UTC
fd3a60d Issue #7703: Add support for the new buffer API to functions of the binascii module. Backported from py3k by Florent Xicluna, with some additional tests. 14 January 2010, 16:27:09 UTC
647ed91 Issue #7632: add tests for bugs fixed so far. 14 January 2010, 15:22:33 UTC
f8747c1 Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.) 14 January 2010, 14:40:20 UTC
50b60c6 Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding. Tests to follow. 14 January 2010, 13:14:49 UTC
03774fa Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed. 14 January 2010, 13:02:36 UTC
d234208 Fixed typo 14 January 2010, 11:34:10 UTC
7a1b435 use more robust quoting 14 January 2010, 02:40:10 UTC
852a27d Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done partially before. Also add a comment describing how this might have to work with different versions of the interpreter. 14 January 2010, 01:12:34 UTC
d2a9940 More dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1. 13 January 2010, 22:20:10 UTC
02139d7 Fix buggy comparison: LHS of comparison was being treated as unsigned. 13 January 2010, 22:15:53 UTC
6e0d3d6 Simplify and annotate the bigcomp function, removing unused special cases. 13 January 2010, 20:55:03 UTC
5818e01 Clarify that sulp expects a nonnegative input, but that +0.0 is fine. 13 January 2010, 19:02:37 UTC
b26d56a Add comments explaining the role of the bigcomp function in dtoa.c. 13 January 2010, 18:21:53 UTC
5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, even if identical. Patch by Florent Xicluna (again). 13 January 2010, 15:02:13 UTC
f58021f Add ACKS entry for r77472. 13 January 2010, 14:32:51 UTC
5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. Patch by Brian Curtin. 13 January 2010, 14:32:10 UTC
1004292 Sanitize bloom filter macros 13 January 2010, 14:01:26 UTC
a913a20 Test commit to try to diagnose failures of the IA-64 buildbot 13 January 2010, 13:43:37 UTC
1379b84 Use `with` 13 January 2010, 11:57:42 UTC
8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. Patch by Florent Xicluna. 13 January 2010, 11:47:49 UTC
5c767c2 Fix Windows build (re r77461) 13 January 2010, 08:55:20 UTC
6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna. 13 January 2010, 07:55:48 UTC
d0ff51c #7685: typo 13 January 2010, 00:25:03 UTC
5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. 12 January 2010, 22:55:51 UTC
8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to crashes in debug builds, for certain long numeric strings corresponding to subnormal values. 12 January 2010, 22:23:56 UTC
efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. 12 January 2010, 22:02:10 UTC
b227f47 Added documentation for dictionary views fixer. 12 January 2010, 18:25:33 UTC
b5689de #5827: make sure that normpath preserves unicode 12 January 2010, 03:32:05 UTC
58a96ef Fixed repr of dictionary views. 12 January 2010, 01:34:43 UTC
ae7731a module cleanup 11 January 2010, 23:41:32 UTC
69eb516 Issue #1967: Backport dictionary views. 11 January 2010, 23:17:10 UTC
7a8df80 Add missing NEWS entry for r77422. 11 January 2010, 23:13:49 UTC
dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case 11 January 2010, 22:50:29 UTC
102d70e Update version information for AST changes in r77422. 11 January 2010, 22:46:43 UTC
b646547 Issue #2333: Backport set and dict comprehensions syntax. 11 January 2010, 22:36:12 UTC
0ca7452 Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define. 11 January 2010, 17:15:13 UTC
e822ab0 fix test_popen when the path to python has spaces #7671 10 January 2010, 20:42:03 UTC
0e207df Issue #7119: document that a program-generated Message object tree may be mutated when serialized. 10 January 2010, 17:41:28 UTC
2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: 10 January 2010, 17:35:05 UTC
5a0b399 Remove unused BCinfo fields and an unused macro. 10 January 2010, 13:06:31 UTC
9d87323 Update root certificate to CAcert. 10 January 2010, 10:29:54 UTC
6fdd3dc DeprecationWarning is now silent by default. This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue. 10 January 2010, 02:56:19 UTC
3ad57e2 Update the version # of Python-ast.c based on the backport of set literals from r77400. 10 January 2010, 02:48:50 UTC
ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. 09 January 2010, 23:35:54 UTC
e365613 Issue #7532: Add additional slicing test cases for new- and old-style classes. Patch by Florent Xicluna. 09 January 2010, 18:50:50 UTC
dd6d92a post release version adjustment 09 January 2010, 17:30:31 UTC
46bb2b9 tag 2.7 alpha 2 09 January 2010, 16:36:09 UTC
back to top