https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d1dd2e3 Bumping to 2.6.5 final. 18 March 2010, 22:14:36 UTC
1a549a7 fixed #8107 description in Misc/NEWS 13 March 2010, 18:38:59 UTC
a41d779 following Barry suggestion for test_build_ext (see #8107) 13 March 2010, 18:37:30 UTC
0e915b0 Add 2.6.5rc2. 13 March 2010, 17:45:27 UTC
a93c4e3 Merged revisions 78921 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line Change/fix handling of docs download location: for daily builds, put them right next to the HTML. ........ 13 March 2010, 13:42:13 UTC
10b4e8c Merged revisions 78908 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line Add Makefile targets for automatic doc build. Add script that will be used for daily build. ........ 13 March 2010, 11:00:44 UTC
b01f943 Merged revisions 78910 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line Bump externals versions for doc build. ........ 13 March 2010, 10:59:09 UTC
de1838c Merged revisions 77152 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77152 | georg.brandl | 2009-12-30 19:36:09 +0100 (Mi, 30 Dez 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........ 13 March 2010, 10:02:09 UTC
dea3399 Blocked revisions 78416 via svnmerge ........ r78416 | dirkjan.ochtman | 2010-02-24 05:12:11 +0100 (Mi, 24 Feb 2010) | 1 line Issue #8004: add a serve target to the Doc Makefile. ........ 13 March 2010, 10:01:17 UTC
e821841 Blocked revisions 78886 via svnmerge ........ r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. ........ 13 March 2010, 00:22:37 UTC
0da11bb Merged revisions 78880 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78880 | georg.brandl | 2010-03-12 22:27:23 +0100 (Fr, 12 Mär 2010) | 1 line Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine. ........ 12 March 2010, 21:29:25 UTC
b3db5f6 Merged revisions 78707,78709 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78707 | tarek.ziade | 2010-03-05 20:18:27 -0500 (Fri, 05 Mar 2010) | 1 line provide a fallback for xxmodule.c in case the buildir is not present ........ r78709 | tarek.ziade | 2010-03-05 20:23:21 -0500 (Fri, 05 Mar 2010) | 1 line simplified the fallback case ........ 12 March 2010, 18:27:13 UTC
023be9c Tagging for 2.6.5 rc 2. 09 March 2010, 22:32:26 UTC
fb0928d Bumping to 2.6.5rc2 09 March 2010, 22:31:52 UTC
2a5b622 Merged revisions 78817 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78817 | benjamin.peterson | 2010-03-09 15:43:36 -0600 (Tue, 09 Mar 2010) | 1 line handle an empty OPT variable correctly #8100 ........ 09 March 2010, 21:47:28 UTC
8a6e491 Fix copy&paste error in fix for Issue8089 09 March 2010, 21:33:59 UTC
ea580e1 Fix for issue8089: a framework build with --with-universal-archs=3-way|intel had no way to select a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode) Also fixes a typo in Mac/README 09 March 2010, 10:36:28 UTC
668907d I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... This actually fixes issue 8067, previous commit for this issue was broken. 08 March 2010, 18:21:19 UTC
59f3def Merged revisions 78784 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78784 | ronald.oussoren | 2010-03-08 08:06:47 +0100 (Mon, 08 Mar 2010) | 3 lines Fix for issue 8066: readline should not be linked against libedit when the deployment target is 10.4, libedit on 10.4 is too broken. ........ 08 March 2010, 07:08:25 UTC
0941621 Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4 08 March 2010, 07:00:08 UTC
b608e6f Merged revisions 78718 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78718 | gregory.p.smith | 2010-03-05 23:35:19 -0800 (Fri, 05 Mar 2010) | 3 lines Call setreuid and setregid in a subprocess to avoid altering the test runner's process state. Should fix issue8045. ........ 07 March 2010, 05:58:43 UTC
264a010 Merged revisions 78746 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78746 | benjamin.peterson | 2010-03-06 18:00:37 -0600 (Sat, 06 Mar 2010) | 1 line more specific exception for wrong kind of raise #8082 ........ 07 March 2010, 00:07:45 UTC
b1e22e3 Blocked revisions 78706,78710 via svnmerge ........ r78706 | tarek.ziade | 2010-03-06 02:04:14 +0100 (Sat, 06 Mar 2010) | 1 line copied back the build_ext tests from 2.6 ........ r78710 | tarek.ziade | 2010-03-06 02:27:09 +0100 (Sat, 06 Mar 2010) | 1 line files used by win32 tests ........ 06 March 2010, 02:26:07 UTC
924b571 Issue #7670: sqlite3: Fixed crashes when operating on closed connections. 05 March 2010, 15:50:25 UTC
f580a5b Merged revisions 78683 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r78683 | benjamin.peterson | 2010-03-04 21:24:17 -0600 (Thu, 04 Mar 2010) | 13 lines Merged revisions 78679,78681 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line remove svn:executable property ........ ................ 05 March 2010, 03:27:16 UTC
678f7bd Blocked revisions 78667 via svnmerge ........ r78667 | tarek.ziade | 2010-03-05 01:29:38 +0100 (Fri, 05 Mar 2010) | 1 line reverted the usage of compiler_obj in Python's setup.py ........ 05 March 2010, 00:32:29 UTC
f222ab1 Blocked revisions 78666 via svnmerge ........ r78666 | tarek.ziade | 2010-03-05 01:16:02 +0100 (Fri, 05 Mar 2010) | 1 line reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged ........ 05 March 2010, 00:30:44 UTC
3198098 issue8053 - logic was inverted on which platforms to run a test on. caused test_thread to fail on windows. 04 March 2010, 18:26:53 UTC
7eda9e9 Reverting the changes made in r78432. Discussed in the tracker issue7540. 04 March 2010, 15:15:37 UTC
3c67d6a Reverting r78597. This is not a critical fix and we're in rc mode. 03 March 2010, 12:34:43 UTC
1545d80 Revert r78621. This was not a critical fix and we're in rc mode. 03 March 2010, 12:31:33 UTC
a16a992 Blocked revisions 78623 via svnmerge ........ r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Wed, 03 Mar 2010) | 3 lines Issue #7232: Add support for the context manager protocol to the TarFile class. ........ 03 March 2010, 12:18:28 UTC
0f482bb Missing property from previous changeset r78621. Recorded merge of revisions 78620 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines Revert a nonexistent docstring typo, r42805. ........ 03 March 2010, 11:59:47 UTC
90193c0 Merged revisions 78620 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines Revert a nonexistent docstring typo, r42805. ........ 03 March 2010, 11:50:46 UTC
5de5914 Post 2.6.5rc1 cleanup. 03 March 2010, 03:09:49 UTC
8898b24 Merged revisions 78596 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78596 | victor.stinner | 2010-03-02 23:44:42 +0100 (mar., 02 mars 2010) | 4 lines Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel Black. ........ 02 March 2010, 22:46:25 UTC
63f2bee Blocked revisions 78576 via svnmerge ........ r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. ........ 02 March 2010, 09:27:05 UTC
5edb876 Tagging for 2.6.5 rc 1 01 March 2010, 22:26:23 UTC
1803024 More copyright year updates. 01 March 2010, 22:16:51 UTC
fc79e8f Bump to 2.6.5 rc 1. 01 March 2010, 22:10:45 UTC
487d8ed Update doc topics 01 March 2010, 22:06:37 UTC
e135102 Blocked revisions 78566 via svnmerge ........ r78566 | barry.warsaw | 2010-03-01 16:46:51 -0500 (Mon, 01 Mar 2010) | 4 lines Manually copy patch for bug 7250 from the release26-maint branch. I suck because I did this in the wrong order and couldn't smack svnmerge into submission. ........ 01 March 2010, 21:49:12 UTC
f670629 Apply the change suggested by PJE for issue 7250. Unfortunately, we couldn't come up with a unit test. :( 01 March 2010, 21:34:34 UTC
75f82fd Merged revisions 78563 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78563 | florent.xicluna | 2010-03-01 21:45:01 +0100 (lun, 01 mar 2010) | 2 lines #7808: Fix reference leaks in _bsddb and related tests. ........ 01 March 2010, 21:08:21 UTC
4c0e894 Merged revisions 78558 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78558 | r.david.murray | 2010-03-01 14:14:16 -0500 (Mon, 01 Mar 2010) | 6 lines Issue 3892 again. The bsddb3 replication test still fails randomly. Since this module is unmaintained in the library and gone in py3k, this patch skips the remainder of the replication test if a second timeout occurs, as it randomly does. This should improve buildbot stability. ........ 01 March 2010, 19:49:39 UTC
ec79ff3 Blocked revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge ........ r77967 | vinay.sajip | 2010-02-04 18:48:53 +0000 (Thu, 04 Feb 2010) | 1 line Logging: Implemented PEP 391. ........ r77969 | vinay.sajip | 2010-02-04 20:18:28 +0000 (Thu, 04 Feb 2010) | 1 line Removed spurious print statement. ........ r78033 | benjamin.peterson | 2010-02-06 22:08:15 +0000 (Sat, 06 Feb 2010) | 1 line make waiting for the server to start robust ........ r78055 | vinay.sajip | 2010-02-07 01:37:08 +0000 (Sun, 07 Feb 2010) | 1 line Issue #7868: logging: added loggerClass attribute to Manager. ........ r78081 | vinay.sajip | 2010-02-07 12:56:54 +0000 (Sun, 07 Feb 2010) | 1 line Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. ........ r78085 | vinay.sajip | 2010-02-07 13:06:51 +0000 (Sun, 07 Feb 2010) | 1 line logging: Removed some more 1.5.2 support code. ........ r78108 | vinay.sajip | 2010-02-08 21:18:15 +0000 (Mon, 08 Feb 2010) | 1 line logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. ........ 01 March 2010, 13:37:41 UTC
6e064bd Merged revisions 78550 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78550 | gregory.p.smith | 2010-02-28 22:01:02 -0800 (Sun, 28 Feb 2010) | 2 lines Fix test to be skipped on windows. ........ 01 March 2010, 06:03:44 UTC
8baa745 Merged revisions 78546 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78546 | gregory.p.smith | 2010-02-28 21:43:43 -0800 (Sun, 28 Feb 2010) | 3 lines Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept a -1 parameter on some platforms such as OS X. ........ 01 March 2010, 05:48:57 UTC
c21d0cb Merged revisions 78527,78531 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78527 | gregory.p.smith | 2010-02-28 17:22:39 -0800 (Sun, 28 Feb 2010) | 4 lines Issue #7242: On Solaris 9 and earlier calling os.fork() from within a thread could raise an incorrect RuntimeError about not holding the import lock. The import lock is now reinitialized after fork. ........ r78531 | gregory.p.smith | 2010-02-28 18:31:33 -0800 (Sun, 28 Feb 2010) | 2 lines Fix for r78527. It left out updating forkpty. ........ 01 March 2010, 04:40:36 UTC
56f1682 Merged revisions 78515-78516,78522 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78515 | georg.brandl | 2010-02-28 20:19:17 +0200 (Sun, 28 Feb 2010) | 1 line #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object. ........ r78516 | georg.brandl | 2010-02-28 20:26:37 +0200 (Sun, 28 Feb 2010) | 1 line The set types can also be called without arguments. ........ r78522 | ezio.melotti | 2010-03-01 01:59:00 +0200 (Mon, 01 Mar 2010) | 1 line #8030: more docstring fix for builtin types. ........ 01 March 2010, 04:05:56 UTC
c5e6279 Merged revisions 78536 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78536 | gregory.p.smith | 2010-02-28 19:09:19 -0800 (Sun, 28 Feb 2010) | 2 lines Cleanup the test added in r78517 based on Ezio Melotti's feedback. ........ 01 March 2010, 03:11:09 UTC
c234a3c Merged revisions 78532 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78532 | gregory.p.smith | 2010-02-28 18:53:24 -0800 (Sun, 28 Feb 2010) | 2 lines Fix the new test on windows (skip it, its posix only) ........ 01 March 2010, 03:04:05 UTC
ca57499 Merged revisions 78523 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78523 | gregory.p.smith | 2010-02-28 16:05:08 -0800 (Sun, 28 Feb 2010) | 3 lines Issue #1068268: The subprocess module now handles EINTR in internal os.waitpid and os.read system calls where appropriate. ........ 01 March 2010, 00:35:34 UTC
9922a9a Merged revisions 78517 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78517 | gregory.p.smith | 2010-02-28 10:36:09 -0800 (Sun, 28 Feb 2010) | 3 lines Issue #7481: When a threading.Thread failed to start it would leave the instance stuck in initial state and present in threading.enumerate(). ........ 28 February 2010, 18:40:12 UTC
5d70238 Merged revisions 78511 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78511 | ezio.melotti | 2010-02-28 05:11:07 +0200 (Sun, 28 Feb 2010) | 1 line Pep8ify test names in the examples. ........ 28 February 2010, 03:42:56 UTC
957c329 Merged revisions 78497 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. ........ 27 February 2010, 15:15:10 UTC
b6d80cc Merged revisions 78488 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78488 | florent.xicluna | 2010-02-27 14:31:23 +0100 (sam, 27 fév 2010) | 2 lines Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. ........ 27 February 2010, 14:34:41 UTC
04eef97 Merged revisions 78489 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line Fix missing parenthesis. ........ 27 February 2010, 13:52:50 UTC
c92fc82 Merged revisions 78461,78482 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78461 | florent.xicluna | 2010-02-26 11:40:58 +0100 (ven, 26 fév 2010) | 2 lines #691291: codecs.open() should not convert end of lines on reading and writing. ........ r78482 | florent.xicluna | 2010-02-27 12:19:18 +0100 (sam, 27 fév 2010) | 2 lines Add entry for issue #691291. ........ 27 February 2010, 11:26:58 UTC
9ea3bba Move the namedtuple class definition to the end of the example. 27 February 2010, 07:05:37 UTC
01e5391 run autoconf 27 February 2010, 00:15:54 UTC
726b482 Merged revisions 78467 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78467 | ezio.melotti | 2010-02-26 18:05:42 -0600 (Fri, 26 Feb 2010) | 1 line Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase). ........ 27 February 2010, 00:15:23 UTC
b2c3202 Merged revisions 78465 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78465 | ezio.melotti | 2010-02-27 01:27:06 +0200 (Sat, 27 Feb 2010) | 1 line typo: __next__ -> next ........ 26 February 2010, 23:29:38 UTC
5b2c005 Merged revisions 78457 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78457 | senthil.kumaran | 2010-02-26 06:17:05 +0530 (Fri, 26 Feb 2010) | 3 lines Fixing issue5475 : urllib2.getproxies not documented ........ 26 February 2010, 00:49:45 UTC
85ddea7 Merged revisions 78449 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding. ........ 25 February 2010, 17:51:33 UTC
5a89678 Merged revisions 78444 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78444 | eric.smith | 2010-02-25 09:26:33 -0500 (Thu, 25 Feb 2010) | 1 line Issue #7928: Document str.format element_index better. ........ 25 February 2010, 14:55:41 UTC
f34bef2 Merged revisions 78440 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78440 | eric.smith | 2010-02-25 09:14:35 -0500 (Thu, 25 Feb 2010) | 1 line Issue #5965: Add documentation for parts of format specification language. ........ 25 February 2010, 14:16:46 UTC
4649299 Merged revisions 78431 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78431 | senthil.kumaran | 2010-02-25 02:25:31 +0530 (Thu, 25 Feb 2010) | 4 lines Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to a existing req object already having data. ........ 24 February 2010, 20:58:58 UTC
21704c5 Merged revisions 78424 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78424 | ezio.melotti | 2010-02-24 18:49:56 +0200 (Wed, 24 Feb 2010) | 1 line typos ........ 24 February 2010, 16:52:39 UTC
e3c651a Merged revisions 78422 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78422 | senthil.kumaran | 2010-02-24 22:15:46 +0530 (Wed, 24 Feb 2010) | 2 lines Fix for Issue3819 - urllib2 sends Basic auth across redirects ........ 24 February 2010, 16:49:45 UTC
6680785 Merged revisions 78418 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78418 | eric.smith | 2010-02-24 09:15:36 -0500 (Wed, 24 Feb 2010) | 1 line Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. ........ 24 February 2010, 14:27:37 UTC
5b06ecf Merged revisions 78412 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78412 | r.david.murray | 2010-02-23 21:31:27 -0500 (Tue, 23 Feb 2010) | 6 lines Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to MutableMapping, and thereby lost functionality because the replacement functionality was implemented incorrectly or incompletely). Since bsddb isn't in py3k, this patch just goes back to using DictMixin in order to correct the regression. ........ 24 February 2010, 02:35:33 UTC
afa4140 Merged revisions 78408 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r78408 | benjamin.peterson | 2010-02-23 20:24:35 -0600 (Tue, 23 Feb 2010) | 9 lines Merged revisions 78407 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78407 | benjamin.peterson | 2010-02-23 20:21:34 -0600 (Tue, 23 Feb 2010) | 1 line rewrite test to not rely on __doc__ being present ........ ................ 24 February 2010, 02:26:59 UTC
24988ab Blocked revisions 78403 via svnmerge ........ r78403 | r.david.murray | 2010-02-23 21:08:28 -0500 (Tue, 23 Feb 2010) | 3 lines The primary copy of lib2to3 is not trunk, so the lib2to3 change should not have been included in the -OO patch, back it out. ........ 24 February 2010, 02:09:43 UTC
6892fbd Blocked revisions 78351 via svnmerge ........ r78351 | r.david.murray | 2010-02-22 19:24:49 -0500 (Mon, 22 Feb 2010) | 5 lines Issue 6292: for the moment at least, the test suite passes if run with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch. ........ 24 February 2010, 01:54:25 UTC
f7270ba Merged revisions 78392 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78392 | victor.stinner | 2010-02-24 00:16:07 +0100 (mer., 24 févr. 2010) | 4 lines Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF => raise an UnicodeDecodeError. Patch written by Ezio Melotti. ........ 23 February 2010, 23:20:14 UTC
35523dc Blocked revisions 78384 via svnmerge ........ r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines Fix #1537721: add writeheader() method to csv.DictWriter. Reviewed by skip.montanaro and thomas.wouters. ........ 23 February 2010, 23:05:50 UTC
d517d08 Merged revisions 78380 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines ctypes CThunkObject was not registered correctly with the cycle garbage collector, leading to possible leaks when using callback functions. ........ 23 February 2010, 20:17:14 UTC
c9081b3 Blocked revisions 78372-78373 via svnmerge ........ r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format ........ r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line Fix spacing nit. Thanks Eric Smith for the public humiliation. ........ 23 February 2010, 13:16:55 UTC
365bc6c Blocked revisions 78367 via svnmerge ........ r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line fixed #5801: removed spurious empty lines in wsgiref ........ 23 February 2010, 05:55:57 UTC
4103977 Blocked revisions 78364 via svnmerge ........ r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line completed the __all__ list and changed the module doctest ........ 23 February 2010, 05:37:37 UTC
bddebba Blocked revisions 78359-78360 via svnmerge ........ r78359 | tarek.ziade | 2010-02-23 00:16:41 -0500 (Tue, 23 Feb 2010) | 1 line added make_archive (and secondary APIs) to shutil ........ r78360 | tarek.ziade | 2010-02-23 00:20:22 -0500 (Tue, 23 Feb 2010) | 1 line added a note on shutil new APIs ........ 23 February 2010, 05:21:57 UTC
69e1b23 Blocked revisions 78354 via svnmerge ........ r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line removed debugging code ........ 23 February 2010, 05:01:27 UTC
6634165 Blocked revisions 77949 via svnmerge ........ r77949 | tarek.ziade | 2010-02-03 10:38:12 -0500 (Wed, 03 Feb 2010) | 1 line leaving global attributes for backward compat ........ 23 February 2010, 04:59:41 UTC
398e865 commit the rest of my svnmerge 22 February 2010, 22:51:37 UTC
c65d55f Merged revisions 78339 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78339 | jack.diederich | 2010-02-22 16:27:38 -0500 (Mon, 22 Feb 2010) | 1 line * fix issue#7476 ........ 22 February 2010, 22:31:00 UTC
0c01ad3 Blocked revisions 78329 via svnmerge ........ r78329 | eric.smith | 2010-02-22 13:33:47 -0500 (Mon, 22 Feb 2010) | 1 line Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. ........ 22 February 2010, 18:36:25 UTC
47d960e Merged revisions 75066 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75066 | andrew.kuchling | 2009-09-25 18:23:54 -0400 (Fri, 25 Sep 2009) | 4 lines #6243: fix segfault when keyname() returns a NULL pointer. Bug noted by Trundle, patched by Trundle and Jerry Chen. ........ 22 February 2010, 17:06:22 UTC
63553d1 Merged revisions 78318 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78318 | andrew.kuchling | 2010-02-22 11:26:47 -0500 (Mon, 22 Feb 2010) | 1 line #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen ........ 22 February 2010, 16:35:18 UTC
7c5adf1 Merged revisions 78312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78312 | mark.dickinson | 2010-02-22 15:40:28 +0000 (Mon, 22 Feb 2010) | 1 line Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. ........ 22 February 2010, 15:41:07 UTC
2f7b50a Merged revisions 78303 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78303 | andrew.kuchling | 2010-02-22 09:53:17 -0500 (Mon, 22 Feb 2010) | 1 line #7794: describe 2.6 support for executing directories and zip archives ........ 22 February 2010, 14:55:17 UTC
38bcf81 Merged revisions 78299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78299 | senthil.kumaran | 2010-02-22 16:25:08 +0530 (Mon, 22 Feb 2010) | 4 lines Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing server to resource in the 405 response msg. ........ 22 February 2010, 10:57:29 UTC
7ca17f0 Blocked revisions 78287 via svnmerge ........ r78287 | mark.dickinson | 2010-02-21 14:42:27 +0000 (Sun, 21 Feb 2010) | 1 line Reduce number of random tests in test_strtod, to avoid hogging buildbot time. ........ 21 February 2010, 14:54:22 UTC
540cbc8 Blocked revisions 78280 via svnmerge ........ r78280 | mark.dickinson | 2010-02-21 12:57:35 +0000 (Sun, 21 Feb 2010) | 1 line Fix complex type to avoid implicit calls to complex.__coerce__. ........ 21 February 2010, 13:46:18 UTC
4fadf73 Merged revisions 78281 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78281 | mark.dickinson | 2010-02-21 13:37:53 +0000 (Sun, 21 Feb 2010) | 1 line Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot tests to complete. ........ 21 February 2010, 13:40:57 UTC
6d2e3f4 Merged revisions 78272 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78272 | ezio.melotti | 2010-02-21 00:34:21 +0200 (Sun, 21 Feb 2010) | 1 line skip tests with a non-ascii cwd when the file system encoding is ascii ........ 21 February 2010, 10:32:09 UTC
1fa9116 Merged revisions 78274 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78274 | r.david.murray | 2010-02-20 23:23:00 -0500 (Sat, 20 Feb 2010) | 9 lines Issue 7970: When email.Parser.Parser parses a MIME message of type message/rfc822 it turns it into an object whose body consists of a list containing a single Message object. HeaderParser, on the other hand, just copies the body as a string. Generator.flatten has a special handler for the message mime type that expected the body to be the one item list. This fails if the message was parsed by HeaderParser. So we now check to see if the body is a string first, and if so just we just emit it. ........ 21 February 2010, 04:30:12 UTC
4bd4585 Merged revisions 78101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78101 | georg.brandl | 2010-02-08 02:04:54 +0200 (Mon, 08 Feb 2010) | 1 line Fix test_fnmatch. ........ 20 February 2010, 22:56:58 UTC
a241d0a Merged revisions 78268 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78268 | senthil.kumaran | 2010-02-21 03:35:34 +0530 (Sun, 21 Feb 2010) | 3 lines Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") ........ 20 February 2010, 22:13:01 UTC
502f8eb Merged revisions 78247 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78247 | ezio.melotti | 2010-02-20 10:09:39 +0200 (Sat, 20 Feb 2010) | 1 line #3426: os.path.abspath now returns unicode when its arg is unicode. ........ 20 February 2010, 09:16:04 UTC
back to top