summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged revisions 74757 via svnmerge fromBenjamin Peterson2009-09-131-4/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74757 | benjamin.peterson | 2009-09-12 20:59:31 -0500 (Sat, 12 Sep 2009) | 1 line update urls ........
* Blocked revisions 74750 via svnmergeLars Gustäbel2009-09-120-0/+0
| | | | | | | | | | | | | | | ........ r74750 | lars.gustaebel | 2009-09-12 12:28:15 +0200 (Sat, 12 Sep 2009) | 9 lines Issue #6856: Add a filter keyword argument to TarFile.add(). The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible. ........
* Merged revisions 74727 via svnmerge fromBenjamin Peterson2009-09-092-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74727 | benjamin.peterson | 2009-09-08 18:04:22 -0500 (Tue, 08 Sep 2009) | 1 line #6865 fix ref counting in initialization of pwd module ........
* 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-092-1/+7
| | | | | | | | | | 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 ........
* Blocked revisions 74723 via svnmergeMark Dickinson2009-09-080-0/+0
| | | | | | | | | ........ r74723 | mark.dickinson | 2009-09-08 21:20:19 +0100 (Tue, 08 Sep 2009) | 3 lines Issue #6857: Fix Decimal formatting to be consistent with existing float formatting: both are now right-aligned by default. ........
* Merged revisions 74708 via svnmerge fromMark Dickinson2009-09-083-3/+16
| | | | | | | | | | 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. ........
* Unblocked revisions 74708 via svnmergeMark Dickinson2009-09-080-0/+0
| | | | | | | | ........ 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 74701 via svnmerge fromRonald Oussoren2009-09-082-29/+163
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74701 | ronald.oussoren | 2009-09-07 08:12:00 +0200 (Mon, 07 Sep 2009) | 2 lines Fix typo in configure.in ........
* Blocked revisions 74708 via svnmergeMark Dickinson2009-09-070-0/+0
| | | | | | | | ........ 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-073-1/+7
| | | | | | | | | | | 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. ........
* Merged revisions 74693 via svnmerge fromMark Dickinson2009-09-062-1/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74693 | mark.dickinson | 2009-09-06 22:21:05 +0100 (Sun, 06 Sep 2009) | 2 lines Issue #6848: Fix curses module build failure on OS X 10.6. ........
* Merged revisions 74689 via svnmerge fromMark Dickinson2009-09-061-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74689 | mark.dickinson | 2009-09-06 21:51:37 +0100 (Sun, 06 Sep 2009) | 1 line Remove redundant assignment ........
* broken minimal merge...Ronald Oussoren2009-09-061-1/+1
|
* Merged revisions 74684 via svnmerge fromRonald Oussoren2009-09-062-1/+2
| | | | | | | | | | 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-068-23/+113
| | | | | | | | | | 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 74677 via svnmerge fromMark Dickinson2009-09-061-4/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74677 | mark.dickinson | 2009-09-06 11:32:21 +0100 (Sun, 06 Sep 2009) | 1 line Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hagen Fürstenau. ........
* Merged revisions 74673 via svnmerge fromMark Dickinson2009-09-063-1/+5
| | | | | | | | | | | 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. ........
* Blocked revisions 74667 via svnmergeMark Dickinson2009-09-050-0/+0
| | | | | | | | ........ r74667 | mark.dickinson | 2009-09-05 11:27:00 +0100 (Sat, 05 Sep 2009) | 2 lines Add configure-time checks for gamma and error functions. ........
* Recorded merge of revisions 74655-74656 via svnmerge fromGeorg Brandl2009-09-040-0/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74655 | chris.withers | 2009-09-04 18:12:32 +0200 (Fr, 04 Sep 2009) | 2 lines Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. ........ r74656 | chris.withers | 2009-09-04 18:32:22 +0200 (Fr, 04 Sep 2009) | 1 line news entry matching r74655 ........
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly ↵Chris Withers2009-09-042-12/+14
| | | | concatenating strings.
* Blocked revisions 74604 via svnmergeMark Dickinson2009-08-310-0/+0
| | | | | | | | ........ r74604 | mark.dickinson | 2009-08-31 15:46:07 +0100 (Mon, 31 Aug 2009) | 1 line Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. ........
* Merged revisions 74590 via svnmerge fromGeorg Brandl2009-08-301-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74590 | georg.brandl | 2009-08-30 11:51:53 +0000 (So, 30 Aug 2009) | 1 line #6801: fix copy-paste oversight. ........
* Merged revisions 74578 via svnmerge fromTarek Ziadé2009-08-292-1/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74578 | tarek.ziade | 2009-08-29 15:33:21 +0200 (Sat, 29 Aug 2009) | 1 line fixed #6801: symmetric_difference_update also accepts pipe ........
* Merged revisions 74575 via svnmerge fromMark Dickinson2009-08-282-2/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74575 | mark.dickinson | 2009-08-28 21:46:24 +0100 (Fri, 28 Aug 2009) | 1 line Silence gcc 'comparison always false' warning ........
* Blocked revisions 74571 via svnmergeLars Gustäbel2009-08-280-0/+0
| | | | | | | | | | | | ........ r74571 | lars.gustaebel | 2009-08-28 21:23:44 +0200 (Fri, 28 Aug 2009) | 7 lines Issue #6054: Do not normalize stored pathnames. No longer use tarfile.normpath() on pathnames. Store pathnames unchanged, i.e. do not remove "./", "../" and "//" occurrences. However, still convert absolute to relative paths. ........
* Merged revisions 74564 via svnmerge fromMark Dickinson2009-08-283-2/+24
| | | | | | | | | | | 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. ........
* Blocked revisions 74537 via svnmergeTarek Ziadé2009-08-210-0/+0
| | | | | | | | ........ r74537 | tarek.ziade | 2009-08-21 16:28:38 +0200 (Fri, 21 Aug 2009) | 1 line fixed misplaced Issue line ........
* fixed misplaced IssueTarek Ziadé2009-08-211-3/+6
|
* Merged revisions 74533 via svnmerge fromTarek Ziadé2009-08-212-4/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74533 | tarek.ziade | 2009-08-21 16:11:26 +0200 (Fri, 21 Aug 2009) | 1 line Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows ........
* Blocked revisions 74526 via svnmergeTarek Ziadé2009-08-200-0/+0
| | | | | | | | ........ r74526 | tarek.ziade | 2009-08-20 23:23:13 +0200 (Thu, 20 Aug 2009) | 1 line #6693: New functions in site.py to get user/global site packages paths. ........
* missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
|
* Blocked revisions 74503 via svnmergeTarek Ziadé2009-08-180-0/+0
| | | | | | | | ........ r74503 | tarek.ziade | 2009-08-18 10:21:49 +0200 (Tue, 18 Aug 2009) | 1 line fixed typo ........
* Blocked revisions 74501 via svnmergeTarek Ziadé2009-08-180-0/+0
| | | | | | | | ........ r74501 | tarek.ziade | 2009-08-18 10:16:33 +0200 (Tue, 18 Aug 2009) | 1 line added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed ........
* Blocked revisions 74495 via svnmergeTarek Ziadé2009-08-170-0/+0
| | | | | | | | ........ r74495 | tarek.ziade | 2009-08-17 23:48:22 +0200 (Mon, 17 Aug 2009) | 1 line module cleanup ........
* Blocked revisions 74493 via svnmergeTarek Ziadé2009-08-170-0/+0
| | | | | | | | ........ r74493 | tarek.ziade | 2009-08-17 23:28:34 +0200 (Mon, 17 Aug 2009) | 1 line fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore ........
* 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-153-3/+8
| | | | | | | | | | 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 ........
* Merged revisions 73145 via svnmerge fromGregory P. Smith2009-08-152-8/+13
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73145 | kristjan.jonsson | 2009-06-02 06:14:08 -0700 (Tue, 02 Jun 2009) | 2 lines http://bugs.python.org/issue6117 Fix O(n**2) performance problem in socket._fileobject ........
* Recorded merge of revisions 74429 via svnmerge fromNick Coghlan2009-08-140-0/+0
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74429 | brett.cannon | 2009-08-14 05:27:12 +1000 (Fri, 14 Aug 2009) | 5 lines Expat could crash if given the wrong kind of input by never stopping its tokenizing step. Thanks to Ivan Krstić for the patch. ........
* Backport of r74429. Not merged/blocked as svnmerge.py is giving me an error andBrett Cannon2009-08-134-3/+25
| | | | I don't want to accidentally check in busted svnmerge metadata.
* Blocked revisions 74336 via svnmergeAntoine Pitrou2009-08-060-0/+0
| | | | | | | | | | | | | ........ r74336 | antoine.pitrou | 2009-08-06 22:18:29 +0200 (jeu., 06 août 2009) | 8 lines Issue #6629: Fix a data corruption issue in the new `io` package, which could occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or "wb+" mode) after having buffered a certain amount of data for reading. This bug was not present in the pure Python implementation. Yes, this is a serious issue. ........
* Merged revisions 74328 via svnmerge fromGeorg Brandl2009-08-061-6/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line Fix base keyword arg name for int() and long(). ........
* Merge fix for 4660 back to 26 maintJesse Noller2009-08-064-8/+20
|
* Blocked revisions 74312 via svnmergeMark Dickinson2009-08-040-0/+0
| | | | | | | | | | ........ r74312 | mark.dickinson | 2009-08-04 22:56:04 +0100 (Tue, 04 Aug 2009) | 4 lines Issue #6620: Slightly safer code for _grouping_intervals in the locale module. Fixes a 'possible use before assignment' warning from pylint. Thanks Vincent Legoll. ........
* Merged revisions 74307 via svnmerge fromGeorg Brandl2009-08-041-0/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line Add donation link to docs footer. ........
* Merged revisions 74303 via svnmerge fromMark Dickinson2009-08-041-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74303 | mark.dickinson | 2009-08-04 20:22:35 +0100 (Tue, 04 Aug 2009) | 2 lines Issue #6644: Fix compile error on AIX. ........
* Issue 6637: defaultdict.copy() failed with an empty factory.Raymond Hettinger2009-08-043-1/+15
|
* Merged revisions 74291 via svnmerge fromFrank Wierzbicki2009-08-021-0/+116
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74291 | frank.wierzbicki | 2009-08-02 16:37:48 -0400 (Sun, 02 Aug 2009) | 6 lines Adding tests derived from the Jython project. These are primarily tests of 'single' statements with partial sentences (so they test things like "try:" in interactive mode). Others tests hit areas that previously failed in Jython. A couple still fail in Jython, mainly due to the difficulty of parsing partial sentences (but should be fixed by Jython 2.6). ........
* Merged revisions 74285 via svnmerge fromMark Dickinson2009-08-022-4/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74285 | mark.dickinson | 2009-08-02 16:40:11 +0100 (Sun, 02 Aug 2009) | 3 lines Issue #6619: Remove duplicate 'isgenerator' function from inspect module. Thanks Vincent Legoll. ........