]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 82895 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 20:22:17 +0000 (20:22 +0000)]
Merged revisions 82895 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82895 | senthil.kumaran | 2010-07-15 01:40:52 +0530 (Thu, 15 Jul 2010) | 3 lines

  Fix a mistake, https proxy shoud be https://
........

14 years agoMerged revisions 82890 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 19:25:26 +0000 (19:25 +0000)]
Merged revisions 82890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82890 | senthil.kumaran | 2010-07-15 00:45:23 +0530 (Thu, 15 Jul 2010) | 3 lines

  Fix: Issue6853 - Get HTTPS system proxy in Windows.
........

14 years agoBlocked revisions 82887 via svnmerge
Alexander Belopolsky [Wed, 14 Jul 2010 13:53:01 +0000 (13:53 +0000)]
Blocked revisions 82887 via svnmerge

........
  r82887 | alexander.belopolsky | 2010-07-14 09:46:57 -0400 (Wed, 14 Jul 2010) | 1 line

  PEP 8 conformance: class_ -> cls
........

14 years agoMerged revisions 82881 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 10:39:35 +0000 (10:39 +0000)]
Merged revisions 82881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines

  Fix Issue5842 - Moving the tests out of urllib.parse module
........

14 years agoHigh byte is the exit status.
Stefan Krah [Wed, 14 Jul 2010 10:06:07 +0000 (10:06 +0000)]
High byte is the exit status.

14 years agoMerged revisions 82872,82874 via svnmerge from
Georg Brandl [Wed, 14 Jul 2010 08:55:55 +0000 (08:55 +0000)]
Merged revisions 82872,82874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove XXX from text.
........
  r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line

  #9235: fix missing import of sys.
........

14 years agoBlocked revisions 82873 via svnmerge
Georg Brandl [Wed, 14 Jul 2010 08:55:03 +0000 (08:55 +0000)]
Blocked revisions 82873 via svnmerge

........
  r82873 | georg.brandl | 2010-07-14 10:53:36 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove unused code that would raise a NameError.
........

14 years agoMerged revisions 82850 via svnmerge from
Alexander Belopolsky [Wed, 14 Jul 2010 00:05:00 +0000 (00:05 +0000)]
Merged revisions 82850 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82850 | alexander.belopolsky | 2010-07-13 10:50:16 -0400 (Tue, 13 Jul 2010) | 1 line

  Set sys.modules[name] to None instead of 0 to block module import.
........

14 years agoRemove PYOS_OS2 special cases from the Solaris/OpenBSD section.
Stefan Krah [Tue, 13 Jul 2010 19:40:00 +0000 (19:40 +0000)]
Remove PYOS_OS2 special cases from the Solaris/OpenBSD section.

14 years agoIssue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
Stefan Krah [Tue, 13 Jul 2010 19:17:08 +0000 (19:17 +0000)]
Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
if the path length exceeded PATH_MAX.

14 years agoMerged revisions 82849 via svnmerge from
Jeroen Ruigrok van der Werven [Tue, 13 Jul 2010 15:08:30 +0000 (15:08 +0000)]
Merged revisions 82849 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82849 | jeroen.ruigrok | 2010-07-13 16:47:01 +0200 (di, 13 jul 2010) | 2 lines

  Fix documentation typo: wprite() -> write().
........

14 years agoMerged revisions 82842 via svnmerge from
Antoine Pitrou [Mon, 12 Jul 2010 20:11:52 +0000 (20:11 +0000)]
Merged revisions 82842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82842 | antoine.pitrou | 2010-07-12 22:01:52 +0200 (lun., 12 juil. 2010) | 3 lines

  Fix definition of len() and indexing for memoryview objects (part of #7696).
........

14 years agoMerged revisions 82839 via svnmerge from
Ezio Melotti [Mon, 12 Jul 2010 19:52:15 +0000 (19:52 +0000)]
Merged revisions 82839 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line

  #6026: skip test_get_file_list when zlib is not available.
........

14 years agoMerged revisions 82821 via svnmerge from
Mark Dickinson [Sun, 11 Jul 2010 19:17:28 +0000 (19:17 +0000)]
Merged revisions 82821 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines

  Issue #9137: Fix issue in MutableMapping.update, which incorrectly
  treated keyword arguments called 'self' or 'other' specially.
........

14 years agoMerged revisions 82814 via svnmerge from
Antoine Pitrou [Sun, 11 Jul 2010 12:14:05 +0000 (12:14 +0000)]
Merged revisions 82814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82814 | antoine.pitrou | 2010-07-11 14:12:00 +0200 (dim., 11 juil. 2010) | 4 lines

  Issue #7616: Fix copying of overlapping memoryview slices with the Intel
  compiler.
........

14 years agoMerged revisions 82806 via svnmerge from
Georg Brandl [Sun, 11 Jul 2010 10:29:37 +0000 (10:29 +0000)]
Merged revisions 82806 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line

  #9223: link to Command class reference, and move Command interface docs nearer to class docs.
........

14 years agoBlocked revisions 82801 via svnmerge
Georg Brandl [Sun, 11 Jul 2010 09:36:31 +0000 (09:36 +0000)]
Blocked revisions 82801 via svnmerge

........
  r82801 | georg.brandl | 2010-07-11 11:33:39 +0200 (So, 11 Jul 2010) | 1 line

  #9184: fix default value for "buffering" param of open().
........

14 years agoMerged revisions 82799 via svnmerge from
Georg Brandl [Sun, 11 Jul 2010 09:34:16 +0000 (09:34 +0000)]
Merged revisions 82799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line

  Fix typo.
........

14 years agoMerged revisions 82789 via svnmerge from
Georg Brandl [Sun, 11 Jul 2010 08:57:05 +0000 (08:57 +0000)]
Merged revisions 82789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line

  Silence makeindex.
........

14 years agoMerged revisions 82790 via svnmerge from
Georg Brandl [Sun, 11 Jul 2010 08:56:18 +0000 (08:56 +0000)]
Merged revisions 82790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82790 | georg.brandl | 2010-07-11 10:36:20 +0200 (So, 11 Jul 2010) | 1 line

  #3214 followup: add link to ABC entry.
........

14 years agoFix for issue #9164: with this patch sysconfig and distuls don't break
Ronald Oussoren [Sun, 11 Jul 2010 08:52:52 +0000 (08:52 +0000)]
Fix for issue #9164: with this patch sysconfig and distuls don't break
when duplicate '-arch foo' flags end up in CFLAGS (which may happen when
building a universal build using macports)

14 years agoMerged revisions 82785 via svnmerge from
Senthil Kumaran [Sun, 11 Jul 2010 05:11:10 +0000 (05:11 +0000)]
Merged revisions 82785 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines

  Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
........

14 years agoMerged revisions 82780 via svnmerge from
Senthil Kumaran [Sun, 11 Jul 2010 03:18:51 +0000 (03:18 +0000)]
Merged revisions 82780 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82780 | senthil.kumaran | 2010-07-11 08:42:43 +0530 (Sun, 11 Jul 2010) | 3 lines

  Stricter verification for file based url scheme and reliance on ftp protocol.
........

14 years agoMerged revisions 82777 via svnmerge from
Benjamin Peterson [Sat, 10 Jul 2010 15:17:08 +0000 (15:17 +0000)]
Merged revisions 82777 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82777 | benjamin.peterson | 2010-07-10 10:14:45 -0500 (Sat, 10 Jul 2010) | 1 line

  ValueError is eventually what we want to move to, I suppose
........

14 years agoBlocked revisions 82767 via svnmerge
Michael Foord [Sat, 10 Jul 2010 14:34:33 +0000 (14:34 +0000)]
Blocked revisions 82767 via svnmerge

........
  r82767 | michael.foord | 2010-07-10 14:52:22 +0100 (Sat, 10 Jul 2010) | 2 lines

  Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
  Issue 9174.
........

14 years agoMerged revisions 82771 via svnmerge from
R. David Murray [Sat, 10 Jul 2010 14:25:18 +0000 (14:25 +0000)]
Merged revisions 82771 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines

  Add missing docs for re module 'purge' function.
........

14 years agoMerged revisions 82766 via svnmerge from
R. David Murray [Sat, 10 Jul 2010 14:06:51 +0000 (14:06 +0000)]
Merged revisions 82766 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

Since 'purge' is an API change, modified it to be _purge for 2.x
and deleted the doc update.

........
  r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines

  Fix 'refleak' introduced by fnmatch cache purge tests.

  This introduces a 'purge' function for the fnmatch module analogous
  to the 'purge' function in the re module.
........

14 years agoFix error message for comparing single line strings in unittest.TestCase.assertEqual.
Michael Foord [Sat, 10 Jul 2010 13:51:42 +0000 (13:51 +0000)]
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
Issue 9174

14 years agothis makes checking for warnings less error prone
Benjamin Peterson [Fri, 9 Jul 2010 18:15:28 +0000 (18:15 +0000)]
this makes checking for warnings less error prone

14 years agoMerged revisions 82739,82741 via svnmerge from
Benjamin Peterson [Fri, 9 Jul 2010 13:33:03 +0000 (13:33 +0000)]
Merged revisions 82739,82741 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82739 | benjamin.peterson | 2010-07-09 08:28:42 -0500 (Fri, 09 Jul 2010) | 1 line

  allow more exceptions
........
  r82741 | benjamin.peterson | 2010-07-09 08:31:11 -0500 (Fri, 09 Jul 2010) | 1 line

  wrap
........

14 years agoAdd missing NEWS entry for 7646.
R. David Murray [Fri, 9 Jul 2010 13:25:56 +0000 (13:25 +0000)]
Add missing NEWS entry for 7646.

14 years agoMerged revisions 82735 via svnmerge from
Benjamin Peterson [Fri, 9 Jul 2010 13:21:35 +0000 (13:21 +0000)]
Merged revisions 82735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82735 | benjamin.peterson | 2010-07-09 08:20:40 -0500 (Fri, 09 Jul 2010) | 1 line

  OverflowError is fine
........

14 years agoMerged revisions 82731 via svnmerge from
R. David Murray [Fri, 9 Jul 2010 13:17:45 +0000 (13:17 +0000)]
Merged revisions 82731 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82731 | r.david.murray | 2010-07-09 09:14:03 -0400 (Fri, 09 Jul 2010) | 2 lines

  Fix sort order mistake in Misc/ACKS.
........

14 years agoMerged revisions 82730 via svnmerge from
R. David Murray [Fri, 9 Jul 2010 13:16:00 +0000 (13:16 +0000)]
Merged revisions 82730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

'merge' in the sense that this is the same fix by the same author.

........
  r82730 | r.david.murray | 2010-07-09 08:23:21 -0400 (Fri, 09 Jul 2010) | 4 lines

  7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.

  Patch by Andrew Clegg.
........

14 years agoRecorded merge of revisions 82724 via svnmerge from
Georg Brandl [Fri, 9 Jul 2010 07:38:13 +0000 (07:38 +0000)]
Recorded merge of revisions 82724 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82724 | georg.brandl | 2010-07-09 09:33:15 +0200 (Fr, 09 Jul 2010) | 1 line

  2.7 is now stable.
........

14 years agoMove Misc/NEWS entries to the right place.
Mark Dickinson [Thu, 8 Jul 2010 21:28:31 +0000 (21:28 +0000)]
Move Misc/NEWS entries to the right place.

14 years agoMerged revisions 82654 via svnmerge from
Mark Dickinson [Thu, 8 Jul 2010 21:22:54 +0000 (21:22 +0000)]
Merged revisions 82654 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82654 | mark.dickinson | 2010-07-08 22:15:36 +0100 (Thu, 08 Jul 2010) | 3 lines

  Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.
  Remove the use of locals() that caused this error.
........

14 years agoMerged revisions 82646,82649-82650 via svnmerge from
Mark Dickinson [Thu, 8 Jul 2010 19:24:40 +0000 (19:24 +0000)]
Merged revisions 82646,82649-82650 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82646 | mark.dickinson | 2010-07-08 18:23:40 +0100 (Thu, 08 Jul 2010) | 1 line

  In test_decimal, convert heuristic for skipping tests into an explicit skiplist.
........
  r82649 | mark.dickinson | 2010-07-08 20:03:34 +0100 (Thu, 08 Jul 2010) | 1 line

  Fix a performance issue in Decimal.pow.  Thanks Stefan Krah for finding this.
........
  r82650 | mark.dickinson | 2010-07-08 20:09:16 +0100 (Thu, 08 Jul 2010) | 1 line

  Fix misplaced exactness check that was causing unnecessary work in Decimal.__pow__.
........

14 years agoMerged revisions 82647 via svnmerge from
Antoine Pitrou [Thu, 8 Jul 2010 18:54:04 +0000 (18:54 +0000)]
Merged revisions 82647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82647 | antoine.pitrou | 2010-07-08 20:51:30 +0200 (jeu., 08 juil. 2010) | 3 lines

  Issue #8605: Skip test_gdb if Python is compiled with optimizations.
........

14 years agoMerged revisions 82637 via svnmerge from
Benjamin Peterson [Wed, 7 Jul 2010 23:26:57 +0000 (23:26 +0000)]
Merged revisions 82637 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82637 | benjamin.peterson | 2010-07-07 17:45:06 -0500 (Wed, 07 Jul 2010) | 1 line

  ValueError in this case is also acceptable
........

14 years agoMerged revisions 82615 via svnmerge from
Georg Brandl [Wed, 7 Jul 2010 19:09:12 +0000 (19:09 +0000)]
Merged revisions 82615 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82615 | georg.brandl | 2010-07-07 00:58:50 +0200 (Mi, 07 Jul 2010) | 1 line

  Fix typo.
........

14 years agoMerged revisions 82629,82632 via svnmerge from
Georg Brandl [Wed, 7 Jul 2010 19:05:35 +0000 (19:05 +0000)]
Merged revisions 82629,82632 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line

  Make comment out of an awkward note.
........
  r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line

  Turn more notes into comments.
........

14 years agoMerged revisions 82628,82630 via svnmerge from
Benjamin Peterson [Wed, 7 Jul 2010 19:03:36 +0000 (19:03 +0000)]
Merged revisions 82628,82630 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82628 | benjamin.peterson | 2010-07-07 13:44:05 -0500 (Wed, 07 Jul 2010) | 1 line

  this needn't be in the loop
........
  r82630 | benjamin.peterson | 2010-07-07 13:54:59 -0500 (Wed, 07 Jul 2010) | 1 line

  don't ignore exceptions from PyObject_IsTrue
........

14 years agothese tests are the result of cpython's incorrect implementation
Benjamin Peterson [Wed, 7 Jul 2010 15:51:17 +0000 (15:51 +0000)]
these tests are the result of cpython's incorrect implementation

14 years agoRemove whatsnew item about --with-computed-gotos.
Matthias Klose [Wed, 7 Jul 2010 11:03:50 +0000 (11:03 +0000)]
Remove whatsnew item about --with-computed-gotos.

14 years agoMinor improvements to logging documentation.
Vinay Sajip [Tue, 6 Jul 2010 15:08:55 +0000 (15:08 +0000)]
Minor improvements to logging documentation.

14 years agoMerged revisions 82607 via svnmerge from
Mark Dickinson [Tue, 6 Jul 2010 15:03:42 +0000 (15:03 +0000)]
Merged revisions 82607 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82607 | mark.dickinson | 2010-07-06 16:00:40 +0100 (Tue, 06 Jul 2010) | 1 line

  Indentation and PEP 7 fixes.
........

14 years agoMerged revisions 82601 via svnmerge from
Senthil Kumaran [Tue, 6 Jul 2010 03:06:53 +0000 (03:06 +0000)]
Merged revisions 82601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines

  Change 'lowered' to 'lowercased'
........

14 years agoMerged revisions 82595 via svnmerge from
Mark Dickinson [Mon, 5 Jul 2010 20:16:40 +0000 (20:16 +0000)]
Merged revisions 82595 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82595 | mark.dickinson | 2010-07-05 21:14:26 +0100 (Mon, 05 Jul 2010) | 1 line

  Post-detabification cleanup.
........

14 years agountabify
Benjamin Peterson [Mon, 5 Jul 2010 20:05:43 +0000 (20:05 +0000)]
untabify

14 years agoMerged revisions 82587 via svnmerge from
Georg Brandl [Mon, 5 Jul 2010 17:50:55 +0000 (17:50 +0000)]
Merged revisions 82587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82587 | georg.brandl | 2010-07-05 19:48:38 +0200 (Mo, 05 Jul 2010) | 1 line

  #9166: NotImplemented is not an exception.
........

14 years agobe more generous to implementations that have implemented correctly
Benjamin Peterson [Mon, 5 Jul 2010 17:13:21 +0000 (17:13 +0000)]
be more generous to implementations that have implemented correctly

14 years ago#9161: Fix regression in acceptance of unicode strings in add_option calls.
R. David Murray [Mon, 5 Jul 2010 16:06:05 +0000 (16:06 +0000)]
#9161: Fix regression in acceptance of unicode strings in add_option calls.

The original change in 2.6 was made during rc1 changeover, and did not
get ported to 2.7.  The original change may not even have been
intentional, but if so it doesn't seem to have caused any problems.

14 years agoMerged revisions 82573 via svnmerge from
Senthil Kumaran [Mon, 5 Jul 2010 12:04:07 +0000 (12:04 +0000)]
Merged revisions 82573 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82573 | senthil.kumaran | 2010-07-05 17:30:56 +0530 (Mon, 05 Jul 2010) | 3 lines

  Fix the docstrings of the capitalize method.
........

14 years agoMerged revisions 82570 via svnmerge from
Senthil Kumaran [Mon, 5 Jul 2010 11:44:34 +0000 (11:44 +0000)]
Merged revisions 82570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines

  Fix: Issue9091 Minor documentation clarification.
........

14 years agotechnically not at 2.7.1 yet
Benjamin Peterson [Sun, 4 Jul 2010 21:03:53 +0000 (21:03 +0000)]
technically not at 2.7.1 yet

14 years ago#8472: fix misleading reference to ifilterfalse() in filter() docs.
Georg Brandl [Sun, 4 Jul 2010 17:28:33 +0000 (17:28 +0000)]
#8472: fix misleading reference to ifilterfalse() in filter() docs.

14 years agoMerged revisions 82542 via svnmerge from
Benjamin Peterson [Sun, 4 Jul 2010 16:53:16 +0000 (16:53 +0000)]
Merged revisions 82542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r82542 | benjamin.peterson | 2010-07-04 11:44:15 -0500 (Sun, 04 Jul 2010) | 17 lines

  Merged revisions 81478,82530-82531 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line

    ensure doctests have some future_features
  ........
    r82530 | benjamin.peterson | 2010-07-04 11:11:41 -0500 (Sun, 04 Jul 2010) | 1 line

    simplify ignore star imports from itertools #8892
  ........
    r82531 | benjamin.peterson | 2010-07-04 11:13:20 -0500 (Sun, 04 Jul 2010) | 1 line

    wrap with parenthesis not \
  ........
................

14 years agoIssue #9130: Fix validation of relative imports in parser module.
Mark Dickinson [Sun, 4 Jul 2010 16:47:56 +0000 (16:47 +0000)]
Issue #9130: Fix validation of relative imports in parser module.

14 years agoIssue #9128: Validate class decorator syntax correctly in parser module.
Mark Dickinson [Sun, 4 Jul 2010 16:23:54 +0000 (16:23 +0000)]
Issue #9128:  Validate class decorator syntax correctly in parser module.

14 years agoIssue #9145: Fix a regression due to r79539
Florent Xicluna [Sun, 4 Jul 2010 14:24:40 +0000 (14:24 +0000)]
Issue #9145: Fix a regression due to r79539

14 years agofix date
Benjamin Peterson [Sat, 3 Jul 2010 18:24:52 +0000 (18:24 +0000)]
fix date

14 years agoInitialized merge tracking via "svnmerge" with revisions "0-82507" from
Benjamin Peterson [Sat, 3 Jul 2010 15:38:12 +0000 (15:38 +0000)]
Initialized merge tracking via "svnmerge" with revisions "0-82507" from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

14 years agoprepare for 2.7.1
Benjamin Peterson [Sat, 3 Jul 2010 14:51:25 +0000 (14:51 +0000)]
prepare for 2.7.1

14 years agomake 2.7 maintenance branch
Benjamin Peterson [Sat, 3 Jul 2010 14:00:41 +0000 (14:00 +0000)]
make 2.7 maintenance branch

14 years agomove sections v2.7
Benjamin Peterson [Sat, 3 Jul 2010 13:57:30 +0000 (13:57 +0000)]
move sections

14 years agoadd another line between sections
Benjamin Peterson [Sat, 3 Jul 2010 13:56:56 +0000 (13:56 +0000)]
add another line between sections

14 years agoupdate to 2.7 final
Benjamin Peterson [Sat, 3 Jul 2010 13:56:13 +0000 (13:56 +0000)]
update to 2.7 final

14 years agoupdate pydoc-topics
Benjamin Peterson [Sat, 3 Jul 2010 13:53:45 +0000 (13:53 +0000)]
update pydoc-topics

14 years agoadd period; rewrap
Benjamin Peterson [Sat, 3 Jul 2010 13:49:23 +0000 (13:49 +0000)]
add period; rewrap

14 years agoadd release date
Benjamin Peterson [Sat, 3 Jul 2010 13:49:03 +0000 (13:49 +0000)]
add release date

14 years agoadd release date
Benjamin Peterson [Sat, 3 Jul 2010 13:37:39 +0000 (13:37 +0000)]
add release date

14 years agoIssue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
Victor Stinner [Sat, 3 Jul 2010 13:36:19 +0000 (13:36 +0000)]
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
ensure that the input string length is a multiple of the frame size

14 years agofix date
Benjamin Peterson [Sat, 3 Jul 2010 13:35:13 +0000 (13:35 +0000)]
fix date

14 years agoadd 2.7 to the license list
Benjamin Peterson [Sat, 3 Jul 2010 13:34:32 +0000 (13:34 +0000)]
add 2.7 to the license list

14 years agoSubmit patch for bug 9144; broken imports due to r81380
Jesse Noller [Sat, 3 Jul 2010 12:26:02 +0000 (12:26 +0000)]
Submit patch for bug 9144; broken imports due to r81380

14 years agoAdd link to bytecode docs.
Georg Brandl [Sat, 3 Jul 2010 10:25:54 +0000 (10:25 +0000)]
Add link to bytecode docs.

14 years agoAdd missing target.
Georg Brandl [Sat, 3 Jul 2010 10:25:47 +0000 (10:25 +0000)]
Add missing target.

14 years agoFix typo in sys.float_info docs.
Mark Dickinson [Sat, 3 Jul 2010 09:15:09 +0000 (09:15 +0000)]
Fix typo in sys.float_info docs.

14 years agoUse internal links.
Georg Brandl [Sat, 3 Jul 2010 08:42:33 +0000 (08:42 +0000)]
Use internal links.

14 years agoFix role name.
Georg Brandl [Sat, 3 Jul 2010 08:40:13 +0000 (08:40 +0000)]
Fix role name.

14 years agoUpdate whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragra...
Ezio Melotti [Sat, 3 Jul 2010 07:43:04 +0000 (07:43 +0000)]
Update whatsnew/2.7.rst, add a few links and fix a couple of XXX.  Also add a paragraph about DeprecationWarnings in cmdline.rst.

14 years agoRevert r81681 (issue 8810).
Alexander Belopolsky [Sat, 3 Jul 2010 03:27:12 +0000 (03:27 +0000)]
Revert r81681 (issue 8810).

14 years agodon't require the presence of __getformat__ or __setformat__; use requires_IEEE_754...
Benjamin Peterson [Fri, 2 Jul 2010 23:05:27 +0000 (23:05 +0000)]
don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally

14 years ago#9139: the thousands separator is new in 2.7. Also add a missing variable in the...
Ezio Melotti [Fri, 2 Jul 2010 22:50:39 +0000 (22:50 +0000)]
#9139: the thousands separator is new in 2.7.  Also add a missing variable in the example.

14 years ago#9139: Add examples for str.format().
Ezio Melotti [Fri, 2 Jul 2010 22:17:29 +0000 (22:17 +0000)]
#9139: Add examples for str.format().

14 years agoMoved period outside paren, where it belongs.
Eric Smith [Fri, 2 Jul 2010 21:44:16 +0000 (21:44 +0000)]
Moved period outside paren, where it belongs.

14 years agoadd space
Benjamin Peterson [Fri, 2 Jul 2010 19:41:39 +0000 (19:41 +0000)]
add space

14 years agoClarify sys.float_info documentation.
Mark Dickinson [Fri, 2 Jul 2010 18:06:52 +0000 (18:06 +0000)]
Clarify sys.float_info documentation.

14 years agoIssue 8202 actually caused an unintended behavioural change and was reverted in 2...
Nick Coghlan [Fri, 2 Jul 2010 16:01:53 +0000 (16:01 +0000)]
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New

14 years agoFix a couple of minor nits in What's New before the release goes out
Nick Coghlan [Fri, 2 Jul 2010 15:50:14 +0000 (15:50 +0000)]
Fix a couple of minor nits in What's New before the release goes out

14 years agoGrammar and markup fixes.
Georg Brandl [Fri, 2 Jul 2010 07:33:50 +0000 (07:33 +0000)]
Grammar and markup fixes.

14 years agotrunc does use the special method, though
Benjamin Peterson [Thu, 1 Jul 2010 23:35:37 +0000 (23:35 +0000)]
trunc does use the special method, though

14 years agofix fixer name
Benjamin Peterson [Thu, 1 Jul 2010 17:45:52 +0000 (17:45 +0000)]
fix fixer name

14 years agoremove docs about delegating to special methods; it does no such thing
Benjamin Peterson [Thu, 1 Jul 2010 15:07:15 +0000 (15:07 +0000)]
remove docs about delegating to special methods; it does no such thing

14 years agoan AttributeError is perfectly acceptable here
Benjamin Peterson [Wed, 30 Jun 2010 18:41:08 +0000 (18:41 +0000)]
an AttributeError is perfectly acceptable here

14 years agofix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises...
Giampaolo RodolĂ  [Wed, 30 Jun 2010 17:38:28 +0000 (17:38 +0000)]
fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception

14 years agomark test depending on ref counting
Benjamin Peterson [Wed, 30 Jun 2010 17:11:08 +0000 (17:11 +0000)]
mark test depending on ref counting

14 years agoIssue #9125: Update parser module for "except ... as ..." syntax.
Mark Dickinson [Wed, 30 Jun 2010 16:27:57 +0000 (16:27 +0000)]
Issue #9125:  Update parser module for "except ... as ..." syntax.

14 years agoUpdate Demo/parser directory; backport unparse fixes from py3k.
Mark Dickinson [Wed, 30 Jun 2010 14:19:56 +0000 (14:19 +0000)]
Update Demo/parser directory; backport unparse fixes from py3k.