summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-228-151/+104
| | | | you have to convert your bytearray filenames to bytes
* Merged revisions 80357 via svnmerge fromEzio Melotti2010-04-221-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80357 | ezio.melotti | 2010-04-22 14:53:21 +0300 (Thu, 22 Apr 2010) | 1 line Rephrase comment. ........
* Merged revisions 80350 via svnmerge fromEzio Melotti2010-04-221-5/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80350 | ezio.melotti | 2010-04-22 14:23:31 +0300 (Thu, 22 Apr 2010) | 1 line #8474: fix duplicate test in test_email. ........
* Issue #8195: Fix a crash in sqlite Connection.create_collation() if theVictor Stinner2010-04-223-5/+22
| | | | collation name contains a surrogate character.
* Fixing a note on encoding declaration, its usage in urlopen based on reviewSenthil Kumaran2010-04-221-17/+24
| | | | comments from RDM and Ezio.
* Typo fixes.Georg Brandl2010-04-221-7/+8
|
* Fix indentation.Georg Brandl2010-04-221-2/+2
|
* Merged revisions 80336 via svnmerge fromSenthil Kumaran2010-04-221-5/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80336 | senthil.kumaran | 2010-04-22 11:18:35 +0530 (Thu, 22 Apr 2010) | 3 lines Updated the RFCs list in the See Also section of urlparse.rst ........
* #7347 entry got entered in the wrong spot.Brian Curtin2010-04-221-3/+3
|
* Fix verb tense in skip message.R. David Murray2010-04-221-1/+1
|
* Add a note about #7347.Brian Curtin2010-04-221-0/+3
|
* Merged revisions 80155 via svnmerge fromR. David Murray2010-04-221-0/+2
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80155 | r.david.murray | 2010-04-17 17:59:26 -0400 (Sat, 17 Apr 2010) | 5 lines Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. This is presumably related to issue 3864, and appears to be due to a platform bug on freebsd6. ........
* Port #7347 to py3k.Brian Curtin2010-04-213-38/+390
| | | | Add CreateKeyEx and DeleteKeyEx, along with test improvements.
* Add myself to email, move 'windows' to Platforms where itR. David Murray2010-04-211-3/+3
| | | | belongs, and finish alphabetizing the Platforms list.
* Add myself to ssl, although I'm not a de facto maintainer or expertAntoine Pitrou2010-04-211-1/+1
|
* Merged revisions 80325 via svnmerge fromAntoine Pitrou2010-04-213-16/+10
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80325 | antoine.pitrou | 2010-04-22 00:53:29 +0200 (jeu., 22 avril 2010) | 6 lines Issue #7332: Remove the 16KB stack-based buffer in PyMarshal_ReadLastObjectFromFile, which doesn't bring any noticeable benefit compared to the dynamic memory allocation fallback. Patch by Charles-François Natali. ........
* Issue #8380: Port gdb/libpython to 3.x.Martin v. Löwis2010-04-213-166/+292
|
* Merged revisions 80322 via svnmerge fromMatthias Klose2010-04-212-2/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80322 | matthias.klose | 2010-04-22 00:18:52 +0200 (Do, 22 Apr 2010) | 2 lines - Build the ossaudio extension on GNU/kFreeBSD. ........
* Merged revisions 80320 via svnmerge fromMatthias Klose2010-04-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80320 | matthias.klose | 2010-04-21 23:45:30 +0200 (Mi, 21 Apr 2010) | 2 lines setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. ........
* Merged revisions 80314-80315 via svnmerge fromAntoine Pitrou2010-04-215-1/+70
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80314 | antoine.pitrou | 2010-04-21 21:28:03 +0200 (mer., 21 avril 2010) | 5 lines Issue #8484: Load all ciphers and digest algorithms when initializing the _ssl extension, such that verification of some SSL certificates doesn't fail because of an "unknown algorithm". ........ r80315 | antoine.pitrou | 2010-04-21 21:36:23 +0200 (mer., 21 avril 2010) | 3 lines Forgot to add the sample certificate (followup to r80314) ........
* Update NEWS file accoding to my last patch (r80311 about gdb)Victor Stinner2010-04-211-2/+3
| | | | Move test_gdb issues to the Tests section.
* Adapt libpython.py and test_gdb.py to Python3Victor Stinner2010-04-212-12/+12
| | | | | * Rename PyStringObjectPtr to PyBytesObjectPtr * Replace PyObject_Print by textiowrapper_write
* Merged revisions 80306 via svnmerge fromTarek Ziadé2010-04-211-3/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80306 | tarek.ziade | 2010-04-21 15:32:26 +0200 (Wed, 21 Apr 2010) | 1 line shutil: removed unused import and fixed attributes names in _call_external_zip ........
* fixed typoTarek Ziadé2010-04-211-1/+1
|
* Merged revisions 80301 via svnmerge fromMartin v. Löwis2010-04-211-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80301 | martin.v.loewis | 2010-04-21 08:37:48 +0200 (Mi, 21 Apr 2010) | 2 lines Add Tim Golden. ........
* Merged revisions 79986-79987,80156 via svnmerge fromMartin v. Löwis2010-04-213-91/+121
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79986 | martin.v.loewis | 2010-04-12 07:18:16 +0200 (Mo, 12 Apr 2010) | 2 lines Issue #8330: Fix expected output in test_gdb. ........ r79987 | martin.v.loewis | 2010-04-12 07:22:25 +0200 (Mo, 12 Apr 2010) | 2 lines Re-enable all tests, to see which ones fail on the buildbots. ........ r80156 | martin.v.loewis | 2010-04-18 00:40:40 +0200 (So, 18 Apr 2010) | 2 lines Issue #8279: Fix test_gdb failures. ........
* Merged revisions 80298 via svnmerge fromRonald Oussoren2010-04-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80298 | ronald.oussoren | 2010-04-21 08:00:35 +0200 (Wed, 21 Apr 2010) | 2 lines Sync test_plistlib.py with plistlib.py ........
* Merged revisions 80144 via svnmerge fromR. David Murray2010-04-212-0/+13
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. Two itimer tests and an interprocess signal test fail on FreeBSD 6 if any test that starts a thread runs before test_signal. Since FreeBSD7 does not show this behavior, the bug is most likely a platform bug, so this patch just skips the failing tests on freebsd6. ........
* Rework delta_divmod to avoid use of PyTuple_SetItem.Mark Dickinson2010-04-201-5/+8
|
* Fix memory leak.Mark Dickinson2010-04-201-3/+2
|
* Issue #2706: Add support for dividing a timedelta by another timedelta.Mark Dickinson2010-04-204-6/+224
| | | | | | | | | | | | | Adds support for the three division operations: - timedelta / timedelta -> float - timedelta // timedelta -> int - timedelta % timedelta -> timedelta also adds support for divmod(timedelta, timedelta). Patch by Victor Stinner, adapted for py3k and extended by Alexander Belopolsky.
* Merged revisions 80288 via svnmerge fromVictor Stinner2010-04-203-15/+36
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80288 | victor.stinner | 2010-04-21 00:28:31 +0200 (mer., 21 avril 2010) | 2 lines Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm ........
* Merged revisions 80282 via svnmerge fromTarek Ziadé2010-04-203-61/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line removed ztar support in shutil.make_archive ........
* Merged revisions 80279 via svnmerge fromRonald Oussoren2010-04-201-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80279 | ronald.oussoren | 2010-04-20 22:59:37 +0200 (Tue, 20 Apr 2010) | 3 lines Fix for issue 7852: the DTD for OSX Plists has changed due to a change in the company name for Apple. ........
* Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-202-6/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80277 | senthil.kumaran | 2010-04-21 02:07:59 +0530 (Wed, 21 Apr 2010) | 3 lines Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. ........
* * Fixes cut&paste error in configureRonald Oussoren2010-04-204-4/+7
| | | | | * Ensure that framework install works given the recent CFLAGS and BASECFLAGS changes
* Merged revisions 80274 via svnmerge fromMatthias Klose2010-04-201-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80274 | matthias.klose | 2010-04-20 21:45:34 +0200 (Di, 20 Apr 2010) | 2 lines fix typo in r79533, introduced by the fix for issue #8233 ........
* Markup nit.Georg Brandl2010-04-201-1/+1
|
* Blocked revisions 80270 via svnmergeEzio Melotti2010-04-200-0/+0
| | | | | | | | ........ r80270 | ezio.melotti | 2010-04-20 19:49:48 +0300 (Tue, 20 Apr 2010) | 1 line #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse ........
* Updated version numbers from 2.7 to 3.2Brian Curtin2010-04-202-2/+6
| | | | | | | | | | | Merged revisions 80265 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80265 | brian.curtin | 2010-04-20 10:23:18 -0500 (Tue, 20 Apr 2010) | 2 lines Add version info for os.kill and signal changes from #1220212. ........
* fixed typo -- thanks NickTarek Ziadé2010-04-202-2/+2
|
* 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. ........