summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Bumping to 2.6.4rc1v2.6.4rc1Barry Warsaw2009-10-063-3/+3
|
* #7068: Fixed the partial renaming that occured in r72594Tarek Ziadé2009-10-062-2/+2
|
* Fixed #7064: making sure get_ext_filename is called as Setuptools is ↵Tarek Ziadé2009-10-054-1/+360
| | | | assuming so it doesn't break it
* Fix for Issue7026. Making it self.env.unsetSenthil Kumaran2009-10-051-1/+1
|
* merge r72343. Fix for issue7043Senthil Kumaran2009-10-051-1/+1
|
* Merged revisions 71995,72227 via svnmerge fromKurt B. Kaiser2009-10-042-26/+16
| | | | | | | | | | | | | | | | 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. ........
* That fix was part of 2.5.3rc1....Kurt B. Kaiser2009-10-041-3/+3
|
* Document backport of r72946, issue6110. r74976.Kurt B. Kaiser2009-10-041-1/+13
|
* Merged revisions 75236 via svnmerge fromMark Dickinson2009-10-041-0/+2
| | | | | | | | | | | | 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. ........
* Issue #7052: Removed captureWarnings from __all__Vinay Sajip2009-10-041-1/+1
|
* #7052: remove nonexisting NullHandler from logging.__all__.Georg Brandl2009-10-042-1/+2
|
* Issue #7019: An attempt to unmarshal bad long data could produceMark Dickinson2009-10-031-0/+5
| | | | unnormalized PyLong objects; make it raise ValueError instead.
* Issue #7039: Fixed test_distutils when running tests on an installation with ↵Tarek Ziadé2009-10-031-23/+6
| | | | no build
* fixed the distutils tests that were not writing in tempTarek Ziadé2009-10-022-28/+24
|
* Bump to 2.6.3v2.6.3Barry Warsaw2009-10-013-3/+3
|
* Bumping for 2.6.3rc1v2.6.3rc1Barry Warsaw2009-09-292-11/+11
|
* Merged revisions 75143 via svnmerge fromPhilip Jenvey2009-09-293-22/+75
| | | | | | | | | | | | | 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 ........
* Merged revisions 75134 via svnmerge fromAntoine Pitrou2009-09-292-2/+18
| | | | | | | | | | | 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. ........
* Issue #7014: logging: Improved IronPython 2.6 compatibility.Vinay Sajip2009-09-291-5/+12
|
* Merged revisions 75123 via svnmerge fromPhilip Jenvey2009-09-291-0/+38
| | | | | | | | | | | | 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 ........
* Merged revisions 75111 via svnmerge fromR. David Murray2009-09-281-8/+18
| | | | | | | | | | | | | 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. ........
* Merged revisions 75115 via svnmerge fromR. David Murray2009-09-281-4/+9
| | | | | | | | | | 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. ........
* Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-262-4/+9
| | | | | | | | | | 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 ........
* Merged revisions 75022 via svnmerge fromRonald Oussoren2009-09-221-0/+23
| | | | | | | | | | | | | | | | 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. ........
* Backport of r72946. This closes Issue 6100 and 6951 forRonald Oussoren2009-09-201-1/+2
| | | | the 2.6 branch.
* Merged revisions 74964 via svnmerge fromRonald Oussoren2009-09-201-2/+1
| | | | | | | | | | 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 ........
* Merged revisions 74962 via svnmerge fromRonald Oussoren2009-09-201-183/+23
| | | | | | | | | | 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 ........
* Fixed #6947 - SO extension varies under windowsTarek Ziadé2009-09-191-1/+2
|
* Merged revisions 74943 via svnmerge fromGeorg Brandl2009-09-191-1/+1
| | | | | | | | | | 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. ........
* Merged revisions 74921 via svnmerge fromThomas Heller2009-09-181-1/+1
| | | | | | | | | | | 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. ........
* Merged revisions 74917 via svnmerge fromThomas Heller2009-09-181-0/+19
| | | | | | | | | | | 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. ........
* Merged revisions 74903 via svnmerge fromGeorg Brandl2009-09-181-1/+1
| | | | | | | | | | 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. ........
* Merged revisions 74873 via svnmerge fromGeorg Brandl2009-09-171-7/+0
| | | | | | | | | | 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. ........
* Merged revisions 74869 via svnmerge fromGeorg Brandl2009-09-171-0/+12
| | | | | | | | | | | 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". ........
* Merged revisions 74845 via svnmerge fromGeorg Brandl2009-09-161-0/+39
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74845 | georg.brandl | 2009-09-16 22:30:09 +0200 (Mi, 16 Sep 2009) | 5 lines #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. This works by always setting it in __dict__, except when it's implicitly set in __init__. ........
* Merged revisions 74841 via svnmerge fromThomas Wouters2009-09-161-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74841 | thomas.wouters | 2009-09-16 12:55:54 -0700 (Wed, 16 Sep 2009) | 23 lines Fix issue #1590864, multiple threads and fork() can cause deadlocks, by acquiring the import lock around fork() calls. This prevents other threads from having that lock while the fork happens, and is the recommended way of dealing with such issues. There are two other locks we care about, the GIL and the Thread Local Storage lock. The GIL is obviously held when calling Python functions like os.fork(), and the TLS lock is explicitly reallocated instead, while also deleting now-orphaned TLS data. This only fixes calls to os.fork(), not extension modules or embedding programs calling C's fork() directly. Solving that requires a new set of API functions, and possibly a rewrite of the Python/thread_*.c mess. Add a warning explaining the problem to the documentation in the mean time. This also changes behaviour a little on AIX. Before, AIX (but only AIX) was getting the import lock reallocated, seemingly to avoid this very same problem. This is not the right approach, because the import lock is a re-entrant one, and reallocating would do the wrong thing when forking while holding the import lock. Will backport to 2.6, minus the tiny AIX behaviour change. ........
* Merged revisions 74806 via svnmerge fromRonald Oussoren2009-09-151-5/+20
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74806 | ronald.oussoren | 2009-09-15 21:13:15 +0200 (Tue, 15 Sep 2009) | 3 lines Finish support for --with-universal-archs=intel and --with-universal-archs=3-way (issue6245) ........
* Merged revisions 74773 via svnmerge fromMatthias Klose2009-09-131-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74773 | matthias.klose | 2009-09-13 17:09:24 +0200 (So, 13 Sep 2009) | 2 lines Issue #6635: Fix profiler printing usage message. ........
* removed unecessary lines for clarity and added a the same test than in trunk ↵Tarek Ziadé2009-09-092-3/+13
| | | | for the inplace
* Merged revisions 74728 via svnmerge fromTarek Ziadé2009-09-091-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74728 | tarek.ziade | 2009-09-09 10:14:20 +0200 (Wed, 09 Sep 2009) | 1 line Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler ........
* Merged revisions 74708 via svnmerge fromMark Dickinson2009-09-082-3/+12
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74708 | mark.dickinson | 2009-09-07 19:04:58 +0100 (Mon, 07 Sep 2009) | 2 lines #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. ........
* Merged revisions 74704 via svnmerge fromMark Dickinson2009-09-072-1/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74704 | mark.dickinson | 2009-09-07 17:17:41 +0100 (Mon, 07 Sep 2009) | 3 lines Issue #6850: Fix bug in Decimal._parse_format_specifier for formats with no type specifier. ........
* broken minimal merge...Ronald Oussoren2009-09-061-1/+1
|
* Merged revisions 74684 via svnmerge fromRonald Oussoren2009-09-061-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74684 | ronald.oussoren | 2009-09-06 14:23:18 +0200 (Sun, 06 Sep 2009) | 2 lines Fix for issue 4937 ........
* Merged revisions 74672 via svnmerge fromRonald Oussoren2009-09-065-12/+37
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74672 | ronald.oussoren | 2009-09-06 12:00:26 +0200 (Sun, 06 Sep 2009) | 1 line Fix build issues on OSX 10.6 (issue 6802) ........
* Merged revisions 74673 via svnmerge fromMark Dickinson2009-09-061-0/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74673 | mark.dickinson | 2009-09-06 11:03:31 +0100 (Sun, 06 Sep 2009) | 3 lines Issue #6846: bytearray.pop was returning ints in the range [-128, 128) instead of [0, 256). Thanks Hagen Fürstenau for the report and fix. ........
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly ↵Chris Withers2009-09-041-12/+9
| | | | concatenating strings.
* Merged revisions 74564 via svnmerge fromMark Dickinson2009-08-282-2/+21
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74564 | mark.dickinson | 2009-08-28 14:25:02 +0100 (Fri, 28 Aug 2009) | 3 lines Issue #6794: Fix handling of NaNs in Decimal.compare_total and Decimal.compare_total_mag. ........
* Fixing Issue6557. urllib.urlopen will quote the space character within urls.Senthil Kumaran2009-08-152-0/+15
|
* Merged revisions 74457 via svnmerge fromBenjamin Peterson2009-08-151-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74457 | benjamin.peterson | 2009-08-15 08:16:38 -0500 (Sat, 15 Aug 2009) | 1 line #6707 fix a crash with dir() on an uninitialized module ........