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

sort by:
Revision Author Date Message Commit Date
526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when `PyObject_GetBuffer` fails. Patch by Florent Xicluna. 02 February 2010, 22:36:17 UTC
1b93fc1 first version of the sysconfig module documentation 02 February 2010, 22:27:58 UTC
1f517e1 #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. 02 February 2010, 17:34:37 UTC
8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. 02 February 2010, 15:57:45 UTC
0ac4d4c Silence a couple of -3 warnings 02 February 2010, 15:12:42 UTC
5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. 02 February 2010, 08:37:35 UTC
039c899 Add various items 01 February 2010, 02:04:26 UTC
1595f9f Merged revisions 77855-77856,77870 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77855 | benjamin.peterson | 2010-01-30 17:32:05 +0100 (Sa, 30 Jan 2010) | 1 line don't return node if it is not changed ........ r77856 | benjamin.peterson | 2010-01-30 17:35:29 +0100 (Sa, 30 Jan 2010) | 1 line return None to indicate no change ........ r77870 | benjamin.peterson | 2010-01-31 02:21:26 +0100 (So, 31 Jan 2010) | 1 line never return the original node given to transform() ........ 01 February 2010, 01:15:39 UTC
b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. py3k was already patched by issue #3661. 31 January 2010, 22:32:15 UTC
f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. 31 January 2010, 22:26:04 UTC
e70c72c Minor modification to unittest documentation. 31 January 2010, 19:59:26 UTC
979d79c Fix-up ftplib documentation: move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS 31 January 2010, 18:51:49 UTC
3fd2db9 move distutils.rst to different toc 31 January 2010, 18:09:34 UTC
7aedb3b fix windows buildbot 31 January 2010, 18:02:35 UTC
48a3c4e - Fix typo in os.execvp docstring. 31 January 2010, 16:46:26 UTC
626d92a - Update python manual page (options -B, -O0, -s, environment variables PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE). 31 January 2010, 16:05:13 UTC
ef49096 #7092: silence more -3 and -Wd warnings 31 January 2010, 11:46:54 UTC
46bff79 be robust against test being run over and over (such as -R) 30 January 2010, 23:28:38 UTC
a04ae01 move test outside WITH_THREAD section 30 January 2010, 23:26:05 UTC
53ffca5 #7802: fix invalid example (heh). 30 January 2010, 17:57:48 UTC
91d26b4 Use the correct markup for args 30 January 2010, 13:27:05 UTC
99af648 Relocate a couple of stars and remove redundant backticks 30 January 2010, 13:08:54 UTC
a8e34b7 Merged revisions 77419,77435 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77419 | benjamin.peterson | 2010-01-10 21:39:48 +0100 (So, 10 Jan 2010) | 1 line enclose path in quotes to handle paths with spaces correctly #7666 ........ r77435 | alexandre.vassalotti | 2010-01-12 01:36:54 +0100 (Di, 12 Jan 2010) | 2 lines Issue #1967: Add fixer for dictionary views. ........ 30 January 2010, 10:56:23 UTC
a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen. 30 January 2010, 10:08:33 UTC
a2d4653 #7092: silence py3k warnings for deprecated modules 30 January 2010, 07:22:54 UTC
75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode 30 January 2010, 02:00:26 UTC
721caaa Add Victor Stinner. 30 January 2010, 00:15:44 UTC
05b4171 Fix typo in assertSequenceEqual docstring. 29 January 2010, 19:35:39 UTC
36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge step value. Patch by Marcin Bachry. 29 January 2010, 17:11:39 UTC
b5d7400 Change error report when the object passed to suite.addTest is not callable to include the repr of the invalid object. 28 January 2010, 21:16:33 UTC
11fab6c avoid a py3k warning from __hash__ 28 January 2010, 02:18:25 UTC
e06f711 an -> a 28 January 2010, 02:15:02 UTC
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
back to top