summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8393: subprocess accepts bytes, bytearray and str with surrogates forVictor Stinner2010-04-162-4/+23
| | | | | | the current working directory. Remove also a trailing space, and replace tabulation indentation by spaces.
* Merged revisions 80129 via svnmerge fromBenjamin Peterson2010-04-161-2/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80129 | benjamin.peterson | 2010-04-16 17:52:44 -0500 (Fri, 16 Apr 2010) | 1 line tiny simplification ........
* Merged revisions 80126 via svnmerge fromBenjamin Peterson2010-04-164-12/+22
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line have a clear error when passing something > sys.maxsize to bytearray ........
* Merged revisions 80123-80124 via svnmerge fromBenjamin Peterson2010-04-161-8/+8
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80123 | benjamin.peterson | 2010-04-16 17:24:16 -0500 (Fri, 16 Apr 2010) | 1 line bytearray -> type2test ........ r80124 | benjamin.peterson | 2010-04-16 17:25:57 -0500 (Fri, 16 Apr 2010) | 1 line fix typo ........
* Blocked revisions 80121 via svnmergeBenjamin Peterson2010-04-160-0/+0
| | | | | | | | ........ r80121 | benjamin.peterson | 2010-04-16 16:55:10 -0500 (Fri, 16 Apr 2010) | 1 line remove check for unicode ........
* Issue #7605: Fix test_cmd_line if the current working directory is not ASCIIVictor Stinner2010-04-161-2/+9
|
* Don't assume that os.confstr_names exists.Mark Dickinson2010-04-161-1/+2
|
* Issue #4970: move linuxthreads check outside the affected test, and use skipIfMark Dickinson2010-04-161-10/+13
|
* Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCIIVictor Stinner2010-04-162-1/+6
| | | | using backslashreplace error handler.
* Keep confstr entries in alphabetical order.Mark Dickinson2010-04-161-6/+6
|
* maintainers.rst additions.R. David Murray2010-04-161-2/+2
| | | | | Add Giampaolo Rodola as an expert for ftplib, and Victor Stinner to the 'unicode' interest area.
* Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),Victor Stinner2010-04-162-0/+15
| | | | | and disable test_execvpe_with_bad_program() of test_os if the libc uses linuxthreads to avoid the "unknown signal 32" bug (see issue #4970).
* Merged revisions 79892 via svnmerge fromVictor Stinner2010-04-162-0/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79892 | martin.v.loewis | 2010-04-07 13:01:46 +0200 (mer., 07 avril 2010) | 2 lines Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. ........
* Issue #8412: os.system() now accepts bytes, bytearray and str withVictor Stinner2010-04-162-6/+14
| | | | surrogates.
* Merged revisions 80101 via svnmerge fromSenthil Kumaran2010-04-163-12/+57
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80101 | senthil.kumaran | 2010-04-16 08:16:46 +0530 (Fri, 16 Apr 2010) | 3 lines Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) ........
* Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() ↵Senthil Kumaran2010-04-151-9/+25
| | | | to convert to str.
* Blocked revisions 80082 via svnmergeGeorg Brandl2010-04-140-0/+0
| | | | | | | | ........ r80082 | georg.brandl | 2010-04-14 23:36:49 +0200 (Mi, 14 Apr 2010) | 1 line #8370: fix module name in backported doc addition. ........
* Merged revisions 80062 via svnmerge fromR. David Murray2010-04-144-1/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80062 | r.david.murray | 2010-04-13 16:57:40 -0400 (Tue, 13 Apr 2010) | 2 lines Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. ........
* strings from _Py_char2wchar need PyMem_FreePhilip Jenvey2010-04-141-1/+1
|
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-1411-77/+326
| | | | | | module now takes an optional timeout argument in seconds. Timeout support relies on the system threading library, so as to avoid a semi-busy wait loop.
* #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii valuesPhilip Jenvey2010-04-144-16/+54
|
* Merged revisions 80060 via svnmerge fromAntoine Pitrou2010-04-131-15/+15
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80060 | antoine.pitrou | 2010-04-13 19:36:07 +0200 (mar., 13 avril 2010) | 5 lines Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors) ........
* Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden.Brian Curtin2010-04-131-1/+1
|
* Fix invalid syntax.Mark Dickinson2010-04-131-1/+1
|
* Merged revisions 80035 via svnmerge fromMark Dickinson2010-04-131-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80035 | mark.dickinson | 2010-04-13 12:37:23 +0100 (Tue, 13 Apr 2010) | 1 line In test_winsound, don't try to import _winreg until after checking that winsound is supported. ........
* Issue #8383: pickle and pickletools use surrogatepass error handler whenVictor Stinner2010-04-135-6/+14
| | | | | encoding unicode as utf8 to support lone surrogates and stay compatible with Python 2.x and 3.0
* Merged revisions 80026 via svnmerge fromBrian Curtin2010-04-131-0/+21
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80026 | brian.curtin | 2010-04-12 21:25:20 -0500 (Mon, 12 Apr 2010) | 4 lines Fix #7306. Add skips to test_winsound when no default sound is configured. These failures occur on a Windows Server 2003 machine I test on. ........
* Merged revisions 80022 via svnmerge fromBrian Curtin2010-04-121-3/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80022 | brian.curtin | 2010-04-12 18:30:49 -0500 (Mon, 12 Apr 2010) | 2 lines Fix #8364. Update the setquit docstring and change a built-in to builtin. ........
* Add usage notes for collections.Counter()Raymond Hettinger2010-04-121-0/+27
|
* Blocked revisions 80017 via svnmergeBenjamin Peterson2010-04-120-0/+0
| | | | | | | | ........ r80017 | raymond.hettinger | 2010-04-12 16:12:06 -0500 (Mon, 12 Apr 2010) | 1 line Add usage notes for collections.Counter(). ........
* Merged revisions 80013-80015 via svnmerge fromMark Dickinson2010-04-121-70/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80013 | mark.dickinson | 2010-04-12 20:25:32 +0100 (Mon, 12 Apr 2010) | 14 lines Issue #7355: Various improvements to struct module documentation. - note early on that the result of struct.pack includes padding bytes by default - add examples showing how order of struct fields can affect size (due to padding) - better headers and references; introduction to format strings - integrate packing notes into table Many thanks to Meador Inge for the patch. ........ r80014 | mark.dickinson | 2010-04-12 20:46:20 +0100 (Mon, 12 Apr 2010) | 1 line Rewrap some long lines in struct module doc source. ........ r80015 | mark.dickinson | 2010-04-12 21:38:36 +0100 (Mon, 12 Apr 2010) | 1 line More struct doc tweaks. ........
* Merged revisions 80009 via svnmerge fromBrian Curtin2010-04-121-1/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80009 | brian.curtin | 2010-04-12 13:07:21 -0500 (Mon, 12 Apr 2010) | 2 lines Update the Windows FAQ's text about os.kill (#1220212). ........
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-1210-6/+200
|
* Merged revisions 80004 via svnmerge fromR. David Murray2010-04-125-21/+51
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines Issue #7585: use tab between components in unified and context diff headers. Instead of spaces between the filename and date (or whatever the string is that follows the filename, if any) use tabs. This is what the unix 'diff' command does, for example, and difflib was intended to follow the 'standard' way of doing diffs. This improves compatibility with patch tools. The docs and examples are also changed to recommended that the date format used be the ISO 8601 format, which is what modern diff tools emit by default. Patch by Anatoly Techtonik. ........
* Merged revisions 80000 via svnmerge fromStefan Krah2010-04-121-5/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80000 | stefan.krah | 2010-04-12 17:21:25 +0200 (Mon, 12 Apr 2010) | 3 lines Issue #8367: Fix spurious test failure on systems without a sound card. ........
* Kurt's roundup id is kbk, use that in maintainers.rst instead ofR. David Murray2010-04-121-1/+1
| | | | | his checkin id, since maintainers is for finding people to make nosy in the tracker.
* typoBarry Warsaw2010-04-121-1/+1
|
* Merged revisions 79994 via svnmerge fromR. David Murray2010-04-122-1/+5
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79994 | r.david.murray | 2010-04-12 10:26:06 -0400 (Mon, 12 Apr 2010) | 9 lines Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. Fixed a typo in the email.encoders module so that messages output using an ISO-2022 character set will use a content-transfer-encoding of 7bit consistently. Previously if the input data had any eight bit characters the output data would get marked as 8bit even though it was actually 7bit. ........
* Fixed #8375 - test_distutils now checks what remains to be cleaned up during ↵Tarek Ziadé2010-04-122-0/+5
| | | | tearDown
* Merged revisions 79988 via svnmerge fromSenthil Kumaran2010-04-121-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79988 | senthil.kumaran | 2010-04-12 12:20:24 +0530 (Mon, 12 Apr 2010) | 3 lines Adding additional examples of valid urls as per RFC 3986 (for issue8339) ........
* Merged revisions 79982 via svnmerge fromAntoine Pitrou2010-04-121-6/+6
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79982 | antoine.pitrou | 2010-04-12 02:10:46 +0200 (lun., 12 avril 2010) | 8 lines It is possible to add extra testing options using EXTRATESTOPTS. When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots) ........
* compare with empty bytesBenjamin Peterson2010-04-111-1/+1
|
* Blocked revisions 79979 via svnmergeAntoine Pitrou2010-04-111-1/+1
| | | | | | | | ........ r79979 | antoine.pitrou | 2010-04-12 00:45:47 +0200 (lun., 12 avril 2010) | 3 lines Fix misplaced items and incorrect title. ........
* Merged revisions 79977 via svnmerge fromAntoine Pitrou2010-04-113-14/+93
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines Issue #8374: Update the internal alias table in the :mod:`locale` module to cover recent locale changes and additions. ........
* regen configureBenjamin Peterson2010-04-111-51/+53
|
* Merged revisions 79902 via svnmerge fromBenjamin Peterson2010-04-112-32/+3
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79902 | ronald.oussoren | 2010-04-08 03:13:31 -0500 (Thu, 08 Apr 2010) | 9 lines This check-in fixes two problems: 1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6. ........
* Merged revisions 79903,79907 via svnmerge fromBenjamin Peterson2010-04-111-2/+6
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8344: Fix test_ttk bug on FreeBSD. ........ r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8204: Fix test_ttk notebook test by forcing focus. ........
* Merged revisions 79908 via svnmerge fromBenjamin Peterson2010-04-111-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79908 | martin.v.loewis | 2010-04-08 12:40:54 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8348: Fix test ftp url in test_urllib2net. ........
* Blocked revisions 79307 via svnmergeBenjamin Peterson2010-04-110-0/+0
| | | | | | | | ........ r79307 | florent.xicluna | 2010-03-22 17:45:50 -0500 (Mon, 22 Mar 2010) | 2 lines #7667: Fix doctest failures with non-ASCII paths. ........
* Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via ↵Benjamin Peterson2010-04-118-2/+2081
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79548 | martin.v.loewis | 2010-04-01 02:40:51 -0500 (Thu, 01 Apr 2010) | 3 lines Issue #8032: For gdb7, a python-gdb.py file is added to the build, allowing to use advanced gdb features when debugging Python. ........ r79557 | antoine.pitrou | 2010-04-01 12:56:57 -0500 (Thu, 01 Apr 2010) | 5 lines Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked as a regular test by regrtest.py, and fails. ........ r79616 | mark.dickinson | 2010-04-02 15:22:21 -0500 (Fri, 02 Apr 2010) | 1 line Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers. ........ r79617 | mark.dickinson | 2010-04-02 15:34:26 -0500 (Fri, 02 Apr 2010) | 1 line Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. ........ r79716 | martin.v.loewis | 2010-04-03 13:54:07 -0500 (Sat, 03 Apr 2010) | 2 lines Don't install python-gdb.py as an executable. ........ r79778 | r.david.murray | 2010-04-04 20:34:50 -0500 (Sun, 04 Apr 2010) | 3 lines Issue 8287: try to fix the gdb-python install errors on Solaris and FreeBSD. Patch by Dave Malcolm. ........ r79795 | ronald.oussoren | 2010-04-05 06:21:21 -0500 (Mon, 05 Apr 2010) | 7 lines Ensure that the gdb hooks can be installed when srcdir != builddir. Without this patch it is no longer possible to build python when you don't run configure from the root of the source tree. ........ r79803 | r.david.murray | 2010-04-05 11:28:49 -0500 (Mon, 05 Apr 2010) | 3 lines Issue 8316: make test_gdb robust in the face of differing terminal widths. Patch by Dave Malcolm. ........ r79896 | martin.v.loewis | 2010-04-07 14:11:32 -0500 (Wed, 07 Apr 2010) | 2 lines Issue #8337: Disable the remaining test also for now. ........