]>
granicus.if.org Git - python/log
Michael Foord [Sun, 13 Sep 2009 16:40:02 +0000 (16:40 +0000)]
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
Michael Foord [Sun, 13 Sep 2009 16:13:36 +0000 (16:13 +0000)]
Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
Matthias Klose [Sun, 13 Sep 2009 15:09:24 +0000 (15:09 +0000)]
Issue #6635: Fix profiler printing usage message.
Mark Dickinson [Sun, 13 Sep 2009 11:56:13 +0000 (11:56 +0000)]
Fix potential signed-overflow bug in _PyLong_Format; also fix
a couple of whitespace issues.
Benjamin Peterson [Sun, 13 Sep 2009 01:59:31 +0000 (01:59 +0000)]
update urls
Ezio Melotti [Sat, 12 Sep 2009 14:43:43 +0000 (14:43 +0000)]
#6026 - fix tests that failed without zlib
Lars Gustäbel [Sat, 12 Sep 2009 10:28:15 +0000 (10:28 +0000)]
Issue #6856: Add a filter keyword argument to TarFile.add().
The filter argument must be a function that takes a TarInfo
object argument, changes it and returns it again. If the
function returns None the TarInfo object will be excluded
from the archive.
The exclude argument is deprecated from now on, because it
does something similar but is not as flexible.
Georg Brandl [Fri, 11 Sep 2009 07:55:20 +0000 (07:55 +0000)]
Move function back to its section.
Georg Brandl [Wed, 9 Sep 2009 16:49:13 +0000 (16:49 +0000)]
Properly document copy and deepcopy as functions.
Benjamin Peterson [Wed, 9 Sep 2009 11:42:57 +0000 (11:42 +0000)]
revert unintended changes
Benjamin Peterson [Wed, 9 Sep 2009 11:40:54 +0000 (11:40 +0000)]
tabbify
Tarek Ziadé [Wed, 9 Sep 2009 08:14:20 +0000 (08:14 +0000)]
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
Benjamin Peterson [Tue, 8 Sep 2009 23:04:22 +0000 (23:04 +0000)]
#6865 fix ref counting in initialization of pwd module
Mark Dickinson [Tue, 8 Sep 2009 20:20:19 +0000 (20:20 +0000)]
Issue #6857: Fix Decimal formatting to be consistent with existing float
formatting: both are now right-aligned by default.
Thomas Heller [Tue, 8 Sep 2009 19:24:36 +0000 (19:24 +0000)]
Make ctypes compile again with older Python versions.
Ronald Oussoren [Tue, 8 Sep 2009 07:17:10 +0000 (07:17 +0000)]
This is an update to r74701. How hard can it be to get a configure test right.
This patch has already been backported as part of the backport of r74701,
which is how I found this problem.
Mark Dickinson [Mon, 7 Sep 2009 18:04:58 +0000 (18:04 +0000)]
#Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext.
Mark Dickinson [Mon, 7 Sep 2009 16:17:41 +0000 (16:17 +0000)]
Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
with no type specifier.
Benjamin Peterson [Mon, 7 Sep 2009 13:02:15 +0000 (13:02 +0000)]
revert r74699 since it loses useful error information
Ronald Oussoren [Mon, 7 Sep 2009 06:12:00 +0000 (06:12 +0000)]
Fix typo in configure.in
Benjamin Peterson [Sun, 6 Sep 2009 22:43:39 +0000 (22:43 +0000)]
PyObject_GetIter can set an error for its self just fine
Mark Dickinson [Sun, 6 Sep 2009 21:21:05 +0000 (21:21 +0000)]
Issue #6848: Fix curses module build failure on OS X 10.6.
Mark Dickinson [Sun, 6 Sep 2009 20:51:37 +0000 (20:51 +0000)]
Remove redundant assignment
Ronald Oussoren [Sun, 6 Sep 2009 12:23:18 +0000 (12:23 +0000)]
Fix for issue 4937
Mark Dickinson [Sun, 6 Sep 2009 10:32:21 +0000 (10:32 +0000)]
Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hagen Fürstenau.
Mark Dickinson [Sun, 6 Sep 2009 10:03:31 +0000 (10:03 +0000)]
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
instead of [0, 256). Thanks Hagen Fürstenau for the report and fix.
Ronald Oussoren [Sun, 6 Sep 2009 10:00:26 +0000 (10:00 +0000)]
Fix build issues on OSX 10.6 (issue 6802)
Georg Brandl [Sat, 5 Sep 2009 16:47:17 +0000 (16:47 +0000)]
#6843: add link from filterwarnings to where the meaning of the arguments is covered.
Mark Dickinson [Sat, 5 Sep 2009 10:27:00 +0000 (10:27 +0000)]
Add configure-time checks for gamma and error functions.
Georg Brandl [Sat, 5 Sep 2009 09:04:09 +0000 (09:04 +0000)]
#6841: remove duplicated word.
Chris Withers [Fri, 4 Sep 2009 16:32:22 +0000 (16:32 +0000)]
news entry matching r74655
Chris Withers [Fri, 4 Sep 2009 16:12:32 +0000 (16:12 +0000)]
Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings.
Georg Brandl [Fri, 4 Sep 2009 11:32:18 +0000 (11:32 +0000)]
#6777: dont discourage usage of Exception.args or promote usage of Exception.message.
Georg Brandl [Fri, 4 Sep 2009 11:25:37 +0000 (11:25 +0000)]
#6756: add some info about the "acct" parameter.
Georg Brandl [Fri, 4 Sep 2009 11:19:34 +0000 (11:19 +0000)]
#5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups.
Georg Brandl [Fri, 4 Sep 2009 08:17:04 +0000 (08:17 +0000)]
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
Georg Brandl [Fri, 4 Sep 2009 07:55:14 +0000 (07:55 +0000)]
#5047: remove Monterey support from configure.
Georg Brandl [Fri, 4 Sep 2009 06:59:20 +0000 (06:59 +0000)]
Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
Brett Cannon [Thu, 3 Sep 2009 21:25:21 +0000 (21:25 +0000)]
test_platform fails on OS X Snow Leopard because the UNIX command to get the
canonical version, sw_vers, leaves off trailing zeros in the version number
(e.g. 10.6 instead of 10.6.0). Test now compensates by tacking on extra zeros
for the test comparison.
Fixes issue #6806.
Armin Rigo [Thu, 3 Sep 2009 19:45:27 +0000 (19:45 +0000)]
Sorry, sorry! Ignore my previous two commits. I mixed up the version
of python with which I tried running the crashers. They don't crash
the current HEAD.
Armin Rigo [Thu, 3 Sep 2009 19:42:03 +0000 (19:42 +0000)]
Does not terminate: consume all memory without responding to Ctrl-C.
I am not too sure why, but you can surely find out by gdb'ing a bit...
Armin Rigo [Thu, 3 Sep 2009 19:40:07 +0000 (19:40 +0000)]
Found the next crasher by thinking about this logic in PyPy.
Georg Brandl [Thu, 3 Sep 2009 12:31:39 +0000 (12:31 +0000)]
#6757: complete the list of types that marshal can serialize.
Georg Brandl [Thu, 3 Sep 2009 07:27:26 +0000 (07:27 +0000)]
#6828: fix wrongly highlighted blocks.
Georg Brandl [Wed, 2 Sep 2009 20:37:16 +0000 (20:37 +0000)]
#6821: fix signature of PyBuffer_Release().
Benjamin Peterson [Tue, 1 Sep 2009 22:27:57 +0000 (22:27 +0000)]
remove the check that classmethod's argument is a callable
Georg Brandl [Tue, 1 Sep 2009 08:06:03 +0000 (08:06 +0000)]
#6638: fix wrong parameter name and markup a class.
Georg Brandl [Tue, 1 Sep 2009 08:00:47 +0000 (08:00 +0000)]
#6810: add a link to the section about frame objects instead of just a description where to find it.
Georg Brandl [Tue, 1 Sep 2009 07:53:37 +0000 (07:53 +0000)]
#6765: hint that log(x, base) is not very sophisticated.
Georg Brandl [Tue, 1 Sep 2009 07:46:26 +0000 (07:46 +0000)]
#6808: clarification.
Georg Brandl [Tue, 1 Sep 2009 07:40:54 +0000 (07:40 +0000)]
#6813: better documentation for numberless string formats.
Senthil Kumaran [Mon, 31 Aug 2009 16:40:27 +0000 (16:40 +0000)]
Doc fix for the issue2637.
Mark Dickinson [Mon, 31 Aug 2009 14:46:07 +0000 (14:46 +0000)]
Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen.
Georg Brandl [Mon, 31 Aug 2009 06:38:29 +0000 (06:38 +0000)]
other -> others where multiple arguments are accepted.
Georg Brandl [Sun, 30 Aug 2009 11:51:53 +0000 (11:51 +0000)]
#6801: fix copy-paste oversight.
Georg Brandl [Sun, 30 Aug 2009 08:35:01 +0000 (08:35 +0000)]
#6803: fix old name.
Amaury Forgeot d'Arc [Sat, 29 Aug 2009 18:14:40 +0000 (18:14 +0000)]
#6750: TextIOWrapped could duplicate output when several threads write to it.
this affect text files opened with io.open(), and the print() function of py3k
Tarek Ziadé [Sat, 29 Aug 2009 13:33:21 +0000 (13:33 +0000)]
fixed #6801: symmetric_difference_update also accepts pipe
Mark Dickinson [Fri, 28 Aug 2009 20:46:24 +0000 (20:46 +0000)]
Silence gcc 'comparison always false' warning
Lars Gustäbel [Fri, 28 Aug 2009 19:23:44 +0000 (19:23 +0000)]
Issue #6054: Do not normalize stored pathnames.
No longer use tarfile.normpath() on pathnames. Store pathnames
unchanged, i.e. do not remove "./", "../" and "//" occurrences.
However, still convert absolute to relative paths.
Benjamin Peterson [Fri, 28 Aug 2009 16:49:56 +0000 (16:49 +0000)]
remove more code for restricted execution
Benjamin Peterson [Fri, 28 Aug 2009 16:48:03 +0000 (16:48 +0000)]
restricted environments are no more
Mark Dickinson [Fri, 28 Aug 2009 13:25:02 +0000 (13:25 +0000)]
Issue #6794: Fix handling of NaNs in Decimal.compare_total and
Decimal.compare_total_mag.
Kristján Valur Jónsson [Thu, 27 Aug 2009 23:13:18 +0000 (23:13 +0000)]
Issue 6654
Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests.
Kristján Valur Jónsson [Thu, 27 Aug 2009 22:20:21 +0000 (22:20 +0000)]
issue 6275
Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits.
Georg Brandl [Thu, 27 Aug 2009 19:02:43 +0000 (19:02 +0000)]
#6787: reference fix.
Georg Brandl [Thu, 27 Aug 2009 18:59:02 +0000 (18:59 +0000)]
Typo fix.
R. David Murray [Thu, 27 Aug 2009 01:04:59 +0000 (01:04 +0000)]
Remove leftover text from end of sentence.
Georg Brandl [Mon, 24 Aug 2009 17:48:40 +0000 (17:48 +0000)]
#6677: note that rmdir only removes empty directories.
Benjamin Peterson [Mon, 24 Aug 2009 17:42:36 +0000 (17:42 +0000)]
fix pdf building by teaching latex the right encoding package
Georg Brandl [Mon, 24 Aug 2009 17:24:27 +0000 (17:24 +0000)]
#6677: mention "deleting" as an alias for removing files.
Georg Brandl [Mon, 24 Aug 2009 17:22:05 +0000 (17:22 +0000)]
#6718: fix example.
Georg Brandl [Mon, 24 Aug 2009 17:20:40 +0000 (17:20 +0000)]
#6725: spell "namespace" consistently.
Georg Brandl [Mon, 24 Aug 2009 17:14:29 +0000 (17:14 +0000)]
#6772: mention utf-8 as utf8 alias.
Georg Brandl [Mon, 24 Aug 2009 17:12:30 +0000 (17:12 +0000)]
#6775: fix python.org URLs in README.
Kristján Valur Jónsson [Mon, 24 Aug 2009 11:39:31 +0000 (11:39 +0000)]
issue 6769
fix a mistake in instantiatiating the HTTPSConnection class.
Georg Brandl [Sun, 23 Aug 2009 21:28:56 +0000 (21:28 +0000)]
Restore alphabetic order.
Tarek Ziadé [Fri, 21 Aug 2009 14:28:38 +0000 (14:28 +0000)]
fixed misplaced Issue line
Tarek Ziadé [Fri, 21 Aug 2009 14:11:26 +0000 (14:11 +0000)]
Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows
Vinay Sajip [Thu, 20 Aug 2009 22:04:32 +0000 (22:04 +0000)]
Added section on exceptions raised during logging.
Tarek Ziadé [Thu, 20 Aug 2009 21:23:13 +0000 (21:23 +0000)]
#6693: New functions in site.py to get user/global site packages paths.
Gregory P. Smith [Thu, 20 Aug 2009 09:39:38 +0000 (09:39 +0000)]
Add weakref support to the thread.lock type.
Gregory P. Smith [Thu, 20 Aug 2009 09:38:43 +0000 (09:38 +0000)]
comment typo fix
Gregory P. Smith [Wed, 19 Aug 2009 05:33:48 +0000 (05:33 +0000)]
Revert the changes from r74463, they were causing test_xmlrpc to fail.
We do not need to force a close when using socket buffering on a
httplib.HTTPRequest as the library does not support streaming requests
so there should never been extra data beyond the end of the current
request to have left over in the requests socket buffer.
see http://bugs.python.org/issue6724
Guilherme Polo [Tue, 18 Aug 2009 16:39:36 +0000 (16:39 +0000)]
Added missing static option for OptionMenu. Issue #5961.
Guilherme Polo [Tue, 18 Aug 2009 14:46:57 +0000 (14:46 +0000)]
Issue #
1356969 : Add missing info methods in Tix.HList.
Skip Montanaro [Tue, 18 Aug 2009 14:37:52 +0000 (14:37 +0000)]
missing module ref (issue6723)
Guilherme Polo [Tue, 18 Aug 2009 14:34:44 +0000 (14:34 +0000)]
Fixes for Tix.Grid from issue #
1522587 .
Guilherme Polo [Tue, 18 Aug 2009 14:23:00 +0000 (14:23 +0000)]
Issue #
1522587 : New constants and methods for the Tix.Grid widget.
Guilherme Polo [Tue, 18 Aug 2009 13:33:30 +0000 (13:33 +0000)]
Mark the "radio" option of Tix.CheckList as static.
Guilherme Polo [Tue, 18 Aug 2009 13:29:20 +0000 (13:29 +0000)]
Issue #
1250469 : Fix the return value of Tix.PanedWindow.panes.
Guilherme Polo [Tue, 18 Aug 2009 13:23:08 +0000 (13:23 +0000)]
Issue #
1119673 : Do not override Tkinter.Text methods when creating a ScrolledText.
Tarek Ziadé [Tue, 18 Aug 2009 08:21:49 +0000 (08:21 +0000)]
fixed typo
Tarek Ziadé [Tue, 18 Aug 2009 08:16:33 +0000 (08:16 +0000)]
added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
Tarek Ziadé [Mon, 17 Aug 2009 21:48:22 +0000 (21:48 +0000)]
module cleanup
Tarek Ziadé [Mon, 17 Aug 2009 21:28:34 +0000 (21:28 +0000)]
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore
R. David Murray [Mon, 17 Aug 2009 19:26:49 +0000 (19:26 +0000)]
Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
Benjamin Peterson [Mon, 17 Aug 2009 13:39:41 +0000 (13:39 +0000)]
typos
Vinay Sajip [Mon, 17 Aug 2009 13:14:37 +0000 (13:14 +0000)]
Further refined section on logging to one file from multiple processes.
Gregory P. Smith [Sun, 16 Aug 2009 21:54:45 +0000 (21:54 +0000)]
Clean up the C library import code (based on suggestions in issue6281).