]>
granicus.if.org Git - python/log
Benjamin Peterson [Sat, 17 Jul 2010 20:41:16 +0000 (20:41 +0000)]
Merged revisions 82934 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line
sharedinstall should depend on sharedmods #9280
........
Alexander Belopolsky [Sat, 17 Jul 2010 16:01:06 +0000 (16:01 +0000)]
Blocked revisions 82931 via svnmerge
........
r82931 | alexander.belopolsky | 2010-07-17 11:51:21 -0400 (Sat, 17 Jul 2010) | 2 lines
Issue #9268: Add annotation option to pickletools.dis
........
Stefan Krah [Sat, 17 Jul 2010 12:21:08 +0000 (12:21 +0000)]
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
In that case, do not attempt to parse stderr output.
R. David Murray [Sat, 17 Jul 2010 01:35:16 +0000 (01:35 +0000)]
Merged revisions 82922 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82922 | r.david.murray | 2010-07-16 21:19:57 -0400 (Fri, 16 Jul 2010) | 4 lines
#
1555570 : correctly handle a \r\n that is split by the read buffer.
Patch and test by Tony Nelson.
........
Alexander Belopolsky [Fri, 16 Jul 2010 14:53:52 +0000 (14:53 +0000)]
Merged revisions 82915 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82915 | alexander.belopolsky | 2010-07-16 10:39:45 -0400 (Fri, 16 Jul 2010) | 1 line
Corrected TUPLE<N> opcodes' docs.
........
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://
........
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.
........
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
........
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
........
Stefan Krah [Wed, 14 Jul 2010 10:06:07 +0000 (10:06 +0000)]
High byte is the exit status.
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.
........
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.
........
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.
........
Stefan Krah [Tue, 13 Jul 2010 19:40:00 +0000 (19:40 +0000)]
Remove PYOS_OS2 special cases from the Solaris/OpenBSD section.
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.
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().
........
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).
........
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.
........
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.
........
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.
........
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.
........
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().
........
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.
........
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.
........
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.
........
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)
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.
........
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.
........
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
........
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.
........
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.
........
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.
........
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
Benjamin Peterson [Fri, 9 Jul 2010 18:15:28 +0000 (18:15 +0000)]
this makes checking for warnings less error prone
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
........
R. David Murray [Fri, 9 Jul 2010 13:25:56 +0000 (13:25 +0000)]
Add missing NEWS entry for 7646.
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
........
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.
........
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.
........
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.
........
Mark Dickinson [Thu, 8 Jul 2010 21:28:31 +0000 (21:28 +0000)]
Move Misc/NEWS entries to the right place.
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.
........
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__.
........
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.
........
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
........
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.
........
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.
........
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
........
Benjamin Peterson [Wed, 7 Jul 2010 15:51:17 +0000 (15:51 +0000)]
these tests are the result of cpython's incorrect implementation
Matthias Klose [Wed, 7 Jul 2010 11:03:50 +0000 (11:03 +0000)]
Remove whatsnew item about --with-computed-gotos.
Vinay Sajip [Tue, 6 Jul 2010 15:08:55 +0000 (15:08 +0000)]
Minor improvements to logging documentation.
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.
........
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'
........
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.
........
Benjamin Peterson [Mon, 5 Jul 2010 20:05:43 +0000 (20:05 +0000)]
untabify
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.
........
Benjamin Peterson [Mon, 5 Jul 2010 17:13:21 +0000 (17:13 +0000)]
be more generous to implementations that have implemented correctly
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.
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.
........
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.
........
Benjamin Peterson [Sun, 4 Jul 2010 21:03:53 +0000 (21:03 +0000)]
technically not at 2.7.1 yet
Georg Brandl [Sun, 4 Jul 2010 17:28:33 +0000 (17:28 +0000)]
#8472: fix misleading reference to ifilterfalse() in filter() docs.
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 \
........
................
Mark Dickinson [Sun, 4 Jul 2010 16:47:56 +0000 (16:47 +0000)]
Issue #9130: Fix validation of relative imports 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.
Florent Xicluna [Sun, 4 Jul 2010 14:24:40 +0000 (14:24 +0000)]
Issue #9145: Fix a regression due to r79539
Benjamin Peterson [Sat, 3 Jul 2010 18:24:52 +0000 (18:24 +0000)]
fix date
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
Benjamin Peterson [Sat, 3 Jul 2010 14:51:25 +0000 (14:51 +0000)]
prepare for 2.7.1
Benjamin Peterson [Sat, 3 Jul 2010 14:00:41 +0000 (14:00 +0000)]
make 2.7 maintenance branch
Benjamin Peterson [Sat, 3 Jul 2010 13:57:30 +0000 (13:57 +0000)]
move sections
Benjamin Peterson [Sat, 3 Jul 2010 13:56:56 +0000 (13:56 +0000)]
add another line between sections
Benjamin Peterson [Sat, 3 Jul 2010 13:56:13 +0000 (13:56 +0000)]
update to 2.7 final
Benjamin Peterson [Sat, 3 Jul 2010 13:53:45 +0000 (13:53 +0000)]
update pydoc-topics
Benjamin Peterson [Sat, 3 Jul 2010 13:49:23 +0000 (13:49 +0000)]
add period; rewrap
Benjamin Peterson [Sat, 3 Jul 2010 13:49:03 +0000 (13:49 +0000)]
add release date
Benjamin Peterson [Sat, 3 Jul 2010 13:37:39 +0000 (13:37 +0000)]
add release date
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
Benjamin Peterson [Sat, 3 Jul 2010 13:35:13 +0000 (13:35 +0000)]
fix date
Benjamin Peterson [Sat, 3 Jul 2010 13:34:32 +0000 (13:34 +0000)]
add 2.7 to the license list
Jesse Noller [Sat, 3 Jul 2010 12:26:02 +0000 (12:26 +0000)]
Submit patch for bug 9144; broken imports due to r81380
Georg Brandl [Sat, 3 Jul 2010 10:25:54 +0000 (10:25 +0000)]
Add link to bytecode docs.
Georg Brandl [Sat, 3 Jul 2010 10:25:47 +0000 (10:25 +0000)]
Add missing target.
Mark Dickinson [Sat, 3 Jul 2010 09:15:09 +0000 (09:15 +0000)]
Fix typo in sys.float_info docs.
Georg Brandl [Sat, 3 Jul 2010 08:42:33 +0000 (08:42 +0000)]
Use internal links.
Georg Brandl [Sat, 3 Jul 2010 08:40:13 +0000 (08:40 +0000)]
Fix role name.
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.
Alexander Belopolsky [Sat, 3 Jul 2010 03:27:12 +0000 (03:27 +0000)]
Revert r81681 (issue 8810).
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
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.
Ezio Melotti [Fri, 2 Jul 2010 22:17:29 +0000 (22:17 +0000)]
#9139: Add examples for str.format().
Eric Smith [Fri, 2 Jul 2010 21:44:16 +0000 (21:44 +0000)]
Moved period outside paren, where it belongs.
Benjamin Peterson [Fri, 2 Jul 2010 19:41:39 +0000 (19:41 +0000)]
add space
Mark Dickinson [Fri, 2 Jul 2010 18:06:52 +0000 (18:06 +0000)]
Clarify sys.float_info documentation.
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
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
Georg Brandl [Fri, 2 Jul 2010 07:33:50 +0000 (07:33 +0000)]
Grammar and markup fixes.
Benjamin Peterson [Thu, 1 Jul 2010 23:35:37 +0000 (23:35 +0000)]
trunc does use the special method, though
Benjamin Peterson [Thu, 1 Jul 2010 17:45:52 +0000 (17:45 +0000)]
fix fixer name
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