summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing arg, fix indentation and spelling.Ezio Melotti2010-04-201-5/+5
|
* Fix two versionchanged.Ezio Melotti2010-04-202-2/+2
|
* Merged revisions 80236 via svnmerge fromSenthil Kumaran2010-04-201-6/+18
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80236 | senthil.kumaran | 2010-04-20 12:24:59 +0530 (Tue, 20 Apr 2010) | 3 lines Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. ........
* Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge fromEzio Melotti2010-04-201-38/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79963 | andrew.kuchling | 2010-04-11 23:40:09 +0300 (Sun, 11 Apr 2010) | 1 line Add several items ........ r80024 | andrew.kuchling | 2010-04-13 04:32:51 +0300 (Tue, 13 Apr 2010) | 1 line Add an item; stray edit ........ r80064 | andrew.kuchling | 2010-04-14 04:14:59 +0300 (Wed, 14 Apr 2010) | 1 line Add argparse example ........ r80070 | andrew.kuchling | 2010-04-14 17:28:31 +0300 (Wed, 14 Apr 2010) | 1 line Add some text ........ r80085 | andrew.kuchling | 2010-04-15 02:55:17 +0300 (Thu, 15 Apr 2010) | 1 line Add various items; correct argparse output ........ r80088 | andrew.kuchling | 2010-04-15 04:42:27 +0300 (Thu, 15 Apr 2010) | 1 line Add various items ........
* Update the python version in the interpreter tutorial.Ezio Melotti2010-04-201-1/+1
|
* Fix versionadded in unittest.rst.Ezio Melotti2010-04-201-6/+6
|
* added a note on shutil.copytree improvementsTarek Ziadé2010-04-201-0/+11
|
* Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytreeTarek Ziadé2010-04-204-5/+52
|
* Merged revisions 80238 via svnmerge fromStefan Krah2010-04-201-8/+10
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80238 | stefan.krah | 2010-04-20 09:59:10 +0200 (Tue, 20 Apr 2010) | 9 lines 1) The timeout in the itimer tests was too low for slow or heavily loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic. ........
* Merged revisions 80232 via svnmerge fromRonald Oussoren2010-04-201-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80232 | ronald.oussoren | 2010-04-20 07:50:44 +0200 (Tue, 20 Apr 2010) | 3 lines Explicitly set system default for $PATH to ensure we have a clean build environment (OSX installer) ........
* Fixed #1540112: now shutil.copytree will let you provide your own copy() ↵Tarek Ziadé2010-04-194-27/+51
| | | | function
* Merged revisions 80226 via svnmerge fromGiampaolo Rodolà2010-04-192-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80226 | giampaolo.rodola | 2010-04-19 23:46:28 +0200 (lun, 19 apr 2010) | 1 line Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands ........
* Merged revisions 80221 via svnmerge fromTarek Ziadé2010-04-193-2/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80221 | tarek.ziade | 2010-04-19 23:28:21 +0200 (Mon, 19 Apr 2010) | 1 line Fixed #8463: added missing reference to bztar in shutil's documentation. ........
* Merged revisions 80218 via svnmerge fromTarek Ziadé2010-04-191-2/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80218 | tarek.ziade | 2010-04-19 23:13:03 +0200 (Mon, 19 Apr 2010) | 1 line few pep8 fixes ........
* Blocked revisions 80215 via svnmergeAntoine Pitrou2010-04-190-0/+0
| | | | | | | | | ........ r80215 | antoine.pitrou | 2010-04-19 20:52:43 +0200 (lun., 19 avril 2010) | 4 lines Issue #8438: Remove reference to the missing "surrogateescape" encoding error handler from the new IO library. ........
* Remove obsolete mention of IRIX native threads -- we don't use them anymore.Antoine Pitrou2010-04-191-5/+3
|
* Add version{added,changed} for lock timeout support.Antoine Pitrou2010-04-192-0/+11
|
* I'll maintain syslog. I've made most of the "recent" changes to it anyway.Sean Reifscheider2010-04-191-1/+1
|
* Blocked revisions 80202 via svnmergeBenjamin Peterson2010-04-180-0/+0
| | | | | | | | ........ r80202 | raymond.hettinger | 2010-04-18 17:57:57 -0500 (Sun, 18 Apr 2010) | 1 line Issue 8436: set.__init__ accepts keyword args ........
* Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-182-0/+3
|
* For for issue #5652Ronald Oussoren2010-04-181-10/+0
|
* For for issue #7154: Port the code that usesRonald Oussoren2010-04-184-27/+335
| | | | | the SystemConfiguration framework to detect the proxy settings on OSX from the trunk to python 3.2
* Issue 8420: Fix ref counting problem in set_repr().Raymond Hettinger2010-04-181-3/+1
|
* Merged revisions 80194 via svnmerge fromAntoine Pitrou2010-04-181-16/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80194 | antoine.pitrou | 2010-04-18 21:14:38 +0200 (dim., 18 avril 2010) | 3 lines Fix catastrophic file opening and closing logic in test_linecache ........
* Merged revisions 80187 via svnmerge fromRonald Oussoren2010-04-182-23/+57
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80187 | ronald.oussoren | 2010-04-18 19:59:37 +0200 (Sun, 18 Apr 2010) | 6 lines Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484. ........
* Revert r80167, it breaks build on many platformsVictor Stinner2010-04-181-15/+13
|
* Merged revisions 80179 via svnmerge fromRonald Oussoren2010-04-181-0/+51
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80179 | ronald.oussoren | 2010-04-18 16:01:05 +0200 (Sun, 18 Apr 2010) | 5 lines Add check to build-installer.py to ensure that the right version of Tcl/Tk is available (on OSX) Fixes issue #5651 ........
* Merged revisions 80178 via svnmerge fromRonald Oussoren2010-04-183-2/+22
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines Fix for issue #7072 ........
* Move _Py_char2wchar from python.c to main.c.Ronald Oussoren2010-04-183-103/+105
| | | | | | | This fixes issue #8441: python.c is not included in the framework while main.c is and without this patch you get a link error when building Python.framework on OSX.
* Merged revisions 80172 via svnmerge fromGiampaolo Rodolà2010-04-182-1/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80172 | giampaolo.rodola | 2010-04-18 14:55:03 +0200 (dom, 18 apr 2010) | 1 line Fix Issue #3817: 225 is now considered a valid response code for ABOR ........
* Remove colspanning cells.Georg Brandl2010-04-181-4/+4
|
* Merged revisions 80166 via svnmerge fromVictor Stinner2010-04-181-13/+15
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80166 | victor.stinner | 2010-04-18 11:07:49 +0200 (dim., 18 avril 2010) | 7 lines platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() * Popen() avoids ugly shell escape: target.replace('"', '\\"') * Use proc.communicate() instead of f.stdout.read() * Get output from stdout by splitting with ": " instead of splitting by spaces to support filename with spaces ........
* Issue #8422, test_genericpath: skip the creation of a directory with an invalidVictor Stinner2010-04-181-0/+4
| | | | | UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8 string).
* Issue #8340, test_abs_path() of test_site: encode paths to ASCII withVictor Stinner2010-04-181-7/+12
| | | | | backslashreplace to avoid locale issues, don't write stderr to a pipe to ease debug, separate directories by newlines instead of a space.
* Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str withVictor Stinner2010-04-182-3/+19
| | | | surrogates.
* Wording in NEWS.Antoine Pitrou2010-04-171-1/+1
|
* Issue #850728: Add a *timeout* parameter to the `acquire()` method ofAntoine Pitrou2010-04-175-9/+40
| | | | `threading.Semaphore` objects. Original patch by Torsten Landschoff.
* Merged revisions 80151 via svnmerge fromAntoine Pitrou2010-04-175-17/+72
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80151 | antoine.pitrou | 2010-04-17 19:10:38 +0200 (sam., 17 avril 2010) | 4 lines Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the available cipher list. Helps fix test_ssl with OpenSSL 1.0.0. ........
* Merged revisions 80152 via svnmerge fromMartin v. Löwis2010-04-171-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80152 | martin.v.loewis | 2010-04-17 19:10:55 +0200 (Sa, 17 Apr 2010) | 2 lines Add Giampaolo. ........
* Merged revisions 80146 via svnmerge fromSenthil Kumaran2010-04-171-2/+24
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80146 | senthil.kumaran | 2010-04-17 20:00:53 +0530 (Sat, 17 Apr 2010) | 3 lines Fix Issue5650 - Update the RFC List in the urlparse module. ........
* fix svn:ignoreBenjamin Peterson2010-04-170-0/+0
|
* Remove unnecessary XXXBarry Warsaw2010-04-171-1/+0
|
* change svn:ignore to __pycache__Benjamin Peterson2010-04-170-0/+0
|
* Fix the --with-cxx-main build.Collin Winter2010-04-172-1/+7
|
* PEP 3147Barry Warsaw2010-04-1739-288/+1204
|
* 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 ........