https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
bde4487 Bump to 2.6.4rc2 18 October 2009, 16:50:06 UTC
0c0cfad Blocked revisions 75453,75456-75458,75461-75463,75465-75468,75481,75486,75489 via svnmerge ........ r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line Correctly restore sys.stdout in test_descr ........ r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. ........ r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line Formatting tweak so that before and after values are vertically aligned ........ r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line Check and revert expected sys.path alterations ........ r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line Restore original sys.path when running TTK tests ........ r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) ........ r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line Revert changes made to environment in test_httpservers ........ r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line Move restoration of the os.environ object into the context manager where it belongs ........ r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) ........ r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line Avoid replacing existing modules and sys.path in import tests ........ r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line Don't replace sys.path in test_site ........ r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... ........ r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line Silence a deprecation warning by using the appropriate replacement construct ........ r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line Restore sys.path in test_tk ........ 18 October 2009, 11:16:19 UTC
c1bde6e Merged revisions 75482 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75482 | ronald.oussoren | 2009-10-18 09:07:00 +0200 (Sun, 18 Oct 2009) | 3 lines Fix for issue 7149: a regression in 2.6.3 that causes an exception when trying to detect proxy settings on OSX. ........ 18 October 2009, 07:08:27 UTC
e8e9cf4 Add 2.6.4c2 and 2.6.5[c1]. 18 October 2009, 05:03:16 UTC
ede15a5 Merged revisions 75478 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75478 | senthil.kumaran | 2009-10-18 07:28:45 +0530 (Sun, 18 Oct 2009) | 3 lines Fix a typo. ........ 18 October 2009, 02:01:06 UTC
3ae41ac Merged revisions 75474 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75474 | senthil.kumaran | 2009-10-18 06:54:41 +0530 (Sun, 18 Oct 2009) | 2 lines Fix for Issue7155 - urllib do not document default use of system proxy configuration ........ 18 October 2009, 01:31:15 UTC
f278ad6 Blocked revisions 75446 via svnmerge ........ r75446 | eric.smith | 2009-10-16 10:26:36 -0400 (Fri, 16 Oct 2009) | 1 line Removed usage of unsafe PyFloat_AsString. ........ 16 October 2009, 14:28:33 UTC
dd3aa9a Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. 14 October 2009, 19:53:23 UTC
7f73270 complementary fix for #7115 13 October 2009, 21:17:34 UTC
ff0d8a3 Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext 12 October 2009, 22:38:34 UTC
dff2028 Merged revisions 75333 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75333 | senthil.kumaran | 2009-10-11 07:30:07 +0530 (Sun, 11 Oct 2009) | 3 lines Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment ........ 11 October 2009, 05:35:44 UTC
1ab4095 Merged revisions 75281 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75281 | ronald.oussoren | 2009-10-08 10:04:15 +0200 (Thu, 08 Oct 2009) | 3 lines Ensure that _scproxy gets build even when --disable-toolbox-glue is specified on OSX. Fixes a regression in 2.6.3. ........ 08 October 2009, 09:48:32 UTC
9592fcb Tagging 2.6.4rc1 06 October 2009, 13:21:35 UTC
f71d45a Bumping to 2.6.4rc1 06 October 2009, 13:21:07 UTC
9d23690 #7068: Fixed the partial renaming that occured in r72594 06 October 2009, 12:35:46 UTC
3c8de0f Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it 05 October 2009, 17:35:51 UTC
f125078 Fix for Issue7026. Making it self.env.unset 05 October 2009, 04:16:26 UTC
0240c92 merge r72343. Fix for issue7043 05 October 2009, 04:13:01 UTC
441dad8 Merged revisions 71995,72227 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-26 19:22:11 -0400 (Sun, 26 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........ 04 October 2009, 23:26:19 UTC
b85c147 Blocked revisions 72226 via svnmerge ........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........ 04 October 2009, 22:48:25 UTC
949ff78 That fix was part of 2.5.3rc1.... 04 October 2009, 22:35:30 UTC
1253c77 Document backport of r72946, issue6110. r74976. 04 October 2009, 18:52:06 UTC
5fab169 Merged revisions 75236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds (and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual. ........ 04 October 2009, 18:41:25 UTC
fbbbb20 Issue #7052: Removed captureWarnings from __all__ 04 October 2009, 12:20:12 UTC
2b4df43 #7052: remove nonexisting NullHandler from logging.__all__. 04 October 2009, 09:03:59 UTC
e8b2d18 Blocked revisions 75209 via svnmerge ........ r75209 | tarek.ziade | 2009-10-03 16:52:33 +0200 (Sat, 03 Oct 2009) | 1 line now uses the right exception type ........ 03 October 2009, 15:00:15 UTC
97d8217 Merged revisions 75205 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75205 | mark.dickinson | 2009-10-03 11:14:34 +0100 (Sat, 03 Oct 2009) | 2 lines Issue #7028: Add note to hex() builtin docs pointing to float.hex(). ........ 03 October 2009, 10:15:54 UTC
7282a7a Blocked revisions 75157 via svnmerge ........ r75157 | mark.dickinson | 2009-09-30 17:58:01 +0100 (Wed, 30 Sep 2009) | 1 line Fix buggy accuracy test ........ 03 October 2009, 08:45:59 UTC
c3a1277 Issue #7019: An attempt to unmarshal bad long data could produce unnormalized PyLong objects; make it raise ValueError instead. 03 October 2009, 08:15:49 UTC
7664bfe Blocked revisions 75141 via svnmerge ........ r75141 | mark.dickinson | 2009-09-29 20:01:06 +0100 (Tue, 29 Sep 2009) | 3 lines Issue #7019: Unmarshalling of bad long data could produce unnormalized PyLongs. Raise ValueError instead. ........ 03 October 2009, 08:02:53 UTC
2bb5b48 Issue #7039: Fixed test_distutils when running tests on an installation with no build 03 October 2009, 01:21:38 UTC
02e3746 Blocked revisions 75196 via svnmerge ........ r75196 | tarek.ziade | 2009-10-03 02:07:35 +0200 (Sat, 03 Oct 2009) | 1 line removing the last remaning apply() calls ........ 03 October 2009, 00:09:36 UTC
5baf682 Blocked revisions 75192 via svnmerge ........ r75192 | tarek.ziade | 2009-10-03 01:49:48 +0200 (Sat, 03 Oct 2009) | 1 line #6516 added owner/group support for tarfiles in Distutils ........ 02 October 2009, 23:50:40 UTC
641b1de fixed the distutils tests that were not writing in temp 02 October 2009, 22:37:51 UTC
d3c8765 Post 2.6.3 cleanup. 02 October 2009, 20:23:50 UTC
9fec8e3 Tagging for 2.6.3 final. 01 October 2009, 23:40:29 UTC
e948ea0 Bump to 2.6.3 01 October 2009, 23:39:49 UTC
d8c40c1 Blocked revisions 75171 via svnmerge ........ r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (jeu., 01 oct. 2009) | 4 lines Sync the 2.x `io` docs with py3k, with a small note as to the distinction between bytes streams and text streams. ........ 01 October 2009, 17:09:11 UTC
2599a1e Fixed a unicode name. 30 September 2009, 15:53:33 UTC
2a0274d Fix generation of CHM name for release candidates. 30 September 2009, 07:48:54 UTC
05d644a Add 2.6.3 and 2.6.4 UUIDs 30 September 2009, 07:47:45 UTC
98afe2a Taggint 2.6.3rc1 29 September 2009, 22:42:33 UTC
103e323 Bumping for 2.6.3rc1 29 September 2009, 22:41:09 UTC
61df9e5 Merged revisions 75149 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75149 | gregory.p.smith | 2009-09-29 14:56:31 -0700 (Tue, 29 Sep 2009) | 3 lines Mention issue6972 in extractall docs about overwriting things outside of the supplied path. ........ 29 September 2009, 21:58:48 UTC
c9d113b Merged revisions 75147 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75147 | ronald.oussoren | 2009-09-29 21:34:13 +0200 (Tue, 29 Sep 2009) | 4 lines Fix for issue6957: ensure that the OSX installer installs a version of Python that can build extensions on OSX 10.6. ........ 29 September 2009, 19:35:03 UTC
7865296 Merged revisions 75143 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75143 | philip.jenvey | 2009-09-29 12:10:15 -0700 (Tue, 29 Sep 2009) | 5 lines #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence through the shell. also document the correct subprocess replacement for this case patch from Jean-Paul Calderone and Jani Hakala ........ 29 September 2009, 19:18:11 UTC
b4b94ef Issue 7008: Better document str.title and show how to work around the apostrophe problem. 29 September 2009, 18:48:09 UTC
6b298d6 Recorded merge of revisions 75129 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75129 | vinay.sajip | 2009-09-29 08:08:54 +0100 (Tue, 29 Sep 2009) | 1 line Issue #7014: logging: Improved IronPython 2.6 compatibility. ........ 29 September 2009, 18:19:26 UTC
530e1ac Merged revisions 75134 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75134 | antoine.pitrou | 2009-09-29 19:48:18 +0200 (mar., 29 sept. 2009) | 4 lines Issue #6790: Make it possible again to pass an `array.array` to `httplib.HTTPConnection.send`. Patch by Kirk McDonald. ........ 29 September 2009, 18:14:09 UTC
d084171 Merged revisions 75131 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75131 | ronald.oussoren | 2009-09-29 15:00:44 +0200 (Tue, 29 Sep 2009) | 8 lines * Update the Mac/README file. Add the list of OSX-specific configure options to that README file with some explanation. * Be more strict in the configure script: complain loudly when the user has specified invalid combinations of OSX-specific configure arguments. The error message refers to the Mac/README file for more information. ........ 29 September 2009, 13:01:59 UTC
6d50b37 Issue #7014: logging: Improved IronPython 2.6 compatibility. 29 September 2009, 07:11:53 UTC
87b4e72 Merged revisions 75123 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75123 | philip.jenvey | 2009-09-28 21:32:44 -0700 (Mon, 28 Sep 2009) | 4 lines #6990: clear threading.local's key only after its thread state is removed: fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals ........ 29 September 2009, 04:41:54 UTC
a89633c Merged revisions 75111 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75111 | r.david.murray | 2009-09-28 12:57:45 -0400 (Mon, 28 Sep 2009) | 5 lines Prevent test_bad_address failure when a domain in the dns search path implements a '*' default rule. Also update comment with a more complete explanation of the difficulties inherent in the test. ........ 28 September 2009, 19:53:25 UTC
e4829f1 Blocked revisions 75117 via svnmerge ........ r75117 | mark.dickinson | 2009-09-28 19:54:55 +0100 (Mon, 28 Sep 2009) | 3 lines Issue #3366: Add gamma function to math module. (lgamma, erf and erfc to follow). ........ 28 September 2009, 19:22:34 UTC
066acbc Merged revisions 75115 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75115 | r.david.murray | 2009-09-28 14:29:28 -0400 (Mon, 28 Sep 2009) | 2 lines Applying patches backported from 3.1, by Gregor Lingl. ........ 28 September 2009, 18:45:13 UTC
dfb4959 Blocked revisions 75110 via svnmerge ........ r75110 | mark.dickinson | 2009-09-28 17:52:40 +0100 (Mon, 28 Sep 2009) | 9 lines Style/consistency/nano-optimization nit: replace occurrences of (high_bits << PyLong_SHIFT) + low_bits with (high_bits << PyLong_SHIFT) | low_bits in Objects/longobject.c. Motivation: - shouldn't unnecessarily mix bit ops with arithmetic ops (style) - this pattern should be spelt the same way thoughout (consistency) - it's very very very slightly faster: no need to worry about carries to the high digit (nano-optimization). ........ 28 September 2009, 16:59:12 UTC
e1698eb Blocked revisions 75091 via svnmerge ........ r75091 | mark.dickinson | 2009-09-27 17:39:28 +0100 (Sun, 27 Sep 2009) | 1 line Eliminate unnecessary get_wrapped_(u)long defines in struct module. ........ 27 September 2009, 16:40:34 UTC
a55fe10 Fix compiler warning about unused function. 27 September 2009, 16:32:34 UTC
66d8ce5 Remove unused variable. 27 September 2009, 16:17:37 UTC
7794da6 Blocked revisions 75084 via svnmerge ........ r75084 | mark.dickinson | 2009-09-27 17:05:21 +0100 (Sun, 27 Sep 2009) | 3 lines Issue #6713: Improve decimal int -> string conversions. Thanks Gawain Bolton for the suggestion and original patches. ........ 27 September 2009, 16:06:45 UTC
622e05a Silence compiler warning 27 September 2009, 15:53:49 UTC
9ba83c5 Merged revisions 75070 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75070 | ezio.melotti | 2009-09-26 14:20:53 +0300 (Sat, 26 Sep 2009) | 1 line #7000: document "sep" in capwords. Add a few tests ........ 26 September 2009, 11:23:16 UTC
02c0943 Merged revisions 75068 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line comment out ugly xxx ........ 26 September 2009, 03:00:26 UTC
8159c7a Merged revisions 75055 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75055 | ezio.melotti | 2009-09-25 19:07:55 +0300 (Fri, 25 Sep 2009) | 1 line #6994: fix typo in enumerate docstring ........ 25 September 2009, 16:10:55 UTC
98841ab Merged revisions 75047 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75047 | mark.dickinson | 2009-09-24 20:21:07 +0100 (Thu, 24 Sep 2009) | 3 lines Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. Thanks egreen. ........ 24 September 2009, 19:22:45 UTC
c24d035 Merged revisions 75039 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75039 | ezio.melotti | 2009-09-24 00:36:39 +0300 (Thu, 24 Sep 2009) | 1 line improved phrasing, markup and example ........ 23 September 2009, 21:39:50 UTC
2697ff2 - Issue #6980: Fix ctypes build failure on armel-linux-gnueabi with -mfloat-abi=softfp. 23 September 2009, 18:33:48 UTC
751c203 Merged revisions 75032 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75032 | benjamin.peterson | 2009-09-22 17:15:28 -0500 (Tue, 22 Sep 2009) | 1 line fix typos/rephrase ........ 22 September 2009, 22:30:03 UTC
e0789ac Merged revisions 75024 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75024 | brett.cannon | 2009-09-22 13:04:24 -0700 (Tue, 22 Sep 2009) | 1 line Fix a minor doc syntax typo. ........ 22 September 2009, 20:06:53 UTC
d787abf Merged revisions 75022 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75022 | ronald.oussoren | 2009-09-22 21:27:44 +0200 (Tue, 22 Sep 2009) | 8 lines Half of the fix for issue 6957: ensure that distutils ignores the '-isysroot' option on OSX when the corresponding SDK is not installed. This ensures that the user can compile extensions on OSX 10.6 using the Python.org installer and a default installation of Xcode. ........ 22 September 2009, 19:31:34 UTC
5270fce Merged revisions 75017 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75017 | ronald.oussoren | 2009-09-22 16:24:57 +0200 (Tue, 22 Sep 2009) | 4 lines The 'Navigation Toolbox' is not available at all for 64-bit code, make this explicit in the C code to avoid confusing error messages during the build. ........ 22 September 2009, 14:26:55 UTC
5cc3d03 Merged revisions 75007 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75007 | antoine.pitrou | 2009-09-21 23:17:48 +0200 (lun., 21 sept. 2009) | 7 lines Issue #6236, #6348: Fix various failures in the io module under AIX and other platforms, when using a non-gcc compiler. Patch by egreen. In addition, I made explicit the signedness of all bitfields in the IO library. ........ 21 September 2009, 21:36:48 UTC
edc625c Blocked revisions 75003 via svnmerge ........ r75003 | mark.dickinson | 2009-09-21 17:16:44 +0100 (Mon, 21 Sep 2009) | 1 line Silence MSVC compiler warnings. ........ 21 September 2009, 16:17:26 UTC
be752bd Blocked revisions 74997 via svnmerge ........ r74997 | tarek.ziade | 2009-09-21 15:49:57 +0200 (Mon, 21 Sep 2009) | 1 line forgot to commit a file in previous commit (r74994, issue #6954) ........ 21 September 2009, 13:52:15 UTC
ba537dd Blocked revisions 74994 via svnmerge ........ r74994 | tarek.ziade | 2009-09-21 15:41:08 +0200 (Mon, 21 Sep 2009) | 1 line #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. ........ 21 September 2009, 13:41:43 UTC
2778162 Blocked revisions 74992 via svnmerge ........ r74992 | tarek.ziade | 2009-09-21 15:23:35 +0200 (Mon, 21 Sep 2009) | 1 line improving distutils coverage ........ 21 September 2009, 13:24:15 UTC
a50cfac Blocked revisions 74988 via svnmerge ........ r74988 | tarek.ziade | 2009-09-21 14:19:07 +0200 (Mon, 21 Sep 2009) | 1 line improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) ........ 21 September 2009, 12:20:01 UTC
0108ed3 Merged revisions 74984 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74984 | doug.hellmann | 2009-09-20 16:44:13 -0400 (Sun, 20 Sep 2009) | 2 lines Fix markup for external links. ........ 20 September 2009, 20:55:04 UTC
3aeda28 Merged revisions 74981 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74981 | ronald.oussoren | 2009-09-20 22:16:11 +0200 (Sun, 20 Sep 2009) | 3 lines * Make it easier to build custom installers (such as a 3-way universal build) * Upgrade bzip dependency to 1.0.5 ........ 20 September 2009, 20:17:15 UTC
ba0aa6b Merged revisions 74978 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74978 | ronald.oussoren | 2009-09-20 22:05:44 +0200 (Sun, 20 Sep 2009) | 2 lines Fix typo in error message ........ 20 September 2009, 20:16:38 UTC
02e2021 r74963 didn't include the merger of _scproxy.c 20 September 2009, 19:21:24 UTC
139a646 Backport of r72946. This closes Issue 6100 and 6951 for the 2.6 branch. 20 September 2009, 19:06:58 UTC
1d2f713 Merged revisions 74972 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74972 | ronald.oussoren | 2009-09-20 20:54:16 +0200 (Sun, 20 Sep 2009) | 5 lines Merge a newer version of libffi_osx, based on the version of libffi in OSX 10.6.1. This fixes issue6918 ........ 20 September 2009, 18:56:49 UTC
2b88dd0 Merged revisions 74966 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74966 | ronald.oussoren | 2009-09-20 13:19:00 +0200 (Sun, 20 Sep 2009) | 2 lines For for issue 6934: failures in postflight script in OSX installer ........ 20 September 2009, 11:19:24 UTC
78974df Merged revisions 74964 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74964 | ronald.oussoren | 2009-09-20 12:54:07 +0200 (Sun, 20 Sep 2009) | 2 lines Followup for r74962 ........ 20 September 2009, 10:54:47 UTC
40617a8 Merged revisions 74962 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74962 | ronald.oussoren | 2009-09-20 12:31:22 +0200 (Sun, 20 Sep 2009) | 2 lines Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 ........ 20 September 2009, 10:37:33 UTC
04606fb Merged revisions 74958 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74958 | ezio.melotti | 2009-09-20 10:10:39 +0300 (Sun, 20 Sep 2009) | 1 line #6881 - fixed wrong return type; improved the formatting ........ 20 September 2009, 07:14:47 UTC
7e619c0 Merged revisions 74948 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74948 | thomas.heller | 2009-09-19 12:04:54 +0200 (Sa, 19 Sep 2009) | 1 line Remove unused variable and static function to fix compiler warnings. ........ 19 September 2009, 10:15:04 UTC
de2a107 Fixed #6947 - SO extension varies under windows 19 September 2009, 09:58:51 UTC
3ad2847 Merged revisions 74943 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74943 | georg.brandl | 2009-09-19 09:35:07 +0200 (Sa, 19 Sep 2009) | 1 line #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. ........ 19 September 2009, 07:46:24 UTC
5219706 Blocked revisions 74925 via svnmerge ........ r74925 | mark.dickinson | 2009-09-18 22:01:50 +0100 (Fri, 18 Sep 2009) | 2 lines Use skipUnless to skip math module tests on non-IEEE 754 platforms. ........ 18 September 2009, 21:02:27 UTC
a6683c8 Merged revisions 74921 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74921 | thomas.heller | 2009-09-18 22:05:44 +0200 (Fr, 18 Sep 2009) | 3 lines Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now always result in NULL. ........ 18 September 2009, 20:12:29 UTC
820aefe Merged revisions 74917 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74917 | thomas.heller | 2009-09-18 20:55:17 +0200 (Fr, 18 Sep 2009) | 3 lines Issue #5042: Structure sub-subclass does now initialize correctly with base class positional arguments. ........ 18 September 2009, 19:32:08 UTC
25e8dab Blocked revisions 74913 via svnmerge ........ r74913 | mark.dickinson | 2009-09-18 19:35:42 +0100 (Fri, 18 Sep 2009) | 2 lines Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string optimizations. ........ 18 September 2009, 18:37:39 UTC
894dff4 Merged revisions 74903 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74903 | georg.brandl | 2009-09-18 11:18:27 +0200 (Fr, 18 Sep 2009) | 1 line #6938: "ident" is always a string, so use a format code which works. ........ 18 September 2009, 09:19:52 UTC
81af174 Blocked revisions 74901 via svnmerge ........ r74901 | georg.brandl | 2009-09-18 11:14:52 +0200 (Fr, 18 Sep 2009) | 1 line #6905: use better exception messages in inspect when the argument is of the wrong type. ........ 18 September 2009, 09:15:58 UTC
a359474 Merged revisions 74621,74823-74824,74868,74877-74878 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74621 | georg.brandl | 2009-09-01 10:06:03 +0200 (Di, 01 Sep 2009) | 1 line #6638: fix wrong parameter name and markup a class. ........ r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line Remove strange trailing commas. ........ r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line #6892: fix optparse example involving help option. ........ r74868 | georg.brandl | 2009-09-17 12:23:02 +0200 (Do, 17 Sep 2009) | 2 lines String values should be shown with quotes, to avoid confusion with constants. ........ r74877 | georg.brandl | 2009-09-17 18:26:06 +0200 (Do, 17 Sep 2009) | 1 line Remove duplicate doc of enable/disable_interspersed_args. ........ r74878 | georg.brandl | 2009-09-17 19:14:04 +0200 (Do, 17 Sep 2009) | 1 line Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. ........ 17 September 2009, 22:07:38 UTC
0152633 Merged revisions 74873 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74873 | georg.brandl | 2009-09-17 13:48:31 +0200 (Do, 17 Sep 2009) | 1 line #6844 followup: the warning when setting Exception.message was removed, do not test for it. ........ 17 September 2009, 11:49:20 UTC
f7a09be Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74869 | georg.brandl | 2009-09-17 13:28:09 +0200 (Do, 17 Sep 2009) | 4 lines Issue #6922: Fix an infinite loop when trying to decode an invalid UTF-32 stream with a non-raising error handler like "replace" or "ignore". ........ 17 September 2009, 11:33:31 UTC
ecc66d8 Blocked revisions 74853 via svnmerge ........ r74853 | mark.dickinson | 2009-09-16 23:10:56 +0100 (Wed, 16 Sep 2009) | 5 lines Issue #6713: Improve performance of str(n) and repr(n) for integers n (up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format. (Backport of r74851 from py3k.) ........ 16 September 2009, 22:13:31 UTC
back to top