]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 80388 via svnmerge from
Georg Brandl [Thu, 22 Apr 2010 23:20:19 +0000 (23:20 +0000)]
Merged revisions 80388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line

  Add "report a bug" links in some prominent places.  Make it clear that doc bugs can be mailed to docs@python.org.  Clarify tracker usage.
........

14 years agoFix my previous commit (r80382) for wide build (unicodeobject.c)
Victor Stinner [Thu, 22 Apr 2010 20:01:57 +0000 (20:01 +0000)]
Fix my previous commit (r80382) for wide build (unicodeobject.c)

14 years agoIssue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
Victor Stinner [Thu, 22 Apr 2010 19:38:16 +0000 (19:38 +0000)]
Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
unicode string (eg. backslashreplace)

14 years agoMerged revisions 80375 via svnmerge from
Antoine Pitrou [Thu, 22 Apr 2010 18:43:31 +0000 (18:43 +0000)]
Merged revisions 80375 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80375 | antoine.pitrou | 2010-04-22 20:00:41 +0200 (jeu., 22 avril 2010) | 3 lines

  Skip test on old versions of OpenSSL
........

14 years ago- Mention _posixsubprocess.c in Modules/Setup.dist
Matthias Klose [Thu, 22 Apr 2010 13:38:12 +0000 (13:38 +0000)]
- Mention _posixsubprocess.c in Modules/Setup.dist

14 years agoIssue #8496: make mailcap.lookup() always return a list, rather than an iterator.
Antoine Pitrou [Thu, 22 Apr 2010 13:30:10 +0000 (13:30 +0000)]
Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
Patch by Gregory Nofi.

14 years agoFix mailcap.py built-in test.
Antoine Pitrou [Thu, 22 Apr 2010 13:19:31 +0000 (13:19 +0000)]
Fix mailcap.py built-in test.

14 years agoMerged revisions 80355 via svnmerge from
Martin v. Löwis [Thu, 22 Apr 2010 13:16:44 +0000 (13:16 +0000)]
Merged revisions 80355 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80355 | martin.v.loewis | 2010-04-22 13:34:36 +0200 (Do, 22 Apr 2010) | 3 lines

  Issue #8475: Pass absolute interpreter path to
  "make html".
........

14 years agoMerged revisions 80362 via svnmerge from
Senthil Kumaran [Thu, 22 Apr 2010 12:19:46 +0000 (12:19 +0000)]
Merged revisions 80362 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80362 | senthil.kumaran | 2010-04-22 17:40:13 +0530 (Thu, 22 Apr 2010) | 4 lines

  Changed tests to only urlparse one, which was enough, addressed Ezio's comment
  on Invalid url check statement and versionchanged string in docs.
........

14 years agoIssue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
Victor Stinner [Thu, 22 Apr 2010 12:08:36 +0000 (12:08 +0000)]
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
you have to convert your bytearray filenames to bytes

14 years agoMerged revisions 80357 via svnmerge from
Ezio Melotti [Thu, 22 Apr 2010 11:57:12 +0000 (11:57 +0000)]
Merged revisions 80357 via svnmerge from
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.
........

14 years agoMerged revisions 80350 via svnmerge from
Ezio Melotti [Thu, 22 Apr 2010 11:29:27 +0000 (11:29 +0000)]
Merged revisions 80350 via svnmerge from
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.
........

14 years agoIssue #8195: Fix a crash in sqlite Connection.create_collation() if the
Victor Stinner [Thu, 22 Apr 2010 11:23:23 +0000 (11:23 +0000)]
Issue #8195: Fix a crash in sqlite Connection.create_collation() if the
collation name contains a surrogate character.

14 years agoFixing a note on encoding declaration, its usage in urlopen based on review
Senthil Kumaran [Thu, 22 Apr 2010 10:53:30 +0000 (10:53 +0000)]
Fixing a note on encoding declaration, its usage in urlopen based on review
comments from RDM and Ezio.

14 years agoTypo fixes.
Georg Brandl [Thu, 22 Apr 2010 07:02:51 +0000 (07:02 +0000)]
Typo fixes.

14 years agoFix indentation.
Georg Brandl [Thu, 22 Apr 2010 07:00:42 +0000 (07:00 +0000)]
Fix indentation.

14 years agoMerged revisions 80336 via svnmerge from
Senthil Kumaran [Thu, 22 Apr 2010 05:53:18 +0000 (05:53 +0000)]
Merged revisions 80336 via svnmerge from
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
........

14 years ago#7347 entry got entered in the wrong spot.
Brian Curtin [Thu, 22 Apr 2010 01:52:50 +0000 (01:52 +0000)]
#7347 entry got entered in the wrong spot.

14 years agoFix verb tense in skip message.
R. David Murray [Thu, 22 Apr 2010 01:49:37 +0000 (01:49 +0000)]
Fix verb tense in skip message.

14 years agoAdd a note about #7347.
Brian Curtin [Thu, 22 Apr 2010 01:07:36 +0000 (01:07 +0000)]
Add a note about #7347.

14 years agoMerged revisions 80155 via svnmerge from
R. David Murray [Thu, 22 Apr 2010 00:53:47 +0000 (00:53 +0000)]
Merged revisions 80155 via svnmerge from
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.
........

14 years agoPort #7347 to py3k.
Brian Curtin [Wed, 21 Apr 2010 23:56:21 +0000 (23:56 +0000)]
Port #7347 to py3k.

Add CreateKeyEx and DeleteKeyEx, along with test improvements.

14 years agoAdd myself to email, move 'windows' to Platforms where it
R. David Murray [Wed, 21 Apr 2010 23:05:10 +0000 (23:05 +0000)]
Add myself to email, move 'windows' to Platforms where it
belongs, and finish alphabetizing the Platforms list.

14 years agoAdd myself to ssl, although I'm not a de facto maintainer or expert
Antoine Pitrou [Wed, 21 Apr 2010 22:59:01 +0000 (22:59 +0000)]
Add myself to ssl, although I'm not a de facto maintainer or expert

14 years agoMerged revisions 80325 via svnmerge from
Antoine Pitrou [Wed, 21 Apr 2010 22:56:22 +0000 (22:56 +0000)]
Merged revisions 80325 via svnmerge from
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.
........

14 years agoIssue #8380: Port gdb/libpython to 3.x.
Martin v. Löwis [Wed, 21 Apr 2010 22:38:42 +0000 (22:38 +0000)]
Issue #8380: Port gdb/libpython to 3.x.

14 years agoMerged revisions 80322 via svnmerge from
Matthias Klose [Wed, 21 Apr 2010 22:21:03 +0000 (22:21 +0000)]
Merged revisions 80322 via svnmerge from
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.
........

14 years agoMerged revisions 80320 via svnmerge from
Matthias Klose [Wed, 21 Apr 2010 21:47:45 +0000 (21:47 +0000)]
Merged revisions 80320 via svnmerge from
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.
........

14 years agoMerged revisions 80314-80315 via svnmerge from
Antoine Pitrou [Wed, 21 Apr 2010 19:46:23 +0000 (19:46 +0000)]
Merged revisions 80314-80315 via svnmerge from
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)
........

14 years agoUpdate NEWS file accoding to my last patch (r80311 about gdb)
Victor Stinner [Wed, 21 Apr 2010 13:55:23 +0000 (13:55 +0000)]
Update NEWS file accoding to my last patch (r80311 about gdb)

Move test_gdb issues to the Tests section.

14 years agoAdapt libpython.py and test_gdb.py to Python3
Victor Stinner [Wed, 21 Apr 2010 13:53:05 +0000 (13:53 +0000)]
Adapt libpython.py and test_gdb.py to Python3

 * Rename PyStringObjectPtr to PyBytesObjectPtr
 * Replace PyObject_Print by textiowrapper_write

14 years agoMerged revisions 80306 via svnmerge from
Tarek Ziadé [Wed, 21 Apr 2010 13:35:21 +0000 (13:35 +0000)]
Merged revisions 80306 via svnmerge from
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
........

14 years agofixed typo
Tarek Ziadé [Wed, 21 Apr 2010 07:30:43 +0000 (07:30 +0000)]
fixed typo

14 years agoMerged revisions 80301 via svnmerge from
Martin v. Löwis [Wed, 21 Apr 2010 06:38:30 +0000 (06:38 +0000)]
Merged revisions 80301 via svnmerge from
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.
........

14 years agoMerged revisions 79986-79987,80156 via svnmerge from
Martin v. Löwis [Wed, 21 Apr 2010 06:05:58 +0000 (06:05 +0000)]
Merged revisions 79986-79987,80156 via svnmerge from
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.
........

14 years agoMerged revisions 80298 via svnmerge from
Ronald Oussoren [Wed, 21 Apr 2010 06:01:23 +0000 (06:01 +0000)]
Merged revisions 80298 via svnmerge from
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
........

14 years agoMerged revisions 80144 via svnmerge from
R. David Murray [Wed, 21 Apr 2010 01:51:57 +0000 (01:51 +0000)]
Merged revisions 80144 via svnmerge from
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.
........

14 years agoRework delta_divmod to avoid use of PyTuple_SetItem.
Mark Dickinson [Tue, 20 Apr 2010 23:24:25 +0000 (23:24 +0000)]
Rework delta_divmod to avoid use of PyTuple_SetItem.

14 years agoFix memory leak.
Mark Dickinson [Tue, 20 Apr 2010 22:39:53 +0000 (22:39 +0000)]
Fix memory leak.

14 years agoIssue #2706: Add support for dividing a timedelta by another timedelta.
Mark Dickinson [Tue, 20 Apr 2010 22:32:49 +0000 (22:32 +0000)]
Issue #2706:  Add support for dividing a timedelta by another timedelta.

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.

14 years agoMerged revisions 80288 via svnmerge from
Victor Stinner [Tue, 20 Apr 2010 22:32:07 +0000 (22:32 +0000)]
Merged revisions 80288 via svnmerge from
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
........

14 years agoMerged revisions 80282 via svnmerge from
Tarek Ziadé [Tue, 20 Apr 2010 21:40:47 +0000 (21:40 +0000)]
Merged revisions 80282 via svnmerge from
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
........

14 years agoMerged revisions 80279 via svnmerge from
Ronald Oussoren [Tue, 20 Apr 2010 21:00:34 +0000 (21:00 +0000)]
Merged revisions 80279 via svnmerge from
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.
........

14 years agoMerged revisions 80277 via svnmerge from
Senthil Kumaran [Tue, 20 Apr 2010 20:42:50 +0000 (20:42 +0000)]
Merged revisions 80277 via svnmerge from
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.
........

14 years ago* Fixes cut&paste error in configure
Ronald Oussoren [Tue, 20 Apr 2010 19:51:33 +0000 (19:51 +0000)]
* Fixes cut&paste error in configure
* Ensure that framework install works given the
  recent CFLAGS and BASECFLAGS changes

14 years agoMerged revisions 80274 via svnmerge from
Matthias Klose [Tue, 20 Apr 2010 19:48:04 +0000 (19:48 +0000)]
Merged revisions 80274 via svnmerge from
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
........

14 years agoMarkup nit.
Georg Brandl [Tue, 20 Apr 2010 18:15:54 +0000 (18:15 +0000)]
Markup nit.

14 years agoBlocked revisions 80270 via svnmerge
Ezio Melotti [Tue, 20 Apr 2010 16:57:51 +0000 (16:57 +0000)]
Blocked revisions 80270 via svnmerge

........
  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
........

14 years agoUpdated version numbers from 2.7 to 3.2
Brian Curtin [Tue, 20 Apr 2010 15:28:06 +0000 (15:28 +0000)]
Updated version numbers from 2.7 to 3.2

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.
........

14 years agofixed typo -- thanks Nick
Tarek Ziadé [Tue, 20 Apr 2010 14:31:49 +0000 (14:31 +0000)]
fixed typo -- thanks Nick

14 years agoAdd missing arg, fix indentation and spelling.
Ezio Melotti [Tue, 20 Apr 2010 11:26:51 +0000 (11:26 +0000)]
Add missing arg, fix indentation and spelling.

14 years agoFix two versionchanged.
Ezio Melotti [Tue, 20 Apr 2010 10:57:44 +0000 (10:57 +0000)]
Fix two versionchanged.

14 years agoMerged revisions 80236 via svnmerge from
Senthil Kumaran [Tue, 20 Apr 2010 10:35:49 +0000 (10:35 +0000)]
Merged revisions 80236 via svnmerge from
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.
........

14 years agoMerged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from
Ezio Melotti [Tue, 20 Apr 2010 09:55:05 +0000 (09:55 +0000)]
Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from
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
........

14 years agoUpdate the python version in the interpreter tutorial.
Ezio Melotti [Tue, 20 Apr 2010 09:41:59 +0000 (09:41 +0000)]
Update the python version in the interpreter tutorial.

14 years agoFix versionadded in unittest.rst.
Ezio Melotti [Tue, 20 Apr 2010 09:32:54 +0000 (09:32 +0000)]
Fix versionadded in unittest.rst.

14 years agoadded a note on shutil.copytree improvements
Tarek Ziadé [Tue, 20 Apr 2010 09:13:23 +0000 (09:13 +0000)]
added a note on shutil.copytree improvements

14 years agoFixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
Tarek Ziadé [Tue, 20 Apr 2010 08:57:33 +0000 (08:57 +0000)]
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree

14 years agoMerged revisions 80238 via svnmerge from
Stefan Krah [Tue, 20 Apr 2010 08:13:03 +0000 (08:13 +0000)]
Merged revisions 80238 via svnmerge from
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.
........

14 years agoMerged revisions 80232 via svnmerge from
Ronald Oussoren [Tue, 20 Apr 2010 06:36:47 +0000 (06:36 +0000)]
Merged revisions 80232 via svnmerge from
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)
........

14 years agoFixed #1540112: now shutil.copytree will let you provide your own copy() function
Tarek Ziadé [Mon, 19 Apr 2010 22:30:51 +0000 (22:30 +0000)]
Fixed #1540112: now shutil.copytree will let you provide your own copy() function

14 years agoMerged revisions 80226 via svnmerge from
Giampaolo Rodolà [Mon, 19 Apr 2010 22:05:54 +0000 (22:05 +0000)]
Merged revisions 80226 via svnmerge from
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
........

14 years agoMerged revisions 80221 via svnmerge from
Tarek Ziadé [Mon, 19 Apr 2010 21:31:42 +0000 (21:31 +0000)]
Merged revisions 80221 via svnmerge from
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.
........

14 years agoMerged revisions 80218 via svnmerge from
Tarek Ziadé [Mon, 19 Apr 2010 21:19:57 +0000 (21:19 +0000)]
Merged revisions 80218 via svnmerge from
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
........

14 years agoBlocked revisions 80215 via svnmerge
Antoine Pitrou [Mon, 19 Apr 2010 19:38:22 +0000 (19:38 +0000)]
Blocked revisions 80215 via svnmerge

........
  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.
........

14 years agoRemove obsolete mention of IRIX native threads -- we don't use them anymore.
Antoine Pitrou [Mon, 19 Apr 2010 14:09:57 +0000 (14:09 +0000)]
Remove obsolete mention of IRIX native threads -- we don't use them anymore.

14 years agoAdd version{added,changed} for lock timeout support.
Antoine Pitrou [Mon, 19 Apr 2010 14:05:51 +0000 (14:05 +0000)]
Add version{added,changed} for lock timeout support.

14 years agoI'll maintain syslog. I've made most of the "recent" changes to it anyway.
Sean Reifscheider [Mon, 19 Apr 2010 06:06:12 +0000 (06:06 +0000)]
I'll maintain syslog.  I've made most of the "recent" changes to it anyway.

14 years agoBlocked revisions 80202 via svnmerge
Benjamin Peterson [Sun, 18 Apr 2010 23:08:30 +0000 (23:08 +0000)]
Blocked revisions 80202 via svnmerge

........
  r80202 | raymond.hettinger | 2010-04-18 17:57:57 -0500 (Sun, 18 Apr 2010) | 1 line

  Issue 8436: set.__init__ accepts keyword args
........

14 years agoIssue 8436: set.__init__ accepts keyword args
Raymond Hettinger [Sun, 18 Apr 2010 23:05:22 +0000 (23:05 +0000)]
Issue 8436: set.__init__ accepts keyword args

14 years agoFor for issue #5652
Ronald Oussoren [Sun, 18 Apr 2010 20:53:49 +0000 (20:53 +0000)]
For for issue #5652

14 years agoFor for issue #7154: Port the code that uses
Ronald Oussoren [Sun, 18 Apr 2010 20:46:11 +0000 (20:46 +0000)]
For for issue #7154: Port the code that uses
the SystemConfiguration framework to detect the
proxy settings on OSX from the trunk to python 3.2

14 years agoIssue 8420: Fix ref counting problem in set_repr().
Raymond Hettinger [Sun, 18 Apr 2010 20:26:14 +0000 (20:26 +0000)]
Issue 8420: Fix ref counting problem in set_repr().

14 years agoMerged revisions 80194 via svnmerge from
Antoine Pitrou [Sun, 18 Apr 2010 19:17:01 +0000 (19:17 +0000)]
Merged revisions 80194 via svnmerge from
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
........

14 years agoMerged revisions 80187 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 19:07:43 +0000 (19:07 +0000)]
Merged revisions 80187 via svnmerge from
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.
........

14 years agoRevert r80167, it breaks build on many platforms
Victor Stinner [Sun, 18 Apr 2010 18:28:09 +0000 (18:28 +0000)]
Revert r80167, it breaks build on many platforms

14 years agoMerged revisions 80179 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 15:24:17 +0000 (15:24 +0000)]
Merged revisions 80179 via svnmerge from
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
........

14 years agoMerged revisions 80178 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 15:02:38 +0000 (15:02 +0000)]
Merged revisions 80178 via svnmerge from
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
........

14 years agoMove _Py_char2wchar from python.c to main.c.
Ronald Oussoren [Sun, 18 Apr 2010 14:46:12 +0000 (14:46 +0000)]
Move _Py_char2wchar from python.c to main.c.

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.

14 years agoMerged revisions 80172 via svnmerge from
Giampaolo Rodolà [Sun, 18 Apr 2010 13:36:35 +0000 (13:36 +0000)]
Merged revisions 80172 via svnmerge from
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
........

14 years agoRemove colspanning cells.
Georg Brandl [Sun, 18 Apr 2010 09:50:07 +0000 (09:50 +0000)]
Remove colspanning cells.

14 years agoMerged revisions 80166 via svnmerge from
Victor Stinner [Sun, 18 Apr 2010 09:11:53 +0000 (09:11 +0000)]
Merged revisions 80166 via svnmerge from
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
........

14 years agoIssue #8422, test_genericpath: skip the creation of a directory with an invalid
Victor Stinner [Sun, 18 Apr 2010 08:23:42 +0000 (08:23 +0000)]
Issue #8422, test_genericpath: skip the creation of a directory with an invalid
UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8
string).

14 years agoIssue #8340, test_abs_path() of test_site: encode paths to ASCII with
Victor Stinner [Sun, 18 Apr 2010 07:59:53 +0000 (07:59 +0000)]
Issue #8340, test_abs_path() of test_site: encode paths to ASCII with
backslashreplace to avoid locale issues, don't write stderr to a pipe to ease
debug, separate directories by newlines instead of a space.

14 years agoIssue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
Victor Stinner [Sun, 18 Apr 2010 00:00:44 +0000 (00:00 +0000)]
Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
surrogates.

14 years agoWording in NEWS.
Antoine Pitrou [Sat, 17 Apr 2010 23:52:21 +0000 (23:52 +0000)]
Wording in NEWS.

14 years agoIssue #850728: Add a *timeout* parameter to the `acquire()` method of
Antoine Pitrou [Sat, 17 Apr 2010 23:51:58 +0000 (23:51 +0000)]
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
`threading.Semaphore` objects.  Original patch by Torsten Landschoff.

14 years agoMerged revisions 80151 via svnmerge from
Antoine Pitrou [Sat, 17 Apr 2010 17:40:45 +0000 (17:40 +0000)]
Merged revisions 80151 via svnmerge from
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.
........

14 years agoMerged revisions 80152 via svnmerge from
Martin v. Löwis [Sat, 17 Apr 2010 17:11:55 +0000 (17:11 +0000)]
Merged revisions 80152 via svnmerge from
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.
........

14 years agoMerged revisions 80146 via svnmerge from
Senthil Kumaran [Sat, 17 Apr 2010 14:44:14 +0000 (14:44 +0000)]
Merged revisions 80146 via svnmerge from
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.
........

14 years agofix svn:ignore
Benjamin Peterson [Sat, 17 Apr 2010 02:00:25 +0000 (02:00 +0000)]
fix svn:ignore

14 years agoRemove unnecessary XXX
Barry Warsaw [Sat, 17 Apr 2010 00:31:11 +0000 (00:31 +0000)]
Remove unnecessary XXX

14 years agochange svn:ignore to __pycache__
Benjamin Peterson [Sat, 17 Apr 2010 00:29:51 +0000 (00:29 +0000)]
change svn:ignore to __pycache__

14 years agoFix the --with-cxx-main build.
Collin Winter [Sat, 17 Apr 2010 00:20:57 +0000 (00:20 +0000)]
Fix the --with-cxx-main build.

14 years agoPEP 3147
Barry Warsaw [Sat, 17 Apr 2010 00:19:56 +0000 (00:19 +0000)]
PEP 3147

14 years agoIssue #8393: subprocess accepts bytes, bytearray and str with surrogates for
Victor Stinner [Fri, 16 Apr 2010 23:49:32 +0000 (23:49 +0000)]
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
the current working directory.

Remove also a trailing space, and replace tabulation indentation by spaces.

14 years agoMerged revisions 80129 via svnmerge from
Benjamin Peterson [Fri, 16 Apr 2010 23:00:53 +0000 (23:00 +0000)]
Merged revisions 80129 via svnmerge from
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
........

14 years agoMerged revisions 80126 via svnmerge from
Benjamin Peterson [Fri, 16 Apr 2010 22:51:37 +0000 (22:51 +0000)]
Merged revisions 80126 via svnmerge from
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
........

14 years agoMerged revisions 80123-80124 via svnmerge from
Benjamin Peterson [Fri, 16 Apr 2010 22:35:32 +0000 (22:35 +0000)]
Merged revisions 80123-80124 via svnmerge from
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
........

14 years agoBlocked revisions 80121 via svnmerge
Benjamin Peterson [Fri, 16 Apr 2010 21:56:43 +0000 (21:56 +0000)]
Blocked revisions 80121 via svnmerge

........
  r80121 | benjamin.peterson | 2010-04-16 16:55:10 -0500 (Fri, 16 Apr 2010) | 1 line

  remove check for unicode
........