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

sort by:
Revision Author Date Message Commit Date
4611b05 avoid to use zlib when the compress type is not ZIP_DEFLATED 28 January 2010, 01:41:30 UTC
9ef7d4f add compat note 28 January 2010, 01:24:46 UTC
94c33eb Issue #7610: Reworked implementation of the internal :class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides. 27 January 2010, 20:59:50 UTC
7b4e02c #7765: typos 27 January 2010, 20:25:11 UTC
654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool 27 January 2010, 03:05:57 UTC
2deb5c7 raise a clear TypeError when trying to register a non-class 27 January 2010, 02:16:42 UTC
17527be for UserDict to be compatible with abcs, it must subclass object 27 January 2010, 02:15:28 UTC
74c2577 Added named (but not numbered) attributes to sys.getwindowsversion() test. 27 January 2010, 02:06:25 UTC
59529e1 Switch to test_support.get_attribute. 27 January 2010, 01:21:15 UTC
514e77e Removed unneeded test. 27 January 2010, 00:58:43 UTC
096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. 27 January 2010, 00:55:16 UTC
ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. 27 January 2010, 00:28:29 UTC
92e68af added local get_platform/set_platform APIs in distutils.sysconfig 26 January 2010, 22:46:15 UTC
0276c7a reintroduced the names in Distutils for APIs that were relocated 26 January 2010, 21:21:54 UTC
b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi 26 January 2010, 17:20:37 UTC
ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 26 January 2010, 15:57:21 UTC
ef97caf switched the call order so this call works without suffering from issue #7774 25 January 2010, 23:19:56 UTC
82230f9 Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 25 January 2010, 12:37:02 UTC
1fafaab #7775: fixed docstring for rpartition 25 January 2010, 11:24:37 UTC
47b6659 Added a note about Event.is_set() syntax being new to 2.6 25 January 2010, 06:15:01 UTC
28e369a compare types with is not == 25 January 2010, 03:58:21 UTC
a617e20 mention from_float() in error message 25 January 2010, 03:52:52 UTC
a43f34c fix an UnboundLocalError when the release file is empty #7773 25 January 2010, 03:31:13 UTC
aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. 24 January 2010, 21:47:59 UTC
469a05f remove archaic functions from test_support 24 January 2010, 20:48:35 UTC
b0f5adc use assert[Not]IsInstance where appropriate 24 January 2010, 16:58:36 UTC
f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 24 January 2010, 00:33:32 UTC
aa98058 use assert[Not]In where appropriate 23 January 2010, 23:04:36 UTC
8cd0a66 dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. 23 January 2010, 21:25:53 UTC
fc52904 Issue #7743: Add checks for zero inputs to the lshift and mult functions; this fixes the first bug described in issue #7743. 23 January 2010, 20:48:56 UTC
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
back to top